I can confirm the fix after applying latest firmware!

ISSUE: I was getting intermittent internet dropping (for 5 to 10
seconds) between my MAC OS and my 22.04 Ubuntu server (no lost of
connection from Ubuntu or Mac to internet)

HARDWARE: Motherboard: MSI MPG X670E CARBON WIFI (mt7921e wifi)

IPV6: I noticed missing ipv6 value after 'ifconfig' command (only local
ipv6 - fe80)

ENVIRONMENT (after fix):  Ubuntu 22.04 (jammy)

$ uname -a
Linux azyri 6.5.0-21-generic #21~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb  9 
13:32:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux


HOW TO:
1- wget 
http://security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_20220329.git681281e4-0ubuntu3.29_all.deb
2- sudo dpkg -i linux-firmware_20220329.git681281e4-0ubuntu3.29_all.deb
3- sudo reboot now

After applying fix:
$ sudo dmesg | grep mt7921
[    7.293748] mt7921e 0000:0d:00.0: enabling device (0000 -> 0002)
[    7.298835] mt7921e 0000:0d:00.0: ASIC revision: 79220010
[    7.380306] mt7921e 0000:0d:00.0: HW/SW Version: 0x8a108a10, Build Time: 
20231120183400a
[    7.395877] mt7921e 0000:0d:00.0: WM Firmware Version: ____000000, Build 
Time: 20231120183441
[    8.497052] mt7921e 0000:0d:00.0 wlp13s0: renamed from wlan0

$ ifconfig
wlp13s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.86.21  netmask 255.255.255.0  broadcast 192.168.86.255
******* inet6 wdw:657f:3de:117:63f:d4ff:fe3f:dgd  prefixlen 64  scopeid 
0x0<global>
        inet6 fe80::5fd:d4ff:gd43:fead  prefixlen 64  scopeid 0x20<link>
        ether sf:3d:3f:3f:fe:as  txqueuelen 1000  (Ethernet)
        RX packets 13414  bytes 3510061 (3.5 MB)
        RX errors 0  dropped 5  overruns 0  frame 0
        TX packets 7267  bytes 4192805 (4.1 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

* this line was missing before

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/2049220

Title:
  Update firmware for MT7921 in order to fix Framework 13 AMD 7040

Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in linux-firmware source package in Mantic:
  Fix Committed
Status in linux-firmware source package in Noble:
  Fix Released

Bug description:
  [SRU Justification]

  BugLink: https://bugs.launchpad.net/bugs/2049220

  [Impact]

  MT7921 - IPv6 no longer working (Not receiving Multicast).

  [Fix]

  Update WiFi/Bluetooth firmware to upstream commits:
  * WiFI: commit 0a18a7292a66 ("linux-firmware: update firmware for MT7921 WiFi 
device")
  * Bluetooth: commit 1366b827c213 ("linux-firmware: update firmware for 
mediatek bluetooth chip (MT7921)")

  [Test Case]

  1. Have Ubuntu 22.04 LTS installed on a laptop with MT7921 Wifi
  adapter and connect it to a Dual-stack network leveraging Router
  Advertisements for IPv6.

  2. Run it with HWE Kernel image linux-image-6.2.0-39-generic and observe the 
following:
     - IPv6 stateless autoconfiguration works and a public/global address is 
assigned.
     - Inbound IPv6 Multicast packets are seen when using tcpdump/wireshark.

  3. Update the HWE Kernel to linux-image-6.5.0-14-generic and observe the 
following:
     - IPv6 only configures link-local address (fe80::) and no public/global 
address.
     - No inbound IPv6 multicast packets are seen when using tcpdump/wireshark.

  [Where problems could occur]

  Opaque binary. No known dependency to kernel version.

  [Other Info]

  Nominate Jammy for linux-oem-6.5/jammy and linux-hwe-6.5/jammy, and
  Mantic. All the commits are in upstream repository, so Noble should
  have them after rebased.

  ========== original bug report ==========

  The current firmware for MT7921 WiFi is giving me problems like dropping 
multicast packets (mDNS).
  I manually updated the firmware files and that fixed the issue.
  To be more specific, please include this commit:
  
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/0a18a7292a66532633d9586521f0b954c68a9fbc
  And possibly also this:
  
https://gitlab.com/kernel-firmware/linux-firmware/-/commit/1366b827c21351b37665303397e161dd4158316e
  Thanks!

  We also need:

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 22.04.3 LTS

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  ii  linux-firmware 20220329.git681281e4-0ubuntu3.24 all          Firmware for 
Linux kernel drivers

  3) What you expected to happen
  WiFi working

  4) What happened instead
  Multicast packets dropped, mDNS not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2049220/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to