unable to enumerate usb device
2009年4月13日
http://ubuntuforums.org/showthread.php?t=1039976
To find out more information on that message, issue the command below on your terminal:
dmesg | tail
If it doesn’t cause any problems, it’s probably nothing to worry about. You can make sure all the USB devices are seen, by running
Code:
lsusb
in the terminal.
If your BIOS has an option to “Disable Legacy USB Support”, you could try enabling that, it means the BIOS won’t interfere with the USB drivers and will leave it up to the operating system, which is fine for Linux.
This solved some USB related issues I had with several Debian machines.