LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-02-2003, 11:27 AM   #1
Stephen_Ri
LQ Newbie
 
Registered: Sep 2003
Posts: 19

Rep: Reputation: 0
Need a cheap 56k modem for Linux, suggestions?


I've got mandrake 9.1 on my system but my winmodem won't work so I'm looking for a cheap linux compatible one, a PCI one that will also work for Win98. Any suggestions? Thanks.
 
Old 10-02-2003, 11:32 AM   #2
ugenn
Member
 
Registered: Apr 2002
Posts: 549

Rep: Reputation: 30
what is ur existing modem anyway?
 
Old 10-02-2003, 11:54 AM   #3
AshleyK
Member
 
Registered: Sep 2003
Location: Northants, UK
Distribution: RedHat 8, Damn Small
Posts: 39

Rep: Reputation: 15
I had same problems with a winmodem and gave up. Using an old US Robotics Sportster that I had lying around in the bit bucket. This is an external job. Worked first time! Suggest you try the boot fairs, computer boot fairs etc. Should be able to pick one up for very little money.

Regards
Ashley
 
Old 10-02-2003, 12:18 PM   #4
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
I have to concurr with buying an external one. Its so much easier to set up. Works out the box and they often are more reliable and way more features. Also the fact that they're external makes troubleshooting easier. No opening the case to check whether the card is rooted properly and flicking the on/off switch has saved me many a time when I couldn't get the thing to respond to init strings...

Alex
 
Old 10-02-2003, 02:05 PM   #5
shepper
Member
 
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449

Rep: Reputation: 33
One winmodem is well supported and is presently being used by Microtel and Hewlett Packard in the linux boxes they are selling and they are Modems based on the Lucent/Agere LTmodem chipset. Who nows maybe the winmodem you have is a lucent modem. There are Redhat, Mandrake, Suse rpm, debian packages and source code available.

I would avoid conexant modems as the linux drivers now carry a $15.00 charge.

The bottom of this thread has links to the drivers and a place to purchase a cheap Lucent modem.Previous thread on Linux Supported Software modems
 
Old 10-02-2003, 03:42 PM   #6
Stephen_Ri
LQ Newbie
 
Registered: Sep 2003
Posts: 19

Original Poster
Rep: Reputation: 0
It is a lucent winmodem, but I don't really know anything else about it. I downloaded a modem checker file for linux from linmodems.org but I don't know how to execute it. I got it to linux by downloading it from windows, putting the file(scanmodem.gz) on a floppy, and then starting up linux. Unfortunately, I'm very new to Linux and after extractiong the file I don't know how to execute it.
 
Old 10-02-2003, 03:57 PM   #7
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
is it still on your floppy?

Never used it myself but I'm assuming using it goes something llike this. Sorry if these instructions are too n00bified.

You'll need to do the following:

1.)mount the floppy disk. If you don't know how it will be along the following:
Code:
mount /dev/fd0 /mnt/floppy
2.) unzip the program. the .gz at the end tells us its been zipped up using the gzip program so to unzip it we use gunzip like so:
Code:
gunzip scanmodem.gz
3.) make the program executable. Since programs in Linux have permissions, we often need to tell programs we've downloaded to be exectuable. The following command will make the program executbale for the user of the program:
Code:
chmod u+x scanmodem
notice how the gunzip program removed the .gz ending.

4.) run the program:
Code:
./scanmodem
HTH

Alex
 
Old 10-02-2003, 05:01 PM   #8
AshleyK
Member
 
Registered: Sep 2003
Location: Northants, UK
Distribution: RedHat 8, Damn Small
Posts: 39

Rep: Reputation: 15
Webtoe

Don't worry about it being too noobified. Quite the most useful reply I've seen for a while that explains how to do something in clear steps that took me quite a while to figure out.

Good on yer mate.

Ashley
 
Old 10-02-2003, 05:11 PM   #9
voldermort
Member
 
Registered: Sep 2003
Location: Wales
Distribution: Mandrake 9.1
Posts: 37

Rep: Reputation: 15
My old winmodem used to do my nut in, I did everything to try to get the thing working, with no success.

Instead I went and bought a Hayes Accura V.92 External modem. Just plug it in and it works without a hitch.

