From owner-freebsd-mobile@FreeBSD.ORG Sat Jul 5 03:05:49 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A19211065670 for ; Sat, 5 Jul 2008 03:05:48 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7FFD48FC14 for ; Sat, 5 Jul 2008 03:05:46 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m6535jU8091451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 4 Jul 2008 20:05:45 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <486EE509.1030003@freebsd.org> Date: Fri, 04 Jul 2008 20:05:45 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: =?windows-1252?Q?Ashish_Shukla_=3F=3F=3F=3F_=3F=3F=3F=3F=3F?= References: <873ampqiu0.fsf@chateau.d.lf> In-Reply-To: <873ampqiu0.fsf@chateau.d.lf> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: freebsd-mobile@freebsd.org Subject: Re: How to connect to Wireless LAN using Athereos AR5007EG ? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 03:05:50 -0000 Ashish Shukla ???? ????? wrote: > [posted earlier but got no replies, so reposting] > > Hi list, > > I've tried HAL v. 0.10.5.6 available at Sam Leffler's user directory[1] > in FreeBSD 7.0-RELEASE-p2 (amd64) and Gentoo GNU/Linux (hardened/AMD64). > > In Gentoo GNU/Linux, I'm able to connect to a WPA2 secured network with > no problems, whereas in FreeBSD, I'm only able to scan the Wireless > network successfully, not able to ping any box. I've tried FreeBSD with > an unencrypted network as well as encrypted network using > wpa_supplicant, but except scanning nothing worked. I can associate with > the access point, but thats it. > > I'm running FreeBSD 7.0-RELEASE-p2 kernel, just replaced > /usr/src/sys/contrib/dev/ath with the directory in tarball, and rebuilt > all modules. > > abbe [ath_hal-20080528] monte-cristo% pciconf -l |grep ath0 > ath0@pci0:1:0:0: class=0x020000 card=0x137b103c chip=0x001c168c rev=0x01 hdr=0x00 > > Any ideas ? > > References: > [1] - http://people.freebsd.org/~sam/ath_hal-20080528.tgz > > Tons of thanks to Sam for posting the HAL. > HEAD works fine with 0.10.5.6 so there's something in the 7.x driver that needs to be updated. I hope to look at it this weekend. Sam