My Windows 11 on an ASUS notebook went to hell and I am trying to install FreeBSD 15 on it.
The notebook only has a WiFi network interface - REALTEK RTL8821CE which is supported by the 15th according to:
www.freebsd.org
During the installation FreeBSD detects it and configures but it fails to download some firmware for it from the Internet, namely wifi-firmware-rtw88-kmod-rtw8821c. After the installation I run:
which gives an empty list.
Ok, I went to a local store and purchased a 100 Mbit/sec USB network adapter. With that the installation of FreeBSD manages to download the firmware but does not give me an opportunity to configure the WiFi interface. After the installation the list of wlan devices contains rtw880 and I configure it according to the Handbook:
docs.freebsd.org
I only do not try to tinker with regdomain because I do not know the correct settings.
Now the most interesting thing. While I was composing this meassage it managed to configure the wlan0 interface and after disconnecting the USB network adapter I can ping other hosts on the network. But at first it said ssid "" and once in a while reported error 95 while transitioning to some state.
What do I do to facilitate this connection. It has taken about 15 minutes this first time.
The notebook only has a WiFi network interface - REALTEK RTL8821CE which is supported by the 15th according to:
FreeBSD 15.0 Hardware Notes
During the installation FreeBSD detects it and configures but it fails to download some firmware for it from the Internet, namely wifi-firmware-rtw88-kmod-rtw8821c. After the installation I run:
Code:
sysctl net.wlan.devices
which gives an empty list.
Ok, I went to a local store and purchased a 100 Mbit/sec USB network adapter. With that the installation of FreeBSD manages to download the firmware but does not give me an opportunity to configure the WiFi interface. After the installation the list of wlan devices contains rtw880 and I configure it according to the Handbook:
Chapter 7. Network
This chapter delves into the topic of network configuration and performance, showcasing the robust networking capabilities of the FreeBSD operating system.
I only do not try to tinker with regdomain because I do not know the correct settings.
Now the most interesting thing. While I was composing this meassage it managed to configure the wlan0 interface and after disconnecting the USB network adapter I can ping other hosts on the network. But at first it said ssid "" and once in a while reported error 95 while transitioning to some state.
What do I do to facilitate this connection. It has taken about 15 minutes this first time.