Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Nov 2007 00:10:15 +0900
From:      Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
To:        freebsd-mobile <freebsd-mobile@freebsd.org>
Subject:   Re: PCMCIA RS232 card
Message-ID:  <20071107151016.167FD4F8B8@mail.asahi-net.or.jp>
In-Reply-To: <200711061107.29690.root@solink.ru>
References:  <200711061107.29690.root@solink.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi.

At Tue, 6 Nov 2007 11:07:29 +0600,
Bachilo Dmitry wrote:
> I wonder if there can something be done to make the subject work.
> When I plug it in it says:
> cardbus0: <simple comms, UART> at device 0.0 (no driver attached)
> As far as I know, FreeBSD supports this type of cards (with puc driver?), but 
> I've tried hard and got nowhere. It is an "STlab RS232 Serial adapter". 
> What additional information from me is required?

Does your kernel includes the puc(4) driver? e.g.:

| % kldstat -v | grep puc
|                 71 pci/puc
|                 72 cardbus/puc
|                 76 puc/sio
|                 164 puc/ppc
| % 

By default the driver is not included in the GENERIC kernel.

If you load the puc(4) driver as a kernel module (puc.ko), would you
try to include the driver into the kernel instead of loading the
kernel module?

And will you show me the output of "pciconf -lv"?
---
Watanabe Kazuhiro (CQG00620@nifty.ne.jp)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071107151016.167FD4F8B8>