[Bug 1127613] New: no wifi on raspberry 3B+
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 Bug ID: 1127613 Summary: no wifi on raspberry 3B+ Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: aarch64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-maintainers@forge.provo.novell.com Reporter: per@computer.org QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- I have installed TW on a raspberry 3B+ using the KDE appliance. It came up without a wlan interface - I ran a zypper dup, still no wlan. I found the following in in dmesg: [ 19.191508] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 19.192794] usbcore: registered new interface driver brcmfmac [ 19.233451] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2 bcm43xx-firmware is installed, but : # l /lib/firmware/brcm/brcmfmac43455-sdio* -rw-r--r-- 1 root root 488193 Jan 18 13:04 /lib/firmware/brcm/brcmfmac43455-sdio.bin -rw-r--r-- 1 root root 1864 Jan 18 13:04 /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt I added a symlink and rebooted. Now I have wlan. I don't know if this is standard procedure? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c2 --- Comment #2 from Per Jessen <per@computer.org> --- In the meantime I have reverted to Leap15, but yes, I am pretty certain this was on kernel 4.20. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c3 Matthias Brugger <mbrugger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #3 from Matthias Brugger <mbrugger@suse.com> --- Ok, I close this as won't fix. If you have time to test with v5.0 kernel and it is not working, please reopen the bug :) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 Chaoyang Qin <vatprc_cyq@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vatprc_cyq@outlook.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c4 Per Jessen <per@computer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX |--- --- Comment #4 from Per Jessen <per@computer.org> --- Reopening. I have installed TW (jeos image without gui) on the Raspberry now, still no wifi. I have also updated the kernel per your suggestion. (now 5.7.0-3.gad96a07-default). Still no wifi. dmesg | grep brcm [ 19.695634] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 19.697279] usbcore: registered new interface driver brcmfmac [ 19.869904] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 19.870169] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [ 19.870987] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4 # ifup wlan0 wlan0 setup-in-progress # ip addr show dev wlan0 3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000 link/ether b8:27:eb:8a:e0:76 brd ff:ff:ff:ff:ff:ff -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c5 Matthias Brugger <mbrugger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fvogt@suse.com --- Comment #5 from Matthias Brugger <mbrugger@suse.com> --- Having a look at Snapshot20200615 JeOS. zypper shows me that kernel-firmware-brcm is installed but the files for rpi3 are missing... I tried zypper in --force kernel-firmware-brcm (connected via ethernet) after that the files are present and I'm seeing my wlan access point and can connect. Fabian, Guillaume any idea what's the problem? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c6 --- Comment #6 from Fabian Vogt <fvogt@suse.com> --- (In reply to Matthias Brugger from comment #5)
Having a look at Snapshot20200615 JeOS. zypper shows me that kernel-firmware-brcm is installed but the files for rpi3 are missing...
I tried zypper in --force kernel-firmware-brcm (connected via ethernet)
after that the files are present and I'm seeing my wlan access point and can connect.
Fabian, Guillaume any idea what's the problem?
config.sh calls baseStripFirmware, which is according to https://github.com/OSInside/kiwi/issues/1256#issuecomment-547436260 incompatible with dracut. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c7 --- Comment #7 from Guillaume GARDET <guillaume.gardet@arm.com> --- Let's drop baseStripFirmware, then. :) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 Matthias Brugger <mbrugger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|mbrugger@suse.com |guillaume.gardet@arm.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c10 --- Comment #10 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1127613) was mentioned in https://build.opensuse.org/request/show/888681 Factory:ARM / JeOS -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c11 --- Comment #11 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1127613) was mentioned in https://build.opensuse.org/request/show/924915 Factory:ARM / JeOS -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1127613 http://bugzilla.opensuse.org/show_bug.cgi?id=1127613#c12 --- Comment #12 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1127613) was mentioned in https://build.opensuse.org/request/show/924923 Factory:ARM / JeOS -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com