Re: Modem Test?

1997-08-28 Thread Britton

Unless you mispoke, I believe you may be misusing /dev/modem.  /deb/modem
is not a device itself, only a sym link (the wisdom of which is frequently
disputed) which points to the serial device your modem is connected to.
You want /dev/modem to be a sim link pointing to /deb/ttyS0.  As
people have pointed out, you want /dev/ttyS0, not tty0.  Hope this helps.

 Hi
 
 I've been trying to connect through my schools dial up system for sometime
 now with no luck.  I'm starting to think that my modem is not configured
 correctly.  I think that my modem is on /dev/tty0.  I deleted the device
 /dev/modem that present initially and made a new symbolic from /dev/tty0
 to /dev/modem.  Is there any diagnostic test I can run to see if /dev/tty0
 is indeed the correct device driver?
 
 Thanks 
 Patrick
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Modem Test?

1997-08-25 Thread Shaleh
Have you tried something like minicom.  It just dials your modem but is
nice for doing some diagnostics.  You can tell it to use either
/dev/tty?? or /dev/modem.  You could also tell your ppp dialer to use a
tty instead of modem.  /dev/modem is just a convenience -- not a
requirement.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Modem Test?

1997-08-25 Thread Jim Pick

 Hi
 
 I've been trying to connect through my schools dial up system for sometime
 now with no luck.  I'm starting to think that my modem is not configured
 correctly.  I think that my modem is on /dev/tty0.  I deleted the device
 /dev/modem that present initially and made a new symbolic from /dev/tty0
 to /dev/modem.  Is there any diagnostic test I can run to see if /dev/tty0
 is indeed the correct device driver?

I think you want /dev/ttyS0 - that's a serial device.
I believe /dev/tty0 would be one of your consoles, which you don't want.
  (unless I'm mistaken)

Cheers,

 - Jim



pgpX347QLwbfn.pgp
Description: PGP signature


Re: Modem Test?

1997-08-25 Thread Heikki Vatiainen
Hi,

For the starters you could try /dev/ttyS0 instead of /dev/tty0. If 
/dev/ttyS0 doesn't work try ttyS1-ttyS3. The /dev/ttyS0 through /dev/ttyS3 
are the com devices in Linux.

For testing you could try minicom (comm/minicom_1.75-2.deb in stable) and 
issue some AT commands (ATI4 might output some info about the modem) to 
see if the modem responds.

I hope this helps.

PATRICK DAHIROC wrote:

 Hi
 
 I've been trying to connect through my schools dial up system for sometime
 now with no luck.  I'm starting to think that my modem is not configured
 correctly.  I think that my modem is on /dev/tty0.  I deleted the device
 /dev/modem that present initially and made a new symbolic from /dev/tty0
 to /dev/modem.  Is there any diagnostic test I can run to see if /dev/tty0
 is indeed the correct device driver?
 
 Thanks 
 Patrick

// Heikki
-- 
Heikki Vatiainen  * [EMAIL PROTECTED]
Tampere University of Technology  * Tampere, Finland



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .