View previous topic :: View next topic |
Author |
Message |
nouse66 Apprentice
Joined: 09 Jan 2003 Posts: 194
|
Posted: Fri Apr 09, 2004 8:19 pm Post subject: usb 1.0 or 1.1 |
|
|
is there a way to check if a computer has usb 1.0 or 1.1? i installed gentoo on an old ibm aptiva (pentium 200) and i'd like to figure out if a usb wifi adapter meant for usb 1.1 will work (its the dwl-122 that has been shown to be linux compatible in another thread) before i buy it.
thanks,
aaron |
|
Back to top |
|
|
sparks Guru
Joined: 05 Mar 2003 Posts: 331 Location: Nashville, TN
|
Posted: Fri Apr 09, 2004 8:31 pm Post subject: |
|
|
try this.
This should give you an idea of what kind of usb controllers are in that system. _________________ True trade is honest, but not merciful. Politics is dishonest, no matter how merciful... and war is neither honest nor merciful.... therefore, choose trade above politics, but politics above war. |
|
Back to top |
|
|
infirit l33t
Joined: 11 Jan 2003 Posts: 778 Location: Hoofddorp / The Netherlands
|
|
Back to top |
|
|
nouse66 Apprentice
Joined: 09 Jan 2003 Posts: 194
|
Posted: Fri Apr 09, 2004 10:50 pm Post subject: |
|
|
infirit wrote: | Acording to the manufacturer of your mobo you have 4+2 x usb 2.0. Link |
i'm not talking about the computer listed in my sig. this is a different one i'm working on. thanks though... |
|
Back to top |
|
|
sparks Guru
Joined: 05 Mar 2003 Posts: 331 Location: Nashville, TN
|
Posted: Fri Apr 09, 2004 10:53 pm Post subject: |
|
|
did you run the dmesg command? _________________ True trade is honest, but not merciful. Politics is dishonest, no matter how merciful... and war is neither honest nor merciful.... therefore, choose trade above politics, but politics above war. |
|
Back to top |
|
|
nouse66 Apprentice
Joined: 09 Jan 2003 Posts: 194
|
Posted: Fri Apr 09, 2004 11:01 pm Post subject: |
|
|
sparks wrote: | try this.
This should give you an idea of what kind of usb controllers are in that system. |
not much in my dmesg:
Code: |
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
|
this in my /proc/pci:
Code: |
USB Controller: Intel Corp. 82371SB PIIX3 USB [Natoma/Triton II] (rev 1).
IRQ 11.
Master Capable. Latency=48.
I/O at 0x1300 [0x131f].
|
i tried googling that chipset but didnt find anyonetalking about whether it was 1.1. |
|
Back to top |
|
|
nouse66 Apprentice
Joined: 09 Jan 2003 Posts: 194
|
Posted: Fri Apr 09, 2004 11:03 pm Post subject: |
|
|
ok, i think i found somthing...
this is in /proc/bus/usb/devices :
Code: |
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.3-gentoo-r1 uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:08.2
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
|
does line D perhaps mean its usb 1.1? |
|
Back to top |
|
|
sparks Guru
Joined: 05 Mar 2003 Posts: 331 Location: Nashville, TN
|
Posted: Fri Apr 09, 2004 11:10 pm Post subject: |
|
|
Line D. does look promising, however you won't really know until you plug something in Give it a try and see what happens. Good Luck. BTW I wonder why your dmesg didn't display more info. Here is mine.
Code: | dmesg | grep usb
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
usb 1-1: new full speed USB device using address 2
usb 1-1.1: new full speed USB device using address 3
drivers/usb/core/usb.c: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x04B8 pid 0x0005
|
_________________ True trade is honest, but not merciful. Politics is dishonest, no matter how merciful... and war is neither honest nor merciful.... therefore, choose trade above politics, but politics above war. |
|
Back to top |
|
|
nouse66 Apprentice
Joined: 09 Jan 2003 Posts: 194
|
Posted: Fri Apr 09, 2004 11:21 pm Post subject: |
|
|
maybe i'm not loading the usb module at boot. i'll change that and see what happens. |
|
Back to top |
|
|
nouse66 Apprentice
Joined: 09 Jan 2003 Posts: 194
|
Posted: Sat Apr 10, 2004 12:22 am Post subject: |
|
|
doh!
Code: |
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver v2.1
uhci_hcd 0000:00:08.2: UHCI Host Controller
uhci_hcd 0000:00:08.2: irq 11, io base 00001300
uhci_hcd 0000:00:08.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
|
looks like usb 1.0 to me |
|
Back to top |
|
|
|