我在 Surface Pro (Surface_Pro_1796) 上全新安装了 Ubuntu 20.04 LTS,似乎电池百分比存在一些问题,该百分比应该显示在 GNOME 桌面的顶部栏上。对此进行了一些研究,并尝试了以下操作,但均未成功:
这些目录下没有电池条目
/proc/acpi/battery
,或者/sys/class/power_supply
运行
acpi -b
命令-没有输出。已安装GNOME 调整并尝试启用电池百分比,但没有帮助。
从以下位置安装 Linux Surface 内核这链接,但没用。虽然应该没用,但还是试了一下。
我不确定还能尝试什么,请帮忙。
答案1
以下是我按顺序运行的安装 Linux Surface 内核的命令:
wget -qO - https://raw.githubusercontent.com/linux-surface/linux-surface/master/pkg/keys/surface.asc | sudo apt-key add -
echo "deb [arch=amd64] https://pkg.surfacelinux.com/debian release main" | sudo tee /etc/apt/sources.list.d/linux-surface.list
sudo apt-get update
sudo apt-get install linux-headers-surface linux-image-surface linux-libc-dev-surface surface-ipts-firmware libwacom-surface
sudo apt-get install linux-surface-secureboot-mok
export GRUB_CONFIG=`sudo find /boot -name "grub.cfg"`
sudo update-grub
sudo grep 'menuentry ' $GRUB_CONFIG | cut -f 2 -d "'" | nl -v 0
sudo grub-reboot 1
sudo reboot