cfg80211: failed to load regulatory.db

dolivas27

New Member
Oct 18, 2023
4
1
1
Hi guys and gals,

I have this error on boot and I don't think I had it before updating to 8.1 but I am not sure?

From my reading it has to do with the wireless driver but I am not using any wireless cards on the system.

If you know how to fix it or have link on how to fix it. That would be awesome.

Thanks,
Dean

2023-11-29 04_34_03-Resolution_1024x768 FPS _31 — Mozilla Firefox.png
 
801.11 is wifi. The error likely means you don't have the proper firmware installed.

Do you actually use the wireless? I don't think that error will affect anything else. If you want wifi to work maybe you need one of the non-free firmware packages. Which one depends on what wifi you have.
 
Last edited:
No I do not have wireless on the system. That's what strange about the error message.

Is there something I can remove or update?
 
Proxmox 8.3 just single line fix it.

apt install wireless-regdb

I am not sure why this even needed when i dont even have wireless card.
 
  • Like
Reactions: EllerholdAG
It isn't needed and nothing is broken if you aren't using wifi.

The kernel has a generic wifi layer that is separate from the card drivers and that's where the regulatory checks happen. If wifi is enabled in the kernel the generic layer gets loaded before the drivers. The fact that you have no wifi card is not yet known. A little bit of memory gets wasted in that case, the tradeoff being that the same kernel can support a wider variety of configurations.
 
Last edited: