More googling and full fix:

Thanks to reech and especially http://doc.ubuntu-
fr.org/materiel/li...asynote_w51101

To add the options ohci-hcd no_handshake=1 to bootup:

1) Create /etc/init.d/usbfix.sh
Code:
#! /bin/sh 
sudo rmmod ohci_hcd 
sudo modprobe ohci-hcd no_handshake=1

2) $ sudo chmod 755 /etc/init.d/usbfix.sh

3) $ cd /etc/rc5.d

4) $ sudo ln -s /etc/init.d/usbfix.sh S99usbfix

Seems to fix the problem...

Would still be nice to have a fix in the install though ;)

-- 
USB mouse only working fine when plugged after booting
https://launchpad.net/bugs/63651

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

Reply via email to