hello
I have bought a new MSI Laptop with wifi controller Mediatek:
miguel@localhost:~> lsb_release -a
LSB Version: n/a
Distributor ID: openSUSE
Description: openSUSE Leap 15.5
Release: 15.5
Codename: n/a
miguel@localhost:~> uname -a
Linux localhost.localdomain 5.14.21-150500.53-default #1 SMP PREEMPT_DYNAMIC Wed May 10 07:56:26 UTC 2023 (b630043) x86_64 x86_64 x86_64 GNU/Linux
miguel@localhost:~> sudo lspci -v -s 01:00.0
01:00.0 Network controller: MEDIATEK Corp. MT7921K (RZ608) Wi-Fi 6E 80MHz
Subsystem: MEDIATEK Corp. MT7921K (RZ608) Wi-Fi 6E 80MHz
Flags: fast devsel, IRQ 255
Memory at e0300000 (64-bit, prefetchable) [disabled] [size=1M]
Memory at e0400000 (64-bit, prefetchable) [disabled] [size=16K]
Memory at e0404000 (64-bit, prefetchable) [disabled] [size=4K]
Capabilities: [80] Express Endpoint, MSI 00
Capabilities: [e0] MSI: Enable- Count=1/32 Maskable+ 64bit+
Capabilities: [f8] Power Management version 3
Capabilities: [100] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
Capabilities: [108] Latency Tolerance Reporting
Capabilities: [110] L1 PM Substates
Capabilities: [200] Advanced Error Reporting
if i run this command (sudo lspci -v -s 01:00.0) whith an other distro
the result is :
01:00.0 Network controller: MEDIATEK Corp. Device 0608
Subsystem: MEDIATEK Corp. Device 0608
Flags: bus master, fast devsel, latency 0, IRQ 82, IOMMU group 8
Memory at e0300000 (64-bit, prefetchable) [size=1M]
Memory at e0400000 (64-bit, prefetchable) [size=16K]
Memory at e0404000 (64-bit, prefetchable) [size=4K]
Capabilities:
Kernel driver in use: mt7921e
** Kernel modules: mt7921e**
there is 2 news infos about kernel
theorically the driver mt7921e is usable from kernel 5.12
in my "15.5 openSUSE distro this driver is present
i have tryed to start driver with command :
miguel@localhost:~> sudo modprobe --first-time mt7921e
the driver seems to be loaded the next command seems to confirm that :
miguel@localhost:~> sudo lsmod | grep -i mt79
mt7921e 90112 0
mt76_connac_lib 40960 1 mt7921e
mt76 90112 2 mt7921e,mt76_connac_lib
mac80211 1183744 3 mt76,mt7921e,mt76_connac_lib
cfg80211 1048576 4 mt76,mt7921e,mac80211,mt76_connac_lib
After that i restarted the networkManager service and nothing change wifi is not enabled and the lspci command donāt show driver info.
Has someone some solution for my problem
Thanks in advance