* [Buildroot] [PATCH] configs/pc_x86_64_{bios, efi}_defconfig: add wireless regdb
@ 2024-03-30 21:22 Konstantin Aladyshev
2024-05-01 19:07 ` Thomas Petazzoni via buildroot
2024-05-15 15:28 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Konstantin Aladyshev @ 2024-03-30 21:22 UTC (permalink / raw)
To: buildroot; +Cc: Konstantin Aladyshev
Wireless regulatory database lists the allowed radio frequencies for
each local jurisdiction. Since linux-4.15 the kernel supports loading
the files regulatory.db/regulatory.db.p7s directly from the
/lib/firmware directory. Currently this package is not enabled and
kernel complains with the following message on every boot:
"""
platform regulatory.0: Direct firmware load for regulatory.db failed
with error -2
cfg80211: failed to load regulatory.db
"""
Add wireless regulatory database package to fix the issue.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
---
configs/pc_x86_64_bios_defconfig | 1 +
configs/pc_x86_64_efi_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/pc_x86_64_bios_defconfig b/configs/pc_x86_64_bios_defconfig
index 6032544d2d..cba92ad93d 100644
--- a/configs/pc_x86_64_bios_defconfig
+++ b/configs/pc_x86_64_bios_defconfig
@@ -62,3 +62,4 @@ BR2_PACKAGE_ACPID=y
BR2_PACKAGE_CONNMAN=y
BR2_PACKAGE_CONNMAN_CLIENT=y
BR2_PACKAGE_CONNMAN_WIFI=y
+BR2_PACKAGE_WIRELESS_REGDB=y
diff --git a/configs/pc_x86_64_efi_defconfig b/configs/pc_x86_64_efi_defconfig
index afb652f3fc..fe6686b4a2 100644
--- a/configs/pc_x86_64_efi_defconfig
+++ b/configs/pc_x86_64_efi_defconfig
@@ -63,3 +63,4 @@ BR2_PACKAGE_ACPID=y
BR2_PACKAGE_CONNMAN=y
BR2_PACKAGE_CONNMAN_CLIENT=y
BR2_PACKAGE_CONNMAN_WIFI=y
+BR2_PACKAGE_WIRELESS_REGDB=y
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] configs/pc_x86_64_{bios, efi}_defconfig: add wireless regdb
2024-03-30 21:22 [Buildroot] [PATCH] configs/pc_x86_64_{bios, efi}_defconfig: add wireless regdb Konstantin Aladyshev
@ 2024-05-01 19:07 ` Thomas Petazzoni via buildroot
2024-05-15 15:28 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-01 19:07 UTC (permalink / raw)
To: Konstantin Aladyshev; +Cc: buildroot
On Sun, 31 Mar 2024 00:22:00 +0300
Konstantin Aladyshev <aladyshev22@gmail.com> wrote:
> Wireless regulatory database lists the allowed radio frequencies for
> each local jurisdiction. Since linux-4.15 the kernel supports loading
> the files regulatory.db/regulatory.db.p7s directly from the
> /lib/firmware directory. Currently this package is not enabled and
> kernel complains with the following message on every boot:
> """
> platform regulatory.0: Direct firmware load for regulatory.db failed
> with error -2
> cfg80211: failed to load regulatory.db
> """
> Add wireless regulatory database package to fix the issue.
>
> Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
> ---
> configs/pc_x86_64_bios_defconfig | 1 +
> configs/pc_x86_64_efi_defconfig | 1 +
> 2 files changed, 2 insertions(+)
Sorry for the long delay: patch applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] configs/pc_x86_64_{bios, efi}_defconfig: add wireless regdb
2024-03-30 21:22 [Buildroot] [PATCH] configs/pc_x86_64_{bios, efi}_defconfig: add wireless regdb Konstantin Aladyshev
2024-05-01 19:07 ` Thomas Petazzoni via buildroot
@ 2024-05-15 15:28 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-05-15 15:28 UTC (permalink / raw)
To: Konstantin Aladyshev; +Cc: buildroot
>>>>> "Konstantin" == Konstantin Aladyshev <aladyshev22@gmail.com> writes:
> Wireless regulatory database lists the allowed radio frequencies for
> each local jurisdiction. Since linux-4.15 the kernel supports loading
> the files regulatory.db/regulatory.db.p7s directly from the
> /lib/firmware directory. Currently this package is not enabled and
> kernel complains with the following message on every boot:
> """
> platform regulatory.0: Direct firmware load for regulatory.db failed
> with error -2
> cfg80211: failed to load regulatory.db
> """
> Add wireless regulatory database package to fix the issue.
> Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-15 15:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-30 21:22 [Buildroot] [PATCH] configs/pc_x86_64_{bios, efi}_defconfig: add wireless regdb Konstantin Aladyshev
2024-05-01 19:07 ` Thomas Petazzoni via buildroot
2024-05-15 15:28 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox