From owner-freebsd-current@FreeBSD.ORG Fri Sep 24 18:03:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84DEB16A4CE; Fri, 24 Sep 2004 18:03:46 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5051743D39; Fri, 24 Sep 2004 18:03:46 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i8OI3eWi095995 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 24 Sep 2004 11:03:40 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-current@freebsd.org Date: Fri, 24 Sep 2004 11:06:49 -0700 User-Agent: KMail/1.7 References: <200409241758.i8OHwGIW027716@mail2.bmount.com> In-Reply-To: <200409241758.i8OHwGIW027716@mail2.bmount.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409241106.50139.sam@errno.com> cc: hscholz@raisdorf.net cc: current@freebsd.org Subject: Re: DWL AG530 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 24 Sep 2004 18:03:46 -0000 On Friday 24 September 2004 10:56 am, mmca@2531.org wrote: > On 24 Sep, Hendrik Scholz wrote: > > Hi! > > > > mmca@2531.org wrote: > >> ath0: mem 0xdb000000-0xdb00ffff irq 10 at device 8.0 on > >> pci1 ath0: mac 5.9 phy 4.3 5ghz radio 3.6 > >> ath0: unable to collect channel list from hal > >> device_attach: ath0 attach returned 22 > >> > >> Any help would be appreciated. > > > > Did you try turning ACPI off? > > Yes I have: > hint.acpi.0.disabled=1 Your hal is old. You can try to use the patchset at http://www.freebsd.org/~sam; it has issues (no WEP) but should work for basic operation on -current. Sam