Activity log for bug #338328

Date Who What changed Old value New value Message
2009-03-05 17:09:27 Alkis Georgopoulos bug added bug
2009-03-05 17:52:33 Martin Pitt bug added attachment '30-keymap-acer.fdi' (30-keymap-acer.fdi)
2009-03-05 17:53:28 Martin Pitt hal-info: status New Incomplete
2009-03-05 17:53:28 Martin Pitt hal-info: assignee pitti
2009-03-05 17:53:28 Martin Pitt hal-info: statusexplanation
2009-03-05 18:44:23 Alkis Georgopoulos bug added attachment '30-keymap-acer.fdi' (30-keymap-acer.fdi)
2009-03-05 18:45:42 Alkis Georgopoulos bug added attachment 'hal.txt' (hal.txt)
2009-03-06 13:59:20 Alkis Georgopoulos bug added attachment 'lshal.zip' (lshal.zip)
2009-03-06 15:43:51 Martin Pitt bug added attachment '10-laptop-panel-hardware.fdi' (10-laptop-panel-hardware.fdi)
2009-03-06 16:26:24 Alkis Georgopoulos bug added attachment 'brightness.png' (brightness.png)
2009-03-06 17:27:46 Martin Pitt bug assigned to linux (Ubuntu)
2009-03-06 17:33:15 Martin Pitt hal-info: status Incomplete In Progress
2009-03-06 17:33:15 Martin Pitt hal-info: statusexplanation So for now I'll commit the updated key symbols to hal-info. I'm afraid you need to leave your "blacklist video" approach on your sytem for now.
2009-03-06 17:35:21 Martin Pitt hal-info: status In Progress Fix Committed
2009-03-06 17:35:21 Martin Pitt hal-info: statusexplanation So for now I'll commit the updated key symbols to hal-info. I'm afraid you need to leave your "blacklist video" approach on your sytem for now. Committed upstream.
2009-03-27 06:38:52 Launchpad Janitor hal-info: status Fix Committed Fix Released
2009-12-05 15:01:01 Launchpad Janitor branch linked lp:ubuntu/hal-info
2010-03-14 01:57:30 Jeremy Foshee tags needs-kernel-logs
2010-03-14 01:57:31 Jeremy Foshee tags needs-kernel-logs needs-kernel-logs needs-upstream-testing
2010-03-14 01:57:34 Jeremy Foshee tags needs-kernel-logs needs-upstream-testing kj-triage needs-kernel-logs needs-upstream-testing
2010-03-14 01:57:38 Jeremy Foshee linux (Ubuntu): status New Incomplete
2010-03-14 06:01:45 Alkis Georgopoulos tags kj-triage needs-kernel-logs needs-upstream-testing apport-collected kj-triage needs-kernel-logs needs-upstream-testing
2010-03-14 06:01:47 Alkis Georgopoulos description Binary package hint: hal-info Continuing from bugs #327707 and #281951. Reporting the keys that do not work correctly with the latest patch (https://bugs.launchpad.net/ubuntu/+source/hal-info/+bug/327707/comments/15). Martin thanks for your interest in solving this. Please replace <append key="input.keymap.data" type="strlist">e04e:brightnessup</append> <!-- Fn+Right Brightness Up --> <append key="input.keymap.data" type="strlist">e06f:brightnessdown</append> <!-- Fn+Left Brightness Down --> with <append key="input.keymap.data" type="strlist">e04e:reserved</append> <!-- Brightness up --> <append key="input.keymap.data" type="strlist">e06f:reserved</append> <!-- Brightness down --> because the brightness is already changed in the hardware - so sending the keystrokes is changing the brightness again, reducing the available brighness levels from 10 to only 5. Another sideeffect of this is that while watching an e.g. youtube movie, the brightness keys cancel fullscreen (but not if they're declared as "reserved"). Please add <append key="input.keymap.data" type="strlist">e00a:media</append> <!-- TV button --> Also, with the new .fdi, my browser key send an "XF86HomePage" which didn't start the browser. So please add <append key="input.keymap.data" type="strlist">e032:www</append> <!-- WWW button --> which does start the browser (with the default gnome shortcuts). I don't have these keys, but I don't mind if they're declared because they don't collide with any of my keys: <append key="input.keymap.data" type="strlist">e054:bluetooth</append> <!-- Bluetooth (toggle) off-to-on --> <append key="input.keymap.data" type="strlist">e057:bluetooth</append> <!-- Bluetooth (toggle) on-to-off --> <append key="input.keymap.data" type="strlist">e058:bluetooth</append> <!-- Bluetooth (toggle) off-to-on --> (ok, removed with last patch) <append key="input.keymap.data" type="strlist">e059:brightnessup</append> <!-- Fn+Right Brightness Up --> <append key="input.keymap.data" type="strlist">e06e:brightnessup</append> <!-- Fn+Right Brightness Up --> <append key="input.keymap.data" type="strlist">e071:f22</append> <!-- Fn+F7 Touchpad toggle (off-to-on) --> (ok, removed with last patch) <append key="input.keymap.data" type="strlist">e072:f22</append> <!-- Fn+F7 Touchpad toggle (on-to-off) --> <append key="input.keymap.data" type="strlist">e073:prog2</append> <!-- "P2" programmable button --> <append key="input.keymap.data" type="strlist">e075:presentation</append> <!-- Minimise all Windows --> <append key="input.keymap.data" type="strlist">e078:fn</append> <!-- Fn key --> <append key="input.keymap.data" type="strlist">e079:f23</append> <!-- Launch NTI shadow --> Kind regards, Alkis Georgopoulos Binary package hint: hal-info Continuing from bugs #327707 and #281951. Reporting the keys that do not work correctly with the latest patch (https://bugs.launchpad.net/ubuntu/+source/hal-info/+bug/327707/comments/15). Martin thanks for your interest in solving this. Please replace <append key="input.keymap.data" type="strlist">e04e:brightnessup</append> <!-- Fn+Right Brightness Up --> <append key="input.keymap.data" type="strlist">e06f:brightnessdown</append> <!-- Fn+Left Brightness Down --> with <append key="input.keymap.data" type="strlist">e04e:reserved</append> <!-- Brightness up --> <append key="input.keymap.data" type="strlist">e06f:reserved</append> <!-- Brightness down --> because the brightness is already changed in the hardware - so sending the keystrokes is changing the brightness again, reducing the available brighness levels from 10 to only 5. Another sideeffect of this is that while watching an e.g. youtube movie, the brightness keys cancel fullscreen (but not if they're declared as "reserved"). Please add <append key="input.keymap.data" type="strlist">e00a:media</append> <!-- TV button --> Also, with the new .fdi, my browser key send an "XF86HomePage" which didn't start the browser. So please add <append key="input.keymap.data" type="strlist">e032:www</append> <!-- WWW button --> which does start the browser (with the default gnome shortcuts). I don't have these keys, but I don't mind if they're declared because they don't collide with any of my keys: <append key="input.keymap.data" type="strlist">e054:bluetooth</append> <!-- Bluetooth (toggle) off-to-on --> <append key="input.keymap.data" type="strlist">e057:bluetooth</append> <!-- Bluetooth (toggle) on-to-off --> <append key="input.keymap.data" type="strlist">e058:bluetooth</append> <!-- Bluetooth (toggle) off-to-on --> (ok, removed with last patch) <append key="input.keymap.data" type="strlist">e059:brightnessup</append> <!-- Fn+Right Brightness Up --> <append key="input.keymap.data" type="strlist">e06e:brightnessup</append> <!-- Fn+Right Brightness Up --> <append key="input.keymap.data" type="strlist">e071:f22</append> <!-- Fn+F7 Touchpad toggle (off-to-on) --> (ok, removed with last patch) <append key="input.keymap.data" type="strlist">e072:f22</append> <!-- Fn+F7 Touchpad toggle (on-to-off) --> <append key="input.keymap.data" type="strlist">e073:prog2</append> <!-- "P2" programmable button --> <append key="input.keymap.data" type="strlist">e075:presentation</append> <!-- Minimise all Windows --> <append key="input.keymap.data" type="strlist">e078:fn</append> <!-- Fn key --> <append key="input.keymap.data" type="strlist">e079:f23</append> <!-- Launch NTI shadow --> Kind regards, Alkis Georgopoulos --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21. Architecture: i386 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: alkisg 1270 F.... pulseaudio /dev/snd/pcmC0D0p: alkisg 1270 F...m pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf3500000 irq 22' Mixer name : 'Realtek ALC1200' Components : 'HDA:10ec0888,10250121,00100101 HDA:14f12c06,10250121,00100000' Controls : 24 Simple ctrls : 14 DistroRelease: Ubuntu 10.04 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100202) MachineType: Acer, inc. Aspire 5920G NonfreeKernelModules: nvidia Package: linux (not installed) ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-16-generic-pae root=UUID=ef8419f4-e069-4ec3-af61-70bc1fc78bb4 ro quiet splash ProcEnviron: PATH=(custom, user) LANG=el_GR.utf8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.32-16.25-generic-pae Regression: No RelatedPackageVersions: linux-firmware 1.32 Reproducible: Yes Tags: lucid needs-upstream-testing TestedUpstream: No Uname: Linux 2.6.32-16-generic-pae i686 UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev plugdev sambashare sudo tape vboxusers video dmi.bios.date: 01/29/2008 dmi.bios.vendor: Acer dmi.bios.version: v1.3808 dmi.board.name: Chapala dmi.board.vendor: Acer, Inc. dmi.board.version: Not Applicable dmi.chassis.type: 1 dmi.chassis.vendor: Acer, Inc. dmi.chassis.version: N/A dmi.modalias: dmi:bvnAcer:bvrv1.3808:bd01/29/2008:svnAcer,inc.:pnAspire5920G:pvrNotApplicable:rvnAcer,Inc.:rnChapala:rvrNotApplicable:cvnAcer,Inc.:ct1:cvrN/A: dmi.product.name: Aspire 5920G dmi.product.version: Not Applicable dmi.sys.vendor: Acer, inc.
2010-03-14 06:01:50 Alkis Georgopoulos attachment added AlsaDevices.txt http://launchpadlibrarian.net/40920450/AlsaDevices.txt
2010-03-14 06:01:53 Alkis Georgopoulos attachment added AplayDevices.txt http://launchpadlibrarian.net/40920451/AplayDevices.txt
2010-03-14 06:01:55 Alkis Georgopoulos attachment added ArecordDevices.txt http://launchpadlibrarian.net/40920452/ArecordDevices.txt
2010-03-14 06:01:59 Alkis Georgopoulos attachment added BootDmesg.txt http://launchpadlibrarian.net/40920454/BootDmesg.txt
2010-03-14 06:02:03 Alkis Georgopoulos attachment added Card0.Amixer.values.txt http://launchpadlibrarian.net/40920455/Card0.Amixer.values.txt
2010-03-14 06:02:06 Alkis Georgopoulos attachment added Card0.Codecs.codec.0.txt http://launchpadlibrarian.net/40920456/Card0.Codecs.codec.0.txt
2010-03-14 06:02:09 Alkis Georgopoulos attachment added Card0.Codecs.codec.1.txt http://launchpadlibrarian.net/40920457/Card0.Codecs.codec.1.txt
2010-03-14 06:02:12 Alkis Georgopoulos attachment added CurrentDmesg.txt http://launchpadlibrarian.net/40920458/CurrentDmesg.txt
2010-03-14 06:02:16 Alkis Georgopoulos attachment added IwConfig.txt http://launchpadlibrarian.net/40920459/IwConfig.txt
2010-03-14 06:02:21 Alkis Georgopoulos attachment added Lspci.txt http://launchpadlibrarian.net/40920460/Lspci.txt
2010-03-14 06:02:23 Alkis Georgopoulos attachment added Lsusb.txt http://launchpadlibrarian.net/40920462/Lsusb.txt
2010-03-14 06:02:27 Alkis Georgopoulos attachment added PciMultimedia.txt http://launchpadlibrarian.net/40920463/PciMultimedia.txt
2010-03-14 06:02:29 Alkis Georgopoulos attachment added ProcCpuinfo.txt http://launchpadlibrarian.net/40920465/ProcCpuinfo.txt
2010-03-14 06:02:33 Alkis Georgopoulos attachment added ProcInterrupts.txt http://launchpadlibrarian.net/40920466/ProcInterrupts.txt
2010-03-14 06:02:36 Alkis Georgopoulos attachment added ProcModules.txt http://launchpadlibrarian.net/40920471/ProcModules.txt
2010-03-14 06:02:41 Alkis Georgopoulos attachment added RfKill.txt http://launchpadlibrarian.net/40920473/RfKill.txt
2010-03-14 06:02:45 Alkis Georgopoulos attachment added UdevDb.txt http://launchpadlibrarian.net/40920474/UdevDb.txt
2010-03-14 06:02:52 Alkis Georgopoulos attachment added UdevLog.txt http://launchpadlibrarian.net/40920475/UdevLog.txt
2010-03-14 06:03:03 Alkis Georgopoulos attachment added WifiSyslog.txt http://launchpadlibrarian.net/40920477/WifiSyslog.txt
2010-03-14 06:09:55 Alkis Georgopoulos linux (Ubuntu): status Incomplete New
2010-12-03 23:27:04 Brad Figg tags apport-collected kj-triage needs-kernel-logs needs-upstream-testing acpi apport-collected kj-triage needs-kernel-logs needs-upstream-testing
2010-12-03 23:27:07 Brad Figg tags acpi apport-collected kj-triage needs-kernel-logs needs-upstream-testing acpi acpi-apic apport-collected kj-triage needs-kernel-logs needs-upstream-testing
2010-12-03 23:30:56 Brad Figg tags acpi acpi-apic apport-collected kj-triage needs-kernel-logs needs-upstream-testing acpi acpi-apic acpi-method-return apport-collected kj-triage needs-kernel-logs needs-upstream-testing
2010-12-03 23:30:59 Brad Figg tags acpi acpi-apic acpi-method-return apport-collected kj-triage needs-kernel-logs needs-upstream-testing acpi acpi-apic acpi-method-return acpi-parse-exec-fail apport-collected kj-triage needs-kernel-logs needs-upstream-testing
2011-05-04 00:58:57 Brad Figg linux (Ubuntu): status New Confirmed
2013-12-17 16:00:58 penalvch linux (Ubuntu): importance Undecided Low
2013-12-17 16:00:58 penalvch linux (Ubuntu): status Confirmed Incomplete
2013-12-17 17:10:06 penalvch linux (Ubuntu): status Incomplete Invalid