|
From: Chris G. <dj_...@ti...> - 2008-08-08 17:44:59
|
Hi all, I've got devil linux running very nicely on my little MSI machine. The problem is that the onboard ports are only usb 1.1 compliant. So I thought "I know, i'll buy a usb 2.0 PCI card" This all worked out well as i found a nice little one with a VIA chipset on ebay. It arrived, and i installed it. Now here's where the fun starts. Linux sees the device during boot-up. It also sees it if I type in lspci, but I can't see/mount any hdd's or memory sticks that I plug in. Has anybody any ideas please. In case its any help, here's what lspci has to say about it: this is the onboard one: 00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05) 00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05) and this is the PCI one: 01:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62) 01:00.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62) 01:00.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65) And dmesg says this: usb.c: registered new driver usbdevfs usb.c: registered new driver hub PCI: Found IRQ 5 for device 01:00.2 ehci_hcd 01:00.2: VIA Technologies, Inc. USB 2.0 ehci_hcd 01:00.2: irq 5, pci mem c881e000 usb.c: new USB bus registered, assigned bus number 1 ehci_hcd 01:00.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4 hub.c: USB hub found hub.c: 4 ports detected host/usb-uhci.c: $Revision: 1.275 $ time 19:10:59 Nov 20 2007 host/usb-uhci.c: High bandwidth mode enabled PCI: Found IRQ 12 for device 00:1f.2 PCI: Setting latency timer of device 00:1f.2 to 64 host/usb-uhci.c: USB UHCI at I/O 0xcc00, IRQ 12 host/usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 2 hub.c: USB hub found hub.c: 2 ports detected PCI: Found IRQ 10 for device 00:1f.4 PCI: Setting latency timer of device 00:1f.4 to 64 host/usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 10 host/usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 3 hub.c: USB hub found hub.c: 2 ports detected PCI: Found IRQ 11 for device 01:00.1 PCI: Sharing IRQ 11 with 00:1f.3 PCI: Sharing IRQ 11 with 00:1f.5 host/usb-uhci.c: USB UHCI at I/O 0xac00, IRQ 11 host/usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 4 hub.c: USB hub found hub.c: 2 ports detected PCI: Found IRQ 9 for device 01:00.0 PCI: Sharing IRQ 9 with 00:02.0 host/usb-uhci.c: USB UHCI at I/O 0xa800, IRQ 9 host/usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 5 hub.c: USB hub found hub.c: 2 ports detected host/usb-uhci.c: v1.275:USB Universal Host Controller Interface driver usb.c: registered new driver hiddev usb.c: registered new driver hid hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vo...@su...> hid-core.c: USB HID support drivers Initializing USB Mass Storage driver... usb.c: registered new driver usb-storage USB Mass Storage support registered. Initializing Cryptographic API IEEE 802.2 LLC for Linux 2.1 (c) 1996 Tim Alpaerts NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP, IGMP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 8192 bind 8192) Linux IP multicast router 0.06 plus PIM-SM NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. 802.1Q VLAN Support v1.8 Ben Greear <gr...@ca...> All bugs added by David S. Miller <da...@re...> RAMDISK: Compressed image found at block 0 hub.c: new USB device 00:1f.2-1, assigned address 2 Freeing initrd memory: 2522k freed VFS: Mounted root (cramfs filesystem) readonly. Mounted devfs on /dev Freeing unused kernel memory: 156k freed scsi0 : SCSI emulation for USB Mass Storage devices Vendor: Model: Hitachi HDT72503 Rev: V54O Type: Direct-Access ANSI SCSI revision: 02 Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB) /dev/scsi/host0/bus0/target0/lun0: p1 WARNING: USB Mass Storage data integrity not assured USB Mass Storage device found at 2 hub.c: new USB device 00:1f.2-2, assigned address 3 scsi1 : SCSI emulation for USB Mass Storage devices Vendor: Maxtor 2 Model: B010H1 Rev: 0 0 Type: Direct-Access ANSI SCSI revision: 02 Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0 SCSI device sdb: 20012832 512-byte hdwr sectors (10247 MB) /dev/scsi/host1/bus0/target0/lun0: p1 WARNING: USB Mass Storage data integrity not assured USB Mass Storage device found at 3 hub.c: new USB device 01:00.2-4, assigned address 2 usb_control/bulk_msg: timeout usb.c: USB device not accepting new address=2 (error=-110) hub.c: new USB device 01:00.2-4, assigned address 3 usb_control/bulk_msg: timeout usb.c: USB device not accepting new address=3 (error=-110) I've tried turning to onboard one off, and starting again with a blank config, neither of which work. Any help would be greatly appreciated.. Thanks in advance for your help. |