Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Suspend und wakeup-Ereignis am PC
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
michael_w
Guru
Guru


Joined: 22 Feb 2006
Posts: 469
Location: 09xxx

PostPosted: Thu Nov 13, 2014 4:16 pm    Post subject: Suspend und wakeup-Ereignis am PC Reply with quote

Hallo,

ich habe hier ein gentoo mit KDE-Oberfläche am laufen. KDE versetze ich per Menu in den Ruhezustand. Da ist die erste Frage, welcher Befehl "versteckt" sich hinter dem Menupunkt genau und wie bekomme ich den heraus!?
Mein Problem dabei: ich würde gern das Ereignis zum aufwachen genau festlegen. Im Moment scheint der PC auf die Tastatur und die Maus zu "lauschen". Das stört mich, ich möchte das er nur auf die Tastatur "hört". Wie stelle ich das an?
_________________
Linux ryzen 6.6.21-gentoo-dist #1 SMP PREEMPT_DYNAMIC Sun Mar 24 18:32:46 CET 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
michael_w
Guru
Guru


Joined: 22 Feb 2006
Posts: 469
Location: 09xxx

PostPosted: Mon Nov 17, 2014 1:09 pm    Post subject: Reply with quote

Hallo,

ist die Frage zu simpel, stelle ich mich zu doof an, fehlen noch Infos oder weiß es keiner?
Hat keiner ein vergleichbares Problem?
_________________
Linux ryzen 6.6.21-gentoo-dist #1 SMP PREEMPT_DYNAMIC Sun Mar 24 18:32:46 CET 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
py-ro
Veteran
Veteran


Joined: 24 Sep 2002
Posts: 1734
Location: Velbert

PostPosted: Mon Nov 17, 2014 2:10 pm    Post subject: Reply with quote

Das wird in der Firmware, sprich BIOS, eingestellt, das laufende System hat da nicht viel mit zu tun.
Back to top
View user's profile Send private message
Helmering
n00b
n00b


Joined: 13 Dec 2011
Posts: 63
Location: Italy

PostPosted: Mon Nov 17, 2014 3:00 pm    Post subject: Reply with quote

Hallo Michael_W,

hmm, interessanter Punkt der auch mein Laptop betrifft.

Google fand folgenden link:http://www.das-werkstatt.com/forum/werkstatt/viewtopic.php?f=7&t=1985

Die Situation auf meinen Rechner:
Code:
# cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
LID       S3    *enabled   platform:PNP0C0D:00
SLPB      S3    *enabled   platform:PNP0C0E:00
IGBE      S4    *disabled  pci:0000:00:19.0
EXP4      S4    *disabled  pci:0000:00:1c.3
EXP7      S4    *disabled  pci:0000:00:1c.6
EHC1      S3    *enabled   pci:0000:00:1d.0
EHC2      S3    *enabled   pci:0000:00:1a.0
HDEF      S4    *disabled  pci:0000:00:1b.0


In meinem Fall habe ich die Datei
Code:
/etc/local.d/disable_wakeup_mouse.start

mit folgendem Inhalt:
Code:
#!/bin/bash
printf "EHC1\nEHC2\n" > /proc/acpi/wakeup
angelegt.

Der Dienst "local" muss natürlich aktiviert sein:
Code:
# rc-update add local boot


Gruss Ralf
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum