Utz Wellbrock wrote:
Greetings, I have tried to setup my ISP connection and get the modem to dial (kdd) and connect to the ISP. Then things stop with the message: " pppd deamon died unexpectedly...". Any hints as to where to look and what might be the cause??
============================================================================
one problem could be setting the ppp time outs in kppp also as others have said the faq at k desktop can be usefull Im sorry I dont have the URL handy though basically it says to the effect you have to add your username and password in the kppp arguments whith that said.... that may not be all there is thats causing the problem and using kppp forces one to be in the k envioriment to dial out. Ive had a bunch of problems getting my dialup to work and here is the scripts and config files that finally worked for me. Most of it was gatherd here and there mainly with help from this list also got a tip from suses site here is the message also get in the habit of running tail -f /var/log/messages when you are tring to establish dialup (have to have debug enabled though) also this uses the command /etc/suseppp/scripts/ppp-up generic that way one can get dialup from anywhere on the system you can of course use other dialers such as wvdial or qadliw links can be found in my sig good luck rob
Bookmarks <A HREF="http://www.connix.com/~dizzy73/LBM.htm"><A HREF="http://www.connix.com/~dizzy73/LBM.htm</A">http://www.connix.com/~dizzy73/LBM.htm</A</A>>
============================================ Steve Pauly wrote:
Rob, You have diald on, turn it off until you get ppp working. :-)
Make sure your options file shows 0:0 instead of that ip you put in.
ok that diddnt work for me. I gotta "host unknown" from the ppp-up generic here is my /etc/suseppp/generic.options that worked for me ========= # # /etc/suseppp # # Automatically generated by SuSEconfig on Sun Nov 22 22:44:21 GMT 1998. # # PLEASE DO NOT EDIT THIS FILE! # # Change variables in /etc/rc.config instead # # name "my_USERNAME" noipdefault remotename connix.com debug ========================= and here is the /etc/suseppp/generic.chat (interesting note here.... notice the \d in line OK \dATDT I found that @ suses site descrbing a similar problem I added it \d and wallah!) also, removed the " " after CONNECT as suggested by Steve
TIMEOUT 60 ABORT "NO CARRIER" ABORT BUSY ABORT "NO DIALTONE" ABORT ERROR "" +++ATZ OK \dATDT123-4567 CONNECT ================================go to end for final result ;-)
(Steves options below)
# # PLEASE DO NOT EDIT THIS FILE! # # Change variables in /etc/rc.config instead # # /dev/modem 115200 crtscts lock name "stevep" noipdefault defaultroute 0:0 debug
here's my chat file: (Steves)
Asimov:/etc/suseppp # cat blue-window.chat TIMEOUT 60 ABORT "NO CARRIER" ABORT BUSY ABORT "NO DIALTONE" ABORT ERROR "" +++ATZ OK ATDT7747100 CONNECT
here's my options file: Asimov:/etc/suseppp # cat blue-window.options # # /etc/suseppp # # Automatically generated by SuSEconfig on Tue Nov 17 20:06:14 CST
Nov 23 21:18:24 dizzy kernel: PPP line discipline registered. Nov 23 21:18:24 dizzy kernel: registered device ppp0 Nov 23 21:18:28 dizzy pppd[1329]: pppd 2.2.0 started by root, uid 0 Nov 23 21:18:55 dizzy pppd[1329]: Serial connection established. Nov 23 21:18:56 dizzy pppd[1329]: Using interface ppp0 Nov 23 21:18:56 dizzy pppd[1329]: Connect: ppp0 <--> /dev/ttyS1 Nov 23 21:18:56 dizzy pppd[1329]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <magic 0x135d5e11> <pcomp> <accomp>] Nov 23 21:18:59 dizzy pppd[1329]: rcvd [LCP ConfReq id=0x46 <asyncmap 0xa0000> <auth pap> <magic 0xe349d628> <pcomp> <accomp> < 11 04 05 f4> < 13 0a 01 63 74 73 74 61 63 6b>] Nov 23 21:18:59 dizzy pppd[1329]: sent [LCP ConfRej id=0x46 < 11 04 05 f4> < 13 0a 01 63 74 73 74 61 63 6b>] Nov 23 21:18:59 dizzy pppd[1329]: rcvd [LCP ConfReq id=0x47 <asyncmap 0xa0000> <auth pap> <magic 0xe349d628> <pcomp> <accomp>] Nov 23 21:18:59 dizzy pppd[1329]: sent [LCP ConfAck id=0x47 <asyncmap 0xa0000> <auth pap> <magic 0xe349d628> <pcomp> <accomp>] Nov 23 21:18:59 dizzy pppd[1329]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <magic 0x135d5e11> <pcomp> <accomp>] Nov 23 21:19:02 dizzy pppd[1329]: sent [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <magic 0x135d5e11> <pcomp> <accomp>] Nov 23 21:19:02 dizzy pppd[1329]: rcvd [LCP ConfReq id=0x48 <asyncmap 0xa0000> <auth pap> <magic 0xe349e39e> <pcomp> <accomp> < 11 04 05 f4> < 13 0a 01 63 74 73 74 61 63 6b>] Nov 23 21:19:02 dizzy pppd[1329]: sent [LCP ConfRej id=0x48 < 11 04 05 f4> < ======================================================= so now I have the /etc/suseppp/scripts/ppp-up generic working the /etc/suseppp/scripts/ppp-down generic dosent... so for now Im just ps and kill pid other notes kppp dosent work for me but never the mind Ill just create an alias in my profile file and go from xterm for the /etc/suseppp/scripts/ppp-up generic now to get diald to work along with this...
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e