View previous topic :: View next topic |
Author |
Message |
smokyrun n00b
Joined: 26 Dec 2023 Posts: 48 Location: Reunion Island
|
Posted: Sun Feb 18, 2024 4:43 pm Post subject: SOLVED Configuration Intel Wireless 8260 (rev 3a) failed |
|
|
Hello All,
I trying to configure my intel wireless card but it failed with error below in dmesg :
Code: | 1.888607] Loading firmware: regulatory.db
[ 1.888999] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 1.889350] cfg80211: failed to load regulatory.db
[ 1.894557] Write protecting the kernel read-only data: 24576k
|
The database regulatory.db exist.
In my kernel I set :
Code: | CONFIG_CFG80211=y
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
CONFIG_CFG80211_CRDA_SUPPORT=y
CONFIG_CFG80211_WEXT=y
CONFIG_MAC80211=y
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
# CONFIG_MAC80211_MESH is not set |
The service wpa_supplicant works fine.
Please any help will be welcome.
Smokyrun
Last edited by smokyrun on Fri Mar 01, 2024 8:20 am; edited 1 time in total |
|
Back to top |
|
|
Jean-Paul Guru
Joined: 13 Apr 2009 Posts: 307
|
Posted: Mon Feb 19, 2024 2:00 pm Post subject: |
|
|
you have to build cfg80211 as module <m>
read the 'Important' note in https://wiki.gentoo.org/wiki/Wi-Fi _________________ ”Everything should be made as simple as possible, but no simpler.” – Albert Einstein |
|
Back to top |
|
|
smokyrun n00b
Joined: 26 Dec 2023 Posts: 48 Location: Reunion Island
|
Posted: Mon Feb 19, 2024 4:04 pm Post subject: |
|
|
Hi Jean Paul,
Thank you so much for you help, I applied informations you provided me and everything work fine
I setup and configure ifplugd it manages perfectly the two devices (ethernet and wireless)
Thank you again !!!
SmokyRun |
|
Back to top |
|
|
|