LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Does this mean my USB port wont work?? (https://www.linuxquestions.org/questions/linux-hardware-18/does-this-mean-my-usb-port-wont-work-315972/)

M$ISBS 04-22-2005 03:37 AM

Does this mean my USB port wont work??
 
I have been having a hard time getting my USB flashdrive working, see here:http://www.linuxquestions.org/questi...hreadid=315059
and i found this in /etc/hotplug/blacklist.

# uhci ... usb-uhci handles the same pci class, so one of the two
# needs to be listed below.
usb-uhci
# usbcore ... module is loaded implicitly, ignore it otherwise
usbcore

does this mean that my usb ports wont work causing my USB flashdrive not to mount?
Thanks

abisko00 04-22-2005 03:52 AM

On my system (where USB devices can be mounted without problems), uhci instead of usb-uhci is blacklisted. It may be worth a try to change this...

Code:

# uhci ... usb-uhci handles the same pci class
uhci
# usbcore ... module is loaded implicitly, ignore it otherwise
usbcore



All times are GMT -5. The time now is 03:51 AM.