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/.
W moim netbooku nie ma acpi, więc mam trochę pod górkę. Mam za to w /dev/input coś co przedstawia się jako "przycisk power". Chciałbym otagować go za pomocą reguły udev, tak żeby logind go brał pod uwagę przy zarządzaniu energią (z tego co wyczytałem w dokumentacji "Only input devices with the "power-switch" udev tag will be watched for key/lid switch events.") Nie wiem dlaczego, ale mi to nie wychodzi ;-)
Próbowałem taką oto regułą:
SUBSYSTEM=="input", ATTR{name}=="power key", TAG+="power-switch"
Tutaj trochę info o tym przycisku:
$ udevadm info -a -p $(udevadm info -q path -n /dev/input/event2) Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule to match, can be composed by the attributes of the device and the attributes from one single parent device. looking at device '/devices/virtual/input/input3/event2': KERNEL=="event2" SUBSYSTEM=="input" DRIVER=="" looking at parent device '/devices/virtual/input/input3': KERNELS=="input3" SUBSYSTEMS=="input" DRIVERS=="" ATTRS{name}=="power key" ATTRS{phys}=="NVEC" ATTRS{uniq}=="" ATTRS{properties}=="0"
Ostatnio edytowany przez Kaleson (2014-03-23 14:49:40)
Offline
Tu nikt się nie zna na udevie. xD
Podaj wynik
# udevadm info --name /dev/input/i_to urzadzenie_co_masz # udevadm info --name /dev/input/i_to urzadzenie_co_masz --attribute-walk # xinput list
Może coś się wymyśli.
Offline
Dobra solved, metodą prób i błędów podziałało:
ATTRS{name}=="power key", TAG+="power-switch"
Offline
No bo miałeś literówkę. xD Jak byk w logu, co dałeś, jest:
ATTRS{name}=="power key"
a nie
ATTR{name}=="power key"
ATTRS vs ATTR
Choć ja bym takiej okrojonej reguły raczej nie robił. Sprawdź sobie te polecenia co ci podałem, w oparciu o wyniki coś bardziej dostosowanego napiszesz.
Offline
Time (s) | Query |
---|---|
0.00010 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00102 | 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='3.133.137.10' WHERE u.id=1 |
0.00064 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.133.137.10', 1732872669) |
0.00040 | SELECT * FROM punbb_online WHERE logged<1732872369 |
0.00056 | DELETE FROM punbb_online WHERE ident='3.143.237.140' |
0.00072 | 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=25480 AND t.moved_to IS NULL |
0.00006 | SELECT search_for, replace_with FROM punbb_censoring |
0.00106 | 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=25480 ORDER BY p.id LIMIT 0,25 |
0.00090 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=25480 |
Total query time: 0.0055 s |