Re:_​installed_freebsd_but_cannot_config_wifi_network

From: 0x1eef <0x1eef_at_protonmail.com>
Date: Sat, 11 Feb 2023 05:45:47 UTC
> Hi,
> 
> Now I am using Ubuntu.
> So I need to apply at least the following change[]1] at least to test RTL8822CE wifi card.
> 
> I need to compile from source code, then make a memstick image, mount to a usb stick, then install from the usb pen drive.
> 
> If all things going well, dmesg | more | grep WLAN should return something? Or how can I test if my wifi card is working.

Grab a copy of /usr/src/ that includes this change, and then 
rebuild the world (i.e: rebuild the base system, rebuild the kernel, 
and then install both). I normally follow this guide when doing that: 

https://people.freebsd.org/~rodrigc/doc/handbook/makeworld.html

Otherwise, you might be able to pick up an installer / snapshot that 
already includes the change you want to test. I don't think it is 
usually recommended to try build the change in isolation from the 
rest of the base system. 

0x1eef