[opensuse-arm] RPi3 no wlan0 after mkinitrd
Hi everyone, I've ran into a problem where the wifi card of my Raspberry Pi 3 can not be initialized after I've executed mkinitrd. I've used the latest JeOS Leap42.2 image. openSUSE-Leap42.2-ARM-JeOS-raspberrypi3.aarch64-2017.02.02-Build1.5.raw.xz When I start the image the WiFi card will be loaded without any problems.
brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24 brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7 brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
After a simple mkinitrd the module cannot be loaded anymore.
brcmfmac_sdio: probe of mmc1:0001:1 failed with error -110 brcmfmac_sdio: probe of mmc1:0001:2 failed with error -110
I couldn't find out so far what caused this problem. Anyone any hint/idea? Ciao, Alex~ -- Alexander Bergmann <abergmann@suse.com>, Security Engineer, GPG:9FFA4886 SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)
On Thu 16 Feb 2017 12:19:15 AM CST, Alexander Bergmann wrote:
Hi everyone,
I've ran into a problem where the wifi card of my Raspberry Pi 3 can not be initialized after I've executed mkinitrd.
I've used the latest JeOS Leap42.2 image.
openSUSE-Leap42.2-ARM-JeOS-raspberrypi3.aarch64-2017.02.02-Build1.5.raw.xz
When I start the image the WiFi card will be loaded without any problems.
brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24 brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7 brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
After a simple mkinitrd the module cannot be loaded anymore.
brcmfmac_sdio: probe of mmc1:0001:1 failed with error -110 brcmfmac_sdio: probe of mmc1:0001:2 failed with error -110
I couldn't find out so far what caused this problem.
Anyone any hint/idea?
Ciao, Alex~
Hi I just followed the steps in the following archive message on a Leap 42.2 JeOS install (except I just used mkinitrd) https://lists.opensuse.org/opensuse-arm/2016-11/msg00018.html Wireless is up. -- Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890) openSUSE Leap 42.1|GNOME 3.16.2|4.1.36-44-default up 4 days 20:45, 3 users, load average: 0.18, 0.33, 0.23 CPU AMD Athlon(tm) II X4 635 @ 2.90GHz | GPU Nvidia GeForce 8800 GT -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Wed 15 Feb 2017 06:21:25 PM CST, Malcolm wrote:
On Thu 16 Feb 2017 12:19:15 AM CST, Alexander Bergmann wrote:
Hi everyone,
I've ran into a problem where the wifi card of my Raspberry Pi 3 can not be initialized after I've executed mkinitrd.
I've used the latest JeOS Leap42.2 image.
openSUSE-Leap42.2-ARM-JeOS-raspberrypi3.aarch64-2017.02.02-Build1.5.raw.xz
When I start the image the WiFi card will be loaded without any problems.
brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24 brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7 brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
After a simple mkinitrd the module cannot be loaded anymore.
brcmfmac_sdio: probe of mmc1:0001:1 failed with error -110 brcmfmac_sdio: probe of mmc1:0001:2 failed with error -110
I couldn't find out so far what caused this problem.
Anyone any hint/idea?
Ciao, Alex~
Hi I just followed the steps in the following archive message on a Leap 42.2 JeOS install (except I just used mkinitrd) https://lists.opensuse.org/opensuse-arm/2016-11/msg00018.html
Wireless is up.
Hi (again) One other thought, is the time/date configured? I've seen some funnies if it's not set, prefer to use ntp... -- Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890) openSUSE Leap 42.1|GNOME 3.16.2|4.1.36-44-default up 4 days 21:00, 3 users, load average: 0.17, 0.09, 0.12 CPU AMD Athlon(tm) II X4 635 @ 2.90GHz | GPU Nvidia GeForce 8800 GT -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Malcolm! On Wed, Feb 15, 2017 at 06:35:07PM -0600, Malcolm wrote:
On Wed 15 Feb 2017 06:21:25 PM CST, Malcolm wrote:
On Thu 16 Feb 2017 12:19:15 AM CST, Alexander Bergmann wrote:
After a simple mkinitrd the module cannot be loaded anymore.
brcmfmac_sdio: probe of mmc1:0001:1 failed with error -110 brcmfmac_sdio: probe of mmc1:0001:2 failed with error -110
Hi I just followed the steps in the following archive message on a Leap 42.2 JeOS install (except I just used mkinitrd) https://lists.opensuse.org/opensuse-arm/2016-11/msg00018.html
Wireless is up.
Hi (again) One other thought, is the time/date configured? I've seen some funnies if it's not set, prefer to use ntp...
The change of /etc/dracut.conf.d/raspberrypi_modules.conf did the trick! -add_drivers+=" sdhci-iproc bcm2835-sdhost bcm2835_dma mmc_block " +add_drivers+=" bcm2835-sdhost bcm2835_dma mmc_block " Thanks for pointing in the right direction... Alex~ -- Alexander Bergmann <abergmann@suse.com>, Security Engineer, GPG:9FFA4886 SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)
Op donderdag 16 februari 2017 21:13:58 CET schreef Alexander Bergmann:
Hi Malcolm!
On Wed, Feb 15, 2017 at 06:35:07PM -0600, Malcolm wrote:
On Wed 15 Feb 2017 06:21:25 PM CST, Malcolm wrote:
On Thu 16 Feb 2017 12:19:15 AM CST, Alexander Bergmann wrote:
After a simple mkinitrd the module cannot be loaded anymore.
brcmfmac_sdio: probe of mmc1:0001:1 failed with error -110 brcmfmac_sdio: probe of mmc1:0001:2 failed with error -110
Hi I just followed the steps in the following archive message on a Leap 42.2 JeOS install (except I just used mkinitrd) https://lists.opensuse.org/opensuse-arm/2016-11/msg00018.html
Wireless is up.
The change of /etc/dracut.conf.d/raspberrypi_modules.conf did the trick!
-add_drivers+=" sdhci-iproc bcm2835-sdhost bcm2835_dma mmc_block " +add_drivers+=" bcm2835-sdhost bcm2835_dma mmc_block "
Thanks for pointing in the right direction...
Alex~
My Tumbleweed version on RPi3 still does not have a wlan0. I tried the above, but bcm2835-sdhost is not available on my system. The current kernel is 4.9.6-1-default. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 17.02.2017 um 12:22 schrieb Freek de Kruijf <freek@opensuse.org>:
Op donderdag 16 februari 2017 21:13:58 CET schreef Alexander Bergmann:
Hi Malcolm!
On Wed, Feb 15, 2017 at 06:35:07PM -0600, Malcolm wrote:
On Wed 15 Feb 2017 06:21:25 PM CST, Malcolm wrote:
On Thu 16 Feb 2017 12:19:15 AM CST, Alexander Bergmann wrote: After a simple mkinitrd the module cannot be loaded anymore.
brcmfmac_sdio: probe of mmc1:0001:1 failed with error -110 brcmfmac_sdio: probe of mmc1:0001:2 failed with error -110
Hi I just followed the steps in the following archive message on a Leap 42.2 JeOS install (except I just used mkinitrd) https://lists.opensuse.org/opensuse-arm/2016-11/msg00018.html
Wireless is up.
The change of /etc/dracut.conf.d/raspberrypi_modules.conf did the trick!
-add_drivers+=" sdhci-iproc bcm2835-sdhost bcm2835_dma mmc_block " +add_drivers+=" bcm2835-sdhost bcm2835_dma mmc_block "
Thanks for pointing in the right direction...
Alex~
My Tumbleweed version on RPi3 still does not have a wlan0. I tried the above, but bcm2835-sdhost is not available on my system. The current kernel is 4.9.6-1-default.
Yes, the driver for the second sd controller isn't in 4.9 yet :). It is in the leap kernel though. Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 17/02/17 12:32, Alexander Graf wrote:
Yes, the driver for the second sd controller isn't in 4.9 yet :). It is in the leap kernel though.
When is wlan (brcmfmac) supposed to be working in TW? I had hoped that this would be the case starting with the 4.10 kernel. But AFAICS it still does not work with kernel-default-4.10.0-1.1.g12a7a6d.aarch64 from the /Kernel:/HEAD/ARM/aarch64/ repo. -- On a long enough timeline the survival rate for everyone drops to zero... -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (5)
-
Alexander Bergmann
-
Alexander Graf
-
Freek de Kruijf
-
Freigeist
-
Malcolm