I'm posting this here because after hours of research online I have not found a solution to my problem.
I was running 7.1. But since it's EOL now, I upgraded to 7.3, and then to 7.4 (upgraded twice trying to solve the problem below).
From dmesg:
Running GENERIC kernel in 7.4 i386.
Getting these every few milliseconds:
Here is my /etc/rc.conf:
My /boot/loader.conf:
My wireless nic is acting as an access point and it's behaving horribly since the upgrade to 7.3 (and to 7.4).
I read this in /usr/src/UPDATING:
I'm now trying to fiddle with the kernel config file, trying to disable AH_SUPPORT_AR5416, ath_hal, and ath_rate_sample (leaving ath itself). Wondering why in the comment above it says "should be removed", yet I still see devices ath_hal and ath_rate_sample in the GENERIC kernel config.
Am I barking up the right tree? Is there any simple way to get the ath driver from 7.1 back? Any other solutions to this problem?
I'm a bit surprised that _so_many_people_ have had this problem and there is no definite solution, even after 1+ years.
EDIT: Here is one more file on my computer, /etc/hostapd.conf:
I'll be very happy to post any other info that is needed. I'm willing to try almost anything since I've already spent many hours trying to figure out this problem.
I was running 7.1. But since it's EOL now, I upgraded to 7.3, and then to 7.4 (upgraded twice trying to solve the problem below).
From dmesg:
Code:
ath0: <Atheros 5212> mem 0xff8f0000-0xff8fffff irq 21 at device 0.0 on pci1
ath0: [ITHREAD]
ath0: WARNING: using obsoleted if_watchdog interface
ath0: Ethernet address: 00:02:6f:61:e6:7d
ath0: mac 7.9 phy 4.5 radio 5.6
Running GENERIC kernel in 7.4 i386.
Getting these every few milliseconds:
Code:
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
ath0: stuck beacon; resetting (bmiss count 4)
Here is my /etc/rc.conf:
Code:
gateway_enable="YES"
hostname="speedy.i"
ifconfig_fxp2="DHCP"
cloned_interfaces="bridge0"
ifconfig_bridge0="addm re0 addm ath0 addm fxp0 addm fxp1 up"
ifconfig_re0="up"
ifconfig_ath0="ssid speedy.i mode 11g mediaopt hostap channel 11 up"
ifconfig_fxp0="up"
ifconfig_fxp1="up"
ipv4_addrs_bridge0="192.168.0.254/24"
ipnat_enable="YES"
hostapd_enable="YES"
sshd_enable="YES"
named_enable="YES"
ntpdate_enable="YES"
ntpd_enable="YES"
dhcpd_enable="YES"
dhcpd_ifaces="bridge0"
My /boot/loader.conf:
Code:
autoboot_delay="6"
loader_logo="beastie"
password="xxxxx"
snd_ich_load="YES"
wlan_xauth_load="YES"
My wireless nic is acting as an access point and it's behaving horribly since the upgrade to 7.3 (and to 7.4).
I read this in /usr/src/UPDATING:
Code:
20090312:
The open-source Atheros HAL has been merged from HEAD
to STABLE.
The kernel compile-time option AH_SUPPORT_AR5416 has been
added to support certain newer Atheros parts, particularly
PCI-Express chipsets.
The following modules are no longer available, and should be
removed from MODULES_OVERRIDE and/or loader.conf:-
ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
I'm now trying to fiddle with the kernel config file, trying to disable AH_SUPPORT_AR5416, ath_hal, and ath_rate_sample (leaving ath itself). Wondering why in the comment above it says "should be removed", yet I still see devices ath_hal and ath_rate_sample in the GENERIC kernel config.
Am I barking up the right tree? Is there any simple way to get the ath driver from 7.1 back? Any other solutions to this problem?
I'm a bit surprised that _so_many_people_ have had this problem and there is no definite solution, even after 1+ years.
EDIT: Here is one more file on my computer, /etc/hostapd.conf:
Code:
/etc/hostapd.conf
speedy# less /etc/hostapd.conf
interface=ath0
debug=1
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
ssid=speedy.i
hw_mode=g
wpa=3
wpa_passphrase=yyyyyyyy
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
I'll be very happy to post any other info that is needed. I'm willing to try almost anything since I've already spent many hours trying to figure out this problem.