USB deice name under Linux

  • Thread starter Thread starter Anonimo
  • Start date Start date
A

Anonimo

Hi all,

I have Installed Fedora Core 2.
I have an external analog modem conneceted through
one of the six usb interface with which my PC is equipped.

I need to connect through KPPP to the Internet using this PC of mine.


Could you please tell me the name of the device corrispnding
under Linux to the usb interface.


TIA,

David
 
I have Installed Fedora Core 2.
I have an external analog modem conneceted through
one of the six usb interface with which my PC is equipped.

What's the make, model and, or type of your modem in question?
I need to connect through KPPP to the Internet using this PC of mine.

Better run wvdialconfig (which is smart enough to do it for you) from
console or xterm; though you need to edit /etc/wvdial.conf to enter your
username and password by hand. After that you may use similar settings
in kppp if you like that.
Could you please tell me the name of the device corrispnding
under Linux to the usb interface.

Names of USB-to-Serial devices under Linux can be ttyUSB0, ttyUSB1,
ttyUSB2 ...; to find these in /dev typein:

ls -l /dev/ttyUSB*

Good luck!
 
Anonimo said:
Hi all,

I have Installed Fedora Core 2.
I have an external analog modem conneceted through
one of the six usb interface with which my PC is equipped.

I need to connect through KPPP to the Internet using this PC of mine.


Could you please tell me the name of the device corrispnding
under Linux to the usb interface.

You'll have to tell us what modem and driver you're using. Another
poster already mentioned the /dev/ttyUSB* devices. It could also be
/dev/ttyACM* if it uses that driver. Or maybe it's something else
entirely. Without knowing what modem and driver you're using, we don't
know what device it is.
 
Back
Top