Message ID | 20210422123049.28870-2-juergh@canonical.com |
---|---|
State | New |
Headers | show |
Series | No iwilwifi driver in Linux 5.4.0-1034-raspi (LP: #1925209) | expand |
On 22/04/2021 13:30, Juerg Haefliger wrote: > BugLink: https://bugs.launchpad.net/bugs/1925209 > > The dependent options where set to match the generic kernel. > > Signed-off-by: Juerg Haefliger <juergh@canonical.com> > --- > debian.raspi/config/config.common.ubuntu | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu > index 27b26cac1f35..0e27af974ce8 100644 > --- a/debian.raspi/config/config.common.ubuntu > +++ b/debian.raspi/config/config.common.ubuntu > @@ -3588,7 +3588,15 @@ CONFIG_ISO9660_FS=m > CONFIG_ITG3200=m > # CONFIG_IWL3945 is not set > # CONFIG_IWL4965 is not set > -# CONFIG_IWLWIFI is not set > +CONFIG_IWLDVM=m > +CONFIG_IWLMVM=m > +CONFIG_IWLWIFI=m > +# CONFIG_IWLWIFI_BCAST_FILTERING is not set > +# CONFIG_IWLWIFI_DEBUG is not set > +CONFIG_IWLWIFI_DEBUGFS=y > +CONFIG_IWLWIFI_DEVICE_TRACING=y > +CONFIG_IWLWIFI_LEDS=y > +CONFIG_IWLWIFI_OPMODE_MODULAR=y > # CONFIG_IXGB is not set > # CONFIG_IXGBE is not set > # CONFIG_IXGBEVF is not set > Makes sense. Are there other such plug-in wifi cards that need enabling too? Acked-by: Colin Ian King <colin.king@canonical.com>
On Thu, 22 Apr 2021 13:43:07 +0100 Colin Ian King <colin.king@canonical.com> wrote: > On 22/04/2021 13:30, Juerg Haefliger wrote: > > BugLink: https://bugs.launchpad.net/bugs/1925209 > > > > The dependent options where set to match the generic kernel. > > > > Signed-off-by: Juerg Haefliger <juergh@canonical.com> > > --- > > debian.raspi/config/config.common.ubuntu | 10 +++++++++- > > 1 file changed, 9 insertions(+), 1 deletion(-) > > > > diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu > > index 27b26cac1f35..0e27af974ce8 100644 > > --- a/debian.raspi/config/config.common.ubuntu > > +++ b/debian.raspi/config/config.common.ubuntu > > @@ -3588,7 +3588,15 @@ CONFIG_ISO9660_FS=m > > CONFIG_ITG3200=m > > # CONFIG_IWL3945 is not set > > # CONFIG_IWL4965 is not set > > -# CONFIG_IWLWIFI is not set > > +CONFIG_IWLDVM=m > > +CONFIG_IWLMVM=m > > +CONFIG_IWLWIFI=m > > +# CONFIG_IWLWIFI_BCAST_FILTERING is not set > > +# CONFIG_IWLWIFI_DEBUG is not set > > +CONFIG_IWLWIFI_DEBUGFS=y > > +CONFIG_IWLWIFI_DEVICE_TRACING=y > > +CONFIG_IWLWIFI_LEDS=y > > +CONFIG_IWLWIFI_OPMODE_MODULAR=y > > # CONFIG_IXGB is not set > > # CONFIG_IXGBE is not set > > # CONFIG_IXGBEVF is not set > > > > Makes sense. Are there other such plug-in wifi cards that need enabling > too? Yes, but not just wifi. Pretty much any PCIe Gen2 x1 card should be supported by the raspi kernel. The plan is to eventually match the generic kernel and enable the same PCI(e) modules. A fist pass of simply enabling everything that depends on PCI yields an additional 500 modules. But some of those are not PCIe x1 so I should scrub that list. Any suggestions on how to do that programmatically are more than welcome :-) ...Juerg > Acked-by: Colin Ian King <colin.king@canonical.com>
diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu index 27b26cac1f35..0e27af974ce8 100644 --- a/debian.raspi/config/config.common.ubuntu +++ b/debian.raspi/config/config.common.ubuntu @@ -3588,7 +3588,15 @@ CONFIG_ISO9660_FS=m CONFIG_ITG3200=m # CONFIG_IWL3945 is not set # CONFIG_IWL4965 is not set -# CONFIG_IWLWIFI is not set +CONFIG_IWLDVM=m +CONFIG_IWLMVM=m +CONFIG_IWLWIFI=m +# CONFIG_IWLWIFI_BCAST_FILTERING is not set +# CONFIG_IWLWIFI_DEBUG is not set +CONFIG_IWLWIFI_DEBUGFS=y +CONFIG_IWLWIFI_DEVICE_TRACING=y +CONFIG_IWLWIFI_LEDS=y +CONFIG_IWLWIFI_OPMODE_MODULAR=y # CONFIG_IXGB is not set # CONFIG_IXGBE is not set # CONFIG_IXGBEVF is not set
BugLink: https://bugs.launchpad.net/bugs/1925209 The dependent options where set to match the generic kernel. Signed-off-by: Juerg Haefliger <juergh@canonical.com> --- debian.raspi/config/config.common.ubuntu | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)