LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-08-2005, 10:19 AM   #1
seraph-seph
Member
 
Registered: Jul 2005
Location: /dev/ATX3
Distribution: Slackware 11(kernel 2.6.17.13), SuSE 10, Caldera, CentOS 4.3
Posts: 38

Rep: Reputation: 15
Internet connection with KPPP dies (Modem HSP56MR)


Hi folks.


I'm running slackware 10.1... when I install the driver (slmodem 2.9.9 for smartlink modem compatible ) and setup kppp with to connect with my ISP it connects perfect. But when I just finish and shutdown the pc and later I start it again and try to connect to internet, the KPPP dies ... or sometimes it just give "no dial tone" message...

1. I totally sure that there's dial tone.
2. I suppose it's the modem driver .. but in Slck9.0 never had this trouble.
3. When KPPP dies and I restart the driver, the symbolic link goes to /dev/pts1 up to dev/pts4, etc.
4. Is there any other internet connection program that I can use ?... I tried wvdial but when I install the wvStreams libraries some error appears... and I red that wvdial won't work on slack.

Thanks if any of you can help me ...
 
Old 07-08-2005, 10:37 AM   #2
priller
Member
 
Registered: Jan 2004
Distribution: Debian etch
Posts: 202

Rep: Reputation: 30
I used chestnut-dialer ( available from sourceforge ). Can you check the moden under windows? I've had the same error caused by the jack on the modem lead comming loose.
 
Old 07-08-2005, 11:38 AM   #3
WilliamS
Member
 
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380

Rep: Reputation: 31
wvdial and wvstreams from http://www.linuxpackages.net/
works well.

Still need config as per http://www.linuxlookup.com/html/guides/ppp-wvdial.html

Last edited by WilliamS; 07-08-2005 at 11:44 AM.
 
Old 07-08-2005, 11:41 AM   #4
seraph-seph
Member
 
Registered: Jul 2005
Location: /dev/ATX3
Distribution: Slackware 11(kernel 2.6.17.13), SuSE 10, Caldera, CentOS 4.3
Posts: 38

Original Poster
Rep: Reputation: 15
Hi priller


I already check it on Windows... the modem works perfect on Suse 8.0, 9.1 and fedora 2 and windows . I haven't tried on Caldera because I used this distro for RTLinux.

I'm not sure what you mean with:
Quote:
I've had the same error caused by the jack on the modem lead comming loose.
.

Thanks.
 
Old 07-08-2005, 03:02 PM   #5
seraph-seph
Member
 
Registered: Jul 2005
Location: /dev/ATX3
Distribution: Slackware 11(kernel 2.6.17.13), SuSE 10, Caldera, CentOS 4.3
Posts: 38

Original Poster
Rep: Reputation: 15
Hi WilliamS

I already tried to install wvdial ... also it requires the wvStreams lbraries .... I had some problems, here they are.
Code:
linking libwvqt.so... /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lqt 
collect2: ld returned 1 exit status 
make: *** [libwvqt.so] Error 1
The solution was to type ./configure --with-qt=no

it install ok. but when I tried to install wvdial I got this messages of error.

Code:
wvdialer.cc:98: error: invalid initialization of reference of type '    WvConfigSection&' from expression of type 'WvList<WvConfigSection>::Iter' 
wvdialer.cc: In member function `void WvDialer::start_ppp()': wvdialer.cc:1020:
 error: no matching function for call to `WvStream::WvStream(
int&)' /usr/local/include/wvstreams/wvstream.h:605: error: candidates are:    WvStream::WvStream(const WvStream&) /usr/local/include/wvstreams/wvstream.h:70: error:    WvStream::WvStream() 
make[1]: *** [wvdialer.o] 
Error 1 make: *** [src] Error 2
No idea how to solve this .. Right now I'm connected trhough KPPP, I found something "bizarre" ... after reboot I have to uninstall and install the modem driver to make the connection works... this is kind of annoying because sometimes you need to start quickly to do some important stuff. Also the modem driver is not stable as I would like it be. I guess I'll try with a lower version maybe 2.9.6 (That's the actual version of the slmodem driver that use on Suse and Fedora.)

Hummm if somebody has problems with this post it here ... I have done some extra steps for use of KPPP on Slackware 10.1


Thanks. and PS: The web page you suggest say somehing like ... download the rpm file ... I know that Slack has the rpm pakage included .. but does it work??

Sayoonara
 
Old 07-08-2005, 04:44 PM   #6
priller
Member
 
Registered: Jan 2004
Distribution: Debian etch
Posts: 202

Rep: Reputation: 30
Quote:
Originally posted by seraph-seph
Hi priller


I already check it on Windows... the modem works perfect on Suse 8.0, 9.1 and fedora 2 and windows . I haven't tried on Caldera because I used this distro for RTLinux.

I'm not sure what you mean with: .

Thanks.
The plastic bit that plugs into the phone socket was comming off the cable.
 
Old 07-08-2005, 05:48 PM   #7
WilliamS
Member
 
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380

Rep: Reputation: 31
I had forgotten, but need to download the wvdial and wvstreams packages ( both .tgz) for 10.0. I'm also using 10.1, and they work with it.
The actual url is http://www.linuxpackages.net/search_...vdial&ver=10.0
and
http://www.linuxpackages.net/search_...reams&ver=10.0

Then just install as root by typing installpkg <name of pkg>
No .rpm or .tar.gz required.

Re: "PS: The web page you suggest say somehing like ... download the rpm file ... I know that Slack has the rpm pakage included .. but does it work??"

I included that as a guide as to what to do after install, as you need to run
/usr/local/bin/wvdialconf /etc/wvdial.conf
to fill in your user stuff etc.

Last edited by WilliamS; 07-08-2005 at 05:51 PM.
 
Old 07-09-2005, 12:03 AM   #8
seraph-seph
Member
 
Registered: Jul 2005
Location: /dev/ATX3
Distribution: Slackware 11(kernel 2.6.17.13), SuSE 10, Caldera, CentOS 4.3
Posts: 38

Original Poster
Rep: Reputation: 15
wvDial

Hi WilliamS

The install pkg of wvstreams and wvdial worked great, although I can't get connection with this...

It shows the Ip addresses but don't show the message "remote DNS ..... Press control + c for termination...."

I'm sure that on Suse just before the ips appears on the shell, a message sayig "starting ip-up script" appears .. and not sure if it's the exact message ... but i'm sure that something like that appears and on slack doesn't appears... finally I found the problem .. oh btw, the cable is not loose ..... there's something with the driver and maybe with the kernel ... I guess the installation does not write correctly the sysconf. file .... I'll be working on it 'till I solve this problem..

Thanks for the help and the website you gave me ... had helped a lot.


Sayoonara.
 
Old 07-09-2005, 04:58 AM   #9
WilliamS
Member
 
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380

Rep: Reputation: 31
Might also try pppsetup (as root).
Any error message might tell you something.
 
Old 07-09-2005, 11:37 AM   #10
seraph-seph
Member
 
Registered: Jul 2005
Location: /dev/ATX3
Distribution: Slackware 11(kernel 2.6.17.13), SuSE 10, Caldera, CentOS 4.3
Posts: 38

Original Poster
Rep: Reputation: 15
slmodem driver

WilliamS

Are you using the same driver of smarlink?, because I just figure out that when I run at shell

Code:
 # /usr/sbin/slmodemd
Appear the comments saying that the modem in liked to /dev/pts/2 through /dev/ttySL0 and it's ok. but the modem doesn't seems to response.

Yesterday I was listen to music on the PC and when I uninstall the driver and re-install it again and run /usr/sbin/slmodem the sound raise up like about 15% of the normal volumen .. that's when I realize that something has to be with it ...

Do you have any idea of the exact commands to type just before run the modem with /usr/sbi..... ?

Sayoonara
 
Old 07-09-2005, 11:39 AM   #11
seraph-seph
Member
 
Registered: Jul 2005
Location: /dev/ATX3
Distribution: Slackware 11(kernel 2.6.17.13), SuSE 10, Caldera, CentOS 4.3
Posts: 38

Original Poster
Rep: Reputation: 15
slmodem driver

WilliamS

Are you using the same driver of smartlink?, because I just figure out that when I run at shell

Code:
 # /usr/sbin/slmodemd
Appear the comments saying that the modem in liked to /dev/pts/2 through /dev/ttySL0 and it's ok. but the modem doesn't seems to response.

Yesterday I was listen to music on the PC and when I uninstall the driver and re-install it again and run /usr/sbin/slmodem the sound raise up like about 15% of the normal volume .. that's when I realize that something has to be with it ...

Do you have any idea of the exact commands to type just before to run the modem with /usr/sbi..... ?

Sayoonara
 
Old 07-09-2005, 01:18 PM   #12
WilliamS
Member
 
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380

Rep: Reputation: 31
Regret, I know nothing about slmodem.
I have a hardware modem, and just installed wvdial as described. It worked.
In my laptop, I have a software modem (winmodem) and bought the driver from www.linuxant.com
 
  


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
kppp and modem connection Mandriva LE marcelsk Linux - Software 1 06-21-2005 01:43 PM
Internet Connection Dies after Reboot kasra_23 Linux - Software 2 03-12-2005 10:51 PM
Help with HSP56MR modem langostino Fedora 4 12-31-2004 01:17 AM
internet connection dies dsharples Linux - Networking 1 08-27-2004 04:27 PM
Extremely slow kppp internet connection msisto Linux - Newbie 2 09-10-2003 03:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:50 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