Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2000 08:00:09 -0700
From:      "Ash, Uriel" <uriel.ash@honeywell.com>
To:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Cc:        "'raff'" <raff@electrocity.com>
Subject:   Modem doesnt dial up. Cannot configure PPP.
Message-ID:  <F388E1BD1E11D211BD850008C7F4A5DE025300CB@TEBEX106>

next in thread | raw e-mail | index | archive | help
Hi Everyone.

I have a 56K external US Robotics modem. I am having MAJOR trouble getting
it to dial up into Earthlink.net.
Earthlink accepts PAP as well as login. Following are print outs from the
neccesary files.

Can anyone find something wrong with them????

Thanks
Uriel

Contents of /etc/ppp/ppp.conf

default:

 #
 # Make sure that "device" references the correct serial port
 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
 #

  set device /dev/cuaa0

  set log Phase Chat LCP IPCP CCP tun command
  set speed 115200
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0
OK \\dATDT\\T TIMEOUT 40 CONNECT"
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0
OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT"
  
ISP:
  set phone phone number here
  set login "TIMEOUT 5 login:-\\r-ogin: name here word: password here"
  set redial 3 10
  set timeout 500
  set ifaddr 207.210.120.083/0 10.0.0.2/0 
  add default HISADDR
  enable dns
  accept pap

 #papchap:
 #accept chap

 #
 # edit the next three lines and replace the items in caps with
 # the values which have been assigned by your ISP.
 #

  set phone " phone number goes here ( i left the brackets around the
number)" 
  set authname XXXXXX ( I put what i thought was the auth name and auth key
here)
  set authkey XXXXXX

Contents of /etc/ppp/ppp.linkup

ISP:
	delete ALL
	add 0 0 HISADDR

MYADDR:
	add 0 0 HISADDR


Contents of ppp-dialup



#!/bin/sh

IDENT='echo $0 | sed -e 's/^.*-\(.*\)$/\1/''
CALLEDAS="$IDENT"
TTY='tty'

if [ x$IDENT = xdialup]; then
	IDENT='basename $TTY'
fi

echo "PPP for $CALLEDAS on $TTY"
echo "Starting PPP for $IDENT"

exec /usr/sbin/ppp -direct $IDENT

Contents of /var/log/ppp.log

Mar 16 02:55:19 sefercity ppp[468]: tun0: Phase: deflink: hangup -> opening 
Mar 16 02:55:19 sefercity ppp[468]: tun0: Phase: deflink: Enter pause (3)
for redialing. 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: Redial timer
expired. 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: Connected! 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: opening -> dial 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: Phone: 3674492 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Chat: deflink: Dial attempt 2 of
10 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Chat: Send: ATE1Q0M0^M 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Chat: Expect(5): OK 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: /dev/tty: Client connection
closed. 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: Disconnected! 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: dial -> logout 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: logout -> hangup 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: Disconnected! 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: Connect time: 0
secs: 0 octets in, 0 octets out 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase:  total 0 bytes/sec, peak 0
bytes/sec on Thu Mar 16 02:55:22 2000 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: deflink: hangup -> closed 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: bundle: Dead 
Mar 16 02:55:22 sefercity ppp[468]: tun0: Phase: PPP Terminated (normal).

dmesg file:

Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.4-RELEASE #1: Thu Mar  9 23:26:59 EST 2000
    root@:/usr/src/sys/compile/SEFERCITY1
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium III (498.85-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
 
Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,
PAT,PSE36,MMX,FXSR,<b25>>
real memory  = 201326592 (196608K bytes)
config> di zp0
config> di ze0
config> di lnc0
config> di le0
config> di ie0
config> di fe0
config> di ep0
config> di ed0
config> di cs0
config> di wt0
config> q
avail memory = 192782336 (188264K bytes)
Preloaded elf kernel "kernel" at 0xc02ec000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc02ec09c.
Pentium Pro MTRR support enabled
Probing for devices on PCI bus 0:
chip0: <Intel 82443BX host to PCI bridge> rev 0x03 on pci0.0.0
chip1: <Intel 82443BX host to AGP bridge> rev 0x03 on pci0.1.0
chip2: <Intel 82371AB PCI to ISA bridge> rev 0x02 on pci0.7.0
ide_pci0: <Intel PIIX4 Bus-master IDE controller> rev 0x01 on pci0.7.1
chip3: <Intel 82371AB Power management controller> rev 0x02 on pci0.7.3
Probing for devices on PCI bus 1:
vga0: <3Dfx Voodoo 3 graphics accelerator> rev 0x01 int a irq 11 on pci1.0.0
Probing for PnP devices:
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
psm0 irq 12 on isa
psm0: model IntelliMouse, device ID 3
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1 not found at 0x2f8
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <IBM-DPTA-372050>
wd0: 19574MB (40088160 sectors), 39770 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <Lite-On LTN483S 48x Max/PD02>, removable, intr, dma,
iordis
acd0: drive speed 8268KB/sec, 120KB cache
acd0: supported read types: CD-R, CD-RW, CD-DA, packet track
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
mcd0 not found at 0x300
matcdc0 not found at 0x230
scd0 not found at 0x230
ppc0 at 0x378 irq 7 flags 0x40 on isa
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
plip0: <PLIP network interface> on ppbus 0
ex0 not found
adv0 not found at 0x330
bt0 not found at 0x134
aha0 not found at 0x134
aic0 not found
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
changing root device to wd0s2a
vinum: loaded
IP packet filtering initialized, divert disabled, rule-based forwarding
disabled, logging disabled
ip_fw_ctl: invalid command



Uriel Ash
Honeywell Int.
Defense Avionics Systems
Aerospace Electronic Systems
Teterboro NJ 07609
Phone: 201-393-2111
Fax: 201-393-6520
email: Uriel.Ash@honeywell.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F388E1BD1E11D211BD850008C7F4A5DE025300CB>