LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 12-30-2002, 02:36 PM   #1
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Rep: Reputation: 30
Unhappy Hardware Modem still not working


Hello again.

Well, I finally upgraded my SiS board to a better one, switched my 550 Mhz AMD processor (that ran at 166) to a 1.8 Ghz Celeron, put in a Radeon video card, and got a new modem. Wow what a difference!

Back to Linux... On the plastic wrapping of the modem I got there was a tag saying "Lucent Venus" and other one saying "Hardware modem - Linux compliant" or something like that. Now I thought all Lucent modems were winmodems, but this very clearly says on the back "Hardware controller-base PCI modem" and "Compatible with Windows 95/98/2002, and UNIX operating systems."

I couldn't find a product number, but it says "Pragmatic" on the front and "Lectron USA" on the back.

I checked in Windows and the modem is in the COM4 port. I tried using pppsetup, but when I typed ppp-go, I get a "Connect script failed." If I go into X, go into KPPP, click setup, device tab, set the modem device to /dev/ttyS3, then click "Query Modem" in the Modem tab, I get "Sorry, the modem is busy."

Do I need to get drivers for this modem? If so, where can I find them and how do I install them correctly?

If not, what is wrong?

Thanks,
JMagi
 
Old 12-30-2002, 04:19 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
try this, we need to know what is configured on the port
Code:
setserial /dev/ttyS3
 
Old 12-30-2002, 06:04 PM   #3
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
Typing: "setserial /dev/ttyS3" gives me:

/dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3
 
Old 12-30-2002, 06:28 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
ok looks to me like you should be able to fix it by doing this

setserial /dev/ttyS3 uart 16550A
 
Old 12-30-2002, 09:59 PM   #5
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
Ok, I did that, and went back and typed "setserial /dev/ttyS3" to make sure that it changed, but I still get the exact same errors as before ("Connect script failed" for ppp-go and "Sorry, the modem is busy" in KPPP).

Any other ideas? Is it possible that I need a driver?

-JMagi
 
Old 12-30-2002, 10:03 PM   #6
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
One more thing...

I just tried typing setserial for the other COM ports, and /dev/ttyS0 and /dev/ttyS1 have the UART value set to 16550A too. I don't know if this makes any difference.

-JMagi
 
Old 12-30-2002, 10:07 PM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
those ports are your serial ports

linux accesses the serial port when using the modem.

You may try looking for a driver for your modem, but since you have a ttyS3 it seems that it would work

try this

cat /dev/ttyS3
atz

see if you get "OK" back
 
Old 12-30-2002, 10:16 PM   #8
blinux1
Member
 
Registered: Nov 2002
Location: Pennsylvania
Distribution: Mandrake 9.1 and Redhat 9
Posts: 144

Rep: Reputation: 15
I had a similar problem with modem detection. Your modem might be under /dev/ttyS4. You should check /etc/sysconfig/hwconf and look up to see if your modem is in the list of devices. If it is, then look up the port. You can link /dev/modem to S4, and in kppp, query the /dev/modem.

p.s. you may need a driver for the modem, but you should check the list of modem drivers already built into linux
 
Old 12-30-2002, 11:29 PM   #9
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
Ok, let me try this one post at a time.

David:

When I log on as root and type "cat /dev/ttyS3" I get
"cat: /dev/ttyS3: Input/output Error"

Could this be a problem with syntax? Before when I tried setserial, "setserial /dev/ttyS3" worked but "setserial /dev/ttys3" (with a lowercase 's') gave me the same "/dev/ttys3: Input/output error." I tried "cat /dev/ttyS3" and "cat /dev/ttys3" and both gave me the error.

blinux1:

I don't even have a /etc/sysconfig folder. I am using Slackware 8.1.

Well, after typing that all up, I tried running pppsetup again using /dev/ttyS4, and for the first time I heard the noise of the phone line (because I am online on the other computer ). I think my problem is fixed. I'll post this, then go try to connect on that computer.

One last question, I don't see /dev/ttyS4 on the KPPP list of devices. I think that /dev/modem is going to work, but even if it does, what is the command that I would use to link /dev/ttyS4 to /dev/modem?

Thanks again,
JMagi
 
Old 12-30-2002, 11:39 PM   #10
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
Well, there we go, I'm online and typing this in Linux. I guess I was in COM4 under windows but /dev/ttyS4 on Linux.

Two quick questions...

I really don't like the look of Netscape (which I think is all I have right now), and now that I've upgraded my computer, I guess I don't really need to be using XFCE.

Just wondering, what internet browser and desktop environment do you two (David and blinux1) use?

Thanks again for all your help,
JMagi
 
Old 12-30-2002, 11:57 PM   #11
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I use mozilla and I use wmaker, kde and sometimes gnome
 
  


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
Hardware acceleration working/not working. Out of ideas Emist Linux - Hardware 12 07-16-2005 02:32 PM
I need help getting my hardware PCI modem working MustangCSA Linux - Newbie 2 02-13-2004 05:50 AM
Is a INTEL 56K V.90\92 Hardware-Based Modem a TRUE hardware modem? ElijahLofgren Linux - Hardware 2 01-27-2004 07:06 PM
Hardware modem not working on RH 9 Shrike, setserial useless skeech Linux - Hardware 0 12-27-2003 04:03 PM
Hardware modem not working???? morbius Linux - General 6 07-01-2001 12:28 AM

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

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