From owner-freebsd-questions@FreeBSD.ORG Thu Aug 30 13:58:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8B63106566B for ; Thu, 30 Aug 2012 13:58:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 620DD8FC1E for ; Thu, 30 Aug 2012 13:58:34 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q7UDwXU0008430; Thu, 30 Aug 2012 07:58:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q7UDwXN8008427; Thu, 30 Aug 2012 07:58:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 30 Aug 2012 07:58:33 -0600 (MDT) From: Warren Block To: Chris In-Reply-To: <1346333374.37764.YahooMailNeo@web171302.mail.ir2.yahoo.com> Message-ID: References: <1346254976.62356.YahooMailNeo@web171303.mail.ir2.yahoo.com> <1346333374.37764.YahooMailNeo@web171302.mail.ir2.yahoo.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 30 Aug 2012 07:58:34 -0600 (MDT) Cc: "freebsd-questions@freebsd.org" , Waitman Gobble Subject: Re: Wifi for Lenovo Laptop 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: Thu, 30 Aug 2012 13:58:34 -0000 On Thu, 30 Aug 2012, Chris wrote: > Using pciconf as per jb's hint tells me it is a broadcom I have: > > none3@pci0:3:0:0: class=0x028000 card=0x060814e4 chip=0x472714e4 rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'BCM4313 802.11b/g/n Wireless LAN Controller' > class = network > > > As per the release notes for 9.0 (http://www.freebsd.org/releases/9.0R/hardware.html#WLAN), the bwn(4) driver be the one to use. > > Added the following to my /boot/loader.conf following the instructions in http://www.freebsd.org/doc/en/books/handbook/network-wireless.html and rebooted. > > if_bwn_load="YES" > wlan_wep_load="YES" > wlan_ccmp_load="YES" > wlan_tkip_load="YES" The last three are included in the GENERIC kernel. The bwi and bwn drivers need firmware, which is provided by the net/bwi-firmware-kmod and net/bwn-firmware-kmod ports. So install whichever is appropriate. I think the driver tries to load the right firmware automatically, but haven't tried a Broadcom in a while, and it might still be necessary to load the firmware module in /boot/loader.conf.