You are not logged in.
Pages: 1
I am trying to install arch on a new machine and I fail getting wlan to work. I am using a live usb stick. First I tried to find out if I have a driver installed:
lspci -vnn | grep Wireless -A 15
0d:00.0 Network controller [0280]: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616]
Subsystem: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616]
Flags: bus master, fast devsel, latency 0, IRQ 142, IOMMU group 21
Memory at fc20300000 (64-bit, prefetchable) [size=1M]
Memory at fc500000 (64-bit, non-prefetchable) [size=32K]
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
Kernel driver in use: mt7921e
Kernel modules: mt7921e, wlSo I think the driver is mt7921e and indeed installed? However it seems that something failed:
dmesg | grep mt7921e
[ 9.028848] mt7921e 0000:0d:00.0: enabling device (0000 -> 0002)
[ 9.029065] mt7921e 0000:0d:00.0: ASIC revision: 79220010
[ 12.130651] mt7921e 0000:0d:00.0: Message 0004008a (seq 1) timeout
[ 15.330876] mt7921e 0000:0d:00.0: Message 0004008a (seq 2) timeout
[ 18.530878] mt7921e 0000:0d:00.0: Message 0004008a (seq 3) timeout
[ 21.730818] mt7921e 0000:0d:00.0: Message 0004008a (seq 4) timeout
[ 24.930851] mt7921e 0000:0d:00.0: Message 0004008a (seq 5) timeout
[ 28.130894] mt7921e 0000:0d:00.0: Message 0004008a (seq 6) timeout
[ 31.331038] mt7921e 0000:0d:00.0: Message 0004008a (seq 7) timeout
[ 34.530966] mt7921e 0000:0d:00.0: Message 0004008a (seq 8) timeout
[ 37.730865] mt7921e 0000:0d:00.0: Message 0004008a (seq 9) timeout
[ 40.930873] mt7921e 0000:0d:00.0: Message 0004008a (seq 10) timeout
[ 41.008412] mt7921e 0000:0d:00.0: hardware init failedAm I doing something wrong? What to try next?
Offline
Are you dual booting? If you don't shut down Windows fully, including disabling the default hibernation style shutdown, you can see things like this.
Offline
See https://wiki.archlinux.org/title/Networ … n/Wireless. You can search the hardware databases for yours to see which driver it needs and if you need firmware.
It looks from https://linux-hardware.org/?id=pci:14c3-0616-105b-e0cd as if it should be supported?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Are you dual booting? If you don't shut down Windows fully, including disabling the default hibernation style shutdown, you can see things like this.
Mhh interesting. No windows or dual boot, but I did install an ubuntu before and the arch runs on live usb stick. Will try the hard shutdown thing.
Offline
See https://wiki.archlinux.org/title/Networ … n/Wireless. You can search the hardware databases for yours to see which driver it needs and if you need firmware.
It looks from https://linux-hardware.org/?id=pci:14c3-0616-105b-e0cd as if it should be supported?
Oh wow that database looks awesome, thanks!
Offline
Are you dual booting? If you don't shut down Windows fully, including disabling the default hibernation style shutdown, you can see things like this.
Wow that did actually work for me, thanks a lot. Though the signal is pretty bad even if I move it right next to the hotspot. Same on ubuntu.
Offline
Pages: 1