wireless ath - unable to get scan results

Warren Block wblock at wonkity.com
Fri Jan 15 16:21:53 UTC 2010


On Fri, 15 Jan 2010, Anton Shterenlikht wrote:
...
> ath0: <Atheros 9280> mem 0x110000-0x11ffff at device 3.0 on pci0
...
> # ifconfig ath0
> ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
>        ether 00:27:19:e1:b7:d9
>        media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
>        status: no carrier
> #
>
> Does this look ok so far?

Yes.  Not sure how well the 9280 works overall.

> Following the manual

The Handbook is out of date on this.

> I try to scan for available
> networks, but get this message immediately, so
> it doesn't look like it's searching for anything
>
> # ifconfig ath0 scan
> ifconfig: unable to get scan results
> #

>From 8.0 on, it necessary to create a wlan0 clone device of the actual 
wireless card.  Then use wlan0 for the actual wireless operation:

# ifconfig wlan0 create wlandev ath0
# ifconfig wlan0 up list scan

That can be automated in rc.conf with wlans_ath0="wlan0".

I can't find a PR for updating the Handbook on this.

-Warren Block * Rapid City, South Dakota USA


More information about the freebsd-questions mailing list