DELL D620 在Feisty下挂起resume后屏幕都会挂了,只有背光没有信号。
sudo创建下面2个文件,并设置为可执行。
/etc/acpi/resume.d/40-i8042-input.sh
#!/bin/sh
# Rebind the AT keyboard interface.
if [ -f /sys/bus/platform/drivers/i8042/bind ]; then
echo -n “i8042” > /sys/bus/platform/drivers/i8042/bind
fi
/etc/acpi/suspend.d/20-i8042-input.sh
#!/bin/sh
# Unbind the AT keyboard interface.
if [ -f /sys/bus/platform/drivers/i8042/unbind ]; then
echo -n “i8042” > /sys/bus/platform/drivers/i8042/unbind
fi
DELL D620在Ubuntu 7.04中Suspend问题解决办法
转载请注明出处:服务器评测 » DELL D620在Ubuntu 7.04中Suspend问题解决办法
相关推荐
- ★ ☆ 40 美元井喷促销 ☆ ★ ARP Thunder™ 专用,4GB RAM 80GB SSD + 200GB SATA 5TB
- *██ Ryzen 9 9950X 192G NVMe █ L.A. R7s, R9s Xeon GOLDs █ 免费升级!█ 100G 端口 ██ $34
- *██ Ryzen 9 7950X 128G NVMe █ L.A. R7s, R9s Xeon GOLDs █ 免费升级!█ 25G 端口 ██ $34
- WordPress 5.6程序升级,体验最新二〇二一主题
- WordPress 5.6程序升级,体验最新二〇二一主题
- Ubuntu 18.04将Python3设置为Python默认版本
- Linux 定时任务 Crontab
- Linux和Uboot下eMMC boot分区读写
服务器评测





