-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Include iwlwifi kernel module as part of standard kernel build #6497
Comments
I rolled a custom kernel with the above config settings applied and with firmware-iwlwifi installed via apt the wifi worked. The only issue I can see is that the wifi gui applet for some reason doesn't see 6GHz wifi networks, but if the ssid is manually set it will connect to them and work just fine. (with the little gui "5" next to it, even though it's 6GHz) |
That's nonsense (or reverse psychology) - the majority of the hundreds of modules are for non-Raspberry Pi hardware. |
I was going to post a reply along these lines, there are a significant number of nic and wlan drivers set to compile as modules by default with the standard pi kernel. Including the iwlwifi modules doesn't use much space at all. For example, from the modules dir:
I would also add that it also has a number of ethernet drivers compiled into the pi kernel itself that are not used at all. There are for example 10GbE PCIE adapters like "Intel(R) 10GbE PCI Express adapters support". Actually not including iwlwifi seems a bit odd because there is some selections in the default pi kernel that should be the opposite of being selected and some that should be in the default pi kernel. |
I'll add them next time I'm near a keyboard. |
See: raspberrypi#6497 Signed-off-by: Phil Elwell <[email protected]>
Pull request #6526 adds the required modules. To install a trial build, wait about 40 minutes then run |
See: #6497 Signed-off-by: Phil Elwell <[email protected]>
The PR is merged, so the new modules will be hitting all the usual kernel builds soon. |
Describe the bug
Feature request:
With the addition of pcie adapters this allows pcie devices to be plugged into the Pi 5 that were previously not usable.
This is a request to include in the standard kernel build the iwlwifi module and related modules so that devices such as the Intel AX210 which is a very common wifi chipset to be usable on the Pi 5.
This requires the following in the kernel .config file:
Steps to reproduce the behaviour
N/A
Device (s)
Raspberry Pi 5
System
N/A
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: