LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-09-2003, 12:57 PM   #1
restless
Member
 
Registered: Feb 2003
Location: Belgium
Distribution: Debian
Posts: 166

Rep: Reputation: 31
ADSL USB modem hangsup!!!!


well i hope i'll find someone who can help me here, i've just installed slackware 8.1 and want to get to the internet, because what is an OS without the internet?? what is a computer without internet? that's why i really want to get connected. The problem is this:

i have an Eicon Diva ADSL USB modem... yeah i hear you think oh no again adsl usb, i allready know it's asking for problems.. but anyway. I can get drivers for my modem and i can stay connected for about 0.5 minutes!! so if i'm fast i can connect to www.linuxquestions.org... but only if i'm typing the url within an half a minute. Allen614 helped me by saying that i should look at my /var/log/messages file this is what i found:

Code:
Feb  9 15:37:07 darkstar kernel: CSLIP: code copyright 1989 Regents of the University of California
Feb  9 15:37:07 darkstar kernel: PPP generic driver version 2.4.1
Feb  9 15:37:07 darkstar pppd[409]: pppd 2.4.1 started by root, uid 0
Feb  9 15:37:08 darkstar pppd[409]: Using interface ppp0
Feb  9 15:37:08 darkstar pppd[409]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:37:14 darkstar pppd[409]: Remote message: CHAP authentication success, unit 6312
Feb  9 15:37:14 darkstar pppd[409]: local  IP address 80.201.196.133
Feb  9 15:37:14 darkstar pppd[409]: remote IP address 80.201.196.1
Feb  9 15:37:14 darkstar pppd[409]: primary   DNS address 195.238.2.21
Feb  9 15:37:14 darkstar pppd[409]: secondary DNS address 195.238.2.22
Feb  9 15:37:33 darkstar pppd[416]: Modem hangup
Feb  9 15:37:33 darkstar pppd[416]: Connection terminated.
Feb  9 15:37:33 darkstar pppd[416]: Connect time 0.5 minutes.
Feb  9 15:37:33 darkstar pppd[416]: Sent 1220 bytes, received 13497 bytes.
Feb  9 15:37:33 darkstar pppd[416]: Using interface ppp0
Feb  9 15:37:33 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:37:44 darkstar pppd[416]: Modem hangup
Feb  9 15:37:44 darkstar pppd[416]: Connection terminated.
Feb  9 15:37:44 darkstar pppd[416]: Using interface ppp0
Feb  9 15:37:44 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:37:56 darkstar pppd[416]: Modem hangup
Feb  9 15:37:56 darkstar pppd[416]: Connection terminated.
Feb  9 15:37:56 darkstar pppd[416]: Using interface ppp0
Feb  9 15:37:56 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:38:07 darkstar pppd[416]: Modem hangup
Feb  9 15:38:07 darkstar pppd[416]: Connection terminated.
Feb  9 15:38:07 darkstar pppd[416]: Using interface ppp0
Feb  9 15:38:07 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:38:18 darkstar pppd[416]: Modem hangup
Feb  9 15:38:18 darkstar pppd[416]: Connection terminated.
Feb  9 15:38:18 darkstar pppd[416]: Using interface ppp0
Feb  9 15:38:18 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:38:29 darkstar pppd[416]: Modem hangup
Feb  9 15:38:29 darkstar pppd[416]: Connection terminated.
Feb  9 15:38:29 darkstar pppd[416]: Using interface ppp0
Feb  9 15:38:29 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:38:40 darkstar pppd[416]: Modem hangup
Feb  9 15:38:40 darkstar pppd[416]: Connection terminated.
Feb  9 15:38:40 darkstar pppd[416]: Using interface ppp0
Feb  9 15:38:40 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:38:52 darkstar pppd[416]: Modem hangup
Feb  9 15:38:52 darkstar pppd[416]: Connection terminated.
Feb  9 15:38:52 darkstar pppd[416]: Using interface ppp0
Feb  9 15:38:52 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:39:03 darkstar pppd[416]: Modem hangup
Feb  9 15:39:03 darkstar pppd[416]: Connection terminated.
Feb  9 15:39:03 darkstar pppd[416]: Using interface ppp0
Feb  9 15:39:03 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:39:14 darkstar pppd[416]: Modem hangup
Feb  9 15:39:14 darkstar pppd[416]: Connection terminated.
Feb  9 15:39:14 darkstar pppd[416]: Using interface ppp0
Feb  9 15:39:14 darkstar pppd[416]: Connect: ppp0 <--> /dev/pts/1
Feb  9 15:39:25 darkstar pppd[416]: Modem hangup
Feb  9 15:39:25 darkstar pppd[416]: Connection terminated.
Feb  9 15:39:25 darkstar pppd[416]: Exit.
so for some strange reason my modem hangsup... to start my modem i have to type "startmodem" in a terminal. Can anyone help me to keep my connection alive plz?? I don't want to use windows all the time, i want to use linux!!! please?
 
Old 02-09-2003, 03:55 PM   #2
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
go into your etc/ppp/options file and look for a line idle xxx where the xxx could be 60 i.e. terminate the call if idle for 60secs and put # in front and connection should indefinite or terminated by the host time out
 
Old 02-09-2003, 05:20 PM   #3
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
It's a bit bewildeirng that you seem to have
two pppd-processes going, 409 & 416 ...

you might want to look at
Code:
grep pppd /etc/rc.d/*
and check where/how it/they get started...

Cheers,
Tink
 
Old 03-02-2003, 03:42 PM   #4
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Rep: Reputation: 30
Officially speaking, Diva ADLS USB modem is not compatible with Linux.

However, guys from http://www.prout.be/eicon/ made it fairly compatible.
Since I use their driver I have no problems. Installation is super easy. I don't remember which file (README or INSTALL) lists all you have to do.

Well, download the tarball from http://www.prout.be/eicon/.
Unpack in /home/yourusername/tmp/
It will create a folder eicon-0.0.-I-dont-remember-what-else.
cd to eicon-0.0.-I-dont-remember-what-else
Run the linux trinity ("../configure", "make", "make install").
Manually edit two or three files depending on your ISP (You have to know only IP of your ISP, user name and a password.)
Run a couple of terminal commands described in README or INSTALL.

Once its done, open terminal and run startmodem as root. One or two errors might arise. Run an included (nice!) debug script. It will tell you what is wrong and what you have to do (nice!). Else, look in README for solution. If everything is fine you will be connected.

It took me 5 minutes to install and connect. Earlier I found this trick here at LQ, but I couldn't find they guy who pointed me to http://www.prout.be/eicon/.

Last edited by linuxfond; 03-02-2003 at 03:44 PM.
 
Old 03-07-2003, 06:15 AM   #5
gerardo069872
LQ Newbie
 
Registered: Dec 2002
Posts: 7

Rep: Reputation: 0
Perhaps you can find something on http://eciadsl.flashtux.org.
I recently changed my os to debian and now I can't get online anymore.
So I don't know for sure if those drivers work.

You might also try to check the forum. I found something about modems disconnecting, but I can't remember where.

Greetings
 
Old 03-07-2003, 02:20 PM   #6
JStew
Member
 
Registered: Oct 2002
Location: North Atlanta
Distribution: LFS
Posts: 229

Rep: Reputation: 30
If you must have usb adsl modem, get your mitts on an Alcatel (ewww French product I know... JK 8-) ) ... these are really supported well with Linux especially in the last year with distros like Mandrake and Redhat.

Any time you deal with ADSL PPPoe, it's going to suck. PPP connections jus' aint as good as a DHCP connection.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SUSE 9.2 detect my [B]ADSL USB-Ethernet Modem-Router [/B] as a [B]Dial up modem[/B]. myprecius Linux - Hardware 0 06-27-2005 09:21 AM
usb adsl modem BACTRATE Mandriva 6 04-14-2005 03:10 PM
adsl usb modem z3nith Linux - Software 3 02-02-2005 06:44 PM
ADSL Modem Usb merlin371 Linux - Hardware 1 01-01-2004 02:22 PM
Adsl Usb Modem xOxXxOx Linux - Newbie 4 02-14-2003 01:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:19 PM.

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