linux_powersave

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux_powersave [2012/11/12 19:15] – [Aktivieren des Energiesparmodi für jedes Gerät] brotlinux_powersave [2013/01/01 15:35] brot
Line 61: Line 61:
  
 <file> <file>
- #!/bin/sh+#!/bin/sh
  
 # enables the runtime powermanagement for every device found # enables the runtime powermanagement for every device found
Line 69: Line 69:
         echo "auto" > $i          echo "auto" > $i 
     done     done
-        echo "on" > /sys/devices/virtual/input/mice/power/control+ 
 +    # Device: 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] 
 +    # seems to dislike autosuspend - lagging mouse etc 
 +     
 +    echo "on" > /sys/bus/hid/devices/0003:046D:C52B.0003/power/control 
 } }
  
  • linux_powersave.txt
  • Last modified: 2013/01/02 11:56
  • by brot