Replies: 6 comments 7 replies
-
I don't know for sure, but you might try bundling its firmware into the initramfs, so it's present when the kernel starts (assuming you're using an initramfs in your setup, which is our default). There's a |
Beta Was this translation helpful? Give feedback.
-
Hi Matt, I dont see a difference in terms of driver loading time, starts nearly at the same time. I think two options here:
Not sure which is better. Thanks |
Beta Was this translation helpful? Give feedback.
-
@madisongh By the way, I looked at the initram cpio and I dont see the linux-firmware-iwlwifi-8265 in the /lib/firmware. |
Beta Was this translation helpful? Give feedback.
-
In the previous log you post, it is also trying to load the same version if I'm not wrong the way it chooses a version is from a macro, you will probably need to look at the driver. I used 22.x version back then...
|
Beta Was this translation helpful? Give feedback.
-
I am still facing this issue, now it takes 60 seconds (as oppose to the 130 seconds before). Change was to using the version 33 of the backported iwlwifi which according to Intel is the last version that formally supports my 8265 card. I am trying to change the iwlwifi driver to be static and not a module. However, build system forces it to be a module (saying conflict on the driver when building the defconfig during the config check phase). Is there a reason for not allowing me to build it statically into the kernel? Can I override the bsp settings by using my own .cfg? Thanks |
Beta Was this translation helpful? Give feedback.
-
That's usually due to a dependency on another config setting that is set to
Yes. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Trying to understand why the wlan0 interface takes more than 2 minutes to start
(from power up).
Powerup log shows this:
[ 7.556198] Loading modules backported from iwlwifi
[ 7.587763] iwlwifi-stack-public:release/core52:8470:f4c7b3b5
[ 7.997119] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 8.004670] iwlwifi 0000:01:00.0: Direct firmware load for iwl-dbg-cfg.ini failed with error -2
[ 8.013593] iwlwifi 0000:01:00.0: Falling back to user helper
[ 68.761370] iwlwifi 0000:01:00.0: loaded firmware version 36.ad812ee0.0 8265-36.ucode op_mode iwlmvm
[ 68.771427] iwlwifi 0000:01:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
[ 68.781083] iwlwifi 0000:01:00.0: Falling back to user helper
[ 130.236751] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 130.314184] iwlwifi 0000:01:00.0: base HW address: 14:f6:d8:75:94:cd
[ 130.407561] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type iwlwifi_1
This happens on the Nano.
wlan interface is shown only after 130 seconds...
I see people are publishing similar log but no one complains on the time it takes to identify the wlan card.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions