From owner-freebsd-mobile@FreeBSD.ORG Wed Nov 7 15:28:12 2007 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B870816A41A for ; Wed, 7 Nov 2007 15:28:12 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 8BCA813C48D for ; Wed, 7 Nov 2007 15:28:12 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (m038184.ppp.asahi-net.or.jp [219.121.38.184]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 167FD4F8B8 for ; Thu, 8 Nov 2007 00:10:16 +0900 (JST) Date: Thu, 08 Nov 2007 00:10:15 +0900 From: Watanabe Kazuhiro To: freebsd-mobile In-Reply-To: <200711061107.29690.root@solink.ru> References: <200711061107.29690.root@solink.ru> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20071107151016.167FD4F8B8@mail.asahi-net.or.jp> Subject: Re: PCMCIA RS232 card X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 15:28:12 -0000 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: 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)