From owner-freebsd-drivers@FreeBSD.ORG Mon Mar 14 22:24:46 2011 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BBC11065677 for ; Mon, 14 Mar 2011 22:24:46 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 832ED8FC1B for ; Mon, 14 Mar 2011 22:24:45 +0000 (UTC) Received: from mac2.unsane.co.uk (mac2.unsane.co.uk [10.10.10.191] (may be forged)) (authenticated bits=0) by unsane.co.uk (8.14.4/8.14.4) with ESMTP id p2EMOiO0044293 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 14 Mar 2011 22:24:44 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4D7E95AC.2090508@unsane.co.uk> Date: Mon, 14 Mar 2011 22:24:44 +0000 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-drivers@freebsd.org References: <1300130444.2334.75.camel@hp-laptop> <4D7E7D53.9090106@unsane.co.uk> <1300138806.2117.5.camel@hp-laptop> In-Reply-To: <1300138806.2117.5.camel@hp-laptop> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Drivers and firmware for an Intel WiFi 1000 series network card X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2011 22:24:46 -0000 On 14/03/2011 21:40, Jesse Smith wrote: > > Vince, > > Thank you for the quick reply. This seems to put me on the right track. > I loaded the files you suggested and my wireless card now shows up in > the output from ifconfig. I'm thinking this is a good sign. > > Unfortunately when I bring up the interface and scan for networks with > it, it doesn't find my wireless LAN. I also notice the light on my > laptop indicating the wireless device is working hasn't come on. I'm > thinking maybe the driver is loaded, but not the firmware? At least > based off my experience with Linux, that's my assumption. > > Where should I go to trouble-shoot this? How familiar with wireless on freebsd are you? I will assume you are running 8.x if you are running 7.x or lower things work a little differently. for 8.x you need to create the wlan device and associate it with the physical interface, for iwn this would be ifconfig wlan0 create wlandev iwn0 then ifconfig wlan0 up scan to scan for nearby access points. The firmware for the card is contained in the iwnXXXXfw module you have loaded. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html has a full description. If you have done this already and are still having problems someone more familiar with the iwn driver will probably have to help I'm afraid. possibly try posting the output of ifconfig -a and the dmesg output from when you loaded the modules. Vince > Thank you again, > Jesse > > > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org"