Which USB device is which /dev/ttySx?

Peter Garrett peter.garrett at optusnet.com.au
Fri Oct 6 10:40:00 UTC 2006


On Fri, 6 Oct 2006 11:18:29 +1000
erik at dd.nec.com.au (Erik Christiansen) wrote:

> Does anyone know of a way to resolve USB device ID to linux device, so
> that one can be sure that it's listening at all?

You cab try opening a couple of terminals and running

tail -f /var/log/messages           ( before you plug the usb device in)

 and

dmesg | tail                             (immediately after plugging it in)

This works, for instance, to see which /dev/sda* device is assigned to a
usb "pen" when plugged in. 

I haven't used a usb-serial device, but those commands might tell you
more than " lsusb " does.

Peter




More information about the ubuntu-users mailing list