LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 01-05-2005, 09:10 AM   #1
Rundi
Member
 
Registered: Jun 2003
Location: USA
Distribution: Ubuntu
Posts: 169

Rep: Reputation: 30
Need help using a modem


I am helping my brother install Mandrake 10.1 while his computer is home over winter college break. His computer has both an ethernet card and a modem. I set up Mandrake 10.1 and it detected the ethernet card no problem. However, when the computer goes back to college his computer will only have dial-up access and this is where the modem comes into the picture . . .

I believe the modem is pci . . . knowing my luck it is probably a winmodem. But before I get to that issue I need to find the modem in Linux.

I tried to follow Finegan's instruction to paste the output of /sbin/lspci but when I typed "/sbin/lspci" into the console it said the file didn't exist. I went to look for it myself via Konqueror and I couldn't find any lspci file in the /sbin directory myself. What gives?

Since /sbin/lspci didn't seem to work I am stuck. How do I find the modem? I did dmesg but I am not sure where/if the modem is showing up. There were several lines mentioning pci, but I'm not sure they were related to the modem.

Any help would be much appreciated. I am not a real techie so sometimes obvious things need to be explained to me.

Finegan's instructions say to include the kernal. Output from uname -r is:

2.6.8.1-12mdk

Thanks for any help.
 
Old 01-05-2005, 09:46 AM   #2
mikEdub
LQ Newbie
 
Registered: Dec 2004
Distribution: Gentoo, GentooX
Posts: 21

Rep: Reputation: 15
there is a good chance you won't get a pci modem working in linux. if there is a computer store that sells used hardware look at getting a hardware modem (isa) assuming your moboard has an isa slot. or if you have a windows computer, connect to the internet using that then setup internet connection sharing and then you will be able to get online in linux (assuming the computers are netwroked together)
 
Old 01-05-2005, 12:32 PM   #3
Rundi
Member
 
Registered: Jun 2003
Location: USA
Distribution: Ubuntu
Posts: 169

Original Poster
Rep: Reputation: 30
I know

I realize there is a good chance I won't get the modem working. I just thought I would try. If I could determine exactly what modem I have I could then search the internet to see if their happens to be a Linux driver that could make the modem work. This is why I was looking for instructions on how to locate the modem in the Linux system.

Sharing an internet connection is not an option for my brother once he returns to college. Installing an isa card is possible--but maybe so is convincing my brother that he should shell out $40 for the cable service that would solve all his problems. But before suggesting either of these options to him I would like to try to get the modem he has working--or at least know that doing so is impossible.

Thanks.
 
Old 01-05-2005, 03:41 PM   #4
piscikeeper
Member
 
Registered: Jul 2003
Location: Pennsylvania USA
Distribution: SuSE
Posts: 430

Rep: Reputation: 30
can you pull the modem out and give us the numbers off of it?
$40 isn't bad at all.USR makes hardware pci modems that work w/linux,as would an external serial modem,but you get what you pay for......and hardware modems are high$$ for such low speed.
 
Old 01-05-2005, 07:58 PM   #5
Travers
Member
 
Registered: Jul 2004
Location: Des Moines
Distribution: Gentoo
Posts: 111

Rep: Reputation: 15
The kernel probably dosen't have the pci listings. Pop in Knoppix, which I know is pci listing enabled and run lspci again. Enjoy.
 
Old 01-06-2005, 11:46 AM   #6
Rundi
Member
 
Registered: Jun 2003
Location: USA
Distribution: Ubuntu
Posts: 169

Original Poster
Rep: Reputation: 30
Thanks

Thanks for both replies.

Travers . . . thanks for the information on why the lspci didn't work. The fact that I couldn't get that to work was really bugging me. I don't have Knoppix right now so I will have to burn myself an iso. But is there any chance I could easily get lspci onto my mandrak 10.1 system?

Piscikeeper--I can pull out the modem if necessary, but I think I got the need information just by digging up the windows stuff that originally came with the computer. So long as my information isn't incorrect the modem is:

Conxant PCI Modem Enumerator
Device Type: HCFMODEMWDM
PC99 Data/Fax/Voice

And a last bit of information that I'm not sure is helpful:

Driver for SF-1156IV/R9E (969NU)

Once I got this information I could do a bit of googling myself. I got the Conxant website. On their Modem Support FAQ there was the question "Are Modem Drivers available for the Linux operating system?" To which they said "Please refer to the modem driver assistance download page on this site for access to Linux drivers for Conexant modem devices."

They provided this link: http://www.conexant.com/support/md_d...ssistance.html

I progressed further and learned that drivers for Conxant HCF (controllerless) modems are avalible from http://www.linuxant.com/company/

I think they have a driver for my modem. Unfortunately, it looks like the free version will only run up to 14.4 and my brother will have to shell out $15 if he wants to full speed driver.

Does anyone know of another location where someone else is freely offering a driver for this modem? If not it looks like I will be going with Linuxant, unless it's driver doesn't work.

Thanks for all the help, people.
 
Old 01-06-2005, 12:52 PM   #7
Rundi
Member
 
Registered: Jun 2003
Location: USA
Distribution: Ubuntu
Posts: 169

Original Poster
Rep: Reputation: 30
Further info

Okay, getting a little further, but have run into some trouble. Tried to download the driver but got the message "The generic package is not compatible with this system since kernel modules can't be compiled. There is also no pre-compiled package available for your kernel. Please read "Pre-compiled vs. generic packages" for more information" from the website.

So I looked up the "Pre-compiled vs. generic packages" on their website. There it said "A component required by the generic package are missing on your system. Please install the gcc package and the kernel headers in the '/usr/src/linux-2.6.8.1-12mdk' directory and try again to run this installer to use a generic package"

Okay, how do I install the gcc package and the kernel headers?

Sorry to keep piling on the questions, but I also did some more hunting around and got to http://www.linuxant.com/drivers/hcf/full/downloads.php on the website. Tried the proper download for my version of Mandrake but when I tried to install the RPM I got the error:

"error: Failed dependencies:
pciutils is needed by hcfpcimodem-1.03full_k2.6.8.1_12mdk-1mdk"

So, now it seems I need pciutils. Where and how do I get that?

Any help would be appreciated.
 
Old 01-06-2005, 01:29 PM   #8
Rundi
Member
 
Registered: Jun 2003
Location: USA
Distribution: Ubuntu
Posts: 169

Original Poster
Rep: Reputation: 30
Using the modem

Ok . . . been answering a few of my own questions. Installed the pciutils rpm. Then I could install the modem rpm.

The modem rpm seemed to install good. At least, it told me it was finished installing. Information is:

Quote:
Config for modem unit 0: /dev/ttySHCF0
Device instance: 0-PCI-14f1:1036-13e0:0209
HW revision : DP Part '74' Rev 'BA' Asic ID 0x85
HW profile name: hcfpciv90
Registration ID: 9F32-3773-0441
License owner : unknown
License key : FREE
License status : FREE (max 14.4kbps data only)
Current region : USA (T.35 code: 00B5)

To enable full 56K modem and FAX functionality, enter your license information
with "hcfpciconfig --license".
Okay now my question is, how do I use the modem once it is installed. How do I use it to get on the internet?

Many thanks to anyone who has managed to follow me through all this and can bother to respond.
 
Old 01-06-2005, 07:28 PM   #9
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
pciutils is what installs lspci lol. as for dialers try kppp or download gppp. there are many to choose from have you heard of google
 
Old 01-07-2005, 12:29 AM   #10
Travers
Member
 
Registered: Jul 2004
Location: Des Moines
Distribution: Gentoo
Posts: 111

Rep: Reputation: 15
Never used a modem under linux so I can't help anymore. But you asked: But is there any chance I could easily get lspci onto my mandrak 10.1 system? Yeah, you could recompile your kernel. =)
 
  


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
difficulties in modem instalation Agere systems PCI soft modem mcstanoye SUSE / openSUSE 2 02-01-2007 10:48 AM
modem driver for Internal 56Kbps V.92 Data/Fax/Voice Modem sumathi Linux - Hardware 1 08-05-2005 04:12 AM
SUSE 9.2 detect my [B]ADSL USB-Ethernet Modem-Router [/B] as a [B]Dial up modem[/B]. myprecius Linux - Hardware 0 06-27-2005 09:21 AM
modem suddenly not working, slackware 10, netcomm in5699 56k modem ludeKing Linux - Hardware 0 07-27-2004 09:44 PM
USR 56k ext modem in RH9/Gnome - finds wrong modem . . . . emuub Linux - Networking 1 10-22-2003 02:01 PM

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

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