LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-30-2002, 12:35 PM   #1
J.McLoughlin
LQ Newbie
 
Registered: Sep 2002
Distribution: Debian
Posts: 9

Rep: Reputation: 0
ISP connecting problem


I have gotten my hands on a laptop recently but am having a problem connecting to the internet. I contacted someone who suggested I post this.

The modem in this laptop is a lucent winmodem. I looked around the internet and found some drivers that were reported to work in relation to this machine.

Now, the machine dials all well and good, gets authenticated fine but right after connecting I get disconnected. I thought it was an ISP problem but the person I contacted used the same ISP and after describing how to connect I was still having the same problem.

Im not sure wheather its a hardware problem or something with the ISP. It being a laptop and due to the state of my finances I cant buy a new piece of hardware so getting this to work is a priority. Id appreciate any suggestions.
 
Old 09-30-2002, 05:45 PM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Could you post your logs when dialling in? (It should be in /var/log/messages).
 
Old 10-01-2002, 11:12 AM   #3
kendo
Member
 
Registered: Nov 2001
Location: Vladivostok, Russia
Distribution: Slackware 13.0, PCBSD 7.1
Posts: 83

Rep: Reputation: 15
Also, what dialer app are you using to dial?

Try looking for wvdial on your cd's and installing it. You can also visit their homepage.........................
http://open.nit.ca/wvdial/

If using KDE..................................
http://www.carillonis.com/~ppatters/kwvdial.html

Last edited by kendo; 10-01-2002 at 11:18 AM.
 
Old 10-01-2002, 11:34 AM   #4
KnightAbel
Member
 
Registered: Sep 2002
Location: Kaysville, UT USA
Distribution: Red Hat Linux, Slackware
Posts: 242

Rep: Reputation: 30
Does it really matter the gui front-end that he uses? I think it would have something to do with pppd (the PPP Daemon) if it was software, the front-end is just that, the front-end
 
Old 10-01-2002, 12:59 PM   #5
J.McLoughlin
LQ Newbie
 
Registered: Sep 2002
Distribution: Debian
Posts: 9

Original Poster
Rep: Reputation: 0
Heres what it says when I run wvdial as root. Im not even going to try a non-privalaged user.

Oct 1 18:47:29 Razbaque kernel: Loading Lucent Modem Controller driver version 8.22
Oct 1 18:47:29 Razbaque kernel: Detected Parameters Irq=11 BaseAddress=0x3430 ComAddress=0x0
Oct 1 18:47:29 Razbaque kernel: Lucent Modem Interface driver version 8.22 (2002-04-11) with SHARE_IRQ enabled
Oct 1 18:47:29 Razbaque kernel: ttyLT00 at 0x3430 (irq = 11) is a Lucent Modem
Oct 1 18:49:03 Razbaque pppd[375]: pppd 2.3.11 started by root, uid 0
Oct 1 18:49:03 Razbaque pppd[375]: tcsetattr: Invalid argument
Oct 1 18:49:03 Razbaque pppd[375]: Exit.
Oct 1 18:49:36 Razbaque pppd[383]: pppd 2.3.11 started by root, uid 0
Oct 1 18:49:36 Razbaque pppd[383]: tcsetattr: Invalid argument
Oct 1 18:49:36 Razbaque pppd[383]: Exit.
 
Old 10-01-2002, 02:34 PM   #6
kendo
Member
 
Registered: Nov 2001
Location: Vladivostok, Russia
Distribution: Slackware 13.0, PCBSD 7.1
Posts: 83

Rep: Reputation: 15
Quote:
Originally posted by KnightAbel
Does it really matter the gui front-end that he uses? I think it would have something to do with pppd (the PPP Daemon) if it was software, the front-end is just that, the front-end
It doesn't have anything to do with what I posted. I have found by experience when these types of difficulties are encountered by people new to Linux, that the path of least resistance and easiest to follow are best. That's why I recommended wvdialer, it's virtually foolproof, and in a gui form would even be easier to understand.

Last edited by kendo; 10-01-2002 at 02:42 PM.
 
Old 10-01-2002, 02:35 PM   #7
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
It says "Invalid argument". Are you sure you entered all the values correctly?
 
Old 10-01-2002, 02:38 PM   #8
kendo
Member
 
Registered: Nov 2001
Location: Vladivostok, Russia
Distribution: Slackware 13.0, PCBSD 7.1
Posts: 83

Rep: Reputation: 15
Quote:
Originally posted by J.McLoughlin
Heres what it says when I run wvdial as root. Im not even going to try a non-privalaged user.

