[Bug 264300] Missing MEDIATEK MT7921 802.11ax PCI Express Wireless driver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 11:21:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264300
Matthias Apitz <guru@unixarea.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guru@unixarea.de
--- Comment #12 from Matthias Apitz <guru@unixarea.de> ---
I have a new laptop with the same issue:
none2@pci0:1:0:0: class=0x028000 rev=0x00 hdr=0x00 vendor=0x14c3
device=0x7961 subvendor=0x1a3b subdevice=0x4680
vendor = 'MEDIATEK Corp.'
device = 'MT7921 802.11ax PCI Express Wireless Network Adapter'
class = network
While searching the Internet I found this PR here. b
But the day after I found on my actual used system 14.0-CURRENT r1400094
(amd64) (while grepping through /usr/src) that the driver is in
/usr/src/sys/contrib/dev/mediatek/mt76/mt7921/
and a "make && make install" in
# cd /usr/src/sys/modules/mt76
# make
..
# make install
===> core (install)
install -T release -o root -g wheel -m 555 mt76_core.ko /boot/modules/
kldxref /boot/modules
===> mt7915 (install)
install -T release -o root -g wheel -m 555 if_mt7915.ko /boot/modules/
kldxref /boot/modules
===> mt7921 (install)
install -T release -o root -g wheel -m 555 if_mt7921.ko /boot/modules/
kldxref /boot/modules
installs it fine. There is also a manpage in /usr/src/share/man/man4/mt7921.4
Does this mean, that the PR is outdated or is the driver not working?
--
You are receiving this mail because:
You are on the CC list for the bug.