I wanted to do
but it returns
so I started readin and I read that in FreeBSD 8 you need to create wlan interface. That's what I've found that I'm supposed to do to get it
but it throws following error
and I have no idea what does it mean. I cannot find anything on the web.
I also tried adding
to /etc/rc.conf but it doesn't seem to be doing anything. I cannot find anything in /var/log/messages and in dmesg.
Any pointers would be appreciated.
Code:
ifconfig ath0 scan
Code:
ifconfig: unable to get scan results
Code:
ifconfig wlan0 create wlandev ath0
Code:
ifconfig: SIOCIFCREATE2: Bad address
I also tried adding
Code:
wlans_ath0="wlan0"
Code:
uname -a
FreeBSD grodzix.net 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
Any pointers would be appreciated.