You are not logged in.
Pages: 1
Hi all,
I have 2 issues I haven't been able to fix by myself yet :
suspend / hibernate don't work.
CPU Frequency control is hidden.
suspend / hibernate don't work
seb@goldfish:xfce4-power-manager --dump
---------------------------------------------------
Xfce power manager version 1.2.0
Avec le support de policykit
Avec support du gestionnaire du réseau
Avec le support DPMS
---------------------------------------------------
Peut se mettre en veille: Faux
Peut se mettre en veille prolongée: Faux
Arrêt des disques durs quand cela est possible: Vrai
Mode hibernation: Vrai
Autorisé à hiberner: Vrai
Autorisé à mettre hors tension: Vrai
Autorisé à réduire la vitesse de rotation des disques durs: Faux
A une batterie: Vrai
Régler la luminosité: Vrai
A un bouton de mise en marche: Vrai
A un bouton d'hibernation: Vrai
A un bouton de mise en veille: Vrai
A un couvercle: Vrai
Sorry if it's all french
translation of the 2 top lines is :
can suspend : false.
can hibernate : false.
Which is wrong. Support is compiled in the kernel :
seb@goldfish:grep SUSPEND /opt/src/linux-3.2.14/.config
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_USB_SUSPEND=y
and
echo mem > /sys/power/state
does work!
How does xfce4-power-manager check for suspend/hibernate ability?
CPU frequency control is hidden
The checkbox is missing from the extended settings tab.
But the frequency scaling is activated (and running).
seb@goldfish:lsmod | grep acpi
acpi_call 4047 0
acpi_cpufreq 4929 1
freq_table 1927 1 acpi_cpufreq
processor 22083 1 acpi_cpufreq
mperf 875 1 acpi_cpufreq
My default governor is conservative.
Thanks for any clue on these 2 issues,
Seb.
Offline
Here in Fedora (I installed from minimal iso) I needed upower so suspend/hibernate would show up on the logout menu/power manager.
Offline
Thanks for your suggestion. I actually have upower (0.9.15) installed, and running :
seb@goldfish:cat /var/log/daemon.log
[snip]
Jun 20 22:13:54 goldfish dbus[946]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jun 20 22:13:54 goldfish dbus[946]: [system] Successfully activated service 'org.freedesktop.UPower'
[/snip]
Any other clue?
Offline
long time no see !
After a loooong chase, I finally discovered here that upower was relying on a kernel function calling pm-utils to check for suspend/hibernate capability...
Installing pm-utils magically activated suspend/hibernate from xfce4-power-manager menu
(considering of course that polkit is correctly set up...)
me happy
Offline
Pages: 1
[ Generated in 0.014 seconds, 10 queries executed - Memory usage: 526.16 KiB (Peak: 527.45 KiB) ]