[Bug 37359] Re: ati_remote2: doesn't seem to work well
evuraan
evuraan at gmail.com
Thu Dec 13 04:49:32 UTC 2007
As a work around, I've modified my /etc/rc.local like this:
( cd /sys/bus/usb/drivers/ati_remote2; ls |grep -vi [a-z]|sort| head -1 > /tmp/ati.id ) &
[ -s "/tmp/ati.id" ] && {
ati="`cat /tmp/ati.id`"
echo -n "$ati" > /sys/bus/usb/drivers/ati_remote2/unbind
echo -n "$ati" > /sys/bus/usb/drivers/ati_remote2/bind
}
What it does is, unbinds and then binds the remote every time the OS
boots up, eliminating a physical disconnect. and then a reconnect.
During the 10 consecutive reboots I've tested with this mod in, the
remote has worked OK for me.
Hopefully that continues to be the case, if not, I'll report here.
--
ati_remote2: doesn't seem to work well
https://bugs.launchpad.net/bugs/37359
You received this bug notification because you are a member of Kernel
Bugs, which is a direct subscriber.
More information about the kernel-bugs
mailing list