View previous topic :: View next topic |
Author |
Message |
dman777 Veteran

Joined: 10 Jan 2007 Posts: 1004
|
Posted: Tue Dec 08, 2015 4:54 am Post subject: Blue tooth keyboard and mouse- how to deal with sleep mode? |
|
|
I have a older kensington ci70 blue tooth mouse and keyboard. The hardware has built in sleep feature. This doesn't go to good with Linux and sometimes I have to unplug/plug in the usb to wake it up.
I looked in the kernel and didn't find any drivers for it under keyboards.
Any suggestions on how to deal with the sleep mode? _________________ <h5>Checkout <em>#grandmasboy</em> on <em>freenode</em>...chat with jayP bot from the movie!</h5> |
|
Back to top |
|
 |
szatox Advocate

Joined: 27 Aug 2013 Posts: 3611
|
Posted: Tue Dec 08, 2015 4:40 pm Post subject: |
|
|
It's a bit crude, but you can try sending hotplug event after wakeup:
echo '#! /bin/sh
udevadm trigger -c add' > /etc/pm/sleep.d/replug && chmod +x /etc/pm/sleep.d/replug
Alternatively, perhaps power cycling USB hubs would do the trick. |
|
Back to top |
|
 |
|