Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: udev-guide.xml
Date: Tue, 25 Dec 2012 19:02:53
Message-Id: 20121225184107.4FDD42171D@flycatcher.gentoo.org
1 swift 12/12/25 18:41:07
2
3 Modified: udev-guide.xml
4 Log:
5 Fix bug #448443 - Update to reflect recent kernels, reword a bit as well since 2.6.6 is not a "recent kernel" anymore. Thanks to Francesco Turco for reporting.
6
7 Revision Changes Path
8 1.56 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.56&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.56&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.55&r2=1.56
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
17 retrieving revision 1.55
18 retrieving revision 1.56
19 diff -u -r1.55 -r1.56
20 --- udev-guide.xml 26 Dec 2011 15:22:40 -0000 1.55
21 +++ udev-guide.xml 25 Dec 2012 18:41:07 -0000 1.56
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.55 2011/12/26 15:22:40 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.56 2012/12/25 18:41:07 swift Exp $ -->
27
28 <guide>
29 <title>Gentoo udev Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>10</version>
35 -<date>2011-12-26</date>
36 +<version>12</version>
37 +<date>2012-12-25</date>
38
39 <chapter>
40 <title>What is udev?</title>
41 @@ -73,8 +73,8 @@
42 <p>
43 Every time a change happens within the device structure, the kernel emits a
44 <e>uevent</e> which gets picked up by udev. udev then follows the rules as
45 -declared in the <path>/etc/udev/rules.d</path> and
46 -<path>/lib/udev/rules.d</path> directories. Based on the information contained
47 +declared in the <path>/etc/udev/rules.d</path>, <path>/run/udev/rules.d</path>
48 +and <path>/lib/udev/rules.d</path> directories. Based on the information contained
49 within the uevent, it finds the rule or rules it needs to trigger and performs
50 the required actions. These actions can be creating or deleting device files,
51 but can also trigger the loading of particular firmware files into the
52 @@ -92,7 +92,7 @@
53 <body>
54
55 <p>
56 -udev is meant to be used in combination with a 2.6 kernel (like
57 +udev is meant to be used in combination with a 2.6 and 3.x kernel (like
58 <c>gentoo-sources</c> with the default 10.0 profile). If you're using such a
59 kernel then you just should have no issues whatsoever with using udev as the
60 necessary support is built-in in all stable <c>sys-apps/baselayout</c>
61 @@ -242,7 +242,7 @@
62 <body>
63
64 <p>
65 -Recent versions of udev (104 and up) along with newer kernel versions (2.6.19
66 +For a couple of years, udev (104 and up) along with the Linux kernel (versions 2.6.19
67 and up) may change your disc device names, due to a change in the kernel's
68 libata implementation. A CD-RW device at <path>/dev/hdc</path> may be changed to
69 <path>/dev/sr0</path>. While this is not normally a problem, it may cause issues
70 @@ -360,7 +360,8 @@
71
72 <p>
73 For kernels older than 2.6.4 you have to explicitly include support for the
74 -<path>/dev/pts</path> filesystem.
75 +<path>/dev/pts</path> filesystem, although we <e>seriously</e> recommend you to
76 +switch to a more recent kernel.
77 </p>
78
79 <pre caption="Enabling the /dev/pts filesystem">