LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Sabayon (https://www.linuxquestions.org/questions/sabayon-86/)
-   -   Just installed sabayon, keyboard and mouse going to sleep (https://www.linuxquestions.org/questions/sabayon-86/just-installed-sabayon-keyboard-and-mouse-going-to-sleep-829184/)

slkrover 08-29-2010 04:18 PM

Just installed sabayon, keyboard and mouse going to sleep
 
Hi i just installed and updated sabayon and now my keyboard and mouse go to sleep after one second. It is hard to type or do anything. Did I change a setting and not know it?

serafean 09-02-2010 05:29 AM

Hi, if they are USB devices, then chances are that you need to disable usb autosuspend
Code:

echo -1 >/sys/module/usbcore/parameters/autosuspend
to disable it for all usb devices
Code:

echo -1 >/sys/bus/usb/devices/.../power/autosuspend
(replacing ... by the path of your usb device) to disable it per device. to not have to run the first command at every reboot, just add
Code:

options usbcore autosuspend=0
to /etc/modprobe.conf (or usbcore.autosuspend=0 to you grub kernel command line)

Serafean


All times are GMT -5. The time now is 06:54 PM.