From owner-freebsd-current@FreeBSD.ORG Thu Sep 29 14:42:21 2005 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C080316A41F; Thu, 29 Sep 2005 14:42:21 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECA543D4C; Thu, 29 Sep 2005 14:42:21 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8TEfUQj032497; Thu, 29 Sep 2005 08:41:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 29 Sep 2005 08:42:09 -0600 (MDT) Message-Id: <20050929.084209.112638136.imp@bsdimp.com> To: jens.rehsack.ext@siemensvdo.com From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 29 Sep 2005 08:41:35 -0600 (MDT) Cc: jon@FreeBSD.org, current@FreeBSD.org Subject: Re: Problems with Acer Travelmate & PC-Card interface X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 14:42:21 -0000 In message: "Rehsack Jens \(ext\)" writes: : From: M. Warner Losh [mailto:imp@bsdimp.com] : Sent: Thursday, September 29, 2005 5:41 AM : : > In message: : : > "Rehsack Jens \(ext\)" : writes: : > : Ok - to the question. I've tried to get my W-Lan card running : (ath(4) : > : driver and ran successful in my old notebook), but it wont be : > : recognized. : > : > Usually you just include 'cbb', 'pccard', 'cardbus' and 'ath' in the : > kernel (and a few others for ath), and it works. : : I've cut out the relevant lines from my kernel configuration and attach : them. : I think, it's complete (for getting an ath(4) card via cardbus : running)... Not sure. It looks like it should be good. : > : Throwing a look into /etc/rc.d/pccard shows me, if no /dev/card0 is : > : available, the pccardd and pccardc wont be started. And really - : there : > : is no /dev/card0. : > : > That's good. There's no pccardd anymore. : : But a pccardc is there - and it's not started either. pccardc and pccardd are still built, but aren't used (although pccard dumpcisfile will be shortly). : > You'll need to turn on pccard debugging. : : How do I do this? In the sys/conf/NOTES there is nothing to find 'bout : pccard debugging, neither in pccard(4) nor in pccbb(4). Should be added. hw.pccard.cis_debug=1 hw.pccard.debug=1 hw.cbb.debug=1 hw.cardbus.cis_debug=1 hw.cardbus.debug=1 should do the trick. : > The bridge in your laptop is : > known to the driver (which surprises me!), but looks like it might be : > TI6411-class (which should be in the tables, I'll double check). : : I don't think so. It's detected as a generic cardbus (yenta compliant) : chipset. But if you want me to test sth. out - feel free to contact me. OK. I'll investigate why it isn't picking things up. Warner