Re: [gentoo-user] re: trouble with USB mouse on laptop

2014-08-28 Thread Alexander Kapshuk
On Thu, Aug 28, 2014 at 3:49 PM, J. Roeleveld wrote: > On Saturday, August 23, 2014 03:51:40 PM Alexander Kapshuk wrote: >> On 08/08/2014 10:46 AM, J. Roeleveld wrote: > > > >> > Alternatively, disable USB powersaving: >> > >> > # for i in /sys/bus/usb/devices/*/power/autosuspend; >> > >> > d

Re: [gentoo-user] re: trouble with USB mouse on laptop

2014-08-28 Thread J. Roeleveld
On Saturday, August 23, 2014 03:51:40 PM Alexander Kapshuk wrote: > On 08/08/2014 10:46 AM, J. Roeleveld wrote: > > Alternatively, disable USB powersaving: > > > > # for i in /sys/bus/usb/devices/*/power/autosuspend; > > > > do echo 2 > $i; > > done > > > > # for foo in /sys/bus/usb/d

Re: [gentoo-user] re: trouble with USB mouse on laptop

2014-08-23 Thread Alexander Kapshuk
On 08/08/2014 10:46 AM, J. Roeleveld wrote: > On Friday, August 08, 2014 10:30:55 AM Alexander Kapshuk wrote: >> Howdy, >> >> I've been having trouble with USB mice on my laptop, with the mouse >> pointer and the scroll wheel not responding all the time. It's not until >> I click either button that

Re: [gentoo-user] re: trouble with USB mouse on laptop

2014-08-08 Thread Alexander Kapshuk
On 08/08/2014 11:41 AM, Peter Humphrey wrote: > I'm sure Joost is right. I was setting up power saving on my Thinkpad last > month, and I noticed the same as you. I think I set > AUTOSUSPEND_USBID_BLACKLIST in /etc/laptop-mode/conf.d/usb-autosuspend.conf > to > prevent the mouse being switched

Re: [gentoo-user] re: trouble with USB mouse on laptop

2014-08-08 Thread Peter Humphrey
On Friday 08 August 2014 11:11:29 Alexander Kapshuk wrote: > On 08/08/2014 10:46 AM, J. Roeleveld wrote: --->8 > > Alternatively, disable USB powersaving: > > > > # for i in /sys/bus/usb/devices/*/power/autosuspend; > > > > do echo 2 > $i; > > done > > > > # for foo in /sys/bus/usb/dev

Re: [gentoo-user] re: trouble with USB mouse on laptop

2014-08-08 Thread Alexander Kapshuk
On 08/08/2014 10:46 AM, J. Roeleveld wrote: > On Friday, August 08, 2014 10:30:55 AM Alexander Kapshuk wrote: >> Howdy, >> >> I've been having trouble with USB mice on my laptop, with the mouse >> pointer and the scroll wheel not responding all the time. It's not until >> I click either button that

Re: [gentoo-user] re: trouble with USB mouse on laptop

2014-08-08 Thread J. Roeleveld
On Friday, August 08, 2014 10:30:55 AM Alexander Kapshuk wrote: > Howdy, > > I've been having trouble with USB mice on my laptop, with the mouse > pointer and the scroll wheel not responding all the time. It's not until > I click either button that the mouse starts responding again. > > The outpu