$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux trixie/sid
Release: n/a
Codename: trixie
$ dpkg -l firmware-misc-nonfree
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================-============-============-=======================================================
ii firmware-misc-nonfree 20230625-2 all Binary firmware for various drivers in the Linux kernel
md5sum WIFI_MT7922_patch_mcu_1_1_hdr.bin WIFI_RAM_CODE_MT7922_1.bin
# 27691b6904f8f3dc27d2fb8d2d2961a9 WIFI_MT7922_patch_mcu_1_1_hdr.bin
# f5df1028fc39373eefbf11f8ab2716fd WIFI_RAM_CODE_MT7922_1.bin
Checkout https://github.com/linux4life798/framework-linux-docs/blob/main/ubuntu-22.04-fw-16.md for the git version.
To see the diff between the Debian 20230625 version of the firmware and the git version requested by framework, see https://gitlab.com/kernel-firmware/linux-firmware/-/compare/20230625...0a18a7292a66532633d9586521f0b954c68a9fbc .
# Showing the diff between the Debian firmware versions and the framework requested version.
$ git log 20230625...0a18a7292a66532633d9586521f0b954c68a9fbc -- mediatek/|cat
commit 0a18a7292a66532633d9586521f0b954c68a9fbc
Author: Deren Wu <[email protected]>
Date: Thu Nov 16 16:18:19 2023 +0800
linux-firmware: update firmware for MT7921 WiFi device
Update binary firmware for MT7921 WiFi devices
File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin
Version: 20231109190918a
File: mediatek/WIFI_RAM_CODE_MT7961_1.bin
Version: 20231109190959
Signed-off-by: Deren Wu <[email protected]>
Signed-off-by: Josh Boyer <[email protected]>
commit 5e9fdab57258fadff7e02979de294dbbb51e7a48
Author: Jason Chen <[email protected]>
Date: Tue Nov 21 16:17:35 2023 +0800
mediatek: Remove an unused packed library
Internal version: cherry_scp_v2.0.23042-e27728578
Release version: v2.0.23042
Signed-off-by: Jason Chen <[email protected]>
commit a41fa7c5008809ae360ce0808e378b37b1d6c0f4
Author: Jason Chen <[email protected]>
Date: Mon Nov 20 16:11:40 2023 +0800
mediatek: Sync shared memory structure changes
Internal version: cherry_scp_v2.0.23033-543477593
Release version: v2.0.23033
Signed-off-by: Jason Chen <[email protected]>
commit 6910095b2c6c71ab3af2c0bbe8f1204774a947a9
Author: SkyLake.Huang <[email protected]>
Date: Mon Nov 13 15:58:18 2023 +0800
linux-firmware: add firmware for mt7988 internal 2.5G ethernet phy
This patch adds firmware file of version 2023/07/28 for mt7988 internal 2.5G
ethernet phy.
Signed-off-by: SkyLake.Huang <[email protected]>
commit f41d890ac9e3540caf59cbda34be50a6ebef31f3
Author: Yunfei Dong <[email protected]>
Date: Sat Jul 22 16:04:00 2023 +0800
mediatek: Update mt8195 SCP firmware to support 10bit mode
Internal version: cherry_scp_v2.0.21961+9474b1930 private-mt-scp:v0.0.127+e00cea1
cherry_scp_15268.0.23_07_21 2023-07-21 18:39:41
Release version: v2.0.21961
Signed-off-by: Yunfei Dong <[email protected]>
commit 8917650bc36918fb745149eff878488757524d6f
Author: Chris Lu <[email protected]>
Date: Thu Jun 29 18:01:21 2023 +0800
linux-firmware: update firmware for mediatek bluetooth chip (MT7922)
Update binary firmware for MT7922 BT devices.
File: mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin
Version: 20230627144220
Signed-off-by: Chris Lu <[email protected]>
Signed-off-by: Josh Boyer <[email protected]>
commit 7d9af0923a0fb1606a20d666f8e33390ba245663
Author: Deren Wu <[email protected]>
Date: Thu Jun 29 17:51:42 2023 +0800
linux-firmware: update firmware for MT7922 WiFi device
Update binary firmware for MT7922 WiFi devices
File: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin
Version: 20230627143702a
File: mediatek/WIFI_RAM_CODE_MT7922_1.bin
Version: 20230627143946
Signed-off-by: Deren Wu <[email protected]>
Signed-off-by: Josh Boyer <[email protected]>
I have this issue with resuming from sleep. It seems to take about 35 seconds to resume from sleep and wake the screen.
At the 35 second mark, I see usb devices and the keyboard backlights flash, like they have been reinitialized, and then I see the display finally turn on. After unlocking, dmesg shows kernel backtraces.
I have tried to enable
rtc_cmos.use_acpi_alarm=1in the kernel command line parameters, like discussed in https://github.com/linux4life798/framework-linux-docs/blob/main/ubuntu-22.04-fw-16.md#suspend-keeps-waking-up-or-fails-to-suspend, but it doesn't make a difference.