View previous topic :: View next topic |
Author |
Message |
Kamangir n00b
Joined: 19 May 2003 Posts: 4
|
Posted: Sun Jun 01, 2003 11:54 am Post subject: pppd |
|
|
I have problem connecting to my ISP which doesn't require any ID and password loging. I have run kppp from command line and the output is
listed below. I use HSF driver from conexant. Can anybody take a look and help me with some hints?
====================================
Opener: received SetSecret
Opener: received SetSecret
Opener: received OpenLock
Opener: received OpenDevice
Opener: received ExecPPPDaemon
In parent: pppd pid 2191
Couldn't find interface ppp0: No such device
Kernel supports ppp alright.
pppd: By default the remote system is required to authenticate itself
pppd: (because this system has a default route to the internet)
pppd: but I couldn't find any suitable secret (password) for it to use to do so.
pppd: (None of the available passwords would let it use an IP address.)
It was pppd that died
pppd exited with return value 1
Sending 2187 a SIGUSR1
Opener: received RemoveSecret
Opener: received RemoveSecret
Opener: received OpenResolv
Opener: received OpenResolv
Opener: received RemoveLock
Opener: received PPPDExitStatus
WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08
Major opcode: *
Opener: received SetSecret
Opener: received SetSecret
Opener: received OpenLock
Opener: received OpenDevice
Opener: received ExecPPPDaemon
In parent: pppd pid 2200
Couldn't find interface ppp0: No such device
Kernel supports ppp alright.
pppd: By default the remote system is required to authenticate itself
pppd: (because this system has a default route to the internet)
pppd: but I couldn't find any suitable secret (password) for it to use to do so
pppd: (None of the available passwords would let it use an IP address.)
It was pppd that died
pppd exited with return value 1
Sending 2187 a SIGUSR1
Opener: received RemoveSecret
Opener: received RemoveSecret
Opener: received OpenResolv
Opener: received OpenResolv
Opener: received RemoveLock
Opener: received PPPDExitStatus
/cheers |
|
Back to top |
|
|
hook Veteran
Joined: 23 Oct 2002 Posts: 1398 Location: Ljubljana, Slovenia
|
Posted: Mon Jun 02, 2003 6:28 am Post subject: |
|
|
AFAIR kppp (gui) has a great database of ISPs already preset ...you might find yours there and not need to change anything :] _________________ tea+free software+law=hook
(deep inside i'm still a tux's little helper) |
|
Back to top |
|
|
SpinDizzy n00b
Joined: 28 May 2003 Posts: 63 Location: Moss Vale, Australia
|
Posted: Tue Jun 03, 2003 4:43 am Post subject: Re: pppd |
|
|
Kamangir wrote: | I have problem connecting to my ISP which doesn't require any ID and password loging. I have run kppp from command line and the output is
listed below. I use HSF driver from conexant. Can anybody take a look and help me with some hints?
.
.
.
Couldn't find interface ppp0: No such device
Kernel supports ppp alright.
|
I have no experience with the HSF modems, but it looks like the kernel module for the modem is not being loaded.
I know that I'm always forgetting to compile the ppp_async kernel module, but you may not need this with your modem. Kppp obviously thinks there is some kernel support there for ppp but which modules it is checking for I don't know, could be worth checking your kernel ppp options. |
|
Back to top |
|
|
Kamangir n00b
Joined: 19 May 2003 Posts: 4
|
Posted: Thu Jun 05, 2003 11:51 am Post subject: |
|
|
I have checked my .config and async ppp is there!
I will try to compile my kernel again to see whether
that's the problem. Thanks for the hint! |
|
Back to top |
|
|
|