Bruno Redondi | 1 Feb 12:59
Picon
Favicon

keymap for Fujitsu Siemens Amilo Li 2732

See attached keymap and device dump for the following laptop:

akrab ~ # cat /sys/class/dmi/id/sys_vendor 
FUJITSU SIEMENS
akrab ~ # cat /sys/class/dmi/id/product_name 
AMILO Li 2732                  
akrab ~ # 

the following keys are not detected by /lib/udev/keymap -i:

Fn+F1 toogles wireless on/off
Fn+F11 toogles fan speed

Regards,
Bruno Redondi
P: /devices/LNXSYSTM:00
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00
E: MODALIAS=acpi:LNXSYSTM:
E: SUBSYSTEM=acpi

P: /devices/LNXSYSTM:00/LNXCPU:00
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:00
E: DRIVER=processor
E: MODALIAS=acpi:LNXCPU:
E: SUBSYSTEM=acpi

(Continue reading)

Kay Sievers | 1 Feb 14:00

Re: [PATCH] ata_id: fix identify string fixup

On Mon, Jan 30, 2012 at 11:51, Andreas Schwab <schwab <at> linux-m68k.org> wrote:
> ---
>  src/extras/ata_id/ata_id.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Applied. Thanks, Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Natanael Copa | 1 Feb 21:11

[PATCH] make: support for tar without -J option

Not all tar implemntation has support for -J yet. For example
busybox tar.

This trivial fix makes the build work out of the box on those systems.

Signed-off-by: Natanael Copa <ncopa <at> alpinelinux.org>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 1de4b27..e88a243 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -315,7 +315,7 @@ src_test_udev_CPPFLAGS = $(udev_common_CPPFLAGS)

 # packed sysfs test tree
 test/sys/kernel/uevent_seqnum:
-	$(AM_V_GEN)mkdir -p test && tar -C test/ -xJf $(top_srcdir)/test/sys.tar.xz
+	$(AM_V_GEN)mkdir -p test && unxz -c $(top_srcdir)/test/sys.tar.xz | tar -C test/ -x

 BUILT_SOURCES += test/sys/kernel/uevent_seqnum

--

-- 
1.7.9

--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
(Continue reading)

Natanael Copa | 1 Feb 21:22

[PATCH] make: link udevd with -lrt

sd-daemon.c uses mq_getattr() and should link with -lrt as the
man mq_getattr(3) states.

Signed-off-by: Natanael Copa <ncopa <at> alpinelinux.org>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e88a243..d5af409 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -249,7 +249,7 @@ src_udevd_SOURCES = \
 	src/sd-daemon.h \
 	src/sd-daemon.c
 src_udevd_CFLAGS = $(udev_common_CFLAGS)
-src_udevd_LDADD = $(udev_common_LDADD)
+src_udevd_LDADD = $(udev_common_LDADD) -lrt
 src_udevd_CPPFLAGS = $(udev_common_CPPFLAGS)

 src_udevadm_SOURCES = \
--

-- 
1.7.9

--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

(Continue reading)

Martin Pitt | 6 Feb 09:02
Favicon
Gravatar

Re: keymap for Fujitsu Siemens Amilo Li 2732

Hello Bruno,

Bruno Redondi [2012-02-01 12:59 +0100]:
> See attached keymap and device dump for the following laptop:
> akrab ~ # cat /sys/class/dmi/id/sys_vendor 
> FUJITSU SIEMENS
> akrab ~ # cat /sys/class/dmi/id/product_name 
> AMILO Li 2732                  

Thank you! Committed to git.

Martin

--

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Kay Sievers | 7 Feb 06:14

[ANNOUNCE] udev 181

Here comes a new udev version. Thanks to all who have contributed to
this release.

The tarball can be found here:
 ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/

The development repository can be found here:
 http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=summary

The ChangeLog can be found here:
 http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=blob;hb=HEAD;f=ChangeLog

udev 181
========
Require kmod version 5.

Provide /dev/cdrom symlink for /dev/sr0
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Matthew Whitehead | 7 Feb 15:57
Picon
Favicon

i82365 ISA-to-PCMCIA Bridge

I have an ancient i82365 ISA to PCMCIA bridge card (alas, the only testing hardware I have). The 3.2.2 kernel
module successfully recognizes it, and it generates plug/unplug events.

However, it doesn't recognize the known good 3Com 3c589 card.

What fundamentals should I be checking here? This is a Fedora 16 installation.

- Matthew
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Rogutės Sparnuotos | 10 Feb 14:44

"index_mm_open: No such file or directory" on a kernel without modules

G'day,

On a kernel without modules (/lib/modules empty), udev prints
"index_mm_open: No such file or directory"
at startup. Why?

--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Rogutės Sparnuotos | 11 Feb 00:15

[udev] [iwlwifi] firmware 60s late on a module-less kernel

G'day,

An Intel Wireless-N 1030 wireless card needs 60 seconds to load its
firmware on a kernel without modules (CONFIG_MODULES is not set). Works
fine when iwlwifi driver is compiled as a module. Is this fixable? Where
do I report about the issue?

Tested with linux 3.2 and 3.3-rc3, and udev-v180 on Archlinux.

Thanks.
--  Rogutės Sparnuotos
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Kay Sievers | 11 Feb 12:31

Re: "index_mm_open: No such file or directory" on a kernel without modules

On Fri, Feb 10, 2012 at 14:44, Rogutės Sparnuotos
<rogutes <at> googlemail.com> wrote:
> G'day,
>
> On a kernel without modules (/lib/modules empty), udev prints
> "index_mm_open: No such file or directory"
> at startup. Why?

It's probably libkmod.

Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane