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 Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to