[linux-firmware] Raspberry pi 4 wlan0 is missing

Problems with packages? Post here, using [tags] of the package name.

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby Verequies » Fri Feb 12, 2021 10:07 am

Yeah definitely, fresh install just only kept that one .txt file. I'm just setting up a hotspot at the moment but that definitely brought back the interface for me. I mean deleting all the txt files works for me too, so I'm not entirely sure. But its something to do with those.
Verequies
 
Posts: 14
Joined: Mon Feb 20, 2017 11:55 am

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby graysky » Fri Feb 12, 2021 10:24 am

I don't understand. Can you post the output of:
$this->bbcode_second_pass_code('', 'pacman -Qkk linux-firmware')
graysky
Developer
 
Posts: 1872
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby Verequies » Fri Feb 12, 2021 10:32 am

Here you go, I've just removed the following:
$this->bbcode_second_pass_code('', '
linux-firmware: 2677 total files, 4 altered files
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt (No such file or directory)
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt (No such file or directory)
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt (No such file or directory)
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt (No such file or directory)
')
Verequies
 
Posts: 14
Joined: Mon Feb 20, 2017 11:55 am

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby graysky » Fri Feb 12, 2021 11:02 am

$this->bbcode_second_pass_quote('Verequies', 'H')ere you go, I've just removed the following:
$this->bbcode_second_pass_code('', '
linux-firmware: 2677 total files, 4 altered files
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt (No such file or directory)
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt (No such file or directory)
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt (No such file or directory)
warning: linux-firmware: /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt (No such file or directory)
')


Ah, so you only kept
$this->bbcode_second_pass_code('', '/usr/lib/firmware/brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt')

$this->bbcode_second_pass_quote('Verequies', 'O')nly keeping 'brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt' brings back the 'wlan0' interface.


I can also verify that deleting this 4 files gives a functional wlan0. Someone eneeds to report the breakage upstream in any case.

$this->bbcode_second_pass_code('', 'rm /usr/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ 4\ Model\ B.txt /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt /usr/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt')
graysky
Developer
 
Posts: 1872
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby Verequies » Fri Feb 12, 2021 11:15 am

Yeah, my bad. I specified the wrong file that I kept earlier.
I would report this bug, but I'm unsure how. I checked the Raspberry Pi OS earlier and I couldn't find those txt files in the '/lib/firmware/brcm' directory also.
Verequies
 
Posts: 14
Joined: Mon Feb 20, 2017 11:55 am

RPi 4 AArch64 linux-raspberrypi4 kernel: no wifi interface

Postby pha » Fri Feb 12, 2021 5:28 pm

I tried to follow instruction at https://archlinuxarm.org/platforms/armv ... berry-pi-4, but the RPi does not boot.
Probably the same issue as viewtopic.php?f=67&t=15066.

So I switched to the linux-raspberrypi4 kernel instead of the generic one using:
$this->bbcode_second_pass_code('', '
sed -i "s/mmcblk1p1/mmcblk0p1/g" /etc/fstab
pacman -S linux-raspberrypi4 linux-raspberrypi4-headers raspberrypi-firmware firmware-raspberrypi raspberrypi-bootloader-x
')
Device boots up fine, but I have no wireless (wlan0) interface, only ethernet and loopback.

Did I do the switch correctly? The "raspberrypi-firmware" and "firmware-raspberrypi" feel a bit weird.
Any idea?

Thanks.
pha
 
Posts: 1
Joined: Fri Feb 12, 2021 5:17 pm

Wireless interface for raspberry pi has disappeared

Postby jgcrunden » Sat Feb 13, 2021 1:09 pm

ARMv7 - Raspberry Pi 4 B

Hello,
I installed ARMv7 on my Raspberry Pi 4 B a week or so ago. I got it installed, including connecting via WiFi, setting it up with the cli utiliy wifi-menu then enabling it on boot with
sudo systemctl enable netctl-auto@wlan0.service
Yesterday I ran an update and did some work on it.

Today, I turned it on but it's unable to connect via WiFi.

I ran ifconfig, which only returns the eth0 and loopback interface
$this->bbcode_second_pass_code('', '
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.104 netmask 255.255.255.0 broadcast 192.168.1.255
...

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
...
')

ls /sys/class/net returns this:
eth0 lo

I thought it might have been a hardware failure so I wiped Arch and installed Raspberry Pi OS. It connected fine via WiFi

I still have the tar image from when I installed Arch a week or so ago, so I reused that to reinstall Arch on my SD card. Initially it connected fine via WiFi after running menu-wifi and enabling netctl. But when I ran:
pacman -Syu
to update and then rebooted, I ran into the same problem with the missing wireless interface.

As it seemed to break after an update, I wonder if it's related to a bug the latest version of the firmware or something else?

Would greatly appreciate some help. Let me know if I can provide any more information.

Many thanks
Josh
jgcrunden
 
Posts: 4
Joined: Sat Feb 13, 2021 12:47 pm

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby graysky » Sat Feb 13, 2021 1:51 pm

MOD NOTE: merged topics
graysky
Developer
 
Posts: 1872
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: [linux-firmware] Raspberry pi 4 wlan0 is missing

Postby mdevaev » Sat Feb 13, 2021 8:10 pm

$this->bbcode_second_pass_quote('graysky', 'S')omeone eneeds to report the breakage upstream in any case.


Right now, there is a broken package in the repository that affects not only RPi4, but also ZeroW. People continue to update their systems and lose access to them for several days now.

I understand that a broken upstream is not your problem, but people can't use their OS because of this update. A month ago there was a similar situation with bootloader and you quickly solved it with downgrad packages, so, please, do it again.

The upstream kernel does not consider this a problem and nods to the Raspberry vendor. The Raspberry vendor is obviously primarily fixing the kernel for Raspberry OS. This can continue for at least another week. The consequences for Arch Linux ARM users will be disastrous.

https://www.spinics.net/lists/arm-kernel/msg876183.html
https://bugzilla.kernel.org/show_bug.cgi?id=211731

PS: Don't take my message as aggressive, it's not my native language.
mdevaev
 
Posts: 12
Joined: Sat Feb 13, 2021 7:58 pm
Top

Raspberry Pi 4 wont connect to WiFi after update...

Postby ughhug9 » Sat Feb 13, 2021 10:24 pm

So I have in total three Raspberry Pi 4:s running Archlinux ARMv7. They are all connected to WiFi, and today i updated them all (sudo pacman -Syu) and rebooted...

None of them want's to come back online now... I have no way to connect these devices through ethernet.

What can I do apart from wiping the micro sd cards...?

Are anyone else having these issues?
ughhug9
 
Posts: 4
Joined: Sat Feb 13, 2021 10:22 pm

PreviousNext

Return to Packages

Who is online

Users browsing this forum: No registered users and 6 guests