From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 09:23:31 2008 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 8AF101065675 for ; Tue, 16 Sep 2008 09:23:31 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 5D6818FC1C for ; Tue, 16 Sep 2008 09:23:31 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3401185rvf.43 for ; Tue, 16 Sep 2008 02:23:30 -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=CDnWMgunSR/CAb3WCYsy13FcYTFk7EwLPuB8kXgnd2U=; b=GzOCOUrsw24s3pfBrm6D9+QpiiTQ6fEYlGrPY4UXM1/APxWgBIOzYVZ3qSfptAItoC y7m7xtZ7OtO/LDZvYkDPKQQwFVd8CYR8sDq/7nfvxxeh+TKkYbXTcLUxO4GD37kEImmD C/aNjfhrK5QabRypNZ11DU8HnZALIfH9pSdrc= 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=OKHkOcYuQCELPHYrhyo5K5qBcDjcN4ORMQoiubRmfxe75djT9a8OgHecQSgnEVv7tj D/meJ3Lj1HLvqm3mhUUtJOr4DTFzCswezExMwIZ3R9HloM7EcGYFdQeHcZ7FSsZbhioh 8Z1AeNjtg1cu6p2569loHZ/nRj/05w4lCfp6M= Received: by 10.142.191.10 with SMTP id o10mr271894wff.94.1221557010836; Tue, 16 Sep 2008 02:23:30 -0700 (PDT) Received: by 10.142.203.16 with HTTP; Tue, 16 Sep 2008 02:23:30 -0700 (PDT) Message-ID: <4734a3ed0809160223p6ddc6fd5pacb901ea9dfccfe3@mail.gmail.com> Date: Tue, 16 Sep 2008 11:23:30 +0200 From: "Henri-Pierre Charles" To: "Rui Paulo" In-Reply-To: <4734a3ed0809150659n438a5b20r59278908f4032a45@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080828002919.GA54169@alpha.local> <4734a3ed0809150659n438a5b20r59278908f4032a45@mail.gmail.com> 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-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hpcharles@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 09:23:31 -0000 Hello, (I reply to myself) On Mon, Sep 15, 2008 at 3:59 PM, Henri-Pierre Charles wrote: > 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. > 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. I discover a "new" way to configure network interface, with wlan I have tried to put in my rc.conf: wlans_ath0=wlan0 ifconfig_wlan0="WPA DHCP" And .. it works, with a WPA2 configuration and also with only DHCP. Conclusion 8-0-CURRENT-200809 work out of the box for the eeepc 701. The only documentation I have found is http://people.freebsd.org/~sam/BSDCan2005.pdf . Is there something more substantial ? > And what about the rj45 interface for eee 701 ? Any chance to be supported > in a near future ? Any tips ? H-P -- HPC