Hello all,
I have a question that I could not figure out from other sources. I have
the following hardware: an integrated CardBus USB host adapter with a
connected USB serial device with three interfaces (normally
ttyUSB0...ttyUSB2). Now I want to use 3 of these devices (remember: they
are integrated, so I can't just plug the USB device onto the same host
adapter). I know device A is in CardBus slot 1, device B is in CardBus
slot 2 and so on.
Now the question: How do I figure out which ttyUSBx belongs to which
device?
Thanks in advance
Joerg
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
Trial and error (and hope they are always the same, which I think they
are with 2.6).
On Fri, 15 Apr 2005, Joerg Pommnitz wrote:
> Hello all,
> I have a question that I could not figure out from other sources. I have
> the following hardware: an integrated CardBus USB host adapter with a
> connected USB serial device with three interfaces (normally
> ttyUSB0...ttyUSB2). Now I want to use 3 of these devices (remember: they
> are integrated, so I can't just plug the USB device onto the same host
> adapter). I know device A is in CardBus slot 1, device B is in CardBus
> slot 2 and so on.
>
> Now the question: How do I figure out which ttyUSBx belongs to which
> device?
>
> Thanks in advance
> Joerg
>
>
>
>
>
>
> ___________________________________________________________
> Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> [email protected]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-users
>
--
/------------------------------------+-------------------------\
|Stephen J. Gowdy | SLAC, MailStop 34, |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, |
|http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA |
|EMail: [email protected] | Tel: +1 650 926 3144 |
\------------------------------------+-------------------------/
On Fri, 15 Apr 2005, Joerg Pommnitz wrote:
> Hello all,
> I have a question that I could not figure out from other sources. I have
> the following hardware: an integrated CardBus USB host adapter with a
> connected USB serial device with three interfaces (normally
> ttyUSB0...ttyUSB2). Now I want to use 3 of these devices (remember: they
> are integrated, so I can't just plug the USB device onto the same host
> adapter). I know device A is in CardBus slot 1, device B is in CardBus
> slot 2 and so on.
>
> Now the question: How do I figure out which ttyUSBx belongs to which
> device?
You can look in the system log. If you want, you can actually control
which goes where by creating a udev configuration file.
Alan Stern