Advertisement

06.14.2002 at 10:20PM PDT, ID: 20311935
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.2

How to connect my modem to the Internet via kppp!!!! (400 points!!!)

Asked by dummy123 in Linux, Linux Distributions

Tags: ,

First, I want to point out something that this same modem (Actiontec 56k
Internal PCI Call Waiting Modem) was working perfectly out of the box when I
installed Mandrake 8.0 some months ago.) It's not a winmodem and it supports
linux officially as written in the box. But my experience with the company
reflects the bad support. Their trash bin is HUGE!

Second, I will give 400 points because I have an unanswered question here:
http://www.experts-exchange.com/jsp/qManageQuestion.jsp?ta=linux&qid=20307604
So, answer this question and I will give you the points of the link for free!!



Now I will show you all the steps I followed in details:
Upon booting I get these messages (which is also found on /var/log/dmesg):
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ
SERIAL_PCI ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
PCI: Found IRQ 11 for device 01:0a.0
ttyS04 at port 0xd800 (irq = 11) is a 16550A

[root@localhost root]# lspci -vv
...
01:0a.0 Communication controller: Lucent Microelectronics Venus Modem (V90,
56KFlex)
        Subsystem: Action Tec Electronics Inc: Unknown device 0500
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
        Latency: 0 (63000ns min, 3500ns max)
        Interrupt: pin A routed to IRQ 11
        Region 0: Memory at ff8ffc00 (32-bit, non-prefetchable) [size=256]
        Region 1: I/O ports at d800 [size=256]
        Region 2: I/O ports at d400 [size=256]
        Region 3: I/O ports at dff0 [size=8]
        Capabilities: [f8] Power Management version 2
                Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA
PME(D0-,D1-,D2+,D3hot+,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

[root@localhost root]# setserial -g /dev/ttyS?
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
/dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4
/dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3
/dev/ttyS4, UART: 16550A, Port: 0xd800, IRQ: 11
/dev/ttyS5, UART: unknown, Port: 0x01a8, IRQ: 2, Flags: Fourport
/dev/ttyS6, UART: unknown, Port: 0x01b0, IRQ: 2, Flags: Fourport
/dev/ttyS7, UART: unknown, Port: 0x01b8, IRQ: 2, Flags: Fourport
/dev/ttyS8, UART: unknown, Port: 0x02a0, IRQ: 5, Flags: Fourport
/dev/ttyS9, UART: unknown, Port: 0x02a8, IRQ: 5, Flags: Fourport

[root@localhost root]# ln /dev/ttyS4 /dev/modem

[root@localhost root]# setserial -ga /dev/modem
/dev/modem, Line 4, UART: 16550A, Port: 0xd800, IRQ: 11
        Baud_base: 115200, close_delay: 50, divisor: 0
        closing_wait: 3000
        Flags: spd_normal skip_test
[munzir@localhost munzir]$ kppp
DCOPServer up and running.
Opener: received OpenLock

Opener: received OpenDevice
Opener: received RemoveLock
Opener: received SetSecret
Opener: received SetSecret
Opener: received OpenDevice
Opener: received ExecPPPDaemon
In parent: pppd pid 1679
Kernel supports ppp alright.
Couldn't find interface ppp0: No such device
Couldn't find interface ppp0: No such device
Opener: received KillPPPDaemon
In killpppd(): Sending SIGTERM to 1679
It was pppd that died
pppd exited with return value 5
Sending 1663 a SIGUSR1
Opener: received RemoveSecret
Opener: received RemoveSecret
Opener: received OpenResolv
Opener: received OpenResolv
Opener: received OpenSysLog

while the Login Script Debug Window says:
ATZ
OK
ATM1L1
OK
ATDT3600606
CONNECT 26400 V42bis
whereas on the status bar of this window appears: Starting pppd... (So, this
is the problem!!)

and the connecting to: **** says:
Logging on to Network

Then the modem rings and after a while I get a warning dialog box named
Error-KPPP says:
Timout expired while waiting for the PPP interface to come up!

Clicking on the detail button:
PPP log dialog box says (in top pane):
Jun 13 13:35:57 localhost pppd[1679]: pppd 2.4.1 started by root, uid 0
Jun 13 13:35:57 localhost pppd[1679]: Using interface ppp0
Jun 13 13:35:57 localhost pppd[1679]: Connect: ppp0 <--> /dev/modem
Jun 13 13:36:27 localhost pppd[1679]: Terminating on signal 15.
Jun 13 13:36:33 localhost pppd[1679]: Connection terminated.
Jun 13 13:36:33 localhost pppd[1679]: Receive serial link is not 8-bit
clean:
Jun 13 13:36:33 localhost pppd[1679]: Problem: all had bit 7 set to 0
Jun 13 13:36:33 localhost pppd[1679]: Exit.
and in the bottom pane (kppp's diagnosis (just guessing):) says:
You have launched pppd before the remote server was ready to establish a PPP
connection.
Please use the terminal-based login to verifyStart Free Trial
 
Loading Advertisement...
 
[+][-]06.15.2002 at 02:05AM PDT, ID: 7080196

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.17.2002 at 02:34AM PDT, ID: 7083296

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.18.2002 at 10:33PM PDT, ID: 7091791

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Linux, Linux Distributions
Tags: device, find
Sign Up Now!
Solution Provided By: dummy123
Participating Experts: 4
Solution Grade: A
 
 
[+][-]06.19.2002 at 01:41PM PDT, ID: 7093845

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.06.2003 at 03:32AM PDT, ID: 9089002

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.30.2003 at 10:13PM PST, ID: 9655723

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11.07.2003 at 12:24PM PST, ID: 9703754

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32