PDA

View Full Version : unable to open modem



taff
04-30-2004, 08:57 PM
Hi for the first time I am trying Knoppix v3.3 never tried Linux but really want to give it a sporting chance. I.m running it from a bootable CD at the moment and I.m slowly finding my way around only problem is with my modem an Intel v92 HaM on com port3 i cannot set it up at all anyone got any ideas?

Taff

taff
05-01-2004, 06:58 AM
when I try to query the modem in the setup box it is seeming to find a modem but reports that it is busy when it is not actually in use, maybe this gives a better insight as to what may be wrong.

Haydes
05-01-2004, 01:57 PM
I have exactly the same problem. I think it must be because mine is a Toshiba Software Modem AMR on COM3. Linux doesn't seem to like software modems. Does anyone know how to get around this problem??

taff
05-01-2004, 02:48 PM
mines a hardware modem in a pci slot it's doing my head in!!!
this was posted on a newsgroup
Run lspci as root and note down your modem's IRQ and PORT number. Next
run
> setserial as follows.
>
> # setserial /dev/ttyS0
>
> You should get some output like:
> /dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
>
> This indicates the settings for your serial port that is com1 in windows.
>
> Now do setserial for ttyS1 to ttyS3. You are looking for a serial port
with
> your modem's IRQ and PORT number. If you find it then you will know which
> one to use to query your modem.
>
> If you don't find it then you will need to configure one of your
> unused /dev/tty's
>
> For instance:
>
> # setserial /dev/ttyS0 port 0x1420 irq 10
>
> Note that you need to replace those values with your own.
>
> Styvaen.
hope it's of some help
Taff