Date: Mon, 9 Apr 2001 10:01:45 -0700 From: Ben Lovett <blovett@bsdguru.com> To: mobile@freebsd.org Subject: Novatel Merlin Ricochet (PCMCIA) modem under FreeBSD? Message-ID: <20010409100144.A906@bsdguru.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Greetings,
I'm currently attempting to get a Novatel Merlin PCMCIA card working
under FreeBSD 4.2-STABLE as of around February 21 or so. Currently I
have gotten it as far as getting it to dial and then wait for the
CONNECT message from the remote server, unfortunatly there is another
problem. Talking to the modem using AT commands is slow as molasses, so
I have tried tweaking my ppp.conf as such.
Is there anyone out there who has successfully gotten this card to work
under -STABLE, and if so, please help! =) Attached is a log of the
output of PPP and my ppp.conf entry.
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Ben Lovett printf("Hello world!);
blovett@bsdguru.com return 0;
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
There's no place like ~
[-- Attachment #2 --]
Apr 9 09:31:10 venus ppp[665]: tun0: Command: /dev/tty: dial
Apr 9 09:31:10 venus ppp[665]: tun0: Phase: bundle: Establish
Apr 9 09:31:10 venus ppp[665]: tun0: Phase: deflink: closed -> opening
Apr 9 09:31:10 venus ppp[665]: tun0: Phase: deflink: Connected!
Apr 9 09:31:10 venus ppp[665]: tun0: Phase: deflink: opening -> dial
Apr 9 09:31:10 venus ppp[665]: tun0: Chat: Phone: 3333
Apr 9 09:31:10 venus ppp[665]: tun0: Chat: deflink: Dial attempt 1 of 1
Apr 9 09:31:10 venus ppp[665]: tun0: Chat: Send: AT^M
Apr 9 09:31:10 venus ppp[665]: tun0: Chat: Expect(5): OK
Apr 9 09:31:15 venus ppp[665]: tun0: Chat: Expect timeout
Apr 9 09:31:15 venus ppp[665]: tun0: Chat: Send: AT^M
Apr 9 09:31:15 venus ppp[665]: tun0: Chat: Expect(5): OK
Apr 9 09:31:15 venus ppp[665]: tun0: Chat: Received: AT^M^M
Apr 9 09:31:15 venus ppp[665]: tun0: Chat: Received: OK^M
Apr 9 09:31:15 venus ppp[665]: tun0: Chat: Send: ATDT3333^M
Apr 9 09:31:17 venus ppp[665]: tun0: Chat: Expect(30): CONNECT
Apr 9 09:31:47 venus ppp[665]: tun0: Chat: Expect timeout
Apr 9 09:31:47 venus ppp[665]: tun0: Warning: Chat script failed
Apr 9 09:31:47 venus ppp[665]: tun0: Phase: deflink: dial -> hangup
Apr 9 09:31:47 venus ppp[665]: tun0: Phase: deflink: Disconnected!
Apr 9 09:31:47 venus ppp[665]: tun0: Phase: deflink: Connect time: 37 secs: 0 octets in, 0 octets out
Apr 9 09:31:47 venus ppp[665]: tun0: Phase: deflink: : 0 packets in, 0 packets out
Apr 9 09:31:47 venus ppp[665]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Mon Apr 9 09:31:47 2001
Apr 9 09:31:47 venus ppp[665]: tun0: Phase: deflink: hangup -> closed
Apr 9 09:31:47 venus ppp[665]: tun0: Phase: bundle: Dead
Apr 9 09:33:18 venus ppp[665]: tun0: Phase: /dev/tty: Client connection closed.
[-- Attachment #3 --]
ricochet:
# set log phase connect lqm lcp ipcp ccp tun
# set log local phase connect ipcp
set device /dev/cuaa4
set speed 115200
#enable lqr
#accept lqr
enable pap
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK \\dATDT\\T TIMEOUT 30 CONNECT"
set phone 3333
# set openmode passive
# set timeout 0
# set redial 15 2500
# set reconnect 5 2500
set parity none
set ifaddr 0.0.0.0/0 0.0.0.0/0 255.255.0.0
set authname mylogin
set authkey mypass
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010409100144.A906>
