You are not logged in.
Pages: 1
Sorry, although this isn't exactly related, I hope this group is the closest to the subject!
I use an Arch/LXDE based network to sync (using rsync) photos between an external USB card reader and an external USB hard drive.
The manual of the netbook states that all three USB ports are USB2, yet, from the output of the lsusb (below), it seems only one of the ports is indeed USB version 2 (and the rest are 1.1..).
1. Am I right?
2. If Y, how can I find the fastest port?
Thanks
-----------copy of lsusb-------------
Bus 001 Device 003: ID 064e:a127 Suyin Corp.
Bus 001 Device 004: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B Wireless 802.11g 54Mbps Network Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub------------------
Best regards,
Michael Badt
Offline
By bus numbers. As you can see, this WiFi adapter is currently connected to USB 2.0 bus.
By moving it to other ports you'll quickly find out that every one of them is the fastest one.
Offline
Thanks,
Any tips how do I move the wireless adapter to a different bus?
Best regards,
Michael Badt
Offline
rmmod ehci_hcdThis will disable USB2 and attach the dongle to one of these USB1 controllers. Provided that it supports USB1 - many devices are USB2-only.
Last edited by mich41 (2013-03-08 09:10:28)
Offline
This one-liner shows the USB speed (12 or 480).
Offline
Thanks !
Best regards,
Michael Badt
Offline
Pages: 1