I added the list back in to this exchange.
At 09:47 AM 8/4/00 -0700, mike mcmanus wrote:
>Ray,
>The 56k is a 'creative modem blaster'(DI5660 1) . I did find it in the list
>you pointed to. It is isa and in the list it is listed as a pnp with no
>jumpers. In windows it is at com 4, irq 11, I/O 02E8-02EF and 0908-090F.
OK. This makes it straightforward. Your problem is that the default setting
for Linux's equivalent of COM4, /dev/ttyS3, is IRQ 3.
So, to get things working, try using these three commands:
setserial /dev/ttyS3 irq 11
rm /dev/modem
ln -s /dev/ttyS3 /dev/modem
Now see if minicom connects to the modem. Make sure ppp is using ttyS3 and
it too should work (at least to the point of dialing, but if your 14.4
connection worked, you presumably have the rest figured out).
The last loose end is with PnP configuration. If you're lucky, the modem
will still be sitting at IRQ 11 when you boot Linux. If you aren't, you'll
need to use the "isapnp" package to set it up. I don't have experience with
this app, but others on the list do, and I'm sure someone else will respond
to a problem report if you post one. (Be sure to read the appropriate HowTo
first, of course.)
--
------------------------------------"Never tell me the odds!"---
Ray Olszewski -- Han Solo
Palo Alto, CA [EMAIL PROTECTED]
----------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs