This was working fine until I replaced my computer. I did a fresh install of FreeBSD 13.2-RELEASE but kept the same wifi cards (atheros) and second ethernet card. The new computer is an HP as was the old one. The new one is a ProDesk 600 G2 SFF. CPU is Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz.
I am having problems with the internal wifi interface. (the one that I use for external access is not currently active). Here are the details:
Running dhcpd give an error:
However, as can be seen above, the interface does have an IP address so the error message is a bit confusing.
This was running before I upgraded my computer and then it started randomly stopping. I could get it back with
Anyone have any suggestions? If it looks like hardware can someone suggest a better wifi card. Note that I need HOSTAP cards.
I am having problems with the internal wifi interface. (the one that I use for external access is not currently active). Here are the details:
Code:
# ifconfig wlan0
wlan0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 7c:8b:ca:08:ae:50
inet 192.168.225.1 netmask 0xffffff00 broadcast 192.168.225.255
groups: wlan
ssid Druid channel 4 (2427 MHz 11g ht/40+)
regdomain 33608 country US indoor ecm authmode OPEN privacy OFF
txpower 27 scanvalid 60 protmode CTS ampdulimit 64k ampdudensity 8
shortgi -ldpc -uapsd wme burst dtimperiod 1 -dfs
parent interface: ath0
media: IEEE 802.11 Wireless Ethernet autoselect <hostap> (autoselect <hostap>)
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Running dhcpd give an error:
Can't listen on wlan0 - it has no IP address.
However, as can be seen above, the interface does have an IP address so the error message is a bit confusing.
This was running before I upgraded my computer and then it started randomly stopping. I could get it back with
service netif restart wlan0
but now it won't work at all. I am starting to suspect that it is a hardware issue but I have two identical cards and both are behaving the same way.Anyone have any suggestions? If it looks like hardware can someone suggest a better wifi card. Note that I need HOSTAP cards.