Hi,
I've decided not to play anymore games on my PC so I removed the XP OS and installed FC4 based on a workstation configuration plus KDE.
After I configured the kppp, I've lost somehow the modem commands default settings. After a serch on the internet at a local Net Cafe, I've put all back.
The problem is it fails to log on to ISP.
<B>Here is the IP table:</B>
[root@localhost ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo
<B>This is the output of ifconfig before connection:</B>
[root@localhost ~]# ifconfig ppp0
ppp0: error fetching interface information: Device not found
<B>This is the output after connection (after handshake) during the log on to network:</B>
[root@localhost ~]# ifconfig ppp0
ppp0 Link encap:Point-to-Point Protocol
POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root@localhost ~]#
<B>Starting kppp from console I have this output:</B>
[root@localhost ~]# kppp &
[1] 3186
[root@localhost ~]# Opener: received SetSecret
Opener: received SetSecret
Opener: received OpenLock
Opener: received OpenDevice
QMetaObject::findSignal:Accounting: Conflict with AccountingBase::changed(QString,QString)
Opener: received ExecPPPDaemon
In parent: pppd pid 3195
Couldn't find interface ppp0: No such device
Kernel supports ppp alright.
Opener: received KillPPPDaemon
In killpppd(): Sending SIGTERM to 3195
It was pppd that died
pppd exited with return value 5
Sending 3186 a SIGUSR1
Opener: received RemoveSecret
Opener: received RemoveSecret
Opener: received OpenResolv
Opener: received OpenResolv
Opener: received RemoveLock
Opener: received PPPDExitStatus
[root@localhost ~]#
<B>And this is the error listing after kppp fails:</B>
Nov 22 21:12:05 localhost pppd[2916]: pppd 2.4.2 started by root, uid 0
Nov 22 21:12:05 localhost pppd[2916]: Using interface ppp0
Nov 22 21:12:05 localhost pppd[2916]: Connect: ppp0 <--> /dev/ttyS0
Nov 22 21:12:35 localhost pppd[2916]: Terminating on signal 15.
Nov 22 21:12:41 localhost pppd[2916]: Connection terminated.
Nov 22 21:12:41 localhost pppd[2916]: Exit.
I have an onboard ethernet card and I have tryed in both configuration enabled and disabled from BIOS.
The same hardware configuration and modem worked a year ago when I was playing with RH9 but a different ISP that, now, I cannot connect to, because it uses some sort of a personal dialer that is available only for Windows.
What is the possible problem? Not the right modules installed?
Thank you in advance.
PS. I've searched on the forum and found out that the questions with the same problem ".. return error 5" and ".. on signal 15", received no answers.
<B>Added some info about the ISP</B>
Found at their site the <B>ClickNet_Start.ins</B> file.
[Entry]
Entry_Name=ClickNet
[Phone]
Dial_As_Is=Yes
Phone_Number=0870222222
Country_Code=40
Country_ID=40
[Device]
Type=modem
[Server]
Type=PPP
SW_Compress=yes
PW_Encrypt=No
Negotiate_TCP/IP=Yes
Disable_LCP=Yes
Network_Logon=no
[TCP/IP]
Specify_IP_Address=NO
Specify_Server_Address=Yes
DNS_Address=
DNS_Alt_Address=
IP_Header_Compress=Yes
Gateway_On_Remote=Yes
[User]
Name=clicknet
Password=clicknet
Requires_Logon=No
[Branding]
CompanyName=ROMTELECOM
Wizard_Version=3.0.0.359
Custom_Key=TESTME6
Install_Mail=1
Install_News=1
Install_NetMtg=0
Install_AMovie=1
Install_HTMLLayout=1
Install_ComicChat=0
Install_Cust1=0
Install_Cust2=0
Window_Title=ClickNet Explorer
SignupCustomDir=c:\ieak\SERVER\ENG\ISP_FILE\CLIENT \IOL
WizardVersion=3.0.0.359
Global=1
[URL]
Home_Page=http://www.clicknet.ro/
Search_Page=
Help_Page=
FirstHomePage=
NoWelcome=1
Flags=0
[ConnectionSettings]
ApplyInsToConnection=ClickNet
So it does not need to log on to network. How do I disable this option. Thanks.