I'm having troubles with the communication between a NXT-Lego device and a Notebook with USB 3.0 port.
I affirm that the problem is the USB 3.0 - driver, because this same device with another Notebook very similar, a pretty older model with only USB 2.0 works.
Notebook, System info:
2 port USB 2.0
1 port USB 3.0,
SO: Ubuntu 12.04
kernel: 3.8.0-33-generic
My approach to resolve this communication problem, is force the notebook to see all the usb pot as USB 2.0.
Now the SO load for all usb port, xhci_hcd driver, but I want SO load ehci_pci (USB 2.0) driver.
How i can achieve that ? Another way than by BIOS, because this notebook BIOS hasn't this configuration option.
Thanks