Oct 1 18:47:29 Razbaque kernel: Loading Lucent Modem Controller driver version 8.22
Oct 1 18:47:29 Razbaque kernel: Detected Parameters Irq=11 BaseAddress=0x3430 ComAddress=0x0
Oct 1 18:47:29 Razbaque kernel: Lucent Modem Interface driver version 8.22 (2002-04-11) with SHARE_IRQ enabled
Oct 1 18:47:29 Razbaque kernel: ttyLT00 at 0x3430 (irq = 11) is a Lucent Modem
Oct 1 18:49:03 Razbaque pppd[375]: pppd 2.3.11 started by root, uid 0
Oct 1 18:49:03 Razbaque pppd[375]: tcsetattr: Invalid argument
Oct 1 18:49:03 Razbaque pppd[375]: Exit.
Oct 1 18:49:36 Razbaque pppd[383]: pppd 2.3.11 started by root, uid 0
Oct 1 18:49:36 Razbaque pppd[383]: tcsetattr: Invalid
argument
Oct 1 18:49:36 Razbaque pppd[383]: Exit.

You need to turn PPP support on in the kernel. See the networking options on
make menuconfig.
 
Old 10-01-2002, 05:35 PM   #9
KnightAbel
Member
 
Registered: Sep 2002
Location: Kaysville, UT USA
Distribution: Red Hat Linux, Slackware
Posts: 242

Rep: Reputation: 30
Quote:
It doesn't have anything to do with what I posted. I have found by experience when these types of difficulties are encountered by people new to Linux, that the path of least resistance and easiest to follow are best. That's why I recommended wvdialer, it's virtually foolproof, and in a gui form would even be easier to understand.
oh, ok, thanks for clarifying. I'm kinda new to linux myself and that's just the way Tom Miller (my teacher at the DATC) explained it to me when I was having problems.
 
Old 10-02-2002, 12:38 PM   #10
J.McLoughlin
LQ Newbie
 
Registered: Sep 2002
Distribution: Debian
Posts: 9

Original Poster
Rep: Reputation: 0
No. Thats not it. There is ppp support in the kernel. Made sure of that.
 
Old 10-02-2002, 01:06 PM   #11
kendo
Member
 
Registered: Nov 2001
Location: Vladivostok, Russia
Distribution: Slackware 13.0, PCBSD 7.1
Posts: 83

Rep: Reputation: 15
Quote:
Originally posted by J.McLoughlin
No. Thats not it. There is ppp support in the kernel. Made sure of that.
What distro of Linux are you running and what is the kernel version number?
 
Old 10-02-2002, 01:54 PM   #12
J.McLoughlin
LQ Newbie
 
Registered: Sep 2002
Distribution: Debian
Posts: 9

Original Poster
Rep: Reputation: 0
Im running debian. the kernel that came with that is 2.2.19 but ive compiled a 2.4.18 kernel. Several times.
 
Old 10-02-2002, 02:29 PM   #13
kendo
Member
 
Registered: Nov 2001
Location: Vladivostok, Russia
Distribution: Slackware 13.0, PCBSD 7.1
Posts: 83

Rep: Reputation: 15
Quote:
Originally posted by J.McLoughlin
Im running debian. the kernel that came with that is 2.2.19 but ive compiled a 2.4.18 kernel. Several times.
Upgrade your pppd to a newer version.


Last edited by kendo; 10-02-2002 at 02:40 PM.
 
Old 10-03-2002, 01:33 PM   #14
J.McLoughlin
LQ Newbie
 
Registered: Sep 2002
Distribution: Debian
Posts: 9

Original Poster
Rep: Reputation: 0
Thats gotten that sorted. Thanks a million.
 
Old 10-03-2002, 03:08 PM   #15
kendo
Member
 
Registered: Nov 2001
Location: Vladivostok, Russia
Distribution: Slackware 13.0, PCBSD 7.1
Posts: 83

Rep: Reputation: 15
Your more than welcome. I know what hair-pulling is all about.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting to my ISP 33702 Linux - Newbie 2 07-19-2005 06:06 PM
connecting to my ISP fatman100 Linux - Software 3 05-28-2005 04:05 AM
Problem connecting to isp through external modem theMagus Fedora 2 06-09-2004 01:15 AM
Connecting ISP problem satimis *BSD 5 02-26-2004 08:55 AM
Connecting to ISP Matstewa Linux - Networking 3 02-20-2002 09:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration