Can you try the following config? It basically tries to replicate my setup. I'm
worried about the resource conflict error you're getting on running isapnp.
Also I don't like trying to share the COM2 IRQ (Just In Case).
So, try feeding this to isapnp.conf:
(READPORT 0x0203)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
(CONFIGURE BNK1361/-1 (LD 0
(NAME "BNK1361/-1[0]{K56 SVD/SP }")
))
(CONFIGURE BNK1361/-1 (LD 1
(IO 0 (SIZE 8) (BASE 0x0200) (CHECK))
(INT 0 (IRQ 12 (MODE +E)))
(NAME "BNK1361/-1[1]{K56 SVD/SP }")
(ACT Y)
))
(WAITFORKEY)
Then create /dev/modem thus:
# mknod /dev/modem c 4 78
and run setserial:
# setserial /dev/modem port 0x200 irq 12 uart 16550
If IRQ 12 is already use, pick an unused IRQ and substitute. I said previously
I had to mark the IRQ in the BIOS as 'Legacy ISA' or somesuch, rather than
'Available for PnP'. Today I'm not so sure, and unfortunately the box is in the
loft (currently out of bounds) so I can't check. Best I can say is try with
both.
Let me know how that goes wrong :-)
--
Jim Hague - [EMAIL PROTECTED] (Work), [EMAIL PROTECTED] (Play)
Never trust a computer you can't lift.
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text