ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Alexey Voinov <voins@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] [cyber] I: Sisyphus-20081228 packages: +7! -51 +38 (8428)
Date: Sat, 17 Jan 2009 13:44:50 +0300 (MSK)
Message-ID: <20090117.134450.132013011.voins@altlinux.ru> (raw)
In-Reply-To: <200812281437.06110.shrek@altlinux.ru>

"Valery V dot  Inozemtsev" <shrek at altlinux dot ru> writes:
> выкиньте powersave и откройте для себя hal-laptop. тестировалось на 
> ThinkPad
> X61s, X24, X300, X301 и EeePC 701

На EeePC 900 не работает. Насколько мне хватило мозгов разобраться с
этим практически недокументированным hal-ом, проблема в следующем:

30-keymap-module-eeepc-laptop.fdi:

<deviceinfo version="0.2">
  <device>
    <match key="info.product" string="Asus EeePC extra buttons">
...

При этом
$ hal-find-by-property --key 'info.product' \
                       --string 'Asus EeePC extra buttons' \
                       --verbose
Found 0 device objects with string property info.product = 'Asus 
EeePC extra buttons'


10-events-key.fdi:

<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.keymap">

При этом
$ hal-find-by-capability --capability 'input.keymap' --verbose
Found 0 device objects of capability 'input.keymap'

Там дальше ещё есть такая проверка:

<match key="/org/freedesktop/Hal/devices/platform_eeepc:platform.id" 
string="eeepc">

При этом
# hal-device platform_eeepc
libhal.c 544 : No device with id 
/org/freedesktop/Hal/devices/platform_eeepc
org.freedesktop.Hal.NoSuchDevice: No device with id 
/org/freedesktop/Hal/devices/platform_eeepc


Стоит, видимо, ещё отметить, что ни одного устроства с интерфейсом
killswitch hal также не знает, и как бы он выключал питание на wlan
даже если бы кнопки заработали мне тоже неизвестно. В предыдущей
версии hal-info был fdi для killswitch на eeepc, но там также
проверяется наличие platform_eeepc, которого нет, так что не работает.

На всякий случай:
$ rpm -q hal hal-info hal-laptop udev udev-rules
hal-0.5.12-alt10
hal-info-20081219-alt4
hal-laptop-0.1.1-alt4
udev-136-alt1
udev-rules-136-alt1

$ uname -r
2.6.27-std-def-alt9

$ lsmod|grep eee
eeepc_acpi             10384  0

Что тебе рассказать чтобы ты смог это поправить, или где почитать про
то, как это поправить самому?

-- 
Alexey Voinov



  parent reply	other threads:[~2009-01-17 10:44 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-28 11:28 ` Alexey I. Froloff
2008-12-28 11:37   ` Valery V. Inozemtsev
2008-12-28 12:43     ` Alexey I. Froloff
2008-12-28 13:08       ` Valery V. Inozemtsev
2008-12-28 13:22         ` Valery V. Inozemtsev
2008-12-28 14:18         ` Alexey I. Froloff
2008-12-28 14:28           ` Valery V. Inozemtsev
2008-12-28 15:11             ` Alexey I. Froloff
2008-12-28 15:29               ` Valery V. Inozemtsev
2008-12-28 15:42                 ` Alexey I. Froloff
2008-12-28 15:49                   ` Valery V. Inozemtsev
2008-12-28 15:51                     ` Mikhail Gusarov
2008-12-28 16:28                       ` Valery V. Inozemtsev
2008-12-28 17:31                         ` Alexey I. Froloff
2008-12-28 17:42                           ` Valery V. Inozemtsev
2008-12-28 18:19                             ` Alexey I. Froloff
2008-12-28 18:22                               ` Valery V. Inozemtsev
2008-12-28 18:35                                 ` Alexey I. Froloff
2008-12-28 18:57                                   ` Valery V. Inozemtsev
2008-12-28 22:08                                     ` [sisyphus] /var/run/xauth/ Dmitry V. Levin
2008-12-29  9:44                                       ` Sergey V Turchin
2008-12-28 19:07                                   ` [sisyphus] [cyber] I: Sisyphus-20081228 packages: +7! -51 +38 (8428) Valery V. Inozemtsev
2008-12-28 19:26                                   ` Valery V. Inozemtsev
2008-12-28 20:31                                     ` Alexey Voinov
2008-12-28 21:15                                       ` Alexey I. Froloff
2008-12-29  6:00                                         ` Alexey Voinov
2009-01-17 10:44     ` Alexey Voinov [this message]
2009-01-17 10:51       ` Michail Yakushin
2009-01-20 17:39         ` [sisyphus] hal-laptop on eeepc 900 Alexey Voinov
2009-01-20 17:48           ` Valery V. Inozemtsev
2009-01-20 18:55             ` Alexey Voinov
2009-01-20 19:07               ` Alexey Voinov
2009-01-20 19:22                 ` Valery V. Inozemtsev
2009-01-20 20:01                   ` Michail Yakushin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090117.134450.132013011.voins@altlinux.ru \
    --to=voins@altlinux.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git