LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 01-28-2004, 12:13 AM   #1
cnp
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Rep: Reputation: 0
Where do i find a driver for my modem


I need to find a driver for my Creative Modem Blaster V.92 pci (DI5652). I am running Fedora Core. Also i need a driver for my onboard lan. Its an ASUS P4P800. and yes i know onboard sucks. Thanx
 
Old 01-28-2004, 12:15 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Is that a real hardware modem? Post cat /proc/pci if unsure.

# 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.
 
Old 01-28-2004, 12:20 AM   #3
cnp
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Hey thanx.
Unfortunately i am very new to linux and really have no idea what im doing so i'll try and figure all that out somehow. and it is a pci modem
 
  


Reply



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 to find Intel Ham modem driver Sleepypig Linux - Hardware 1 02-14-2005 05:02 AM
find driver for modem [msp3885] vanhelsing Linux - Hardware 1 05-27-2004 02:03 AM
Where can I find my Modem Driver for a LT WinModem trumsey2003 Linux - Hardware 3 01-26-2004 03:29 PM
I don't find a driver for Comtrend CT-350 ADSL USB Modem for Slackware 9.1 myxmyx Linux - Networking 2 01-21-2004 10:45 AM
Where can I find a driver for my external modem? crumb Linux - Hardware 3 07-10-2003 07:49 PM

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

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