I have an HP ProBook 450 G1 laptop, running FreeBSD 12-2. I can't get the wireless card working: the Wireless light on the laptop's keyboard does not come on (ie: it stays orange, instead of turning white).
I have followed the instructions here: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html but that hasn't helped.
I have put:
into /etc/rc.conf, and
into /boot/loader.conf
and ifconfig gives me this:
...which tells me that I've got an Invalid Argument somewhere.
Here is my /etc/wpa_supplicant.conf file:
NB: I have replaced my psk with (my password) in this post.
So, I'm stuck. Any advice would be appreciated. Thanks.
I have followed the instructions here: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html but that hasn't helped.
I have put:
Code:
wlans_ath0="wlan0"
ifconfig_wlan0="inet 192.168.8.250 netmask 255.255.255.0 ssid (my password)"
Code:
if_ath_load="YES"
wlan_wep_load="YES"
sysctl net.wlan.devices
gives me this: net.wlan.devices: ath0
and ifconfig gives me this:
Code:
wlan0: flags=8c43<UP,BROADCAST,RUNNING,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 20:68:9d:e0:fc:6d
inet 192.168.8.250 netmask 0xffffff00 broadcast 192.168.8.255
groups: wlan
ssid (my password) channel 6 (2437 MHz 11g)
regdomain 106 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss 7
scanvalid 60 protmode CTS wme burst bintval 0
parent interface: ath0
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
grep wpa /var/log/messages
:
Code:
Jan 10 12:22:11 constellation pkg[1871]: wpa_supplicant-2.9_7 installed
Jan 11 13:18:11 constellation wpa_supplicant[2075]: Successfully initialized wpa_supplicant
Jan 11 13:18:11 constellation wpa_supplicant[2075]: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument
Jan 11 13:26:46 constellation wpa_supplicant[334]: wlan0: CTRL-EVENT-TERMINATING
Here is my /etc/wpa_supplicant.conf file:
Code:
network={
ssid="HUAWEI-B315-E7FC"
psk="(my password)"
}
So, I'm stuck. Any advice would be appreciated. Thanks.