I have a new installation of FreeBSD on a PC with a built in Qualcomm Atheros wireless adapter. I am having trouble with connecting it to the network and Internet, having followed many instructions in the Handbook and these forums but still without luck. I also have FreeBSD on a different machine connected to the same network and that one worked fine out of the box, and I attempted to use those same settings on this Atheros one but still no.
At this point I can't tell what's wrong, so any help is appreciated: these are the relevant console outputs:
At this point I can't tell what's wrong, so any help is appreciated: these are the relevant console outputs:
- The output of ping -c2 www.freebsd.org is:
Code:
ping: cannot resolve www.freebsd.org: Name does not resolve - The output of sysctl net.wlan.devices is:
Code:
net.wlan.devices: ath0 - The output of pciconf -lv | grep -A1 -B3 network is:
Code:
ath0@pci0:3:0:0: class=0x028000 rev=0x01 hdr=0x00 vendor=0x168c device=0x002b subvendor=0x144f subdevice=0x7159
vendor = 'Qualcomm Atheros'
device = 'AR9285 Wireless Network Adapter (PCI-Express)'
class = network
- The output of ifconfig is:
Code:
lo0: flags=8049<UP, LOOPBACK, RUNNING, MULTICAST> metric - mtu 16384
options=680003<RXCSUM, TXCSUM, LINKSTATE, RXCSUM_IPV6, TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD, AUTO_LINKLOCAL>
- The output of ifconfig wlan0 up list scan is:
Code:
ifconfig: interface wlan0 does not exist - The /etc/rc.conf file contains:
Code:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
- The /etc/wpa_supplicant.conf file is:
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="(my network name)"
scan_ssid=0
psk="(my passkey)"
priority=5
}
network ={
priority=0
key_mgmt=NONE
}