From owner-freebsd-questions@FreeBSD.ORG Mon Apr 26 03:15:40 2010 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 E36A91065673 for ; Mon, 26 Apr 2010 03:15:39 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 29FE18FC0A for ; Mon, 26 Apr 2010 03:15:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id o3Q3FRtx067635 for ; Sun, 25 Apr 2010 22:15:27 -0500 (CDT) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id w8sMCnOhttva for ; Sun, 25 Apr 2010 22:15:24 -0500 (CDT) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id o3Q3FJFT067630 for ; Sun, 25 Apr 2010 22:15:21 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4BD50547.1070705@daleco.biz> Date: Sun, 25 Apr 2010 22:15:19 -0500 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.23 (X11/20090929) MIME-Version: 1.0 To: FreeBSD Questions References: <20100424203946.GA1542@libertas.local.camdensoftware.com> <20100424210029.GA6139@libertas.local.camdensoftware.com> <20100424220732.00000f67@unknown> <20100424220034.GC6139@libertas.local.camdensoftware.com> <20100424235156.00007de8@unknown> <20100425191040.GA12460@libertas.local.camdensoftware.com> <20100425212630.00001bd4@unknown> <20100425231840.GB72082@libertas.local.camdensoftware.com> <20100425234127.GC72082@libertas.local.camdensoftware.com> In-Reply-To: <20100425234127.GC72082@libertas.local.camdensoftware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Wireless networking question 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: Mon, 26 Apr 2010 03:15:40 -0000 Chip Camden wrote: > On Apr 25 2010 16:18, Chip Camden wrote: >> On Apr 25 2010 21:26, S Roberts wrote: >>> Hmmm.., you sure your ports system is installed / up-to-date there? >>> >>> Do you have any of the docs that would have shipped with the notebook? >>> If not, I searched ASUS, and found a link to the English version manual >>> here: >>> http://support.asus.com/download/download.aspx?SLanguage=en-us&product=3&model=K72F&type=map&f_type=19 >>> >>> I've not downloaded it, so please see if there's anything that can >>> assist. There **are** other resources at the ASUS site - you just have >>> to use the menu on the right to select your particular model and review >>> the list of resources that gets returned.., >>> >> Thanks for the attempt to help, but ports are up-to-date. I'm on >> 8.0-RELEASE amd64 -- maybe scanpci isn't available on amd64? Let me preface my commentary with "I'm way out of my league", so #include disclaimer.h and all that ... For starters, in re: above, didn't someone suggest "libpciaccess" as the source for "scanpci"? I can't tell if you are misunderstanding what S Roberts suggested, or I am misunderstanding what you are responding. I'm pretty sure there's some misunderstanding here, though. >> The download for the manual is exactly the same as the paper manual that >> came with the notebook. It gives very little technical information. On >> the web site, all I could find is that it's 802.11n capable, which I >> already knew from the sales pamphlet. > > OK -- searching the ASUS site for Windows 7 64bit docs (that's what came > on it), I find three possibilities for the wireless device: > > 1. Intel 1000 > 2. Intel 6200 > 3. Azurewave > > Looks like both of the first two are addressed by driver iwn on OpenBSD, > but not on FreeBSD. The third one I don't see anywhere. Looking here: > > http://en.wikipedia.org/wiki/Comparison_of_open_source_wireless_drivers#FreeBSD > > Looks like that page was last updated for FreeBSD on April 25. > In any case, I tried iwn, and that doesn't work. I thought we had pciconf output that stated it was an Atheros chipset? In that case, it would be the Azurewave, right? I'd suspect it might be supported under ath(4), but you'd wanna read the manpage and possibly even the source for any kind of confirmation on that; the manpage does specifically say that adapters based on the AR5005VL aren't supported. However, the manpage might be slightly out-of-date, also. The other thing I recall seeing is that a new variant of a supported chipset comes out, and the driver code doesn't recognize it even though it might work well. Used to be something like a VENDOR_ID string in the source files; I don't know if it's still the case, but if it was, some people have been able to hack their own device support in rare cases simply by adding the new info to the driver file and recompiling it, but you'd want someone with a lot more $OS_foo than I have to help out with that (or tell you if it's even possible). This is open-source stuff; you might even get sam@ 's attention and get help from the writer himself if you're wearing your lucky sneakers. Kevin Kinsey