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 10-15-2003, 04:12 AM   #16
mobassir
Member
 
Registered: Jul 2003
Location: Pakistan
Distribution: Redhat , SME
Posts: 346

Rep: Reputation: 30

hello

you can also get Conaxent chip hardware and software modem its also a cheep modem and work under linux
driver site = http://www.linuxant.com/drivers/
The free version work on 14.4 mbps for full driver u will have to pay some dollars.
but if u get any 56k serial modem that will be nice for u, i am using USrobotics 56k ISA modem, this is realy nice modem if u can get this one u will get nice experience.
That is up to u

Regards


__________________

Mobassir Sattar khan
 
Old 10-15-2003, 05:58 PM   #17
david312
LQ Newbie
 
Registered: Sep 2003
Posts: 19

Rep: Reputation: 0
try ebay they have all tyoes of external modems
 
Old 10-23-2003, 04:20 AM   #18
xHades101x
LQ Newbie
 
Registered: Oct 2003
Location: UT
Distribution: SuSE 8.2 Pro
Posts: 9

Rep: Reputation: 0
3COM/USR 2977 56K on SuSE 8.2

Just wondering if there was a way to make the redhat rpm driver from USR work on SuSE8.2, so far I have tryed installing it with yast2 but I still cant use my modem, and since I cant get cable for another 6-8 months Im hosed So if anyone knows how to convert them, Please Help!
 
Old 10-23-2003, 07:53 AM   #19
codec
Member
 
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304

Rep: Reputation: 30
my friend use a 12€ conexant modem, we bought a driver from linuxant in order to make RH9 work. The driver cost 13€ but the installation is painless. The same modem work better in linux than in windows.

They accept paypal payment.

Last edited by codec; 10-23-2003 at 08:02 AM.
 
Old 10-23-2003, 07:58 AM   #20
softgun
Member
 
Registered: Jun 2003
Posts: 119

Rep: Reputation: 15
USB ADSL modems not supported in Linux as yet it seems

I have a PROLINK 8000 ADSL modem. No Linux support except a driver for RedHat 7.2 ! This is now too old!
Anyone using this medem who had better luck?
I wish to have one which works with Debian so i can apt-get happily
 
Old 03-11-2004, 06:25 AM   #21
Trainer
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse 8.2
Posts: 5

Rep: Reputation: 0
"Step 3: getting it to work
# cd /dev; test -c ttyS4 || ./MAKEDEV ttyS4; chmod 666 /dev/ttyS4
# setserial /dev/ttyS4 uart 16550A port 0x80000 irq 11 baud_base 115200 spd_vhi skip_test
# ln -sf /dev/ttyS4 /dev/modem"

Hey this was great! I used your commands except I put in my own irq and port and it worked. Even Yast was able to recognize the modem once I done this. Only one problem. I have to do this every time I boot up. How can I install this information permanently?
 
Old 03-11-2004, 07:53 AM   #22
Trainer
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse 8.2
Posts: 5

Rep: Reputation: 0
"#Step 3: getting it to work
# cd /dev; test -c ttyS4 || ./MAKEDEV ttyS4; chmod 666 /dev/ttyS4
# setserial /dev/ttyS4 uart 16550A port 0x80000 irq 11 baud_base 115200 spd_vhi skip_test
# ln -sf /dev/ttyS4 /dev/modem"

used this commandline but for some reason had to add in
"setserial /dev/ttyS4/ port 0xd400 irq 10 autoconfig"

Also I do not know how to save it so I do the same thing every time I boot.
 
Old 03-11-2004, 12:15 PM   #23
jonh_doe_linux
LQ Newbie
 
Registered: Sep 2003
Location: Tuxcity, Brazil
Posts: 20

Rep: Reputation: 0
I Can Find in USA an Lucent v90 Modem, for Linux , that Modem is Greats !
 
Old 03-12-2004, 07:23 PM   #24
gabebster
Member
 
Registered: Jun 2003
Location: Oklahoma
Distribution: Gentoo
Posts: 117

Rep: Reputation: 15
Hmm.... I don't know why you have to redo this ever time. What are you using to dial your isp (kinternet, kppp)? You could just type those commands into a shell script and if your wm is kde put it in the autostart folder.

gabebster
 
Old 03-14-2004, 07:08 AM   #25
Trainer
LQ Newbie
 
Registered: Mar 2004
Distribution: Suse 8.2
Posts: 5

Rep: Reputation: 0
Right now I am using wvdial. Wvdial is not the problem though, it recognizes the modem everytime without the command line but it has a Nameserver (DNS) failure and says the connection may not work.

So I turned to my hardware installer "Yast" but it won't recognize the modem until I put in your command line. Still, after that, I am unable to browse.

I plan to install minicom for dialer eventually but I want to get the thing surfing first.
 
Old 04-06-2004, 04:57 PM   #26
gauravdawra
LQ Newbie
 
Registered: Apr 2004
Posts: 7

Rep: Reputation: 0
setserial

i am trying to install an expansion card which has two serial ports, and when i disable my on-board serial ports linux automatically picks up the new ports, so the kernal does recognize the hardware, however if my on-board serial ports are enabled i cannot setserial to add the new parts. every time i try the following:

/bin/setserial /dev/ttyS2 port 0x03e8 irq 9 uart 16550

i get the following message:
LSR safety check engaged!

if it helps i am running rehat 8.0 2.4.18-14
Thanks,
Gauravdawra
 
  


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
Modems hustler Linux - Networking 1 10-23-2003 04:42 AM
modems Time Lord Linux - Hardware 1 09-07-2003 12:32 AM
Modems and SUch HELP Please DarkGremio Linux - Hardware 4 06-19-2003 08:52 PM
Modems??? Rik Linux - General 3 12-15-2001 09:13 PM
Modems f2kn2 Linux - Newbie 1 11-26-2001 06:34 PM

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

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