I had to define some special serial port options to get a Xircom cardbus 10/100 + modem card working. There is only one interrupt pin on pc card/cardbus, so the different functions need to share the interrupt. If you haven't already turned on share_irq, you may want to try it.
# # Character devices # CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_SERIAL=y # CONFIG_SERIAL_CONSOLE is not set CONFIG_SERIAL_EXTENDED=y # CONFIG_SERIAL_MANY_PORTS is not set CONFIG_SERIAL_SHARE_IRQ=y # CONFIG_SERIAL_DETECT_IRQ is not set # CONFIG_SERIAL_MULTIPORT is not set # CONFIG_HUB6 is not set # CONFIG_SERIAL_NONSTANDARD is not set CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTY_COUNT=256 CONFIG_PRINTER=m CONFIG_PRINTER_READBACK=y CONFIG_MOUSE=y On Mon, May 01, 2000 at 03:28:30AM -0700, Nick Willson wrote: > > Seeking help getting a modem to work in potato + some unstable. The modem is > on a Linksys EtherFast 10/100 + 56K Modem PC Card, model no. PCMLM56. > > When the laptop was running Slink (installed from official CD set) the modem > worked but the ethernet did not. Now the ethernet works but the modem does > not. More details below, all help welcome. > > Nick -- Lee Bradshaw [EMAIL PROTECTED] (preferred) Alantro Communications [EMAIL PROTECTED]

