LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Modem Help Please (https://www.linuxquestions.org/questions/linux-hardware-18/modem-help-please-86787/)

mi1es 08-28-2003 07:35 PM

Modem Help Please
 
Specs:
US Robotics PCI 5636 [says linux supported for kernel 2.4+]
Redhat Linux 9.0
Confused Newbie


Question:
Everytime i restart it has a generic modem. It is on /dev/ttyl1. All my information is in that is necessary to log on. I am just converting to Redhat Linux 9.0 so im not so sure where to get support. I tried newsgroups, irc, etc. but nobody really feels like helping. If anyone can guide me through this please help me out, thanks so much!

Your #1 Linux :newbie:

Any reply will benefit me-it will help me explore!

fancypiper 08-28-2003 11:24 PM

I think that may be a hardware modem.

# Configuring a real hardware pci modem
To configure a pci modem, open an x terminal and su - to the root account:
Code:

[fancy@tinwhistle fancy]$ su -
Password:
[root@tinwhistle 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@tinwhistle 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@tinwhistle 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.

Just in case I am wrong..

# Modem and connection troubleshooting
WinModems and Linux
Modem HOWTO
Modem NHFs
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

mi1es 08-30-2003 07:53 AM

i tried and when i connect it says modem busy!


All times are GMT -5. The time now is 06:23 AM.