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 06-08-2001, 11:13 PM   #1
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Rep: Reputation: 30

I upgraded Red Hat v7 from kernel 2.2 to 2.4 thinking that I would then be able to use my modem.
I still do not have a modem. Can someone give me a primer on what steps I have to take to be able to use my modem?
 
Old 06-09-2001, 03:16 AM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Quote:
Originally posted by rdaves@earthlink.net
I upgraded Red Hat v7 from kernel 2.2 to 2.4 thinking that I would then be able to use my modem.
I still do not have a modem. Can someone give me a primer on what steps I have to take to be able to use my modem?
Depends a lot on what kind of modem. PlugandPray? External?

Get the modem functional. For plug and play I use 'pnpdump > /etc/isapnp.conf' which tickles your pnp devices and makes them barf their contents to the file /etc/isapnp.conf. Check to see if you already have a file like this before you start!)

<usually> setup a link from /dev/ttySn to /dev/modem (where n is the serial tty your modem is setup as. ie: ttyS0 -> dos 'com1', ttyS1 -> dos 'com2', etc... This can make management of the device easier if you change the isapnp.conf settings.
Setup your dialer (wvdial for me). You can also play in minicom to get a command set/setup string you can live with.
Get an autodialing script if you want. (wvdial.dod in SuSE - don't know much 'bout RedHat).
 
Old 06-09-2001, 11:23 AM   #3
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Original Poster
Rep: Reputation: 30
Mcleodnine: Need a few more details

Since I am a newbie at this, there's just a lot I don't know. Please profide a few more details.
-
You write:
<usually> setup a link from /dev/ttySn to /dev/modem (where n is the serial tty your modem is setup as. ie: ttyS0 -> dos 'com1', ttyS1 -> dos 'com2', etc... This can make management of the device easier if you change the isapnp.conf settings.
-
What file do I set this link up in and what are the commands?
-
Setup your dialer (wvdial for me). You can also play in minicom to get a command set/setup string you can live with.
-
I will look in my references for how to set up a dialer. Assume once I find it, it will be somewhat intuitive.
-
Get an autodialing script if you want. (wvdial.dod in SuSE - don't know much 'bout RedHat
Ditto autodialer.
-
By the way, my modem is an internal 56k, v90, 3com-USRobotics 3cp5610 plug and play.
-
In some of the stuff I have found on the net, there are suggestions to do a couple other things:
Boot up Linux and get to a terminal window. Type ‘cat /proc/pci and find the data for the serial controller. Look for Vendor id=12b9 and device id=1008. Make a note of IRQs and I/O port. Then in terminal window type ‘setserial /dev/ttySn port 0xXXXX autoconfig, where n ttySn is the com port and 0xXXXX is the I/O address specific to what you find when you type ‘cat /proc/pci’. The writer suggest that you put this setserial command at the end of thr ‘rc.local’ file.
-
Do you think this stuff is on the right track?
 
Old 06-09-2001, 01:52 PM   #4
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
That sounds like a winmodem? Is it in an ISA or PCI slot?

Check out this page to see if it will work in Linux:

http://www.idir.net/~gromitkc/winmodem.html
 
Old 06-09-2001, 09:35 PM   #5
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Original Poster
Rep: Reputation: 30
CragStar

My modem, according to U.S. Robotics, is a 56K, Fax PCI modem (model 3CP5610-00). The driver is as follows: C:\windows\system\serial.vxd. I don't believe it is a winmodem.
 
Old 06-09-2001, 10:03 PM   #6
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Re: CragStar

Quote:
Originally posted by rdaves@earthlink.net
My modem, according to U.S. Robotics, is a 56K, Fax PCI modem (model 3CP5610-00). The driver is as follows: C:\windows\system\serial.vxd. I don't believe it is a winmodem.
Do a pnpdmp. 'pnpdump' > mypnp.conf and post the results. Then you'll get some suggestions.
 
Old 06-09-2001, 10:29 PM   #7
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
carp! My bad.

You recompiled the kernel (as mentioned in the topic) and I _totally_ ignored that fact. Did you select pnp support?

 
Old 06-10-2001, 08:37 AM   #8
rdaves@earthlink.net
Member
 
Registered: May 2001
Location: Full-time traveler I live where I am.
Distribution: I use Red Hat V 7.1
Posts: 297

Original Poster
Rep: Reputation: 30
MCLEODNINE

Success! Got modem working last night. Followed process suggested in http://www.idir.net/~gromitke/3cp5610.txt. this file suggests using '/cat/proc/pci' to determine correct IRQ & I/O port plus a specific form of the setserial command. In atddition, Poul Petersen's Linux guide - Modem setup gives input on how to set up '/usr/bin/minicom'.
Now, I need:
1.) Configuration file
2.) Autodialer
3.) Configure Netscape Navigator
Any help on this?
I will post this as a new subject also.
 
  


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
Can't compile modem driver Hungry ghost Linux - Hardware 2 01-27-2005 01:49 PM
Unable to compile modem driver mst700 Linux - Newbie 1 06-30-2004 03:18 PM
modem driver compile error in suse 9.0 archish Linux - Hardware 3 06-08-2004 10:00 AM
I cant Figure out how to compile the Driver for My BCM V90 Modem darkone66669 Linux - Newbie 1 03-22-2004 09:13 AM
modem driver compile problem junks Linux - Software 5 01-13-2003 02:43 AM

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

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