E Elimelech Jul 4, 2025 #1 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 1.5 MB · Views: 183 IMG_20250704_230044.jpg 2 MB · Views: 168
Good afternoon! I have an HP laptop with RTL8852BE driver booted, but the wlan0 interface did not rise. Please tell me what to do?
zzfs6 Jul 4, 2025 #2 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"
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"
Emrion Jul 5, 2025 #3 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.
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.