View previous topic :: View next topic |
Author |
Message |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Thu Jan 16, 2003 12:40 am Post subject: wvdial restarts (but kppp dosn't) w/ ltmodem |
|
|
I have an ltmodem and I can't get it to work. I installed it using the latest ebuild mentioned in one of the bug-fixes and it compiled fine but when I run wvdial it connects and then resets shortly after connecting.
Also building the modules using ./build_module failed.
here is what happens with wvdial i commented out personal info
Code: |
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#######
--> Waiting for carrier.
ATDT#######
CONNECT 46666 V42bis
--> Carrier detected. Waiting for prompt.
STATION ID - XXXXXXXXXXXXXXXXX,XXXXXXXXX
Welcome
Please Sign-on:
--> Looks like a login prompt.
--> Sending: #########@worldnet.att.net
#########@worldnet.att.net
~XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX~
--> PPP negotiation detected.
--> Starting pppd at Sun Jan 12 16:46:19 2003
--> pid of pppd: 5001
--> Disconnecting at Sun Jan 12 16:46:25 2003
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
|
Last edited by BlackBart on Wed Jan 22, 2003 3:26 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Swishy Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/cb611b7e3d2c65aa08fdc.jpg)
Joined: 06 Jun 2002 Posts: 491 Location: NZ
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Thu Jan 16, 2003 2:59 am Post subject: |
|
|
that's the driver that i was using. Do you think you could post your gcc version and the version of the kernel your using? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
xiao n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Jan 2003 Posts: 18
|
Posted: Fri Jan 17, 2003 10:35 pm Post subject: |
|
|
When you compile kernel, did you enable
ppp support for async serial ports under Network
device support?
By the way, I heard that for Lucent driver, it would be
better to use "ATX3DT???????" to dial up, where
??????? is your dialup number. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Sat Jan 18, 2003 1:49 am Post subject: |
|
|
hmm, i'll check that out, i just coppied over the at commands from my windows dial up log. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Wed Jan 22, 2003 3:25 am Post subject: |
|
|
OK, I emerged kde, and strangely enough, I can connect to the internet using kppp. I would still like to be able to use wvdial so any help would be appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jtza7 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Jan 2003 Posts: 7
|
Posted: Thu Jan 23, 2003 4:59 am Post subject: Answer |
|
|
Had the same problem. /dev/ppp0 does not exist! Here's the code to make it:
Code: |
mknod /dev/ppp0 c 108 0
|
Now WvDial should work fine. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Fri Jan 24, 2003 2:16 am Post subject: |
|
|
nope, that's not it. I still have the same problem |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
timbo Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/18317374854f0d2a9da673c.jpg)
Joined: 29 Jul 2002 Posts: 231 Location: New Zealand
|
Posted: Fri Jan 24, 2003 2:42 am Post subject: |
|
|
I have suffered from the same problem, my thoughts is that it's something to do with wvdial or wvstreams cause it works perfectly with kppp. I do remember that it was working perfectly for ages then during one of the many emerge rsyncs something happened.
Unfortunatly I now use another box running freesco to dial up to the internet so I have flaged away trying to make it work. But as a suggestion emerge an older wvdial and see what happens.
Regards
Tim
![Cool 8)](images/smiles/icon_cool.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Fri Jan 24, 2003 3:42 am Post subject: |
|
|
I can't emerge an older version because there is no ebuild for it, but I will download another version and try. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Swishy Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/cb611b7e3d2c65aa08fdc.jpg)
Joined: 06 Jun 2002 Posts: 491 Location: NZ
|
Posted: Fri Jan 24, 2003 4:20 am Post subject: |
|
|
all you have to do is cp wvdial*version*.ebuild to wvdial*anearlierver*.ebuild and then run #ebuild wvdial*ealierversion* digest ....wait till that finishes then emerge wvdial*earlierversion*.ebuild.......
Cheers
Dale. _________________ Theres no substitute for C.I. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Fri Jan 24, 2003 5:19 am Post subject: |
|
|
If I do that when I do emerge -u world it will just get rid of the package.
Unless you know of a way to make a package so it dosn't get updated... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BlackBart Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/0c528c703e0b714434267.jpg)
Joined: 07 Oct 2002 Posts: 252
|
Posted: Sat Jan 25, 2003 9:23 pm Post subject: |
|
|
I just noticed something: When I run kppp it outputs the following message to a console:
"modprobe: modprobe: Can't locate module ppp0
Maybe this has something to do with it? Does anyone know what kernel option I have to enable to get it?
btw, I couldn't compile wvdial 1.52 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|