Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3
Date: Sat, 07 Jan 2012 01:19:27
Message-Id: 20120107011730.GC13697@waltdnes.org
In Reply to: Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3 by pk
1 On Thu, Jan 05, 2012 at 08:30:52AM +0100, pk wrote
2 > On 2012-01-05 01:02, Alan McKinnon wrote:
3 >
4 > > On my notebooks and test/development VMs, that's different. Those need
5 > > udev.
6 >
7 > Why does it need udev specifically? Just curious... if there's a
8 > technical need for something else than /dev population (and possible
9 > configuration of devices, i.e. tell the kernel what bits needs to be
10 > switched)?
11
12 I think I've found one item so far that requires udev. My laptop's
13 graphics chip needs a binary blob from radeon-ucode. That binary blob,
14 in turn, requires the presence of /usr/lib/libudev.so.0 which is a
15 symlink to /usr/lib/libudev.so.0.9.3 (which is also required). I can
16
17 emerge udev
18 move or copy the 2 files over to /root
19 unmerge udev
20 move or copy the 2 files from /root to /usr/lib/
21
22 and it still works. Note that /usr/lib/ is a symlink to /usr/lib64 on my
23 64-bit gentoo.
24
25 --
26 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3 pk <peterk2@××××××××.se>