From owner-freebsd-current@FreeBSD.ORG Tue Jan 5 21:26:02 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6D7E106566C for ; Tue, 5 Jan 2010 21:26:02 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 306E38FC08 for ; Tue, 5 Jan 2010 21:26:01 +0000 (UTC) Received: by fxm27 with SMTP id 27so2217115fxm.3 for ; Tue, 05 Jan 2010 13:25:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=z+ax/x/95PcHFNwvXabyD5D0eq7n4VloYJmSOwLloJE=; b=xODTYnx/Puw0Wt/kW1ILarPxo9dOZO+fFb6nnZlD8SgDx8II9OfGk4hJ2nJ1wAEstm r0AuOPULKQPKrR3BS6RUvBEJYJP+9QAO/K+MIeHpqPKUa1F4uGevhvoqM50qHrAhR222 g8krKerzrsBUDMUHTEFkHzsdcT5EU8h8VIAgY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=uRxUo2RtnqAIyaXGk0AMU2UW6XvlgiTa9sGPxr5QZOouERqqHGgilcYFhVdSOMb9Lp 2ad8Su277cRAQNdTUcbC85Lyu4zwgQ+gTKk4wtN+pZYJ37KLYxLxR+V3CoI41VuqB14g WDhLSazl2msN5J1VQ/Z2CYu9yUFrN9EEbKSJc= Received: by 10.223.92.147 with SMTP id r19mr19501716fam.19.1262726756526; Tue, 05 Jan 2010 13:25:56 -0800 (PST) Received: from ?10.0.10.2? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 13sm6659241fxm.1.2010.01.05.13.25.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 05 Jan 2010 13:25:55 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <3a142e751001050625h5b4d42d4hf07bb424e93b76fa@mail.gmail.com> Date: Tue, 5 Jan 2010 21:25:53 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20091003110914.GB71004@office.redwerk.com> <20091216180338.GA75403@office.redwerk.com> <2AE8BAD7-C374-4323-8443-B669C495FE34@gmail.com> <20091225084324.GA41572@office.redwerk.com> <3a142e750912250254h3188bbb4ma9236af5566ee9fa@mail.gmail.com> <20100103103430.GA57233@office.redwerk.com> <3a142e751001030301q30b3cdc4y34e2e427eaa33e35@mail.gmail.com> <20100104190714.GA91546@office.redwerk.com> <3a142e751001050625h5b4d42d4hf07bb424e93b76fa@mail.gmail.com> To: Paul B Mahol X-Mailer: Apple Mail (2.1077) X-Mailman-Approved-At: Tue, 05 Jan 2010 22:27:33 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Atheros WIFI is not recognized on FreeBSD 8.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 21:26:02 -0000 On 5 Jan 2010, at 14:25, Paul B Mahol wrote: > On 1/4/10, Eugene Dzhurinsky wrote: >> On Sun, Jan 03, 2010 at 12:01:15PM +0100, Paul B Mahol wrote: >>> On 1/3/10, Eugene Dzhurinsky wrote: >>>> On Fri, Dec 25, 2009 at 11:54:55AM +0100, Paul B Mahol wrote: >>>>> On 12/25/09, Eugene Dzhurinsky wrote: >>>>>> On Mon, Dec 21, 2009 at 04:38:26PM +0000, Rui Paulo wrote: >>>>>>> Have you tried using if_ndis? >>>>>> The kernel module I've created just hangs once loaded :( >>>>> This is on amd64? >>>>=20 >>>> No, i386 >>>=20 >>> Is anything displayed on console? Are you sure you are using >>> 5.1 driveres (for XP) and not newer ones? >>=20 >> I am using xp3264-7.7.0.329-whql.zip file from Atheros. >>=20 >> When trying to convert the ones athwx.sys and netathwx.inf I am = getting the >> error: >>=20 >> ndiscvt: line 5117: : syntax error. >> CONVERSION FAILED >=20 > Inf file appears to not end with EOL, I opened it with vim and just = used :wq >=20 Maybe we should change ndiscvt to handle that. -- Rui Paulo