Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam,
Jestem posiadaczem laptopa Lenovo G500c z zainstalowanym systemem Debian Jessie i środowiskiem gnome 3.14. Mam problem z autohibernacją przy określonym poziomie baterii. Przy ustawieniach domyślnych (i poprawnych) niestety funkcja ta nie działa (następuje uśpienie, a po chwili laptop znów wstaje i tak w kółko aż do całkowitego wyłączenia). Postanowiłem więc napisać regułę, która wykona tę czynność, gdy pojemność baterii spadnie do 3%. Niestety nie wiem dlaczego reguła ta nie działa pomimo poprawnego jej napisania. Wygląda ona następująco:
SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_CAPACITY}=="3", ENV{POWER_SUPPLY_STATUS}=="Discharging", RUN+="/bin/systemctl hibernate"
Próbowałem jeszcze przed zmienną subsystem dodać zmienną ACTION="add", ACTION="change", lecz niestety bez rezultatu.
Czy czegoś w tej regule brakuje? Bardzo proszę o naprowadzenie mnie, bo głowie się nad tym i nic sensownego juz mi do głowy nie przychodzi.
Offline
[quote=morfik]Zaciągnij sobie do tego upower.[/quote]
Upower został już zainstalowany i skonfigurowany już wcześniej. Poniżej podaje konfiguracje:
# Only the system vendor should modify this file, ordinary users # should not have to change anything. [UPower] # Enable the Watts Up Pro device. # # The Watts Up Pro contains a generic FTDI USB device without a specific # vendor and product ID. When we probe for WUP devices, we can cause # the user to get a perplexing "Device or resource busy" error when # attempting to use their non-WUP device. # # The generic FTDI device is known to also be used on: # # - Sparkfun FT232 breakout board # - Parallax Propeller # # default=false EnableWattsUpPro=false # Don't poll the kernel for battery level changes. # # Some hardware will send us battery level changes through # events, rather than us having to poll for it. This option # allows disabling polling for hardware that sends out events. # # default=false NoPollBatteries=false # Do we ignore the lid state # # Some laptops are broken. The lid state is either inverted, or stuck # on or off. We can't do much to fix these problems, but this is a way # for users to make the laptop panel vanish and for programs like # gnome-settings-daemon to not suspend on system startup. # # default=false IgnoreLid=false # Policy for warnings and action based on battery levels # # Whether battery percentage based policy should be used. The default # is to use the time left, change to true to use the percentage, which # should work around broken firmwares. # default=false UsePercentageForPolicy=false # When UsePercentageForPolicy is true, the levels at which UPower will # consider the battery low, critical, or take action for the critical # battery level. # # This will also be used for batteries which don't have time information # such as that of peripherals. # # If any value is invalid, or not in descending order, the defaults # will be used. # # Defaults: # PercentageLow=10 # PercentageCritical=3 # PercentageAction=2 PercentageLow=10 PercentageCritical=3 PercentageAction=3 # When UsePercentageForPolicy is false, the time remaining at which UPower # will consider the battery low, critical, or take action for the critical # battery level. # # If any value is invalid, or not in descending order, the defaults # will be used. # # Defaults: # TimeLow=1200 # TimeCritical=300 # TimeAction=120 TimeLow=1200 TimeCritical=300 TimeAction=120 # The action to take when "TimeAction" or "PercentageAction" above has been # reached for the batteries (UPS or laptop batteries) supplying the computer # # Possible values are: # PowerOff # Hibernate # HybridSleep # # If HybridSleep isn't available, Hibernate will be used # If Hibernate isn't available, PowerOff will be used CriticalPowerAction=Hibernate
Próbowałem zmieniać parametry czasowe i procentowe, lecz niestety bez rezultatu.
Offline
U mnie upower działa bez problemu, także coś u ciebie musi się blokować.
Próbowałem zmieniać parametry czasowe i procentowe, lecz niestety bez rezultatu.[/quote]
A demona przeładowałeś po zmianie? Nasłuchuje on w ogóle? Inna sprawa, to czasem system wskazuje nieodpowiednie wartości. Np. u mnie bateria rozładowuje się w tempie 100% na 2,5h, po czym przez jakieś 30min laptop chodzi na 0%. xD I dopiero po tym czasie jest podjęta akcja hybrydowego uśpienia. Także też przetestuj sobie taki scenariusz i poczekaj trochę dłużej i nie przejmuj się gdy ci hibernacja się nie aktywuje dokładnie na tej wartości, którą sobie ustawiłeś.
Offline
Time (s) | Query |
---|---|
0.00013 | SET CHARSET latin2 |
0.00007 | SET NAMES latin2 |
0.00130 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.188.227.192' WHERE u.id=1 |
0.00118 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.188.227.192', 1732291152) |
0.00079 | SELECT * FROM punbb_online WHERE logged<1732290852 |
0.00085 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=27597 AND t.moved_to IS NULL |
0.00009 | SELECT search_for, replace_with FROM punbb_censoring |
0.00164 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=27597 ORDER BY p.id LIMIT 0,25 |
0.00117 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=27597 |
Total query time: 0.00722 s |