LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-26-2003, 06:13 PM   #1
sicasal
LQ Newbie
 
Registered: Jul 2003
Location: Portugal / Lisbon
Distribution: RedHat 9
Posts: 23

Rep: Reputation: 15
Problems with Modems..


Hey all..

How do DialUp connections work in Linux (RH9)?
I have my Modem (actually Linux did recognize it on Startup)
I add it do the HW on Network option
I created a Modem conection where I put in the ISP data, etc..

But ....

I cant get it working... or better dialing..
In Windows I say
Connections --> DialUp --> Connect and I hear the modem work...
I cant find anything like that in LInux...

Can anyone help me out or indicate some docs about this..

Thanks

Paulo
 
Old 07-26-2003, 06:25 PM   #2
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
click on the little red hat in the lower left corner, then click on "internet" then click on "more internet applications", and finally click on "kppp".
 
Old 07-26-2003, 06:28 PM   #3
sicasal
LQ Newbie
 
Registered: Jul 2003
Location: Portugal / Lisbon
Distribution: RedHat 9
Posts: 23

Original Poster
Rep: Reputation: 15
Ohh...
that sounds nice..
havent tried (found) that one..
gonna tried that tomorrow..(cant try it now cause I havent my Linux PC here)

Thanks a lot...

Paulo
 
Old 07-28-2003, 11:03 AM   #4
sicasal
LQ Newbie
 
Registered: Jul 2003
Location: Portugal / Lisbon
Distribution: RedHat 9
Posts: 23

Original Poster
Rep: Reputation: 15
Hi...

I still cant configure my Modem...
I havent any kppp in my Internet applications...

I cant get it working, its a Creative Modem Blaster 56k
How do I now, if the modem is installed correctly...

Please help
 
Old 07-28-2003, 05:47 PM   #5
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
Hi,

When you click on "internet " does it bring up a menu that has "more internet applications"? If not try bringing up a terminal window and type "kppp". If your modem is an external modem there's not much to do. Just setup kppp to use the correct port, usually /dev/ttyS0 or /dev/modem. I have a Creative Modem Blaster 56k external modem an it's worked flawlessly under Linux for the past three years.
 
Old 07-29-2003, 03:14 AM   #6
sicasal
LQ Newbie
 
Registered: Jul 2003
Location: Portugal / Lisbon
Distribution: RedHat 9
Posts: 23

Original Poster
Rep: Reputation: 15
How can I check if the modem is configured.....
If I type kppp he says Commando not found...
 
Old 07-29-2003, 07:31 AM   #7
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
Sorry about that.

Is it an internal modem?

Try locating kppp with the following command "locate kppp | grep bin".
If you find it try running it with the full pathname. For example on my system it's "/bin/kppp". You'll need to be root to run it.
 
Old 07-29-2003, 09:17 AM   #8
sicasal
LQ Newbie
 
Registered: Jul 2003
Location: Portugal / Lisbon
Distribution: RedHat 9
Posts: 23

Original Poster
Rep: Reputation: 15
And what if I dont have such a kppp....?

IŽam getting pissed off....f...Modems... urrrg
I tried with wvdial, I got it trying to comunicate with the modem..
It says Sending ATZ
Sending ATZ0
Resending ATZ
Modem is not responding...
 
Old 07-29-2003, 06:14 PM   #9
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
KPPP isn't neccessary it just makes things easier. I don't use it myself, I use a shell script. I take it you executed the "locate" command and didn't find KPPP. I'm going to assume it's an internal modem so try using the lspci command and see if it's listed. We don't seem to be making any progress so I'll step aside and hopefully someone else can help. Good luck.
 
Old 07-29-2003, 10:47 PM   #10
ovf
Member
 
Registered: Jul 2003
Location: Massachusetts
Distribution: LFS 4.0, Windows XP, Ubuntu 10.01, Gentoo 2.6.32-r7, OpenSolaris
Posts: 100

Rep: Reputation: 15
Ok, try this: on any panel right click on an empty area. This should bring up a menu containing an "Add to Panel" button. Click on that then click on "Internet" then click on "Modem Lights". That should add an applet to the panel that will allow you to dial.
 
Old 07-29-2003, 11:44 PM   #11
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Plug 'N Pray off in your BIOS? If not, turn it off.

If I'm not mistaken, that is a real hardware modem and instructions below should guide you.

# Modem and connection troubleshooting
Modem NHFs
Modem HOWTO
The kppp Handbook
Dial-up Networking Configuration Using KDE's Kppp
Troubleshooting ISP Connection Problems

# Configuring a real hardware pci modem
To configure a pci modem, open an x terminal and su - to the root account:
Code:
[phil@fancypiper phil]$ su -
Password: 
[root@fancypiper root]# cat /proc/pci
Look for your modem in the returned list. Look for something similar to mine:
Code:
  Bus  2, device   2, function  0:
    Communication controller: PCI device 151f:0000 (TOPIC SEMICONDUCTOR Corp) (rev 0).
      IRQ 5.
      I/O at 0xc400 [0xc407].
With this info, I use the setserial command:
Code:
[root@fancypiper root]# setserial /dev/ttyS2 irq 5 port 0xc400 uart 16550a
Then I test the modem with the internet connection wizard and it works. I edit /etc/rc.d/rc.local and enter the setserial command:
Code:
[root@fancypiper root]# pico -w /etc/rc.d/rc.local
My file for an example
Code:
#!/bin/sh
# Redhat /etc/rc.d/rc.local file
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
# configure modem
setserial /dev/ttyS2 irq 5 port 0xc400 uart 16550a
Now, it remains configured after a reboot.

Last edited by fancypiper; 07-29-2003 at 11:51 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Modems. Modems? Modems! Fusioncases Linux - Hardware 25 04-06-2004 04:57 PM
Modems hustler Linux - Networking 1 10-23-2003 04:42 AM
modems BDW Linux - Newbie 4 06-15-2003 07:48 PM
New linux user - Problems with Rockwell & Conexant Modems keef321 Linux - Hardware 27 11-01-2002 11:59 AM
Problems installing more then two modems on RedHat 7.1!! RKris Linux - Hardware 2 09-16-2002 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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