![]() |
You are currently viewing our support forum as a guest - you'll need to register in order to participate in our community and make this annoying message disappear! Registration is fast, simple and absolutely free - so why not join our community today and register now. If you experience any problems with the registration process, please send a message to Mike |
Posted 15 March 2012 - 05:29 PM
Posted 16 March 2012 - 01:29 AM
Posted 28 April 2012 - 05:24 AM
This post has been edited by birdie101: 28 April 2012 - 06:57 AM
Posted 28 April 2012 - 04:28 PM
This post has been edited by Lester_Burnham: 28 April 2012 - 04:28 PM
Posted 28 April 2012 - 05:57 PM
Lester_Burnham, on 28 April 2012 - 04:28 PM, said:
Posted 29 April 2012 - 06:52 AM
This post has been edited by rileyp: 29 April 2012 - 06:53 AM
Posted 30 April 2012 - 05:24 AM
birdie101, on 28 April 2012 - 05:57 PM, said:
This post has been edited by Lester_Burnham: 30 April 2012 - 05:25 AM
Posted 30 April 2012 - 05:35 AM
Lester_Burnham, on 30 April 2012 - 05:24 AM, said:
Posted 30 April 2012 - 09:06 PM
This post has been edited by rileyp: 30 April 2012 - 09:11 PM
Posted 01 May 2012 - 05:29 AM
Posted 02 May 2012 - 01:26 AM
Posted 03 May 2012 - 05:59 AM
/sys/bus/usb/devices/4-2/idProduct:0815
#/bin/bash
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#set wake via remote
echo none +lirc > /sys/class/rc/rc0/protocols
for i in 0 1 2 3 4 5 7
do
enabled=`cat /proc/acpi/wakeup | grep "USB$i" | awk {'print $3}'`
echo "$enabled"
if [ "$enabled" = "disabled" ] || [ "$enabled" = "*disabled" ]
then
echo "USB$i" > /proc/acpi/wakeup
fi
done
echo enabled > /sys/bus/usb/devices/4-2/power/wakeup
exit 0
[plasma@plasmapc ~]$ cat /sys/bus/usb/devices/4-2/power/wakeup
enabled
[plasma@plasmapc ~]$
[plasma@plasmapc ~]$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver
Bus 007 Device 002: ID 046d:c52e Logitech, Inc.
This post has been edited by birdie101: 03 May 2012 - 06:05 AM
Posted 15 May 2012 - 05:08 AM
Post Sponsors