From owner-freebsd-questions@FreeBSD.ORG Wed Mar 25 21:47:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 360BC10656C7 for ; Wed, 25 Mar 2009 21:47:18 +0000 (UTC) (envelope-from bruce@yoafrica.com) Received: from ns2.yoafrica.com (ns2.yoafrica.com [66.135.41.73]) by mx1.freebsd.org (Postfix) with ESMTP id F158A8FC2D for ; Wed, 25 Mar 2009 21:47:17 +0000 (UTC) (envelope-from bruce@yoafrica.com) Received: from panadol.yoafrica.com ([196.44.176.14]) by ns2.yoafrica.com with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1LmarQ-0003uJ-R2 for freebsd-questions@freebsd.org; Wed, 25 Mar 2009 23:42:10 +0200 Received: from smtp.yoafrica.com ([196.44.176.8]) by panadol.yoafrica.com with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Lmavz-0003re-7W for freebsd-questions@freebsd.org; Wed, 25 Mar 2009 23:46:52 +0200 Received: from [196.44.183.82] (helo=[10.10.10.103]) by smtp.yoafrica.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Lmavy-000Ke9-U8 for freebsd-questions@freebsd.org; Wed, 25 Mar 2009 23:46:51 +0200 From: Bruce Anthony Grobler To: freebsd-questions Organization: Yo!Africa Date: Wed, 25 Mar 2009 23:34:32 +0200 Message-Id: <1238016873.4946.7.camel@valhalla.bollocks.co.zw> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Atheros 5424/2424 problem with scan X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bruce@yoafrica.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 21:47:20 -0000 Hi Just got my wireless card recognised (Atheros 5424/2424 ), dmesg: > ath0: mem 0xf6000000-0xf600ffff irq 19 at device 0.0 on pci3 > ath0: [ITHREAD] > ath0: WARNING: using obsoleted if_watchdog interface > ath0: Ethernet address: 00:1f:e1:6a:98:4f > ath0: mac 14.2 phy 7.0 radio 10.2 > though when I do a ifconfig ath0 up scan it hangs, here are my configs/versions: > uname -a > FreeBSD valhalla.bollocks.co.zw 7.1-RELEASE FreeBSD 7.1-RELEASE #1: Wed Mar 25 21:48:04 CAT 2009 sysbg@valhalla.bollocks.co.zw:/usr/obj/usr/src/sys/VALHALLA-KERNEL i386 > from my kernel config: > # Wireless NIC cards > device wlan # 802.11 support > device wlan_wep # 802.11 WEP support > device wlan_ccmp # 802.11 CCMP support > device wlan_tkip # 802.11 TKIP support > device wlan_amrr # AMRR transmit rate control algorithm > device wlan_scan_ap # 802.11 AP mode scanning > device wlan_scan_sta # 802.11 STA mode scanning > #device an # Aironet 4500/4800 802.11 wireless NICs. > device ath # Atheros pci/cardbus NIC's > device ath_hal # Atheros HAL (Hardware Access Layer) > device ath_rate_sample # SampleRate tx rate control for ath > #device awi # BayStack 660 and others > #device ral # Ralink Technology RT2500 wireless NICs. > #device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. > kldstat: > 49 ath_hal > 50 ath_rate > 51 cardbus/if_ath > 52 pci/if_ath > > 188 wlan_amrr > 189 wlan_ccmp > 190 wlan_tkip > 191 wlan_wep > 192 wlan > 193 wlan_scan_ap > 194 wlan_scan_sta any ideas? Regards, Bruce Grobler