Click to See Complete Forum and Search --> : usb on pci


The_Don
12-12-2002, 07:55 AM
I have a usb on pci card and want to install that, how do i do that ??

It's a entrega card.


Anyone knows ?????

mrBen
12-12-2002, 08:27 AM
You would install it in the exact same way you would enable USB normally. You'll need the usb-core module, and then either usb-uhci or usb-ochi depending on the chipset - you might find that dmesg shows that at bootup when it detects if you're lucky.

I also like the Java USB Viewer that you can get - makes things nice 'n' easy.

Which distro you running, BTW?

The_Don
12-12-2002, 08:47 AM
running a slackware :)

on p1 120 with 50 RAM 850Mb Hd

mdwatts
12-12-2002, 09:18 AM
Is this a USB2 card?

http://www.linux-usb.org/usb2.html for info on USB2.

You can also find additional information on USB1 cards at the same site.

Just plug the card in and see if your distro detects and load the correct modules for the USB card.

dmesg | less

to view your system log and

lsmod (list loaded modules)

to see if the required modules have been loaded for the USB card.

The_Don
12-12-2002, 09:44 AM
i'm kind of a noob at this, but he doesn't seem to detect the card.

Any hints ??


And its usb1.0

mrBen
12-12-2002, 09:52 AM
I also run on Slack, so you should find that all the modules you need are available, and dmesg should pick it up - why not post the output here ;)

Also, you might as well try modprobe usbcore and modprobe usb-uhci while you're there, and then load up the Java USB Viewer from http://jusb.sourceforge.net/

The_Don
12-12-2002, 09:56 AM
i loaded the modules, but whem i plug i the usb modem it doesn't give the modem electricity


How come ???


Ps: not usign X :)

mrBen
12-12-2002, 10:14 AM
Um. Dunno. Not good sign, really. Regardless of whether it's detected properly, the power should go through I thought.

Post up your dmesg so we can have a look, or add it as an attachment.

The_Don
12-12-2002, 10:18 AM
thats kind of hard because its on a small pc which isn't on my network yet.

Can you tell me what to look for ???

The_Don
12-12-2002, 10:19 AM
that dmesg says it detected 2 ports !!!! thats good !!!

Now what ???

The_Don
12-12-2002, 10:21 AM
Thx to all you guys who helped me !!!!


It works now !!!!

with the right loaded modules !!!!!

mrBen
12-12-2002, 10:35 AM
Originally posted by The_Don
Thx to all you guys who helped me !!!!


It works now !!!!

with the right loaded modules !!!!!

Cool :cool:

Erm - exactly how did you solve it then?