LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-10-2006, 04:22 PM   #1
gtkuntz
LQ Newbie
 
Registered: Feb 2006
Distribution: Fedora
Posts: 13

Rep: Reputation: 0
USB1.1 -vs- USB 2.0


Hi,

I have a motherboard , MACH Speed matrix P4M800 motherboard. Its states on the specs that it has USB 2.0.

I am running Fedora Core 4, kernel 2.6.15-1.1831.

When I do a lspci, it comes back as :

VT82xxxxx UHCI USB 1.1 Controller (rev 81)

Is there a configuration change or driver that will get it to USB 2.0 ? or is it just a misrepresenation on the board ?

Complete /sbin/lspci
--------------------

00:00.0 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. PT890 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. P4M800CE Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:08.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX [Boomerang]
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: VIA Technologies, Inc.: Unknown device 3344 (rev 01)


Thx
 
Old 04-10-2006, 05:05 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
The following URL has a little bit of information about USB versions.

http://www.gentoo.org/doc/en/usb-guide.xml#postkern

Look for the section named "A Technical Perspective". It's not much information but it does say what the names of the drivers are.

I tried looking at www.usb.org but all of their information is contained in PDFs. I don't know about you but I hate having to download PDFs just to get a little bit of information.

Anyway, as the gentoo site indicates, the EHCI is for version 2.0 while OHCI and UHCI are for version 1.1. You can look at dmesg to see what modules are being loaded at boot time. If your kernel ring buffer has lost its boot messages then you can look in /var/log to see if your system keeps a file of boot messages.
 
Old 04-10-2006, 07:36 PM   #3
gtkuntz
LQ Newbie
 
Registered: Feb 2006
Distribution: Fedora
Posts: 13

Original Poster
Rep: Reputation: 0
I don't understand what I have. All the specs on my board (P4M800) say its USB 2.0 . I have four USB ports on the back of the motherboard, and when I look in the boot log, I see 1 EHCI hub, and 3 UHCI hubs, which corresponds to the 4 USB ports.

kernel: ehci_hcd 0000:00:10.4: EHCI Host Controller
kernel: ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
kernel: ehci_hcd 0000:00:10.4: irq 11, io mem 0xf6011000
kernel: ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
kernel: hub 1-0:1.0: USB hub found
kernel: hub 1-0:1.0: 8 ports detected
kernel: USB Universal Host Controller Interface driver v2.3
kernel: ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
kernel: uhci_hcd 0000:00:10.0: UHCI Host Controller
kernel: uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
kernel: uhci_hcd 0000:00:10.0: irq 10, io base 0x0000d000
kernel: hub 2-0:1.0: USB hub found
kernel: hub 2-0:1.0: 2 ports detected
kernel: ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
kernel: uhci_hcd 0000:00:10.1: UHCI Host Controller
kernel: uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
kernel: uhci_hcd 0000:00:10.1: irq 10, io base 0x0000d400
kernel: hub 3-0:1.0: USB hub found
kernel: hub 3-0:1.0: 2 ports detected
kernel: ACPI: PCI Interrupt 0000:00:10.2[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
kernel: uhci_hcd 0000:00:10.2: UHCI Host Controller
kernel: uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
kernel: uhci_hcd 0000:00:10.2: irq 11, io base 0x0000d800
kernel: hub 4-0:1.0: USB hub found
kernel: hub 4-0:1.0: 2 ports detected

Link to Motherboard info http://www.tigerdirect.com/applicati...?EdpNo=1644629

Image of motherboard
http://images.tigerdirect.com/itemDe...20-out3-hl.jpg
 
Old 04-10-2006, 07:47 PM   #4
gtkuntz
LQ Newbie
 
Registered: Feb 2006
Distribution: Fedora
Posts: 13

Original Poster
Rep: Reputation: 0
Getting deeper into the owners manual, I see there is two, USB 2.0 headers on the motherboard that allows additional USB cables for the front panel or internal devices.

I still dont understand why the OS thinks the other USB ports are 2.0 though.

thx
 
Old 04-12-2006, 08:44 PM   #5
gtkuntz
LQ Newbie
 
Registered: Feb 2006
Distribution: Fedora
Posts: 13

Original Poster
Rep: Reputation: 0
ttt..

Anyone ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to force usb1.1 mode for printer. chaumurky Linux - Hardware 4 03-17-2006 05:38 PM
USB 2.0 HardDisk and USB1.1 port yumener Linux - Hardware 1 12-06-2005 03:06 PM
USB2 device only working at USB1!! movery Linux - Hardware 5 02-05-2005 09:02 AM
dvd playback usb1.1 lumbrjackedpcj Linux - Hardware 1 11-23-2004 07:34 PM
USB storage - detected on USB1 port, but not USB2 (Mandrake 10 Official) maehara Mandriva 1 10-27-2004 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration