(E-Mail Removed) (miguelk) writes:
]I'm using pppsetup (pppd 2.4.1) on Slackware 9.1. I'm also using a US
]Robotics, Courier V.EVERYTHING external modem on /dev/modem
](=/dev/ttyS1).
OK.
]It works great for me but no ppp0 interface appears (I ran "ppp-go"
]without on demand). The modem connects fine (I can see that in
????? what is this supposed to mean? ppp-go is some script which Slack has
set up. Who knows what is in it.
]/var/log/messages) but after Connect: ppp0 <--> /dev/modem it just
Bad idea. by default there is no debugging set up.
place the word
debug
into /etc/ppp/options.
place the line
daemon.*;local2.* /var/log/ppplog
into /etc/syslog.conf
run the command
killall -1 syslogd
Now run pppd and look in /var/log/ppplog.
You have a ppp0 interface. (Note the message SAID it connected teh ppp0
interface to /dev/modem.)
Does /dev/modem exist and point to the proper serial line?
]sits there until a hang up about a minute later (with another ISP it
]did not hang up but there was still no ppp0). This is what that part
]of the log reports:
]Connect: ppp0 <--> /dev/modem
]Modem hangup
]Connection terminated
]Exit
No debug and wrong file.
]I also find it strange that pppsetup reports (as a warning) that it
Slackware has a habit of purposelessly breakinging things like ppp.
]can't find ppp as a module or in the kernel. Perhaps the module was
]not loaded at the time of the setup. Anyway, since I used a bare
]kernel to install (this is an old machine with little ram) I checked
]/usr/src/linux/.config and found PPP as a module. And if I do a lsmod
]I get:
]root@cigar:/usr/src/linux# lsmod
]Module Size Used by Not tainted
]ppp_async 7552 0 (autoclean)
]ppp_generic 15452 0 (autoclean) [ppp_async]
]slhc 5040 0 (autoclean) [ppp_generic]
][snip]
]It did set up my resolv.conf:
]root@cigar:/etc/ppp# cat /etc/resolv.conf
]search ig.com.br
]nameserver 200.225.159.124
]For completeness' sake, this is the pap-secrets file (where I changed
]the login info)
]root@cigar:/etc/ppp# cat /etc/ppp/pap-secrets
]# PAP authentication file: /etc/ppp/pap-secrets
]# This file should have a permission of 600.
]# ~# chmod 600 /etc/ppp/pap-secrets
]# Username Server Password IP addresses
]"catbert" * "ktex23#"
]Needless to say, this account works from my Windows PC.
]This is in my options file:
]root@cigar:/etc/ppp# cat options
]lock
]defaultroute
]noipdefault
]modem
]/dev/modem
]57600
]crtscts
]passive
]asyncmap 0
Put in debug
]This is in my chat script file:
]root@cigar:/etc/ppp# cat pppscript
]TIMEOUT 60
]ABORT ERROR
]ABORT BUSY
]ABORT "NO CARRIER"
]ABORT "NO DIALTONE"
]"" ATZ OK ATX3 OK
Use AT&F (or AT&F1 for a Sportster modem) not ATZ
]"atdt0,33550168"
]TIMEOUT 75
]CONNECT
]If I use minicom to dial, I get to the ppp header:
]atz
]OK
]atx3
]OK
]atdt0,33655000
]CONNECT 31200/ARQ
]~’}#.!}!}!} }8}"}&} }*} } }#}$.#}%}&błól}'}"}(}"å.~ [snip]
]Can anyone point me to a solution?
No we need more info.
www.theory.physics.ubc.ca/ppp-linux.html
]Many thanks.
]Miguel