|
my xicrom networt card and lucent modem both seem to want to use the same irq as shown in the output below:
~ >cardctl config
Socket 0:
Vcc 3.3V Vpp1 3.3V Vpp2 3.3V
interface type is "cardbus"
irq 10 [exclusive] [level]
function 0:
io 0x0400-0x047f [32bit]
Socket 1:
not configured
~ >setserial -g -v /dev/ttyS14
/dev/ttyS14, UART: unknown, Port: 0x0400, IRQ: 10
~ >
when i exclude irq 10 in /etc/pcmcia/config.opts the network card still works but the modem still does not. i have also tried excluding the port by including a line like exclude port 0x0400 in /etc/pcmcia/config.opts but that did not work either. since there is almost no documentation on the ltmodem package i am left with playing with the pcmcia settings. any suggestions?
|