我有一台带有 Ubuntu 14.04 和 TLP 的 Asus N76VB 笔记本,用于电源管理。但是,风扇一直开着。它不是很响亮,但很烦人。我的 CPU 使用率约为 1-2%。它的时钟频率为 1.20 GHz。
我已经添加acpi=force到我的启动参数中,但它没有改变任何东西。
/proc/acpi/fan: No such file or directory
/proc/acpi/thermal_zone: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我已经加载了所有华硕 ACPI 模块。
lsmod | grep asus:
asus_nb_wmi 16990 0
asus_wmi 24191 1 asus_nb_wmi
sparse_keymap 13948 1 asus_wmi
video 19476 2 i915,asus_wmi
wmi 19177 2 mxm_wmi,asus_wmi
Run Code Online (Sandbox Code Playgroud)
不知何故,它可以读取温度。
sensors:
acpitz-virtual-0
Adapter: Virtual device
temp1: +43.0°C (crit = +108.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +44.0°C (high = +87.0°C, crit …Run Code Online (Sandbox Code Playgroud) 我正在尝试在 Ubuntu 上使用 Google Chrome(或 Chromium)获取本机通知,但到目前为止还没有运气。
我已经尝试过的事情:
我也运行install.sh过(并重新启动了 Chrome):
$ ./install.sh
Native messaging host com.initiated.chrome_libnotify_notifications has been installed.
Run Code Online (Sandbox Code Playgroud)我记得我也尝试过另一个扩展,但我不记得它的名字了。
他们都没有工作。我不断收到 Chrome 本身的正常通知。
我在 Ubuntu 14.04 x64 上使用 Google Chrome 34.0.1847.137。
有人能告诉我如何让这个工作吗?
我正在尝试使用 LUKS 在加密系统驱动器上安装 Kubuntu 19.04。安装完成,但 GRUB 不会要求输入密码,系统也不会启动。
我发现了一些关于此的其他问题,但它们会导致死链接或告诉我设置CRYPTFS=y并运行update-initramfs. 我认为这已经是 Ubuntu 19.04 中的默认设置,但我还是尝试了它,但它不起作用。
如何让 GRUB 在启动时要求输入密码?
/dev/sda1: /boot/efi, 未加密/dev/sda2: /boot, 未加密/dev/sda3, /dev/mapper/cryptroot: /, 加密cryptdevice=UUID=6d5b5f47-58e8-4a9c-89c8-4f503f35ff3f:cryptroot root=/dev/mapper/cryptroot到chroot/etc/default/grub并在其中运行update-grub分区磁盘使用 sudo fdisk /dev/sda
/dev/sda1: 电喷系统/dev/sda2: Linux 文件系统/dev/sda3: Linux 文件系统Welcome to fdisk (util-linux 2.33.1).
Changes will remain in …Run Code Online (Sandbox Code Playgroud)