Hi,
I bought the latest swift 5 last week and installed Ubuntu 22.04 with Linux kernel 5.17.0-1003-oem. There are two issues so far.
1. System suspend still consumes power significantly. Like the battery is 100% before I go to seep, and in the morning I would find it's only 40%. dmesg and sysfs show suspend should work, but somehow some component (likely CPU) doesn't really sleep and consume power.
[43928.245284] OOM killer disabled.
[43928.245285] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[43928.246491] printk: Suspending console(s) (use no_console_suspend to debug)
[43929.259312] ACPI: EC: interrupt blocked
[47002.547473] ACPI: EC: interrupt unblocked
[47002.908680] pcieport 10000:e0:06.2: can't derive routing for PCI INT A
[47002.908687] nvme 10000:e1:00.0: PCI INT A: no GSI
[47002.919492] nvme nvme0: 16/0/0 default/read/poll queues
sudo cat /sys/kernel/debug/suspend_stats
[sudo] password for vinceh:
success: 2
fail: 0
failed_freeze: 0
failed_prepare: 0
failed_suspend: 0
failed_suspend_late: 0
failed_suspend_noirq: 0
failed_resume: 0
failed_resume_early: 0
failed_resume_noirq: 0
failures:
last_failed_dev:
last_failed_errno: 0
0
last_failed_step:
2. Camera can't be detected. dmesg shows some config is missing for INT3472.
[ 3.034137] input: Intel HID events as /devices/platform/INTC1051:00/input/input8
[ 3.034366] intel-hid INTC1051:00: platform supports 5 button array
[ 3.035014] input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input9
[ 3.036530] int3472-discrete INT3472:01: No sensor module config
[ 3.036585] int3472-discrete INT3472:01: error -EINVAL: Failed to map regulator to sensor
[ 3.036656] ACPI Warning: \_SB.IETM._TRT: Found unexpected NULL package element (20211217/nsrepair-186)
[ 3.036666] ACPI Warning: \_SB.IETM._TRT: Expected return object of type Reference (20211217/nspredef-249)
[ 3.036678] _TRT package 0 is invalid, ignored
[ 3.036885] int3472-discrete: probe of INT3472:01 failed with error -22
[ 3.037461] Userspace governor deprecated: use thermal netlink notification instead
Please note that these two issues only happen on Ubuntu 22.04 but Windows 11.
I just want to know if anyone else sees the same problems and already has the solution. Or any Acer developer can look into this? I can help debug if necessary as I'm a kernel developer (of ARM platforms though).
Thanks!