LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-05-2003, 06:15 AM   #1
frostbite
LQ Newbie
 
Registered: Aug 2003
Location: KL
Posts: 14

Rep: Reputation: 0
Unable to detect internal modem


I'm running RH9.0 on my laptop and I cant get linux to detect my internal modem. Whats the easiest way to get my dial-up connection up and running?
 
Old 08-05-2003, 06:56 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You didn't give any info to go on.

Your modem?

How to get good answers with your questions about Linux

# Modem and connection troubleshooting
Modem NHFs
Modem HOWTO
Linmodems.org
Conexant/Rockwell modem HOWTO
The Unofficial PCTel Linux Driver page
I finaly got my PcTel hsp56 mr modem to work
Linux driver for Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets
Lucent AMR modem listed as an Intel AC'97 - Smart Link Modems
The kppp Handbook
Dial-up Networking Configuration Using KDE's Kppp
Troubleshooting ISP Connection Problems

# Red Hat links
Red Hat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
Red Hat 8.0 Tips & Tricks

# Red Hat 7.3 down configuration commands
setup leads to several configuration tools

# Red Hat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

Last edited by fancypiper; 08-05-2003 at 06:57 AM.
 
Old 08-05-2003, 07:14 AM   #3
frostbite
LQ Newbie
 
Registered: Aug 2003
Location: KL
Posts: 14

Original Poster
Rep: Reputation: 0
each time i try to query my modem using KPPP and specifying my modem device as /dev/ttyS0 - /dev/ttyS3 it says "Modem Busy"
 
Old 08-05-2003, 07:15 AM   #4
frostbite
LQ Newbie
 
Registered: Aug 2003
Location: KL
Posts: 14

Original Poster
Rep: Reputation: 0
Im using an internal modem from Agere Systems
 
Old 08-05-2003, 07:45 AM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
If that is a real hardware modem, this will work.

# 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/ttyS0 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/ttyS0 irq 5 port 0xc400 uart 16550a
Now, it remains configured after a reboot.
 
Old 08-05-2003, 01:47 PM   #6
frostbite
LQ Newbie
 
Registered: Aug 2003
Location: KL
Posts: 14

Original Poster
Rep: Reputation: 0
This was the reply that I got :
Bus 0, device 31, function 6:
Modem: Intel Corp. 82801DB AC'97 Modem (rev 2).
IRQ 9.
I/O at 0x2400 [0x24ff].
I/O at 0x2000 [0x207f].

I noticed that there were 2 I/0 values, which do i use? I tried the first one and it crashed my system
 
Old 08-06-2003, 09:11 AM   #8
frostbite
LQ Newbie
 
Registered: Aug 2003
Location: KL
Posts: 14

Original Poster
Rep: Reputation: 0
Okay..so what do i do next to configure it to work?
 
Old 08-06-2003, 09:22 AM   #9
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I don't know as I don't use a winmodem. I have been posting a link that is supposed to help. Have you tried clicking on it?

Lucent AMR modem listed as an Intel AC'97 - Smart Link Modems
 
  


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
how do i detect my internal modem in ubuntu hoary? akshay_jp Linux - Software 1 09-10-2005 08:19 PM
modem driver for Internal 56Kbps V.92 Data/Fax/Voice Modem sumathi Linux - Hardware 1 08-05-2005 04:12 AM
Redhat linux 9 doesn't detect My sm56 internal modem mooppils Red Hat 1 11-10-2004 10:16 PM
How to detect SM56 internal modem in ELX(Everyones linux) satish427 Linux - Hardware 2 08-12-2004 09:51 AM
How to detect my motorola SM56 internal modem in ELX(everyones linux)?? satish427 Linux - Newbie 0 08-10-2004 06:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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