LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to detect internal modem (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-detect-internal-modem-79140/)

frostbite 08-05-2003 06:15 AM

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?:confused:

fancypiper 08-05-2003 06:56 AM

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

frostbite 08-05-2003 07:14 AM

each time i try to query my modem using KPPP and specifying my modem device as /dev/ttyS0 - /dev/ttyS3 it says "Modem Busy"

frostbite 08-05-2003 07:15 AM

Im using an internal modem from Agere Systems

fancypiper 08-05-2003 07:45 AM

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.

frostbite 08-05-2003 01:47 PM

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

fancypiper 08-05-2003 03:26 PM

You have a winmodem.


# 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

frostbite 08-06-2003 09:11 AM

Okay..so what do i do next to configure it to work?

fancypiper 08-06-2003 09:22 AM

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


All times are GMT -5. The time now is 12:23 PM.