Also in that thread:
"> This one works perfectly! > Awesome.
You can disable this on boot by creating a /etc/udev/rules.d/disable-ehci.rules file containing:
ACTION=="add", SUBSYSTEM=="pci", DRIVER=="ehci_hcd", \ RUN+="/bin/sh -c 'echo -n %k > %S%p/driver/unbind'"
(That should work, but do test it)"
Also in that thread:
"> This one works perfectly!
>
Awesome.
You can disable this on boot by creating rules.d/ disable- ehci.rules file containing:
a /etc/udev/
ACTION=="add", SUBSYSTEM=="pci", DRIVER=="ehci_hcd", \
RUN+=" /bin/sh -c 'echo -n %k > %S%p/driver/ unbind' "
(That should work, but do test it)"