linux内核配置不休眠,Linux实现待机和休眠

EVOC BIOS默认值是将ACPI打开APM关闭,测试时只针对ACPI两种模式

(sleep和hibernation)进行测试即可;

1. (sleep睡眠模式)

以root用户名登陆当前系统

1.1 查看当前内核能支持哪些睡眠模式:

# cat /sys/power/state

mem disk (内核只支持两种睡眠模式)

1. 2 键入命令:

# echo "mem" > /sys/power/state

1.3

按主板power键恢复(唤醒)至之前画面

2. (hibernation休眠)

2.1 休眠默认支持两种方式:shutdown和platform

2.4内核使用shutdown

2.6内核使用platform

2.2 休眠需指定resume设备,一般都用swap分区来做。

指定方式更改grub启动给内核传递唤醒参数是:

#vi /etc/grub

grub配置:

# grub.conf generated by anaconda

# Note that you do not have to rerun grub after making changes to this file

# NOTICE: You do not have a /boot partition. This means that

# all kernel and initrd paths are relative to /, eg.

# root (hd0,4)

# kernel /boot/vmlinuz-version ro root=/dev/hda5

# initrd /boot/initrd-version.img

#boot=/dev/hda

default=0

timeout=5

splashimage=(hd0,4)/boot/grub/splash.xpm.gz

hiddenmenu

title Fedora Core (FC6-hibernation)

root (hd0,4)

kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet

initrd /boot/initrd-2.6.18-1.2798.fc6.img 将kernel项更改为

kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet resume=/dev/hda6

保存退出重启再以root用户登录

2.3 键入命令:

# echo platform > /sys/power/disk; echo disk > /sys/power/state or # echo shutdown > /sys/power/disk; echo disk > /sys/power/state

进入状态10秒后,按power键进行唤醒。0b1331709591d260c1c78e86d0c51c18.png

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值