* cardbus modem not handled by the serial driver
@ 2003-01-14 11:57 Dirk Arnold
0 siblings, 0 replies; only message in thread
From: Dirk Arnold @ 2003-01-14 11:57 UTC (permalink / raw)
To: linux-serial, linux-kernel
Hi there,
My Xircom RBM56G cardbus modem works fine with the
serial_cb driver in 2.2 kernels, but is not handled
correctly by the serial driver in 2.4 kernels. I've
been trying to add support for that modem to serial.c,
but I don't understand the driver well enough in order
to make it work. If there is anyone who can help me
with suggestions, I'd be happy to do the testing.
Here's what I've tried: as the modem/ethernet combo
apparently is handled correctly by the serial driver,
I tried adding
{ PCI_VENDOR_ID_XIRCOM, 0x0101,
PCI_ANY_ID, PCI_ANY_ID, 0, 0,
pbn_xircom_combo },
to __devinitdata. The result in the system logs is
this:
kernel: cs: cb_alloc(bus 2): vendor 0x115d, device 0x0101
kernel: PCI: Enabling device 02:00.0 (0000 -> 0003)
kernel: ttyS4 at port 0x4000 (irq = 10) is a 16550A
cardmgr[527]: initializing socket 0
cardmgr[527]: socket 0: Serial or Modem
cardmgr[527]: executing: 'modprobe serial_cs'
kernel: serial_cs: ParseTuple: No more items
cardmgr[527]: executing: './serial start serial'
/etc/hotplug/pci.agent: ... no modules for PCI slot 02:00.0
cardmgr[527]: + don't know how to make device "serial"
cardmgr[527]: + /dev/serial: No such file or directory
last message repeated 2 times
cardmgr[527]: exiting
I'd be happy to hear any better suggestions.
Thanks,
Dirk
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-14 11:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-14 11:57 cardbus modem not handled by the serial driver Dirk Arnold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox