키보드와 마우스로 노트북을 깨우세요

키보드와 마우스로 노트북을 깨우세요

노트북(HP Elitebook 8460p)을 일시 중지 상태에서 깨울 수 있는 유일한 방법은 전원 버튼을 누르는 것입니다. 내장 키보드/마우스나 외부 키보드/마우스(USB를 통해 연결됨)로는 노트북을 깨울 수 없습니다.

내가 시도한 것들:

  • USB 장치가 활성화되고 있습니다 /proc/acpi/wakeup.
  • 부트로그를 확인하여 USB 마우스/키보드의 /dev 경로를 찾은 후:

    udevadm info -a -p $(udevadm info -q path -n /dev/input/mouse2)
    

    그런 다음 다음을 사용하여 목록의 각 장치를 확인합니다.

    cat /sys/devices/.../power/wakeup
    

    가능하다면 가능하다면 그렇게 하겠습니다.

  • BIOS에서 USB 깨우기를 활성화했습니다.

다음은 필요할 수 있는 몇 가지 출력입니다.

$ uname -a

Linux oliarch 2.6.38-ARCH #1 SMP PREEMPT Tue May 10 08:05:04 CEST 2011 x86_64 Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz GenuineIntel GNU/Linux

#lsusb

Bus 001 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 004: ID 04f2:b230 Chicony Electronics Co., Ltd 
Bus 003 Device 005: ID 03f0:231d Hewlett-Packard

#lspci

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.2 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 3 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1c.7 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 8 (rev b4)
00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 6 Series Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
23:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller (rev 30)
23:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 30)
23:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller (rev 30)
24:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
25:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)

#cat/proc/acpi/wakeup

Device  S-state   Status   Sysfs node
LANC      S0    *enabled   pci:0000:00:19.0
EHC1      S3    *enabled   pci:0000:00:1d.0
EHC2      S3    *enabled   pci:0000:00:1a.0
PCIB      S5    *disabled  
RP02      S4    *disabled  pci:0000:00:1c.1
ECF0      S4    *disabled  
RP03      S4    *disabled  pci:0000:00:1c.2
RP04      S5    *disabled  pci:0000:00:1c.3
WNIC      S5    *disabled  pci:0000:24:00.0
RP08      S4    *disabled  pci:0000:00:1c.7
HST1      S5    *disabled  

어떤 아이디어가 있나요?

답변1

GNOME을 사용하는 경우 전원 설정으로 이동하여 일시 중지 후 최대 절전 모드를 비활성화하면 문제가 될 수 있습니다. PC의 이 기능이 전원을 절약하기 위해 일시 ​​중지 대신 최대 절전 모드로 전환된다면(특히 노트북을 사용하기 때문에) 확인하세요. GNOME 설정에서 다른 DE를 사용하는 경우 해당 설정을 확인하세요. mate 또는 xfce 전원 설정에서도 비슷한 내용을 찾을 수 있습니다.

관련 정보