The problem of setting up RTL8852BE

Good afternoon! I have an HP laptop with RTL8852BE driver booted, but the wlan0 interface did not rise. Please tell me what to do?
 

Attachments

  • IMG_20250704_224325.jpg
    IMG_20250704_224325.jpg
    1.5 MB · Views: 183
  • IMG_20250704_230044.jpg
    IMG_20250704_230044.jpg
    2 MB · Views: 168
You need to expose the interface in your /etc/rc.conf. This has worked for me so far.

Code:
wlans_rtw890="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
 
Look into /boot/loader.conf, don't you have a line like pptdevs="1/0/0"?

If yes, comment it out or delete it. Then, reboot.
 
Back
Top