What you do depends on what kind of internal modem you have. If it is a
"Winmodem," you are out of luck -- Linux doesn't have drivers for them (and
it increasingly looks like it never will ... sigh). If it is a real modem,
with a real serial port, look for it with this command: "setserial
/dev/ttyS2". See if the result reports a UART type (that it will report an
INT and IO Port is irrelevant, BTW -- those are set in the /dev entry and
don't assure that there is really any device there).

You also need to figure out how the modem is getting assigned to COM3 under
Windows. If it is PnP, you may need to run the appropriate Linux pnp package
(e.g., isapnp for ISA boards) to get the modem recognized.

BTW, did you copy those dmesg lines correctly? The 2 serial ports shouldn't
have the same IO port address, and I don't recall ever seeing a "16530A"
UART before.

At 02:30 AM 1/29/99 PST, peace motlogelwa wrote:
>Hi, everyone.
>
>I am running redhat linux 5.2, I have an internal modem connected to 
>COM3(according to windows). My problem is that when I run dmesg to check 
>the serial port status it gives me the following :
>
>serial driver version 4.13 with no serial options enabled.
>ttyS00 at 0X03F8(irq=4) is a 16530A
>ttyS01 at 0X03F8(irq=3) is a 16550A
>
>which I interpreted as meaning COM1 and COM2 are enabled.
>My main question is how do I enable COM3(ttyS2 in linux). My xwindows 
>system is not working, so I need some commands which I can use without 
>X.

------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
762 Garland Drive
Palo Alto, CA  94303-3603
650.321.3561 voice     650.322.1209 fax          [EMAIL PROTECTED]        
----------------------------------------------------------------

Reply via email to