Gentoo Archives: gentoo-user

From: Andrew Udvare <audvare@×××××.com>
To: Gentoo Users <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] mediatek mt7921: no AP?
Date: Mon, 03 Jan 2022 06:52:34
Message-Id: CAJfjkGq86Ztt2sD3MiLNUK2RTwsYoYEBZ_eaSmGtuDOxNKNwqw@mail.gmail.com
In Reply to: [gentoo-user] mediatek mt7921: no AP? by Jorge Almeida
1 I'm pretty sure none of these built-in wi-fis like that will support AP
2 mode. They would much rather charge more for that feature.
3 https://www.524wifi.com/index.php/network-modules-adapters/wifi-6-11-ax-modules/wle3000h2-11ax-4x4-mu-mimo-2-4ghz-qcn-9024-wifi-6-802-11ax-2-4-ghz-single-band-mini-pcie-module-compex.html
4
5 https://forum.openwrt.org/t/802-11ax-wifi-ap-mpci-e-cards/63577/2
6
7 I own a similar motherboard but I don't use the wi-fi.
8
9 On Sun, Jan 2, 2022, 16:25 Jorge Almeida <jjalmeida@×××××.com> wrote:
10
11 > I just mounted a box with a ROG STRIX X570-E GAMING WIFI II
12 > motherboard. I'm not a gamer; one of the reasons I chose this was the
13 > build-in WiFi. Bad idea! The thing does not support AP mode, which I
14 > need. Nothing in the mo manual suggests such a limitation.
15 > Here are the details, in case someone with the same hw has a better
16 > experience and would share it. Otherwise, it may be useful as a
17 > warning. I know I will not purchase ASUS and/or Mediatek again.
18 >
19 > Jorge Almeida
20 >
21 > $ lshw
22 > *-network
23 > description: Wireless interface
24 > product: MEDIATEK Corp.
25 > vendor: MEDIATEK Corp.
26 > physical id: 0
27 > bus info: pci@0000:03:00.0
28 > logical name: wnet2
29 > version: 00
30 > serial: b4:b5:b6:93:8d:7f
31 > width: 64 bits
32 > clock: 33MHz
33 > capabilities: pciexpress msi pm bus_master
34 > cap_list ethernet physical wireless
35 > configuration: broadcast=yes driver=mt7921e
36 > driverversion=5.15.12 firmware=____010000-20211014150922
37 > ip=192.168.2.131 latency=0 link=no multicast=yes wireless=IEEE 802.11
38 > resources: irq:99 memory:e0300000-e03fffff
39 > memory:e0400000-e0403fff memory:e0404000-e0404fff
40 >
41 > $ lsmod
42 > xt_MASQUERADE 12288 1
43 > iptable_nat 12288 1
44 > nf_nat 36864 2 iptable_nat,xt_MASQUERADE
45 > xt_connmark 12288 4
46 > xt_helper 12288 110
47 > xt_limit 12288 26
48 > mt7921e 77824 0
49 > mt76_connac_lib 28672 1 mt7921e
50 > mt76 53248 2 mt7921e,mt76_connac_lib
51 > mac80211 503808 3 mt76,mt7921e,mt76_connac_lib
52 > cfg80211 372736 4 mt76,mt7921e,mac80211,mt76_connac_lib
53 > igb 196608 0
54 > rfkill 24576 1 cfg80211
55 > i2c_piix4 20480 0
56 >
57 > $ iw dev
58 > phy#0
59 > Interface wnet2
60 > ifindex 6
61 > wdev 0x1
62 > addr b4:b5:b6:93:8d:7f
63 > type managed
64 > txpower 3.00 dBm
65 > multicast TXQ:
66 > qsz-byt qsz-pkt flows drops marks
67 > overlmt hashcol tx-bytes tx-packets
68 > 0 0 0 0 0 0
69 > 0 0 0
70 >
71 > $ iw list | grep "Supported interface modes" -A 8
72 > Supported interface modes:
73 > * managed
74 > * monitor
75 > Band 1:
76 > Capabilities: 0x9ff
77 > RX LDPC
78 > HT20/HT40
79 > SM Power Save disabled
80 > RX Greenfield
81 >
82 >

Replies

Subject Author
Re: [gentoo-user] mediatek mt7921: no AP? Jorge Almeida <jjalmeida@×××××.com>