-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't workingdebos-recipesRelates to debos recipesRelates to debos recipeskernelKernel relatedKernel relateduserspaceRelates to Debian userspaceRelates to Debian userspace
Description
Kernel log shows the following when booting:
cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
This is because the regulatory.db point to custom debian one:
/lib/firmware/regulatory.db -> /etc/alternatives/regulatory.db
But kernel does not seem to include the right key for it.
Updating to upstream regulatory.db fixes the issue:
update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdebos-recipesRelates to debos recipesRelates to debos recipeskernelKernel relatedKernel relateduserspaceRelates to Debian userspaceRelates to Debian userspace