> "Paul (pablo) Robbins" wrote:
>
> I have installed linux-mandrake 5.3 on a 6x86 Cyrix 120. The problem
> is I can't get linux to recognise my modem - rockwell PCI speakerphone
> 'internal'. In windows it is COM 4 as I have a mobile phone modem
> "nokia data suite" on COM 2 & 3.
> It's IRQ is 10 and linux doesn't know what it is.
> How can I get the modem to work under linux so I can throw away
> Windows95.
>
_IF_ the modem isn't a winmodem, you should be able to:
cd /dev
ln -s ttyS3 modem
Then edit /etc/rc.d/rc.local and add this to the bottom:
setserial /dev/ttyS3 irq 10
That'll automatically setup the IRQ at boot-time.
Go ahead and give it a try at the command prompt and see if the modem
works!
Good luck!
--
Steve Philp
[EMAIL PROTECTED]