Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED]iwlwifi driver not loading on boot

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
acottag
Posts: 35
Joined: 2009-03-07 10:33
Location: Portugal
Contact:

[SOLVED]iwlwifi driver not loading on boot

#1 Post by acottag »

Hello!
I installed a network card on my system that shows in lspci:

Code: Select all

lspci | grep Network
06:00.0 Network controller: Intel Corporation Device 2723 (rev 1a)
I installed the package firmware-iwlwifi from the repositories.
I got driver module iwlwifi loaded with modprobe:

Code: Select all

# /sbin/modprobe iwlwifi
# /sbin/lsmod | grep iwlwifi
iwlwifi      249856    0
cfg80211 774144    1   iwlwifi
I checked kernel option to support userspace firmware loading support:
CONFIG_FW_LOADER = Y

Though, I cant get module iwlwifi - automaticaly - loaded at boot time.

Please help. If there is already a thread / topic concerning this problem I apologize, please guide me to concerning thread.
Thanks in advance
Last edited by acottag on 2021-04-16 19:14, edited 1 time in total.
Desktop own built system
Motherboard: Asus H97-Plus
CPU: Intel Core i3
RAM: 16GB
2 x 1TB HDD
Debian 10 "Buster"
--------
Laptop Lenovo Thinkpad P15v
Intel Core i7
16GB RAM
1TB SDD
Nvidia Quadro P620

acottag
Posts: 35
Joined: 2009-03-07 10:33
Location: Portugal
Contact:

Re: iwlwifi driver not loading on boot

#2 Post by acottag »

Hi!

The answer is to list the module name in /etc/modules.

Thank you.
Last edited by acottag on 2021-04-18 11:54, edited 2 times in total.
Desktop own built system
Motherboard: Asus H97-Plus
CPU: Intel Core i3
RAM: 16GB
2 x 1TB HDD
Debian 10 "Buster"
--------
Laptop Lenovo Thinkpad P15v
Intel Core i7
16GB RAM
1TB SDD
Nvidia Quadro P620

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: [SOLVED]iwlwifi driver not loading on boot

#3 Post by p.H »

No that is not the answer. Merely a workaround.
The module should be automatically loaded if any hardware it is designed for is present, unless some file in /etc/modprobe.d contains

Code: Select all

blacklist iwlwifi

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [SOLVED]iwlwifi driver not loading on boot

#4 Post by stevepusser »

The real solution, if you're running a released Debian, is that it needs at least a 5.1 kernel plus updated firmware packages:
https://unix.stackexchange.com/question ... 5-1-kernel
MX Linux packager and developer

acottag
Posts: 35
Joined: 2009-03-07 10:33
Location: Portugal
Contact:

Re: [SOLVED]iwlwifi driver not loading on boot

#5 Post by acottag »

Hello p.H

I believe you are right.
There is a file amd-microcode-blacklist.conf in /etc/modprobe.d

Code: Select all

# cat /etc/modprobe.d/amd-microcode-blacklist.conf
blacklist microcode
The strange thing is that I now removed iwlwifi from /etc/modules but the system now loads iwlwifi on boot, the point of all this discussion.

I don't know how to explain this. Probably as newbie mistake / typo from all the begining... quite embarrassing.

Anyway, thank you for your advice p.H
Desktop own built system
Motherboard: Asus H97-Plus
CPU: Intel Core i3
RAM: 16GB
2 x 1TB HDD
Debian 10 "Buster"
--------
Laptop Lenovo Thinkpad P15v
Intel Core i7
16GB RAM
1TB SDD
Nvidia Quadro P620

acottag
Posts: 35
Joined: 2009-03-07 10:33
Location: Portugal
Contact:

Re: [SOLVED]iwlwifi driver not loading on boot

#6 Post by acottag »

Ok stevepusser !

I did the upgrade do kernel 5 from Buster (10) backports and wifi appears to be working. I need more time to check how well it works or if there are any failures.

Now I have to figure what's happening with bluetooth that I am not being able to swith on. Maybe another driver issue.

Thank you for your precious advice.
Desktop own built system
Motherboard: Asus H97-Plus
CPU: Intel Core i3
RAM: 16GB
2 x 1TB HDD
Debian 10 "Buster"
--------
Laptop Lenovo Thinkpad P15v
Intel Core i7
16GB RAM
1TB SDD
Nvidia Quadro P620

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [SOLVED]iwlwifi driver not loading on boot

#7 Post by stevepusser »

we can search the kernel boot messages to see if it's showing any bluetooth or firmware error messages:

# dmesg | grep -i blue

# dmesg | grep -i firmware
MX Linux packager and developer

Post Reply