I've written the following script to disable it at startup:

> cat /etc/init.d/CTH_disable_ehci_bad_hw
#/bin/sh
# sacado de http://wiki.ubuntuusers.de/Benutzer/BigMc/Tascam_US-144
# con esto deshabilito el hw de la tarjeta flash que me molesta.
#
# ls /sys/bus/pci/drivers/ehci_hcd

echo -n 0000:00:1d.7 | tee -a /sys/bus/pci/drivers/ehci_hcd/unbind

# para rehabilitarlo seria

# echo -n 0000:00:1d.7 | tee -a /sys/bus/pci/drivers/ehci_hcd/bind

(sorry for the spanish)
and then I added the following line to /etc/rc.local:

/etc/init.d/CTH_disable_ehci_bad_hw

I hope this helps. (the device 0000:00:1d.7 will change in your case and
you can find it with ls /sys/bus/pci/drivers/ehci_hcd).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/256767

Title:
  USB devices work, but constant syslog errors "unable to enumerate USB
  device on port 5"

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

Reply via email to