Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

configure modem

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi all!

my first time using mandrake 8.1. 'just wanted to connect my external usrobotics sportster modem (coz my internal modem is winmodem).

how will i know which port (COM) is available and setup?
 
Hi,

The linux equivalents to the COM1 / COM2 serial ports are :

/dev/ttyS0 (COM1)
/dev/ttyS1 (COM2)

It is normal for the '/dev/modem' device to be a symbolic link to one of those :

ls -l /dev/modem

So, ordinarily, you would just refer to '/dev/modem' .

You should be able to configure a connection by following the mandrake instructions --> .

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top