The only problem is that it doesnt quite work up to the full V.92 spec, something I am looking into at the moment. But overall I have no complaints with it.
 
Old 10-02-2003, 05:29 PM   #10
Stephen_Ri
LQ Newbie
 
Registered: Sep 2003
Posts: 19

Original Poster
Rep: Reputation: 0
From what I gather on the report form scanmodem, mine's a Lucent/Agere dsp chipset with the PCI_ID 11c1:0441. It may be the third listed here: http://www.yourvote.com/pci/pciread.asp?venid=0x11C1 I thinik it's supported, but I don't know which drivers to download or anything. Thanks for all the help so far. I'm currently looking at an older post from a guy with the same modem as I and will try to follow the instructions given him. http://www.linuxquestions.org/questi...5&pagenumber=2

Last edited by Stephen_Ri; 10-02-2003 at 05:42 PM.
 
Old 10-02-2003, 05:46 PM   #11
voldermort
Member
 
Registered: Sep 2003
Location: Wales
Distribution: Mandrake 9.1
Posts: 37

Rep: Reputation: 15
Here is the page you are looking for (took less than a second to find on google ) http://www.heby.de/ltmodem/

And here is what I think is your driver, but no guarantees
http://www.physcip.uni-stuttgart.de/...fs_info.tar.gz

Good luck
 
Old 10-02-2003, 06:05 PM   #12
shepper
Member
 
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449

Rep: Reputation: 33
I think the above driver is for mandrake 8.1, I think your first post indicates you are using 9.1. The modem drivers are kernel specific but with mandrake it is very easy. The *.rpm file will fit on a 1.44 floppy and it is good to archive it on durable media. To pick the right one run uname -r and it should spit out the kernel you are using. Look for the EXACT same numbers in the modem driver and unless you have made a custom kernel the i586.

LTmodems for mandrake 9.0, 9.1 and cooker

Put the floppy in and then click on the floppy icon. It should mount the floppy (whirr, grind, etc) and then open a filemanager showing the contents of the floppy. Left click on the modem file and you should be promted to enter in root password to install the program. After it is installed go to your modem dialer program and set that up using /dev/modem.

Last edited by shepper; 10-02-2003 at 06:06 PM.
 
Old 10-02-2003, 06:10 PM   #13
voldermort
Member
 
Registered: Sep 2003
Location: Wales
Distribution: Mandrake 9.1
Posts: 37

Rep: Reputation: 15
Actually, as stated on the page I supplied, that driver is the source code :-P

But as always, with linmodems, If it don't work try try again. Most of it depends on the kernel he is running, where the modem is located, the actual chipset he has, the colour socks he's wearing ...
 
Old 10-02-2003, 08:30 PM   #14
Stephen_Ri
LQ Newbie
 
Registered: Sep 2003
Posts: 19

Original Poster
Rep: Reputation: 0
OK thanks guys, I got the right one and it installed fine, now how do I set it up? Drakconnect still says my modem isn't supported; I tried to run kppp by typing "/usr/bin/kppp" at the konsole, but it says the file doesn't exist. I then tried "ls /usr/bin/ and kppp wasn't on the long list of files. Now what?

Last edited by Stephen_Ri; 10-02-2003 at 09:09 PM.
 
Old 10-02-2003, 11:49 PM   #15
Stephen_Ri
LQ Newbie
 
Registered: Sep 2003
Posts: 19

Original Poster
Rep: Reputation: 0
Well, I got kppp installed off my discs. Now I'm haveing trouble connecting. I gave it my ISP info and at the connection box I click connect but it it says Modem Ready, then Initializing Modem, but it doesn't get any farther than that. I tried testing the modem with the modem querry button in kppp but all the ATI spaces are blank.
 
  


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
U.S. Robotics 56k modem with linux gr3ygh0s1 Linux - Networking 2 07-25-2005 10:50 PM
need good, cheap soundcard---suggestions? eskiled Linux - Hardware 7 12-29-2004 10:50 AM
Suggestions on cheap Linux compatible color laser printers JaseP Linux - Hardware 1 11-26-2003 06:57 PM
best 56k modem for linux? taskara Linux - Hardware 13 09-05-2003 09:31 AM
Not only cheap, but reliable suggestions for DNS registrars (for dynamic IP's) MasterC General 1 05-30-2003 01:29 AM

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

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