Bis zum 14.07. hatte ich noch einen LAN (enp1s0) und WLAN (wlp2s0) Adapter.
Nach einem FU am 19.07. wird mein WLAN nicht mehr initialisiert.
# inxi -nN --za
Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp1s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Device-2: MEDIATEK MT7922 802.11ax PCI Express Wireless Network Adapter
driver: mt7921e
# journalctl | grep -iE '02:00.0|mt7921e' | grep "hardware init failed"
Jul 19 23:08:31 Siduction kernel: mt7921e 0000:02:00.0: hardware init failed
Jul 20 15:42:24 Siduction kernel: mt7921e 0000:02:00.0: hardware init failed
Jul 21 14:24:59 Siduction kernel: mt7921e 0000:02:00.0: hardware init failed
Jul 22 18:54:42 Siduction kernel: mt7921e 0000:02:00.0: hardware init failed
Jul 22 20:27:02 Siduction kernel: mt7921e 0000:02:00.0: hardware init failed
# journalctl -b | grep -iE '02:00.0|mt7921e'
Siduction kernel: pci 0000:02:00.0: [14c3:0616] type 00 class 0x028000 PCIe Endpoint
Siduction kernel: pci 0000:02:00.0: BAR 0 [mem 0xfb700000-0xfb7fffff 64bit pref]
Siduction kernel: pci 0000:02:00.0: BAR 2 [mem 0xfb800000-0xfb807fff 64bit]
Siduction kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Siduction kernel: pci 0000:02:00.0: Adding to iommu group 12
Siduction kernel: mt7921e 0000:02:00.0: Direct firmware load for mediatek/WIFI_RAM_CODE_MT7922_1.bin failed with error -2
Siduction kernel: mt7921e 0000:02:00.0: ASIC revision: 79220010
Siduction kernel: mt7921e 0000:02:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Siduction kernel: mt7921e 0000:02:00.0: hardware init failed
# modinfo mt7921e | grep alias
alias: pci:v000014C3d00000616sv*sd*bc*sc*i*
alias: pci:v000014C3d00000608sv*sd*bc*sc*i*
alias: pci:v00000B48d00007922sv*sd*bc*sc*i*
alias: pci:v000014C3d00007922sv*sd*bc*sc*i*
alias: pci:v000014C3d00007961sv*sd*bc*sc*i*
# lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616]
Subsystem: Foxconn International, Inc. Device [105b:e0db]
Kernel driver in use: mt7921e
Kernel modules: mt7921e
Erst duch einen erfolglosen Versuch eine WLAN Verbindung aufzubauen ist mir dieser Fehler jetzt aufgefallen.
Updates führe ich auf meinem HP ProBook 455 G10 regelmäßig durch.
# inxi --za
CPU: 8-core AMD Ryzen 7 7730U with Radeon Graphics (-MT MCP-)
speed/min/max: 573/400/4546 MHz Kernel: 6.9.10-1-siduction-amd64 x86_64
Up: 54m Mem: 4.04/30.68 GiB (13.2%) Storage: 1.86 TiB (4.3% used) Procs: 373
Shell: Bash inxi: 3.3.35
Meine Suche nach "Mediatek mt7921e" verwirrt mich mehr als das es hilft.
Hat von Euch jemand eine Idee wie der Treiber zu reanimieren ist?
Oder kann ich hier nur auf ein Bugfix warten?
apt policy firmware-misc-nonfree
firmware-misc-nonfree:
Installiert: 20240610-1
Installationskandidat: 20240610-1
Versionstabelle:
*** 20240610-1 500
500 https://deb.debian.org/debian unstable/non-free-firmware amd64 Packages
100 /var/lib/dpkg/status
@unklarer: Danke für die Idee,- das Paket ist mit exakt der Versionsnummer installiert. :(
ich dachte, du arbeitest mit apt :)
apt show firmware-misc-nonfree
Package: firmware-misc-nonfree
Version: 20240610-1
Priority: optional
Section: non-free-firmware/kernel
Source: firmware-nonfree
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Installed-Size: 11,2 MB
Provides: firmware-adi, firmware-ralink
Recommends: firmware-nvidia-graphics, firmware-intel-graphics, firmware-intel-misc, firmware-mediatek
Suggests: initramfs-tools
Conflicts: firmware-ti-connectivity (<< 20230625-3~)
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Download-Size: 4.223 kB
APT-Manual-Installed: no
APT-Sources: https://deb.debian.org/debian unstable/non-free-firmware amd64 Packages
Description: Binary firmware for various drivers in the Linux kernel
This package contains the binary firmware for various drivers in the Linux
kernel. This is a collection of firmware blobs which are not individually
large enough to warrant a standalone package.
apt show firmware-mediatek
Package: firmware-mediatek
Version: 20240610-1
Priority: optional
Section: non-free-firmware/kernel
Source: firmware-nonfree
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Installed-Size: 33,7 MB
Suggests: initramfs-tools
Conflicts: firmware-misc-nonfree (<< 20230625-3~)
Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Download-Size: 8.917 kB
APT-Manual-Installed: no
APT-Sources: https://deb.debian.org/debian unstable/non-free-firmware amd64 Packages
Description: Binary firmware for MediaTek and Ralink chips for networking, SoCs and media
This package contains the binary firmware for MediaTek devices such as
ethernet/Wi-Fi/Bluetooth chips, SoCs and other chips and devices made by
MediaTek and Ralink.
am 16.07. als neues Paket installiert.
:o das hatte ich auch geglaubt. :'(
Der firmware split ist an meinen alten müden Augen unbemerkt vorbeigerauscht.
# apt policy firmware-mediatek
firmware-mediatek:
Installed: (none)
Candidate: 20240610-1
# apt install firmware-mediatek
Danke