From owner-freebsd-current@FreeBSD.ORG Sun Jun 17 18:43:00 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC3D616A41F for ; Sun, 17 Jun 2007 18:43:00 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 73D8813C469 for ; Sun, 17 Jun 2007 18:43:00 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 831331CC58; Mon, 18 Jun 2007 06:42:58 +1200 (NZST) Date: Mon, 18 Jun 2007 06:42:58 +1200 From: Andrew Thompson To: Rui Paulo Message-ID: <20070617184258.GA31132@heff.fud.org.nz> References: <86d4zupje9.wl%rpaulo@fnop.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86d4zupje9.wl%rpaulo@fnop.net> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-current@FreeBSD.org Subject: Re: ath(4) problems after sam_wifi merge X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 17 Jun 2007 18:43:00 -0000 On Sun, Jun 17, 2007 at 06:42:38PM +0100, Rui Paulo wrote: > Hi, > I'm having some problems with ath after the sam_wifi branch merge. > Basically I have all the necessary modules loaded, but scanning is not > working well. > > % kldstat | egrep wlan\|ath > 2 1 0xc097a000 12450 if_ath.ko > 3 3 0xc098d000 2ec38 ath_hal.ko > 4 8 0xc09bc000 2b65c wlan.ko > 5 2 0xc09e8000 43e8 ath_rate.ko > 20 1 0xc0af7000 4480 wlan_tkip.ko > 21 1 0xc0afc000 2fec wlan_wep.ko > 22 1 0xc0aff000 7100 wlan_ccmp.ko > 23 1 0xc0b07000 1920 wlan_scan_ap.ko > 24 1 0xc0b09000 552c wlan_scan_sta.ko > > Is anything missing? > > My card is: > ath0: mem 0x90100000-0x9010ffff irq 17 at device 0.0 on pci2 > ath0: [ITHREAD] > ath0: using obsoleted if_watchdog interface > ath0: mac 10.3 phy 6.1 radio 10.2 > > ath0: flags=8802 metric 0 mtu 1500 > ether 00:17:f2:44:ba:50 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > ssid "" channel 1 (2412 Mhz 11g) > authmode OPEN privacy OFF txpowmax 34 bmiss 7 scanvalid 60 bgscan > bgscanintvl 300 bgscanidle 250 roam:rssi11g 14 roam:rate11g 5 > protmode CTS burst bintval 100 > > # ./wlandebug > net.wlan.0.debug: 0xffffff > > After ifconfig ath0 up, the scan goes as: > > ath0: ieee80211_newstate: INIT -> SCAN > ath0: ieee80211_check_scan: active scan, duration 2147483647, desired mode auto, flush > ath0: sta_pick_bss: no scan candidate > ath0: ieee80211_start_scan: active scan, duration 2147483647, desired mode auto, flush > ath0: scan set 1g dwell min 200 max 2000 > ath0: scan_next: chan 1g -> 1g [active, dwell min 200 max 2000] Does your card have any channels? show the output of 'ifconfig ath0 list channels' Also, are you using wpa_supplicant or passing any other options to ath other than just up? cheers, Andrew