Приветствую!
в lshw он есть (MEDIATEK, второй)
lshw -C network
WARNING: you should run this program as super-user.
  *-network                 
       description: Ethernet interface
       product: RTL8125 2.5GbE Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:0c:00.0
       logical name: enp12s0
       version: 05
       serial: 04:7c:16:54:61:d7
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.19.0-29-generic duplex=full firmware=rtl8125b-2_0.0.2 07/13/20 ip=192.168.0.126 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:39 ioport:d000(size=256) memory:fc500000-fc50ffff memory:fc510000-fc513fff
  *-network
       description: Network controller
       product: MT7922 802.11ax PCI Express Wireless Network Adapter
       vendor: MEDIATEK Corp.
       physical id: 0
       bus info: pci@0000:0d:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list
       configuration: driver=mt7921e latency=0
       resources: iomemory:fc0-fbf irq:123 memory:fc02100000-fc021fffff memory:fc400000-fc407fff
dmesg
sudo dmesg | grep mt792
[sudo] password for polyanin: 
[    6.495662] mt7921e 0000:0d:00.0: enabling device (0000 -> 0002)
[    6.495833] mt7921e 0000:0d:00.0: ASIC revision: 79220010
[    9.657779] mt7921e 0000:0d:00.0: Message 0004008a (seq 1) timeout
[   12.985790] mt7921e 0000:0d:00.0: Message 0004008a (seq 2) timeout
[   16.313534] mt7921e 0000:0d:00.0: Message 0004008a (seq 3) timeout
[   19.641528] mt7921e 0000:0d:00.0: Message 0004008a (seq 4) timeout
[   22.969765] mt7921e 0000:0d:00.0: Message 0004008a (seq 5) timeout
[   26.297643] mt7921e 0000:0d:00.0: Message 0004008a (seq 6) timeout
[   29.625766] mt7921e 0000:0d:00.0: Message 0004008a (seq 7) timeout
[   32.953789] mt7921e 0000:0d:00.0: Message 0004008a (seq 8) timeout
[   36.281524] mt7921e 0000:0d:00.0: Message 0004008a (seq 9) timeout
[   39.666455] mt7921e 0000:0d:00.0: Message 0004008a (seq 10) timeout
[   39.749525] mt7921e 0000:0d:00.0: hardware init failed
OS: Ubuntu 22.10 x86_64 Kernel: 5.19.0-29-generic
lspci -nn | grep MT7922
0d:00.0 Network controller [0280]: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616]


