I have been moving stuff around and I have noticed that when I
>lsusb I get result:
stephen@home:~> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 004: ID 0ace:1215 ZyDAS WLA-54L 802.11bg (zd1211rw)
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 062a:0000 Creative Labs Optical mouse
Does this mean that my mouse and anything else connected to the front USB sockets will only run at USB 1.1 speed?
If any help, here is >dmesg | grep usb:
stephen@home:~> dmesg |grep usb
0.092805] usbcore: registered new interface driver usbfs
0.092826] usbcore: registered new interface driver hub
0.092891] usbcore: registered new device driver usb
1.595056] usbcore: registered new interface driver cdc_wdm
1.595075] usbcore: registered new interface driver usb-storage
1.872328] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
1.872332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1.872335] usb usb1: Product: EHCI Host Controller
1.872338] usb usb1: Manufacturer: Linux 2.6.37.2-0.6-default ehci_hcd
1.872340] usb usb1: SerialNumber: 0000:00:02.1
2.030036] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
2.030040] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2.030043] usb usb2: Product: OHCI Host Controller
2.030046] usb usb2: Manufacturer: Linux 2.6.37.2-0.6-default ohci_hcd
2.030049] usb usb2: SerialNumber: 0000:00:02.0
2.184029] usb 1-1: new high speed USB device using ehci_hcd and address 2
2.317306] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
2.317310] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
2.317313] usb 1-1: Product: USB2.0 Hub
2.628028] usb 2-8: new low speed USB device using ohci_hcd and address 2
2.790054] usb 2-8: New USB device found, idVendor=062a, idProduct=0000
2.790058] usb 2-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
2.864317] usb 1-1.3: new high speed USB device using ehci_hcd and address 4
2.956814] usb 1-1.3: New USB device found, idVendor=0ace, idProduct=1215
2.956818] usb 1-1.3: New USB device strings: Mfr=16, Product=32, SerialNumber=0
2.956821] usb 1-1.3: Product: USB2.0 WLAN
2.956824] usb 1-1.3: Manufacturer: ZyDAS
3.147662] input: HID 062a:0000 as /devices/pci0000:00/0000:00:02.0/usb2/2-8/2-8:1.0/input/input1
3.147787] generic-usb 0003:062A:0000.0001: input,hidraw0: USB HID v1.10 Mouse [HID 062a:0000] on usb-0000:00:02.0-8/input0
3.147811] usbcore: registered new interface driver usbhid
3.147814] usbhid: USB HID core driver
11.590506] usb 1-1.3: reset high speed USB device using ehci_hcd and address 4
11.762868] usbcore: registered new interface driver zd1211rw
I realise that this is not serious for a mouse, but I have a USB HDD enclosure I would like to use…
Could I test the HDD safely using dd type commands?
This from my mainboard manual:
The Module Version and USB Devices Enabled items show the
auto-detected values. If no USB device is detected, the item shows
None.
USB 1.1 Controller [Enabled]
Allows you to enable or disable the USB 1.1 Controller.
Configuration options: [Enabled] [Disabled]
USB 2.0 Controller [Enabled]
Allows you to enable or disable the USB 2.0 Controller.
Configuration options: [Enabled] [Disabled]
Legacy USB Support [Enabled]
Allows you to enable or disable support for USB devices on legacy
operating systems (OS). Setting to Auto allows the system to detect the
presence of USB devices at startup. If detected, the USB controller legacy
mode is enabled. If no USB device is detected, the legacy USB support is
disabled.
Configuration options: [Disabled] [Enabled] [Auto]
USB 2.0 Controller Mode [HiSpeed]
Allows you to configure the USB 2.0 controller in HiSpeed (480 Mbps) or
Full Speed (12 Mbps). Configuration options: [HiSpeed] [Full Speed]
If I DISable the 1.1 controller, this disable the 2.0 as well (No USB post boot), I have the USB 2.0 option set to HiSpeed (480Mb/s)
Could the builder have somehow connected the front panel wrongly?