Strona 1 z 1

Wolne porty USB

: 18 listopada 2008, 22:14
autor: JarekMk
Cześć,

Mam problem, moje porty USB działają w trybie USB 1.1.... Jak to zmienić?

: 20 listopada 2008, 17:21
autor: lis6502
Najpierw sprawdź czy czasem to nie są porty usb 1.1 lub czy urządzenie czasem nie jest 'full speed'. Mnie też się wiele wydawało :)
spójrz

Kod: Zaznacz cały

lis6502@debian:~$ dmesg |grep usb
[    0.169427] usbcore: registered new interface driver usbfs
[    0.169531] usbcore: registered new interface driver hub
[    0.169613] usbcore: registered new device driver usb
[    1.694145] usb usb1: configuration #1 chosen from 1 choice
[    1.796179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.796219] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.796262] usb usb1: Product: OHCI Host Controller
[    1.796296] usb usb1: Manufacturer: Linux 2.6.26-1-amd64 ohci_hcd
[    1.796331] usb usb1: SerialNumber: 0000:00:02.0
[    1.808210] usb usb2: configuration #1 chosen from 1 choice
[    1.912155] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.912195] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.912238] usb usb2: Product: EHCI Host Controller
[    1.912273] usb usb2: Manufacturer: Linux 2.6.26-1-amd64 ehci_hcd
[    1.912308] usb usb2: SerialNumber: 0000:00:02.1
[    2.660013] usb 2-2: new high speed USB device using ehci_hcd and address 3
[    2.865968] usb 2-2: configuration #1 chosen from 1 choice
[    2.865968] usb 2-2: New USB device found, idVendor=054c, idProduct=01bd
[    2.865968] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.865968] usb 2-2: Product: Silicon Media R/W
[    2.865968] usb 2-2: Manufacturer: Sony
[    2.865968] usb 2-2: SerialNumber: 500000020BA1
[    3.048552] usbcore: registered new interface driver usb-storage
[    3.052170] usb-storage: device found at 3
[    3.052174] usb-storage: waiting for device to settle before scanning
[    3.352013] usb 1-1: new full speed USB device using ohci_hcd and address 2
[    3.556001] usb 1-1: configuration #1 chosen from 1 choice
[    3.570398] usb 1-1: New USB device found, idVendor=04a9, idProduct=108d
[    3.570436] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.570472] usb 1-1: Product: iP2000
[    3.570505] usb 1-1: Manufacturer: Canon
[    3.570539] usb 1-1: SerialNumber: 111EF2
[    3.872018] usb 1-8: new low speed USB device using ohci_hcd and address 3
[    4.056007] usb 1-8: device descriptor read/64, error -62
[    4.344506] usb 1-8: device descriptor read/64, error -62
[    4.624009] usb 1-8: new low speed USB device using ohci_hcd and address 4
[    4.804010] usb 1-8: device descriptor read/64, error -62
[    5.088007] usb 1-8: device descriptor read/64, error -62
[    5.368007] usb 1-8: new low speed USB device using ohci_hcd and address 5
[    5.776018] usb 1-8: device not accepting address 5, error -62
[    5.952010] usb 1-8: new low speed USB device using ohci_hcd and address 6
[    6.360004] usb 1-8: device not accepting address 6, error -62
[    8.057750] usb-storage: device scan complete
[   76.265519] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04A9 pid 0x108D
[   76.265609] usbcore: registered new interface driver usblp
W moim wypadku (nie wiem czy to ma zastosowanie u innych)

Kod: Zaznacz cały

[    1.796262] usb usb1: Product: OHCI Host Controller
[    1.796296] usb usb1: Manufacturer: Linux 2.6.26-1-amd64 ohci_hcd
oznacza, że Linuks wykrył koncentrator FullSpeed (usb 1.1, 12 Mbps), znowu

Kod: Zaznacz cały

[    1.912238] usb usb2: Product: EHCI Host Controller
[    1.912273] usb usb2: Manufacturer: Linux 2.6.26-1-amd64 ehci_hcd
oznacza, że mam hub'a HighSpeed (usb 2.0, 480 Mbps)
Upewnij jakie porty należą do jakiego koncentratora (skonsultuj się nawet z dokumentacją do płyty głównej), potem wydaj polecenie

Kod: Zaznacz cały

 dmesg |grep usb 
i porównaj z moim.