From owner-freebsd-drivers@FreeBSD.ORG Mon Mar 14 20:40:53 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 26F3B106564A for ; Mon, 14 Mar 2011 20:40:53 +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 AAD458FC1C for ; Mon, 14 Mar 2011 20:40:52 +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 p2EKep2n039373 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 14 Mar 2011 20:40:51 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4D7E7D53.9090106@unsane.co.uk> Date: Mon, 14 Mar 2011 20:40:51 +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> In-Reply-To: <1300130444.2334.75.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 20:40:53 -0000 On 14/03/2011 19:20, Jesse Smith wrote: > Good-day, > > I hope this is the right list to bring this up. I'm new to FreeBSD and > I'm trying to get the OS running on my laptop. Everything seems to work > okay, except for my wireless card. It's an Intel WiFi 1000 series. > > >From what I've read, most open source OSes don't include the firmware > for this device. I'm curious if > > A) FreeBSD has the drivers/firmware for this card? > B) If not, is there anything I can do to help get the required > driver/firmware? Hi, I believe this uses the iwn driver, the manpage indicates that you would want to kldload iwn1000fw then kldload if_iwn The manpage lists how to make this persistent on boot. Vince > Thank you, > 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"