From owner-freebsd-net@FreeBSD.ORG Mon Sep 15 14:31:44 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5578D10656CC for ; Mon, 15 Sep 2008 14:31:44 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.246]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA5A8FC2F for ; Mon, 15 Sep 2008 14:31:38 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so670017hsh.11 for ; Mon, 15 Sep 2008 07:31:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=DfTYXG4V3V2nPy9b8T22annzRWwbxqUBQ6iv6kHPXTg=; b=PkwNeJAjizeCGEOmdaLyM8SW4zW4p/9d59j9lRTnLJN/wgxJMd2rjfTob3RRymyMr5 KpmRd6yoepqUV988xotBB3EJZ1g6hVdK28UpUxN5CKtLsHkR0c5AytZx0XGidovO1MiV Sxwsgry+agIsEi6d9+Gem2DMUdmEteF2jw/w4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=D0Sd5FLCRgxxxyclC9IZFvuY3SeEyeWqZVhpYRkrd8yMCYdeEUxC/So4FrL1Kvu1jL 5mZIYaWnCHuZdolzoerB6n2lnc/R87phXiuyEoozjg9Q14GpOAIeLpidE3ePb1D0XM5k dAP/BPD0fOB6/7EKJuuq57+JUm5HKnts0A8AQ= Received: by 10.143.1.12 with SMTP id d12mr2686638wfi.297.1221487143930; Mon, 15 Sep 2008 06:59:03 -0700 (PDT) Received: by 10.142.203.16 with HTTP; Mon, 15 Sep 2008 06:59:03 -0700 (PDT) Message-ID: <4734a3ed0809150659n438a5b20r59278908f4032a45@mail.gmail.com> Date: Mon, 15 Sep 2008 15:59:03 +0200 From: "Henri-Pierre Charles" To: "Rui Paulo" In-Reply-To: <20080828002919.GA54169@alpha.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080828002919.GA54169@alpha.local> Cc: freebsd-net@freebsd.org, freebsd-current@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: HEADS UP: ath_hal updated to 0.10.5.10 -- PLEASE TEST X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hpcharles@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 14:31:44 -0000 Hi, On Thu, Aug 28, 2008 at 2:29 AM, Rui Paulo wrote: > We've updated ath_hal in HEAD to 0.10.5.10. This supports a couple of > new chips, namely those on the Asus Eee PC, MacBooks and other laptops. It's included into 8.0-CURRENT-200809-i386 snapshot if I understand correctly. > If you have an Atheros or Atheros based card, I really wanted you to > test it. We were unable to test this in several Atheros chipsets, so > if you find a regression, please contact me or Sam Leffler > (sam@freebsd.org) ASAP. I've tried 7.1-BETA and 8.0-CURRENT-200809 on my eeepc model 701 7.1 does not recognize ath0, as expected, but 8.0-CURRENT does. The corresponding dmesg can be found here : * http://www.prism.uvsq.fr/~hpc/pmwiki/uploads/Data/dmesg-7.1-BETA.txt * http://www.prism.uvsq.fr/~hpc/pmwiki/uploads/Data/dmesg-8.0-200809.txt The 8.0-CURRENT-200809-i386 contain ath_hal 0.10.5.10 but I was unable to use the interface. "dhclient ath0" never give up. Let me know if I can try something. In the past I had success with 7.0 code base + madwifi-ng-r2756+ar5007.hal I was able to use ath with dhclient and wpa_supplicant. And what about the rj45 interface for eee 701 ? Any chance to be supported in a near future ? -- HPC