> >On Suse 9.1 modprobe uhci, modprobe ohci and modprobe ehci all fail.
<snip> > The good news: > I know that they did distribute those modules with the > kernels, see first for yourself: > > # ls /lib/modules/$(uname -r)/kernel/drivers/usb/host | grep hcd > > and you should see them sitting there, so you don't need to build > a new kernel (if you r e a lly dont want to...) > > For the relatively low IO you'll be doing over the USB, I'd reccomend > the "open" driver: ohci-hcd, if you really want to know which is best > for your system, read: /path/to/kernel/src/Documentation/*hci.txt > > Anyways, the command to insert the module into your system > environment is: > > ########################### > > # modprobe ohci_hcd > > ########################### It works, and lsmod shows the module there. > > And if you want it to load when you boot the machine > you probably need to put something like this in your > /etc/modprobe.conf file: > > alias usb-controller ohci_hcd <snip> Tribh, thanks a lot! The module information is exactly what I was looking for in terms of Suse. Thanks to Ranjit, Sumeet and Mandar for your replies, I'll look into it further. One more question, has anyone gotten one of these phones to work under linux (using any distribution)? If so how good are the transfer speeds? Thanks. Gus. -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([EMAIL PROTECTED]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
