Changes between Version 12 and Version 13 of rock/drbl_switch
- Timestamp:
- Jan 19, 2010, 3:34:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rock/drbl_switch
v12 v13 18 18 * 休眠指令 19 19 {{{ 20 ### 開啟可休眠模式 ### 20 /*** 開啟可休眠模式 ***/ 21 21 $ powercfg /hibernate on 22 ### 休眠指令 ### 22 23 /*** 休眠指令 ***/ 23 24 $ rundll32.exe powrprof.dll,SetSuspendState Hibernate 24 25 }}} 25 * 如何 WOL 休眠中的電腦 26 * 如何 WOL 休眠中的電腦,透過以下指令來開啟網卡 wake on 26 27 {{{ 27 28 $ devmgmt.msc … … 36 37 * 如何 WOL 休眠中的電腦 37 38 {{{ 38 $ vim /proc/acpi/wakeup 39 $ sudo su 40 41 /*** 確定 eth0 可以支持 WOL ***/ 42 # ethtool -s eth0 wol g 43 44 /*** 設定休眠時可wake on 的設備,本範例的網卡 device 是 GBEC ***/ 45 # echo GBEC > /proc/acpi/wakeup 46 # grep GBEC /proc/acpi/wakeup 47 GBEC S4 enabled pci:0000:00:19.0 39 48 }}} 40 49 ---- … … 47 56 [[BR]] 48 57 == 【2.2 Windows 7測試】 == 49 * 測試結果可行 50 58 * 測試結果如同 Linux 的 Case2 步驟 51 59 52 60 [[BR]] … … 57 65 ---- 58 66 = 【參考】 = 67 === ACPI === 68 * [http://wiki.ubuntu.org.cn/index.php?title=UbuntuWiki:UnderstandingSuspend&variant=zh-hant UnderstandingSuspend] 69 * [http://www.linux.com/archive/feed/54610 How to suspend and hibernate a laptop under Linux] 70 * [http://www.thinkwiki.org/wiki/Talk:How_to_make_ACPI_work Talk:How to make ACPI work] 59 71 === Windows 休眠相關 === 60 72 * [http://support.microsoft.com/kb/907477 如何疑難排解 Windows XP 中的休眠和待命問題] … … 65 77 === Wake On Lan 相關 === 66 78 * [http://winhlp.com/node/57 Wake On LAN] 79 * [http://bbs.archlinux.org/viewtopic.php?id=43191 wake on lan, uswsusp and 8139too] 67 80 [[BR]]