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 03-10-2004, 06:32 PM   #1
jcap
LQ Newbie
 
Registered: Feb 2004
Location: New Zealand
Distribution: Xandros
Posts: 11

Rep: Reputation: 0
Winmodem driver found but....


Greetings all,
I have found an RPM packet that says it is for my Lucent/Agrere Winmodem but is for version 10 Mandrake and I have 9.2 - will it work on my computer?
If it will - how do I install it?
I have downloaded it via Windows XP as I can't (obviously!) do so through Linux......
 
Old 03-10-2004, 06:42 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
not sure about the compatibilty issue, you should probably research that, but, installing an rpm is not too bad.

rpm -ivh yourfilename.rpm

check out this link.

http://man.linuxquestions.org/index....ction=0&type=2

good luck.
 
Old 03-10-2004, 06:43 PM   #3
sirpimpsalot
Member
 
Registered: Feb 2004
Posts: 141

Rep: Reputation: 15
if you cant get it going you can always pick up a USR modem on ebay for less than $10.... takes a lot of headaches out of the process...
 
Old 03-10-2004, 07:25 PM   #4
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
you can download the source and compile it yourself from www.linmodems.org

That way it will be totally comatible with you system.
 
Old 03-10-2004, 09:15 PM   #5
jcap
LQ Newbie
 
Registered: Feb 2004
Location: New Zealand
Distribution: Xandros
Posts: 11

Original Poster
Rep: Reputation: 0
Jax8 - if I could do that-would I still be a Newbie?
The RPM package is at present sitting on my Workbench window in Linux
I don't even know how to shift it to it's driver directory!
...........So I'm brand new at this........and 80 years old!
 
Old 03-10-2004, 10:44 PM   #6
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
I have the driver for this modem that was made for Mandrake 9.0. However, I used without a problem on Red Hat 8, Suse 8, and Slackware 8.1. I will email it to you if you want.
Noah
 
Old 03-11-2004, 04:58 AM   #7
jcap
LQ Newbie
 
Registered: Feb 2004
Location: New Zealand
Distribution: Xandros
Posts: 11

Original Poster
Rep: Reputation: 0
It certainly couldn't hurt to have it as another option!
Thanks for that ,it would be appreciated.....
 
Old 03-11-2004, 05:14 AM   #8
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
Quote:
Originally posted by jcap
...and 80 years old!
sheesh,

Good to se ya still learning though ya silly kiwi.


Anyway

Compiling from source is not as scary as it sounds. If you want to try it.

The file will look something like this.

ltmodem-driver-80.1.tar.gz

in a command prompt (the terminal where you type things)

type

tar -zxf ltmodem-driver-80.1.tar.gz

this will create a directory called something like ltmodem-80.1

go into this directory by typing

cd ltmodem-80.1

then type

./configure

then

./make

then

make install


done your drivers will be installed

-JAX8
 
Old 03-11-2004, 10:16 AM   #9
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
Jcap, I need your email so I can send you the driver.
 
Old 03-12-2004, 06:11 AM   #10
jcap
LQ Newbie
 
Registered: Feb 2004
Location: New Zealand
Distribution: Xandros
Posts: 11

Original Poster
Rep: Reputation: 0
jcap@quicksilver.net.nz
 
Old 03-12-2004, 10:21 AM   #11
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
I sent it the Driver via email. If anybody else needs it, contact me at njbrain@softhome.net
Noah
 
Old 03-12-2004, 11:38 PM   #12
jcap
LQ Newbie
 
Registered: Feb 2004
Location: New Zealand
Distribution: Xandros
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks Noah,
Got your driver,now I will try to puzzle out the next step..
 
Old 03-13-2004, 09:16 AM   #13
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
I would recomend installing the driver from the command line, In case there are some extra instructions tucked away. So log in as root and switch to the proper directory. Now type 'rpm -i (name of package).
Noah
 
Old 03-14-2004, 07:21 PM   #14
jcap
LQ Newbie
 
Registered: Feb 2004
Location: New Zealand
Distribution: Xandros
Posts: 11

Original Poster
Rep: Reputation: 0
well,friends-
I have installed it,Scanmodem said it was the right one,except that it was a i586 instead of a i686 (i586 was the closest replacement),it ate it happily and offered no complaints but now there are still no modem envelopes showing under /devs and the modem is still unrecognised by the Control Panel !! frustrating,isn't it........
 
  


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
Winmodem driver.... eeek 5A6F72726F Linux - Newbie 2 07-30-2005 11:04 AM
Thanks for the winmodem driver jasonval2003 Linux - Hardware 1 04-17-2004 02:35 AM
Driver for us robotics winmodem? eroica Mandriva 1 02-04-2004 10:31 AM
PCtel Driver for Winmodem Ryan#1 Linux - Newbie 1 09-16-2003 05:07 AM
winmodem driver? brain007 Linux - Hardware 1 09-16-2003 03:38 AM

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

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