From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 20:51:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E07416A420 for ; Tue, 31 Jan 2006 20:51:32 +0000 (GMT) (envelope-from freebsd@juiceless.net) Received: from fep32-app.kolumbus.fi (fep32-0.kolumbus.fi [193.229.0.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8878643D70 for ; Tue, 31 Jan 2006 20:51:30 +0000 (GMT) (envelope-from freebsd@juiceless.net) Received: from [192.168.1.33] (really [80.186.228.199]) by fep32-app.kolumbus.fi with ESMTP id <20060131205129.MKWY3516.fep32-app.kolumbus.fi@[192.168.1.33]>; Tue, 31 Jan 2006 22:51:29 +0200 Message-ID: <43DFCDCD.9030106@juiceless.net> Date: Tue, 31 Jan 2006 22:51:25 +0200 From: Ville Lundberg User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Fabian Keil References: <60202.213.243.138.177.1138656319.squirrel@ssl.nebula.fi> <20060131130330.76b6f94c@localhost> In-Reply-To: <20060131130330.76b6f94c@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: WLAN not detected on Acer TM 292ECLi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 20:51:32 -0000 Fabian Keil wrote: > You could check it with pciconf -lv. > Thanks, this did the trick - it turned out that my laptop does not have a 2200BG adapter. I must have confused it with another Acer laptop that I bought and configured for my friend a while ago. pciconf says: none6@pci1:2:0: class=0x028000 card=0x1220185f chip=0x432014e4 rev=0x03 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM4306 802.11b/g Wireless LAN Controller' class = network so it has the non-supported Broadcom adapter. So sorry for all the noise :) Google gave hope to get it working with the NDIS wrapper, and sure, after fighting with it a while, I have a ndis0 adapter now detected. http://dannyman.toldme.com/2005/01/05/freebsd-howto-ndisulate-windows-drivers/ was of good help - although the info there is outdated for 6.0 - one should use ndisgen instead. --Ville