LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 09-02-2003, 07:31 AM   #1
tucolino
LQ Newbie
 
Registered: May 2003
Posts: 18

Rep: Reputation: 0
serial modem not found


Hello everyone. It seems that an external modem is probably the best bet when it comes to modems and linux. I got a Modem Blaster, external (DE5621).

No matter what I do, I cannot get this modem to work.

So far, this is what I have done:
Quote:
- Disabled pnp at the BIOS.
- Disabled pnp in the kernel and recompiled.
- Looked up my serial port IRQ's in the BIOS
ttyS0 port: 3F8H irq: 4
ttyS1 port: 2F8H irq: 3
- Ran:
setserial /dev/ttyS0 uart 16550A port 0x3F8H irq 4
setserial /dev/ttyS1 uart 16550A port 0x2F8H irq 3
when I run:

Quote:
wvdialconf /etc/wvdial.conf
I get:
Quote:
Scanning your serial ports for a modem.

ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 4800 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 4800 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 19200 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 19200 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 4800 baud
ttyS1<*1>: ATQ0 V1 E1 --
ttyS1<*1>: failed with 4800 baud, next try: 9600 baud
ttyS1<*1>: ATQ0 V1 E1 --
ttyS1<*1>: failed with 9600 baud, next try: 19200 baud
ttyS1<*1>: ATQ0 V1 E1 --
ttyS1<*1>: failed with 19200 baud, next try: 115200 baud
ttyS1<*1>: ATQ0 V1 E1 --
ttyS1<*1>: and failed too at 115200, giving up.


Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?

Please read the FAQ at open.nit.ca/wvdial/

If you still have problems, send mail to wvdial-listlists.nit.ca

Anyone have any suggestions?

By the way, I am connecting this to ttyS1. How do I know this? Well, I have a firecracker serial device, which I used to identify the port I am using. I somehow suspect that I can send data through the serial port, but cannot receive any. The firecracker transmitter works with my serial port. But I don't believe that it sends any data back throught the port. Also, a while ago, I tried to connect my calculator through the serial port and had no luck.

Also,

I enabled these in my kernel:

Quote:
CONFIG_PARPORT_SERIAL=m
CONFIG_SERIAL=m
however, I have the following disabled:

Quote:
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
So what am I missing here? In case you need to know, my motherboard is ASUS A7V333. Thank you very much in advance for any help. I have been trying to fix this for a week and a half now.

Refuse to give up thought

thanks again,

tuco
 
Old 09-02-2003, 11:56 AM   #2
geraldallen
LQ Newbie
 
Registered: Aug 2003
Location: Mesquite, Texas
Posts: 7

Rep: Reputation: 0
I'm a newbie with linux but when I 1st started I had some issues with my modem as well. I'm running Red Hat 8.0 and tried (not knowing you could not) using a Win Modem. I went out and bought me a PCI internal modem and it worked like a charm. My suggestion to you (if you haven't already done so) is to disconnected the modem and erase any related software. Reconnect the modem, reload the driver. Believe it or not, had to do that twice before the PCI Modem worked.

In PPP where you query the modem, I kept switching between the different ports, i.e., tty0, tty1, etc., until I found a match.

If I'm off base, please foregive me.
 
Old 09-02-2003, 01:20 PM   #3
tucolino
LQ Newbie
 
Registered: May 2003
Posts: 18

Original Poster
Rep: Reputation: 0
hmmm... i am starting to have my doubts that either the modem is bad, or there is something wring with my serial port. couple of people already told me that this external modem should work out of the box.

first l'll go test the modem on my friend's machine and then borrow a serial port tester. thanks for your reply. I'll keep you posted.

tuco

PS. Yeah, I even borrowed a PCI modem from a friend and got that one working. Serial should be easier, and it's not working somehow.

Last edited by tucolino; 09-02-2003 at 01:22 PM.
 
Old 09-02-2003, 01:28 PM   #4
iggy_mon
Member
 
Registered: Aug 2003
Location: PA, USA
Distribution: Mandriva Ubuntu
Posts: 98

Rep: Reputation: 15
looks like you tried all kinds of complicated commands and options and etc... did you try to set kppp to use /dev/ttyS1 directly? it is usually this simple to get it going. good luck.

--cheers

btw, congratulations on not giving up. i responded to a post the other day where the guy was like, get this "win"modem running or i go back to windows 98. you can bet i wasn't polite (as he was not, either)
 
Old 09-02-2003, 01:50 PM   #5
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Question This is strange

Do you have something else that you can plug into the port to test it? I only had to point the modem to the right port in the device tab in kppp and it worked.

Strange. Let us know what is going on.

 
Old 09-11-2003, 01:55 AM   #6
tucolino
LQ Newbie
 
Registered: May 2003
Posts: 18

Original Poster
Rep: Reputation: 0
thank you all very much for your help!!!! I am happy to announce that linux did not fail me (of course not!!! what am i thinking?) I failed linux it turns out that the transformer for the modem was not working properly. it wasnt giving enough current. just had to replace it. i am so happy!!! i was cracking my head over this... thanks again for all your help.

tuco
 
Old 09-11-2003, 02:00 AM   #7
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Thumbs up Coooooooool



Ain't Linux great. It found out that your modem was broke. he he he he

 
  


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
RH doesn't detect my Serial modem connected to a PCI Serial card ricky_ds Linux - Hardware 1 08-17-2006 02:37 PM
How do I know which one is serial modem? h_tony11 Linux - Hardware 4 02-12-2006 09:49 AM
USB to Serial Converter on Serial Modem bongski55 Linux - General 3 08-29-2005 10:04 AM
SUSE 9.1 install problems with Maxtor Serial ATA/150 pci card but my old 9.0 found it Drewer Linux - Hardware 5 08-18-2004 07:22 PM
ADSL eth modem and ISDN serial modem configuration zedrob Linux - Networking 6 01-19-2004 08:02 AM

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

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