Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 23:34:32 +0200
From:      Bruce Anthony Grobler <bruce@yoafrica.com>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Atheros 5424/2424 problem with scan
Message-ID:  <1238016873.4946.7.camel@valhalla.bollocks.co.zw>

next in thread | raw e-mail | index | archive | help
Hi

Just got my wireless card recognised (Atheros 5424/2424 ), 

dmesg:

> ath0: <Atheros 5424/2424> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1238016873.4946.7.camel>