LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 05-17-2007, 08:26 PM   #1
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Agere modem on SuSE 10


I am hunting for a driver for my Agere PCI modem, and the site I keep coming up with tells me that SuSE included drivers on the CD. I have hunted on the CD and not found any. Does anyone know where you can find Agere drivers for SuSE 10?
 
Old 05-17-2007, 10:08 PM   #2
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
What site do you keep coming up with?
Have you tried Linmodems.org, winmodems.org, or linuxant.com?

That's a Lucent chipset I believe in that; is it a HSF or HCF modem? If you get nowhere, please post the output of 'lspci' if it shows anything for the modem, and also the exact make & model number(s) of the device.
 
Old 05-17-2007, 10:24 PM   #3
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
The only driver on the Suse cd is smart link I think and maybe another. I depends on the chipset of the Agere modem if you can get it to work. I have never found a driver to work for the ones I have tried (free). I have had luck with smart link modems if you want to run an internal inexpensive one. I understand that linmodems will sell you a driver for the Agere modem for about 20.00. That might be the route to go if you don't want to replace your modem
 
Old 05-19-2007, 07:02 PM   #4
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I kept coming up with http://www.physcip.uni-stuttgart.de/heby/ltmodem/, though after a few more tries after posting this, I may be starting to get somewhere. I was finally able to chase Linmodems.org down, and have since learned I have an SV2PP chipset. The Scantool tells me this is not supported (though it's an old version, updating...). Groups like Driverguide, who I use mostly, has only Windows drivers. XCF and XSF are Conexant chipsets (which have proven super agravating for me, and unreliable), and Agere is from Lucent. I got this Agere modem just for my Linux box too!

Also, what I keep getting is that the SV22PP chipsets have no prospects of being supported for Linux. :sad: Someone has to have written drivers for this thing!

Mod: After updating my Scantool, it led me to a drivers on linmodems which is currently in alpha. I'll try it (if SuSE can unzip a BZ-2), and see what happens. It's times like these when I thank God for scripts.

Last edited by lectraplayer; 05-19-2007 at 07:56 PM.
 
Old 05-20-2007, 06:27 PM   #5
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I've installed the drivers with no obvious errors, but I still cannot tell whether it worked or not. I had to go "make module" then "make install" to do the full installation (after installing my kernel headers). It tells that I should use /dev/modem to access the modem, but that link does not exist. Usually, I've seen it as a simlink to another device. What do these modems often appear as in the /dev listing once the drivers are installed? The only thing I've found in dmesg is something about /dev/ttyS0, but I think that may be my existing COM port. How would I open a serial terminal to query it with AT commands? Also, how would I query it via the /dev entry?

Here's my output:

Code:
root@bigbox=agpart# make module
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/lectra/agrsm modules
make[1]: Entering directory `/usr/src/linux-2.6.16.21-0.8-obj/i386/default'
make -C ../../../linux-2.6.16.21-0.8 O=../linux-2.6.16.21-0.8-obj/i386/default modules
  Building modules, stage 2.
  MODPOST
make[1]: Leaving directory `/usr/src/linux-2.6.16.21-0.8-obj/i386/default'
root@bigbox=agpart#make install
make -C /lib/modules/`uname -r`/build M="/home/lectra/agrsm" modules_install
make[1]: Entering directory `/usr/src/linux-2.6.16.21-0.8-obj/i386/default'
make -C ../../../linux-2.6.16.21-0.8 O=../linux-2.6.16.21-0.8-obj/i386/default modules_install
  INSTALL /home/lectra/agrsm/agrmodem.ko
  INSTALL /home/lectra/agrsm/agrserial.ko
  DEPMOD  2.6.16.21-0.8-default
make[1]: Leaving directory `/usr/src/linux-2.6.16.21-0.8-obj/i386/default'
if ! /sbin/modprobe -nq agrmodem.ko ; then /sbin/depmod -a; fi
 
Old 05-20-2007, 08:56 PM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Have you yet created the /dev/modem symlink? If not, here's how:

