Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 1997 21:46:25 -0500 (EST)
From:      "Matthew D. Fuller" <fullermd@keystone.westminster.edu>
Cc:        Benn Horton <b.horton@ukonline.co.uk>, hackers@freebsd.org
Subject:   Re: Modem driver needed. 
Message-ID:  <Pine.BSI.3.91.970320214016.17637B-100000@keystone.westminster.edu>
In-Reply-To: <199703202152.VAA23490@awfulhak.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Mar 1997, Brian Somers wrote:
> > Hi
> > 
> > I'm planning to use the ppp command in FreeBSD to handle an ISP
> > connection, but first I need to get my modem up and running. Do you
> > have a generic driver that I could use for my MRI 33.6kbps modem?
> 
> You don't need a modem driver - the serial driver will suffice.
> You can use ppp to do the whole lot, including AT commands.  Refer
> to /etc/ppp/ppp.*.sample for details.

Yeah; there's no reason for a modem driver.
You modem should just support the AT command set.
There's an entry in the FAQ on the web site,
I think it's http://www.freebsd.org/FAQ/FAQ151.html#151
that deals with setting up a dialin.
There's a link off it the tells you how to set things up to send AT 
command directly to the modem.  It contains the codes to set autoanswer, 
and you can just run ppp as the getty on that port in /etc/getty.
I think.
One problem I had is that my modem's non-standard, so I don't know the 
command to write the current config to the firmware, so I have to re-send 
the AT commands every time I bootup.
The normal line is at&c1&d3&k3&q6 s0=1 &w
the &w normall writes the config to the modem firmware, but mine doesn't 
so I have to take off those last 2 characters, and redo it every bootup.
That's about the only problem I can see that you might have.
If anyonw has an idea what my AT sequence to save to firmware is, I'd be 
grateful.  I have a Compaq Presario 9000 series, with a 28.8 modem.

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|FreeBSD is good.      FreeBSD is our friend.     UNIX is our god.|
*Micro$oft is bad.                      Micro$oft causes problems.*
|MicroBSD???      I DON'T THINK SO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!|
|"I hate quotes in signature files"            :-}  MAtthew Fuller|
*fullermd@keystone.westminster.edu                  FreeBSD junkie*
|http://keystone.westminster.edu/~fullermd     Westminster College|
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.970320214016.17637B-100000>