With the change to ttyS2 and irq 10 I has successful in getting dialtone and
connecting to msn
This worked with:
pon
but not with:
pon connection
When I changed /etc/ppp/pap-secrets so that the default 'provider' matched
what was in 'connection' (actually msn), pon completed the connection to msn
until local hung up. I will work on sending actual text messages to myself
Following Lawson's recommendation, I added setserial /dev/ttyS2 irq 10 to
/etc/rcS.d/S40network. There seem to be many rc? files and this one seemed
appropriate
I also tried /etc/ppp/ppp-on, but this generated no dialtone. Here I am
following the text of 'Running Linux'
I need to be able to build a capability to send a single message to a
potentially large list of subscribers. In windows, Outlook Express
apparently enforces a limit of 64. I am thinking along the lines of using
sendmail for this purpose, directing a piece of mail to a file of
subscribers, which is apparently a trivial undertaking for sendmail. I have
been reading O'Reilly's 'sendmail' by Costales and Allman
Suggestions on any of the above would be welcome
Many thanks to all
David
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 02, 2000 5:40 PM
Subject: Re: Chat/ppp
>
>
> On Wed, 2 Aug 2000, davidturetsky wrote:
>
> > I just checked through windows, interrogating the modem:
> >
> > US Robotics 56K FAX INT PnP
> > Identifier *USR3031,ISAPNP\USR3031
> >
> > Port: COM3
> > Interrupt: 10
> > Addr 3E8
> >
> Linux does _not_ autoprobe serial ports for IRQ, so if this setting
> persists for linux you must configure the IRQ with setserial. Once you
> get it working it can go in a startup rcfile, typically
> /etc/rc.d/rc.local
>
> setserial /dev/ttyS2 irq 10
>
> If you don't do this, the serial driver will try to use the default IRQ
> for ttyS2 (irq 4), and it won't work if the modem really uses irq 10
>
> You can try
>
> setserial /dev/ttyS2 auto_irq autoconfig
>
> but it is not guaranteed to work.
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs