Hi everyone,
I am new to FreeBSD, coming from Linux.
I downloaded FreeBSD 13.0 Release amd64.disc1.iso, using Lenovo IdeaPad C300.
Installed everything with Ethernet cable, however when trying to use WiFi, I'm unable to.
Steps taken:
/boot/loader.conf
/etc/rc.conf
/etc/wpa_supplicant.conf
If you need any more information, I am glad to share.
When I scan for networks, it shows them all but it won't connect does not matter what i tried.
User is in video, network and wheel group.
EDIT:
I'm out of any ideas for now.
I am new to FreeBSD, coming from Linux.
I downloaded FreeBSD 13.0 Release amd64.disc1.iso, using Lenovo IdeaPad C300.
Installed everything with Ethernet cable, however when trying to use WiFi, I'm unable to.
Steps taken:
Code:
sysctl net.wlan.devices
-> net.wlan.devices: iwm0
Code:
dmesg | grep iwm
-> <Intel(R) Dual Band Wireless AC 9560> mem 0xa1318000-0xa131bfff at device 20.3 on pci0
/boot/loader.conf
Code:
if_iwm_load="YES"
iwm9000fw_load="YES"
/etc/rc.conf
Code:
defaultrouter=192.168...
#ifconfig_ue0="DHCP"
#ifconfig_ue0_ipv6="inet6 accept_rtadv"
wlans_iwm0="wlan0"
ifconfig_wlan="WPA DHCP"
....
wpa_supplicant_enable="YES"
create_args_wlan0="country Croatia regdomain ETSI"
/etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="myssid"
priority=1
bssid=mymacadress
key_mgmt=WPA-PSK
proto=RSN
psk="mypsk"
}
If you need any more information, I am glad to share.
When I scan for networks, it shows them all but it won't connect does not matter what i tried.
User is in video, network and wheel group.
EDIT:
dhclient wlan0
Code:
wlan0:no link .......... giving up
ifconfig wlan0
Code:
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 84:c5:a6:45:ff:b5
groups: wlan
ssid "" channel 36 (5180 MHz 11a)
regdomain ETSI country HR authmode WPA1+WPA2/802.11i privacy ON
deftxkey UNDEF txpower 17 bmiss 10 mcastrate 6 mgmtrate 6 scanvalid 60
wme roaming MANUAL
parent interface: iwm0
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
I'm out of any ideas for now.