From: Dirk Arnold <dirk.arnold@cs.uni-dortmund.de>
To: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: cardbus modem not handled by the serial driver
Date: Tue, 14 Jan 2003 12:57:12 +0100 [thread overview]
Message-ID: <3E23FB18.5080506@cs.uni-dortmund.de> (raw)
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
reply other threads:[~2003-01-14 11:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E23FB18.5080506@cs.uni-dortmund.de \
--to=dirk.arnold@cs.uni-dortmund.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox