raycoms
November 26, 2022, 1:22pm
1
Hi,
I recently got a new laptop: Specifically the G713 Asus Rog Strix.
Installed the latest Manjaro Plasma image on it and ran all updates. However, I’m not getting any wifi connections to show up (cabled connection works).
“nmcli wifi rescan” returns “No Wi-Fi device found”.
In mhwd I can find mostly wireless things related to USB only.
lscpi -v shows me:
Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter
DeviceName: Onboard LAN Brodcom
Subsystem: Foxconn International, Inc. Device e0cd
Flags: fast devsel, IRQ 98, IOMMU group 16
Memory at ...
Memory at ...
Caps: access dendied
Kernel Modules: mt7921e
TriMoon
November 26, 2022, 1:26pm
2
Welcome back to the forum
For people to be able to research and help you, they would need to know the device and vendor id’s of your card…
Maybe try giving the output that contains those info also, fe.
inxi -an
raycoms
November 26, 2022, 1:41pm
4
Small Additional Info:
The above is on the 5.15 LTS Kernel. I did try on the 6.0.8 and it didn’ work either
TriMoon
November 26, 2022, 1:47pm
5
Could you by any chance just copy and paste the text instead, because:
The image is blurry
It helps people to be able to copy paste while researching info.
I personally pipe the output of commands to xclip
Welcome to Manjaro!
To allow all of us helpful people on this forum TO HELP YOU, we need some basic information about your system. This probably means you described the symptoms of your problem, but now we need some more information to know where the origin of your issue is exactly.
Someone else probably linked you to this tutorial, so if you’re reading this in response to a question, please click the link above this text to bring you to the full and unabridged text of the tutorial…
raycoms
November 26, 2022, 1:54pm
6
Network:
Device-1: Realtek RTL8125 2.5GbE vendor: ASUSTeK driver: r8169 v: kernel
pcie: gen: 2 speed: 5 GT/s lanes: 1 port: e000 bus-ID: 03:00.0
chip-ID: 10ec:8125 class-ID: 0200
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: a0:36:bc:65:ef:4e
Device-2: MEDIATEK MT7922 802.11ax PCI Express Wireless Network Adapter
vendor: Foxconn driver: mt7921e v: kernel pcie: gen: 2 speed: 5 GT/s
lanes: 1 bus-ID: 04:00.0 chip-ID: 14c3:0616 class-ID: 0280
Your device seems to be supported badly by Linux and also Windows. Do you have the option to change it?
You could try loading the driver manually:
sudo modprobe mt7921e
raycoms
November 26, 2022, 2:05pm
8
Well, theoretically I could send it back and try to find something else with a similar price-value-proposition. I´d prefer making it work though =D
What would I do after I load the driver manually?
TriMoon
November 26, 2022, 2:10pm
9
See MediaTek MT7922 802.11ax PCI Express Wireless Network Adapter which says it is supported in kernels 5.17 and newer…
You could see if the interface at least shows up properly using fe. ip link
i think…
raycoms
November 26, 2022, 2:15pm
10
So at least it’s supposed to be working, that’s good.
sudo modprobe mt7921e
ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether a0:36:bc:65:ef:4e brd ff:ff:ff:ff:ff:ff
I ran those two tasks but didn’t get anything new out of it.
raycoms
November 26, 2022, 2:41pm
11
2 reboots later, for some random reason it started working.
That’s what I meant by bad support.
Good for you!
system
Closed
November 29, 2022, 6:13am
13
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.