[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PnP modem under Debian



Hi,

	I do have a US Robotics Sportster 28.8 FAX modem (which _was_
 advertized as PnP), and have had no problems getting it to work -- my
 ppp-connect-with-diald script is attached below. (It did use to work
 without AT&F1M0Y0E1V1Q0&C1&D2S0=0S7=30S13=1 as well).

	manoj

#! /bin/sh
#
# WARNING!  Make sure this file is not world-readable!!!

# The number of your PPP server.
phone=4768154

# The login of your PPP account.
login=

# The password of your PPP account.
password=

setserial /dev/ttyS0 spd_vhi

/usr/sbin/chat -v TIMEOUT 13 ABORT BUSY ABORT "NO CARRIER" '' ATZ OK \
  'AT&F1M0Y0E1V1Q0&C1&D2S0=0S7=30S13=1' OK ATM0DT$phone TIMEOUT 25 \
    CONNECT-ATDT$phone-CONNECT

-- 
 "I have recently been examining all the known superstitions of the
 world, and do not find in our particular superstition (Christianity)
 one redeeming feature.  They are all alike founded on fables and
 mythology." Thomas Jefferson
Manoj Srivastava               <url:mailto:srivasta@acm.org>
Mobile, Alabama USA            <url:http://www.datasync.com/%7Esrivasta/>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: