Dell Inspiron 1501 hotkeys are not recognized
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hal (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I'm using gutsy. In gutsy my Dell Inspiron 1501 laptop quite works well accept some problem.
I cannot adjust my lcd brightness with Fn + Up(Fn + Down) keys. Its works well in windows. Other keys(Volume control, Battery state, Ejecting CD, etc...) works well, too.
But I can adjust bright manually.
$ cat /proc/acpi/
levels: 100 37 12 25 37 50 62 75 87 100
current: 0
$ sudo -i
# echo 75 > /proc/acpi/
# echo 87 > /proc/acpi/
I collect some information by following https:/
lcd bright increase key(Fn+Up) code - 0xd4
lcd bright decrease key(Fn+Down) code - 0x65
These key also make acpi events,
when press lcd bright increase(Fn + Up),
[Wed Oct 3 04:41:16 2007] received event "video LCD 00000086 00000000"
[Wed Oct 3 04:41:16 2007] notifying client 8898[107:115]
[Wed Oct 3 04:41:16 2007] notifying client 5377[0:0]
[Wed Oct 3 04:41:16 2007] executing action "/etc/acpi/
[Wed Oct 3 04:41:16 2007] BEGIN HANDLER MESSAGES
[Wed Oct 3 04:41:16 2007] END HANDLER MESSAGES
[Wed Oct 3 04:41:16 2007] action exited with status 0
[Wed Oct 3 04:41:16 2007] completed event "video LCD 00000086 00000000"
when press lcd bright decrease(Fn+ Down),
[Wed Oct 3 04:42:00 2007] received event "video LCD 00000087 00000000"
[Wed Oct 3 04:42:00 2007] notifying client 8898[107:115]
[Wed Oct 3 04:42:00 2007] notifying client 5377[0:0]
[Wed Oct 3 04:42:00 2007] executing action "/etc/acpi/
[Wed Oct 3 04:42:00 2007] BEGIN HANDLER MESSAGES
[Wed Oct 3 04:42:00 2007] END HANDLER MESSAGES
[Wed Oct 3 04:42:00 2007] action exited with status 0
[Wed Oct 3 04:42:00 2007] completed event "video LCD 00000087 00000000"
I forgot laptop information
$ sudo dmidecode -s system-manufacturer
$ sudo dmidecode -s system-product-name
$ sudo dmidecode -s system-version
Dell Inc.
Inspiron 1501
Not Specified