From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Frilling Date: Sun, 22 Jan 2012 20:03:36 +0000 Subject: Udev loads wrong keymap Message-Id: <4F1C6B98.5040005@frilling-online.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Since the upgrade from 175 to 178 udev does not load the correct keymap file on my Samsung netbook. Keys like BrightnessUp/Down and a bunch of others do not work. The correct keymap is samsung-other and it should be loaded from 95-keymap.rules, line 141: ENV{DMI_VENDOR}="[sS][aA][mM][sS][uU][nN][gG]*", RUN+="keymap $name samsung-other" $ cat /sys/class/dmi/id/{sys_vendor,product_name} SAMSUNG ELECTRONICS CO., LTD. N145P/N250P/N260P Manual loading of the keymap (# /lib/udev/keymap -i input/event0 samsung-other) fixes the issue. Other users reported similar bugs, see https://bugs.archlinux.org/task/28049