求助!更新之后,出现以下问题

1、电源 error:unknown错误(详见图1)

2、无法使用type-c的dp输出,只能使用HDMI输出(更新之前还能使用)

3、根据网上的信息,查询了驱动已经内核,如下:

ubuntu@ubuntu:~$ ls /sys/class/typec/
ubuntu@ubuntu:~$ sudo modprobe typec
sudo modprobe ucsi
sudo modprobe qcom_pmic_typec
modprobe: FATAL: Module ucsi not found in directory /lib/modules/6.8.0-1068-qcom
modprobe: FATAL: Module qcom_pmic_typec not found in directory /lib/modules/6.8.0-1068-qcom
ubuntu@ubuntu:~$ ls /boot
config-6.8.0-1055-qcom efi initrd.img initrd.img-6.8.0-1068-qcom System.map-6.8.0-1055-qcom vmlinuz vmlinuz-6.8.0-1068-qcom
config-6.8.0-1068-qcom grub initrd.img-6.8.0-1055-qcom initrd.img.old System.map-6.8.0-1068-qcom vmlinuz-6.8.0-1055-qcom vmlinuz.old
ubuntu@ubuntu:~$ ^C
ubuntu@ubuntu:~$ sudo update-grub
Sourcing file /etc/default/grub' Sourcing file /etc/default/grub.d/99-qcom-iot-defaults.cfg’
Generating grub configuration file …
Found linux image: /boot/vmlinuz-6.8.0-1068-qcom
Found initrd image: /boot/initrd.img-6.8.0-1068-qcom
Found linux image: /boot/vmlinuz-6.8.0-1055-qcom
Found initrd image: /boot/initrd.img-6.8.0-1055-qcom
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings …
done
ubuntu@ubuntu:~$ sudo reboot

Broadcast message from root@ubuntu on pts/1 (Wed 2026-04-15 11:15:14 CST):

The system will reboot now!

ubuntu@ubuntu:~$

请问您目前使用的是 Ubuntu Desktop 版本吗?
关于"电池电量 error: unknown"的问题,这是必现的吗?是否会对您的开发/测试工作造成影响?
另外,请问您在更新前使用的是什么版本?是出厂版本吗?

1使用的是官方ubuntu 24.04 desktop版,使用sudo apt upgrade更新之后,就出现电池电量 error: unknown。

2出现这个错误,目前最大的影响就是只能使用HDMI连接显示器(显示效果奇差,和更新之前简直天壤之别)。而type-c直连显示器无法使用了(出现这个错误之前能完整使用)。目前能发现的关联BUG就是这个。

3怀疑是否在更新的时候,某些关键驱动被破坏了。

建议您先使用 Ubuntu 24.04 Desktop 版本进行开发/测试,关于您遇到的问题,我们目前正在搭建环境做测试。

刷回最初版本,现在一切正常了