LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-05-2004, 07:55 PM   #1
fatherg
Member
 
Registered: Mar 2004
Posts: 55

Rep: Reputation: 15
Angry Conexant Modem Help


Hi I am currently switching from windows to linux. Right now I'm running Redhat 9. I just bought a shiny new HCF Conexant 56k modem, and when i plugged it in, kudzu recognized it and i chose to 'configure' when prompted. I have since checked the 'hardware browser' and the modem is nowhere to be found. It does show up when i run /sbin/lspci tho.

Unfortunately this must mean that i don't have drivers for it, and of course i look online and find that there are drivers which are $15 to download(linuxant.com) I find this irritating when the drivers for windows are free. linuxant however, has a page dedicated to bullshitting around this notion. Anyway, I just spent $40 on this modem, and i could have bought a US Robotics for the price of the driver and the modem... my question is, if i take my conexant 56k modem back, and get a us robotics modem instead, am i likely to have the same problem? Thx for any help, and if anybody wants to send me a free conexant rpm for redhat and solve the problem that way I certainly wouldn't complain...

Last edited by fatherg; 04-05-2004 at 08:00 PM.
 
Old 04-05-2004, 10:12 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You can't go wrong with an external serial port modem.

# 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
PcTel PCT789 Compilation in Fedora Core 1
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
Connecting to AOL with Linux

# 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.
 
  


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
Conexant Modem Erorror richessence Linux - Hardware 2 06-28-2005 10:12 PM
Conexant Modem simonmccourt Linux - Hardware 9 11-10-2004 06:43 PM
conexant modem irena56 Linux - Hardware 0 10-28-2004 07:58 AM
Conexant Modem microsoft/linux Mandriva 4 09-16-2004 07:28 PM
Conexant modem (intern) Mr. D. Linux - Hardware 13 07-31-2003 01:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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