move into the /dev directory. I'm not sure what your device node is called, but for example, if it is /dev/ttys0, then to make the /dev/modem/ symlink, do the following (in a root terminal):
Code:
ln -s /dev/ttys0 /dev/modem
And presto, there it is. (It *may* not stay over reboot, but it should. If not, let us know. Easy to fix.

If you have KPPP or GnomePPP or something like that (any ppp GUI) they will generally have a little built-in terminal you can use, provided you have correctly installed the driver, linked the device node, and identified which device it is (ttys0, tty???, etc..)

How's it going so far anyways? Any luck? I am going to very soon be installing Linux on a laptop which has one of these miserable modems in it, so I am curious how it works for you, PLUS I found some links to more drivers today for the Lucent/Agere modems for 2.4 and 2.4 kernels, so If your current efforts are not working, mmaybe there's something I found that will help.

Now, to query the thing, the easiest way is using a front-end to wvdial, like gnomeppp or something like that. I use KDE, so I typically use KPPP.
To do a very basic query, like to see if the modem is alive, in a root terminal, try:
Code:
echo "+++atz" > /dev/modem
and see if you get a reply.
 
Old 05-22-2007, 10:10 AM   #7
andrew375
Member
 
Registered: Mar 2007
Distribution: Lubuntu, Ubuntu 10.10, Knoppix
Posts: 53

Rep: Reputation: 16
I had exactly the same problem! After many hours, visiting all the web sites like LinModem and a couple of reinstalls without getting anywhere I finally found the solution.

I bought an external modem off ebay for less than the cost of posting it and was up and running in the time it took to configure it in YAST.

I should have heeded the advise of a very wise man who told me: If at first you don't succeed, give up!
 
Old 05-23-2007, 07:11 PM   #8
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Thanks. That "echo" command is actually what I'm needing--a way to query a /dev entry and ask "what are you?". I'll bet that if it responds to something like "+++ATI7" or whatever, I can bet that it's a modem.

So far, it isn't any of my seven ttyS ports. What else can an internal winmodem typically be? I think if I can find it, we may be in business.

Last edited by lectraplayer; 05-23-2007 at 07:42 PM.
 
Old 05-23-2007, 10:01 PM   #9
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Hard to say. It can be any variety of strange /dev/???? devices. Is that a plugin modem or an onboard one? It might be a ttyM-something. Hafta experiment
 
Old 05-24-2007, 06:31 AM   #10
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
I'm willing to learn something new but I've only seen pci internal Agere modems
 
Old 05-24-2007, 09:58 AM   #11
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Internal, yes, but I wonder if it was an onboard, like I have in a laptop here, or a PCI-slot-card design, incase it may have any bearing on how it is identified. Our laptop's onboard one comes up as ttyACM0 or some such thing with the driver I plan to use. I wouldn't have guessed that it would have been in 'that' particular group of /dev devices, but rather something more 'normal' like ttys#.
 
Old 05-24-2007, 12:05 PM   #12
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
PCI slot is the only ones I have come across, if you can find an easy way to make them work please let everyone know. I've put 4 of them in the throw away bin.
 
Old 05-24-2007, 12:17 PM   #13
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Agreed, they're a pain in the a$$, as with most PCI modems of either type. Many *can* be got to work though, but it sure takes patience and persistence. Soon I will be (er.. hope to be.) getting the laptop one working, that's the onboard one. If it does work, I'll tell what was involved for sure.
I have 3 or 4 PCI plug-in modems here, and have only gotten one of them to work, but: my main connection is by LAN, and if I decide I want to switch to the modem (which works just fine) I have to jump through hoops to get the computer to recognize that it should now be using ppp instead of eth0. I still haven't figured an easy way about that. But the modem itself works great; it's an Intel 536ep 56k PCI-card.
 
Old 05-27-2007, 08:39 PM   #14
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
This is your average, everyday PCI modem that goes in the poker-card slots in your computer. I think I have a driver, but I'm not a Linux expert and need to know what I can poke to get this thing to say "Hey! Quit it!". I think once I can just query the silicon, I can then get this box on the 'net. It may just be in issue of hide and seek right now.
 
  


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
Need Driver for Agere Modem under Suse 9.1 The Tornado Linux - Hardware 1 10-23-2006 05:57 PM
Agere AC Modem and Suse 10.1 jeanp SUSE / openSUSE 3 07-15-2006 06:14 PM
Lucent Agere PCI 56K modem and SUSE 10 mrpringle Linux - Hardware 6 03-04-2006 10:41 PM
Kinternet, SuSE 9.2, Agere modem SuSE 1983. Linux - Hardware 3 05-10-2005 04:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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