FreeBSD Release-14.2 Latest
Wifibox installed with pkg
Rtw88 drivers
/etc/rc.conf
After a restart, I noticed the console spewing out the following error message over and over again
I was able to somehow temporarily solve this issue by setting
It had been working perfectly fine before then, and I did try using
If it's in any way relevant, here are the lines for my firewall setup in /etc/rc.conf
Wifibox installed with pkg
Rtw88 drivers
/etc/rc.conf
Code:
wifibox_enable="YES"
ifconfig_wifibox0="SYNCDHCP"
background_dhclient_wifibox0="YES"
defaultroute_delay="0"
After a restart, I noticed the console spewing out the following error message over and over again
Code:
rtw880: successfully loaded firmware image 'rtw88/rtw8822c_fw.bin'
rtw880: Firmware version 9.9.10. H2C version 15
rtw880: failed to init rx buffer
rtw880: failed to allocate pci resources
device_attach: rtw880 attach returned 16
I was able to somehow temporarily solve this issue by setting
console=yes in the wifibox configuration file but I cannot understand why this suddenly happened and why setting 'console' to 'yes' seems to "solve" this issue.It had been working perfectly fine before then, and I did try using
devmatch_blacklist="if_rtw88" even though I've never had to use it before, but it instead threw another error and did not fix the issue.If it's in any way relevant, here are the lines for my firewall setup in /etc/rc.conf
Code:
firewall_enable="YES"
firewall_type="workstation"
Last edited by a moderator: