Quote:
Originally Posted by elliott678
It might be compiled into the kernel, not as a module, or you could be using a different driver. My system uses ehci_hcd and uhci_hcd for USB drivers.
|
My system uses ohci_hcd module. I found this out by typing the command
tail -f /var/log/messages
This shows a new USB driver is installed using the ohci_hcd module and address 4.
So If it is compiled into the kernel how can I reload it. Because I guess my modem is not being detected due to problems in the ohci_hcd module.
I look forward to your suggestions.
Cheers!!