I am setting up a FreeBSD wireless access point for the first time and I'm having issues. Not sure if it's me or the hardware that is causing the problem. I'm using an Atheros based card at the recommendation of many threads on here:
FreeBSD 8.1-RELEASE
It is a PCI-E card which I couldn't find any info on official BSD support, but the chipset is supported of course.
Using the handbook instructions I can get the card in hostap mode and it shows up intermittently from my laptop clients. I then will get this in the error logs:
and the card will not work again without a reboot of the machine. I saw PR's referencing this issue, but they all say they have been fixed for 8.1. Any suggestions?
A few more details - this is also happening on a separate box with an Atheros 5008 mini-pcie card. Am I the only one seeing this or am I configuring something wrong?
In case anyone else has run into this, it looks like a known issue that is being worked on. Hopefully we will see a fix in the near future:
http://wiki.freebsd.org/AdrianChadd/AtherosHalStuff
Code:
ath0@pci0:2:0:0: class=0x028000 card=0x30a1168c chip=0x002b168c rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = 'Atheros AR9285 Wireless LAN 802.11 a/b/g/n Controller (AR928x)'
class = network
FreeBSD 8.1-RELEASE
It is a PCI-E card which I couldn't find any info on official BSD support, but the chipset is supported of course.
Using the handbook instructions I can get the card in hostap mode and it shows up intermittently from my laptop clients. I then will get this in the error logs:
Code:
ath0: stuck beacon; resetting (bmiss count 4)
and the card will not work again without a reboot of the machine. I saw PR's referencing this issue, but they all say they have been fixed for 8.1. Any suggestions?
A few more details - this is also happening on a separate box with an Atheros 5008 mini-pcie card. Am I the only one seeing this or am I configuring something wrong?
In case anyone else has run into this, it looks like a known issue that is being worked on. Hopefully we will see a fix in the near future:
http://wiki.freebsd.org/AdrianChadd/AtherosHalStuff