* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2005-08-12 10:34 swift
0 siblings, 0 replies; 16+ messages in thread
From: swift @ 2005-08-12 10:34 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/12 10:34:52
Modified: xml/htdocs/doc/en udev-guide.xml
Log:
Add merging of multiphat-tools for the LVM2 name rewriting in udev. Reported by jon@kiwiuk.net.
Revision Changes Path
1.27 +14 -3 xml/htdocs/doc/en/udev-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- udev-guide.xml 2 Jul 2005 13:02:01 -0000 1.26
+++ udev-guide.xml 12 Aug 2005 10:34:52 -0000 1.27
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.26 2005/07/02 13:02:01 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.27 2005/08/12 10:34:52 swift Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.20</version>
-<date>2005-07-02</date>
+<version>0.21</version>
+<date>2005-08-12</date>
<chapter>
<title>What is udev?</title>
@@ -391,6 +391,17 @@
KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c"
</pre>
+<p>
+Next, install <c>sys-fs/multipath-tools</c> which contains the
+<c>devmap_name</c> application.
+</p>
+
+<pre caption="Installing multipath-tools">
+<comment>(At the moment of writing, multipath-tools is only available in the testing branch:)</comment>
+# <i>echo "=sys-fs/multipath-tools-0.4.2 ~x86" >> /etc/portage/package.keywords</i>
+# <i>emerge multipath-tools</i>
+</pre>
+
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2006-01-05 20:08 swift
0 siblings, 0 replies; 16+ messages in thread
From: swift @ 2006-01-05 20:08 UTC (permalink / raw
To: gentoo-doc-cvs
swift 06/01/05 20:08:16
Modified: xml/htdocs/doc/en udev-guide.xml
Log:
Adding NVmakedevices.sh paragraph, thanks to Adrian Dannberg for noticing
Revision Changes Path
1.28 +9 -3 xml/htdocs/doc/en/udev-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.28&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.28&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml.diff?r1=1.27&r2=1.28&cvsroot=gentoo
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- udev-guide.xml 12 Aug 2005 10:34:52 -0000 1.27
+++ udev-guide.xml 5 Jan 2006 20:08:16 -0000 1.28
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.27 2005/08/12 10:34:52 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.28 2006/01/05 20:08:16 swift Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.21</version>
-<date>2005-08-12</date>
+<version>0.22</version>
+<date>2006-01-05</date>
<chapter>
<title>What is udev?</title>
@@ -370,6 +370,12 @@
</li>
</ul>
+<p>
+If <c>xorg-x11</c> refuses to start, it might be because the
+<path>/dev/nvidia</path> device file is missing. If that is the case, run
+<path>/sbin/NVmakedevices.sh</path> to (re)create it.
+</p>
+
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2006-03-25 7:19 Shyam Mani
0 siblings, 0 replies; 16+ messages in thread
From: Shyam Mani @ 2006-03-25 7:19 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 06/03/25 07:19:00
Modified: udev-guide.xml
Log:
Fixes to close bug #105729
Revision Changes Path
1.29 xml/htdocs/doc/en/udev-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- udev-guide.xml 5 Jan 2006 20:08:16 -0000 1.28
+++ udev-guide.xml 25 Mar 2006 07:19:00 -0000 1.29
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.28 2006/01/05 20:08:16 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.29 2006/03/25 07:19:00 fox2mike Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.22</version>
-<date>2006-01-05</date>
+<version>0.23</version>
+<date>2006-03-25</date>
<chapter>
<title>What is udev?</title>
@@ -439,6 +439,15 @@
Device rule for your mouse points to an existing device file.
</p>
+<p>
+Another issue is the difference in naming of terminals between devfs and udev.
+While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c>. This
+could lead to a problem in case you are restricting root logins from consoles
+using <path>/etc/securetty</path>. You will need to make sure that <c>tty1</c>
+is changed to <c>vc/1</c> in <path>/etc/securetty</path> to ensure that root
+can login using the console.
+</p>
+
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2006-04-14 20:42 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2006-04-14 20:42 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/04/14 20:42:09
Modified: udev-guide.xml
Log:
itty-bitty punctuation fix. **no content change*
Revision Changes Path
1.30 xml/htdocs/doc/en/udev-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.30&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.30&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml.diff?r1=1.29&r2=1.30&cvsroot=gentoo
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- udev-guide.xml 25 Mar 2006 07:19:00 -0000 1.29
+++ udev-guide.xml 14 Apr 2006 20:42:09 -0000 1.30
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.29 2006/03/25 07:19:00 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.30 2006/04/14 20:42:09 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -189,10 +189,10 @@
</pre>
<p>
-udev will install <c>hotplug-base</c> as one of it's dependencies.
-You do not need to install <c>hotplug</c> unless you want your modules
-automatically loaded when you plug devices in. <c>hotplug</c> also handles the
-automated bringup of network devices and firmware downloading.
+udev will install <c>hotplug-base</c> as one of its dependencies. You do not
+need to install <c>hotplug</c> unless you want your modules automatically
+loaded when you plug devices in. <c>hotplug</c> also handles the automated
+bringup of network devices and firmware downloading.
</p>
<pre caption="Installing optional hotplug scripts">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2006-08-31 2:41 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2006-08-31 2:41 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/08/31 02:41:18
Modified: udev-guide.xml
Log:
Updated udev guide for bug 143121
Revision Changes Path
1.31 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.30&r2=1.31
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- udev-guide.xml 14 Apr 2006 20:42:09 -0000 1.30
+++ udev-guide.xml 31 Aug 2006 02:41:18 -0000 1.31
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.30 2006/04/14 20:42:09 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.31 2006/08/31 02:41:18 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.23</version>
-<date>2006-03-25</date>
+<version>0.24</version>
+<date>2006-08-30</date>
<chapter>
<title>What is udev?</title>
@@ -441,11 +441,11 @@
<p>
Another issue is the difference in naming of terminals between devfs and udev.
-While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c>. This
-could lead to a problem in case you are restricting root logins from consoles
-using <path>/etc/securetty</path>. You will need to make sure that <c>tty1</c>
-is changed to <c>vc/1</c> in <path>/etc/securetty</path> to ensure that root
-can login using the console.
+While devfs calls its terminals <c>tty</c>, udev calls them <c>vc</c> and
+<c>tty</c>. This could lead to a problem in case you are restricting root
+logins from consoles using <path>/etc/securetty</path>. You will need to make
+sure that both <c>tty1</c> and <c>vc/1</c> are listed in
+<path>/etc/securetty</path> to ensure that root can login using the console.
</p>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2006-11-27 0:08 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2006-11-27 0:08 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/11/27 00:08:22
Modified: udev-guide.xml
Log:
updated udev guide for bug 156335, thanks to jkt for bringing it up on irc
Revision Changes Path
1.32 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.31&r2=1.32
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- udev-guide.xml 31 Aug 2006 02:41:18 -0000 1.31
+++ udev-guide.xml 27 Nov 2006 00:08:22 -0000 1.32
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.31 2006/08/31 02:41:18 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.32 2006/11/27 00:08:22 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.24</version>
-<date>2006-08-30</date>
+<version>0.25</version>
+<date>2006-11-26</date>
<chapter>
<title>What is udev?</title>
@@ -216,6 +216,15 @@
# <i>rc-update add coldplug boot</i>
</pre>
+<note>
+You no longer need to emerge <c>coldplug</c> if you're using udev version 103
+and higher, as udev itself will handle module loading. If you are upgrading to
+version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
+upgrading udev. Be sure to remove the coldplug init script from all runlevels
+(<c>rc-update del coldplug</c>), and then delete it from
+<path>/etc/init.d/</path> afterward.
+</note>
+
<p>
Kernelwise, be sure to activate the following options:
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2007-01-05 16:40 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-01-05 16:40 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/01/05 16:40:42
Modified: udev-guide.xml
Log:
moved udev-103 blurb a little higher up, bug 160225
Revision Changes Path
1.35 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.34&r2=1.35
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- udev-guide.xml 29 Nov 2006 15:48:57 -0000 1.34
+++ udev-guide.xml 5 Jan 2007 16:40:42 -0000 1.35
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.34 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.35 2007/01/05 16:40:42 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.25</version>
-<date>2006-11-26</date>
+<version>0.26</version>
+<date>2006-01-05</date>
<chapter>
<title>What is udev?</title>
@@ -201,9 +201,18 @@
<p>
If you want modules loaded for devices that have been plugged in before you
-boot, use the coldplug package:
+boot, use the coldplug package.
</p>
+<note>
+You no longer need to emerge <c>coldplug</c> if you're using udev version 103
+and higher, as udev itself will handle module loading. If you are upgrading to
+version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
+upgrading udev. Be sure to remove the coldplug init script from all runlevels
+(<c>rc-update del coldplug</c>), and then delete it from
+<path>/etc/init.d/</path> afterward.
+</note>
+
<pre caption="Installing the coldplug package">
# <i>emerge coldplug</i>
</pre>
@@ -216,15 +225,6 @@
# <i>rc-update add coldplug boot</i>
</pre>
-<note>
-You no longer need to emerge <c>coldplug</c> if you're using udev version 103
-and higher, as udev itself will handle module loading. If you are upgrading to
-version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
-upgrading udev. Be sure to remove the coldplug init script from all runlevels
-(<c>rc-update del coldplug</c>), and then delete it from
-<path>/etc/init.d/</path> afterward.
-</note>
-
<p>
Kernelwise, be sure to activate the following options:
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2007-01-05 17:31 Lukasz Damentko
0 siblings, 0 replies; 16+ messages in thread
From: Lukasz Damentko @ 2007-01-05 17:31 UTC (permalink / raw
To: gentoo-doc-cvs
rane 07/01/05 17:31:00
Modified: udev-guide.xml
Log:
it's 2007, not 2006, pwnd
Revision Changes Path
1.36 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.35&r2=1.36
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- udev-guide.xml 5 Jan 2007 16:40:42 -0000 1.35
+++ udev-guide.xml 5 Jan 2007 17:31:00 -0000 1.36
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.35 2007/01/05 16:40:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.36 2007/01/05 17:31:00 rane Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -20,7 +20,7 @@
<license/>
<version>0.26</version>
-<date>2006-01-05</date>
+<date>2007-01-05</date>
<chapter>
<title>What is udev?</title>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2007-04-10 20:55 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-04-10 20:55 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/10 20:55:33
Modified: udev-guide.xml
Log:
removing outdated LVM2 section by Cardoe's request
Revision Changes Path
1.40 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.39&r2=1.40
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- udev-guide.xml 10 Apr 2007 06:48:59 -0000 1.39
+++ udev-guide.xml 10 Apr 2007 20:55:33 -0000 1.40
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.39 2007/04/10 06:48:59 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.40 2007/04/10 20:55:33 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.29</version>
-<date>2007-04-09</date>
+<version>0.30</version>
+<date>2007-04-10</date>
<chapter>
<title>What is udev?</title>
@@ -338,38 +338,6 @@
</body>
</section>
<section>
-<title>LVM2 Names Disappear</title>
-<body>
-
-<p>
-When you use <c>udev</c> and LVM2 together, you might notice that your created
-volume groups and logical volumes have disappeared. Well, they haven't, but they
-are unfortunately named <path>/dev/dm-#</path> with # being 0, 1, ...
-</p>
-
-<p>
-To fix this, edit <path>/etc/udev/rules.d/50-udev.rules</path> and uncomment the
-following line:
-</p>
-
-<pre caption="Uncomment this line from /etc/udev/rules.d/50-udev.rules">
-KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c"
-</pre>
-
-<p>
-Next, install <c>sys-fs/multipath-tools</c> which contains the
-<c>devmap_name</c> application.
-</p>
-
-<pre caption="Installing multipath-tools">
-<comment>(At the moment of writing, multipath-tools is only available in the testing branch:)</comment>
-# <i>echo "=sys-fs/multipath-tools-0.4.2 ~x86" >> /etc/portage/package.keywords</i>
-# <i>emerge multipath-tools</i>
-</pre>
-
-</body>
-</section>
-<section>
<title>No Consistent Naming between DevFS and udev</title>
<body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2007-06-05 19:14 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-06-05 19:14 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/06/05 19:14:13
Modified: udev-guide.xml
Log:
added another FAQ for bug 177105
Revision Changes Path
1.41 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.40&r2=1.41
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- udev-guide.xml 10 Apr 2007 20:55:33 -0000 1.40
+++ udev-guide.xml 5 Jun 2007 19:14:13 -0000 1.41
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.40 2007/04/10 20:55:33 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.41 2007/06/05 19:14:13 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.30</version>
-<date>2007-04-10</date>
+<version>0.31</version>
+<date>2007-06-05</date>
<chapter>
<title>What is udev?</title>
@@ -378,6 +378,34 @@
</body>
</section>
<section>
+<title>Device renaming</title>
+<body>
+
+<p>
+Recent versions of udev (104 and up) along with newer kernel versions (2.6.19
+and up) may change your disc device names, due to a change in the kernel's
+libata implementation. A CD-RW device at <path>/dev/hdc</path> may be changed to
+<path>/dev/sr0</path>. While this is not normally a problem, it may cause issues
+for some applications that are hardcoded to look for devices at other locations.
+For example, <c>media-sound/rip</c> expects to find discs at
+<path>/dev/cdrom</path>, which becomes a problem if you use a newer kernel and
+udev renames your device to <path>/dev/cdrom1</path>.
+</p>
+
+<p>
+To work around these issues, you must edit
+<path>/etc/udev/rules.d/70-persistent-cd.rules</path> and assign the correct
+name to the device.
+</p>
+
+<p>
+For more information on writing udev rules, be sure to read Daniel Drake's <uri
+link="http://www.reactivated.net/udevrules.php">guide</uri>.
+</p>
+
+</body>
+</section>
+<section>
<title>Other issues</title>
<body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2007-08-02 23:41 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-08-02 23:41 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/08/02 23:41:49
Modified: udev-guide.xml
Log:
removed outdated nvidia information
Revision Changes Path
1.42 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.41&r2=1.42
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- udev-guide.xml 5 Jun 2007 19:14:13 -0000 1.41
+++ udev-guide.xml 2 Aug 2007 23:41:49 -0000 1.42
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.41 2007/06/05 19:14:13 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.42 2007/08/02 23:41:49 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -19,8 +19,8 @@
<license/>
-<version>0.31</version>
-<date>2007-06-05</date>
+<version>0.32</version>
+<date>2007-08-02</date>
<chapter>
<title>What is udev?</title>
@@ -320,21 +320,11 @@
<path>/etc/modules.autoload.d/kernel-2.6</path>
</li>
<li>
- a version of <c>nvidia-kernel</c> equal to or greater than
- <c>media-video/nvidia-kernel-1.0.5336-r2</c>
- </li>
- <li>
a version of baselayout equal to or greater than
<c>sys-apps/baselayout-1.8.12</c>
</li>
</ul>
-<p>
-If <c>xorg-x11</c> refuses to start, it might be because the
-<path>/dev/nvidia</path> device file is missing. If that is the case, run
-<path>/sbin/NVmakedevices.sh</path> to (re)create it.
-</p>
-
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2007-10-18 18:31 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-10-18 18:31 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/10/18 18:31:06
Modified: udev-guide.xml
Log:
fixed spaces, and also added the missing cc-by-sa license block, no content change
Revision Changes Path
1.43 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.42&r2=1.43
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- udev-guide.xml 2 Aug 2007 23:41:49 -0000 1.42
+++ udev-guide.xml 18 Oct 2007 18:31:06 -0000 1.43
@@ -1,7 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.42 2007/08/02 23:41:49 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.43 2007/10/18 18:31:06 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -17,6 +16,8 @@
This document explains what udev is and how you can use udev to fit your needs.
</abstract>
+<!-- The content of this document is licensed under the CC-BY-SA license -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
<version>0.32</version>
@@ -451,5 +452,4 @@
</body>
</section>
</chapter>
-
</guide>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2007-10-30 20:31 Josh Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Josh Saddler @ 2007-10-30 20:31 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/10/30 20:31:27
Modified: udev-guide.xml
Log:
added udev module order section, as suggested by zzam via email
Revision Changes Path
1.44 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.43&r2=1.44
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- udev-guide.xml 18 Oct 2007 18:31:06 -0000 1.43
+++ udev-guide.xml 30 Oct 2007 20:31:27 -0000 1.44
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.43 2007/10/18 18:31:06 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.44 2007/10/30 20:31:27 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -11,6 +11,9 @@
<author title="Contributor">
<mail link="greg_g@gentoo.org">Gregorio Guidi</mail>
</author>
+<author title="Editor">
+ <mail link="nightmorph"/>
+</author>
<abstract>
This document explains what udev is and how you can use udev to fit your needs.
@@ -20,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>0.32</version>
-<date>2007-08-02</date>
+<version>0.33</version>
+<date>2007-10-30</date>
<chapter>
<title>What is udev?</title>
@@ -397,6 +400,61 @@
</body>
</section>
<section>
+<title>udev loads modules in an unpredictable order</title>
+<body>
+
+<p>
+Sometimes udev loads modules in an undesired, unpredictable, or seemingly random
+order. This is especially common for systems that have multiple devices of the
+same type, as well as multimedia devices. This can affect the assigned numbers
+of devices; for example, sound cards may sometimes swap numbers.
+</p>
+
+<p>
+There are a few solutions to fix device numbers and/or module load order.
+Ideally, you can just use module parameters to specify your desired device
+number. Some modules, such as ALSA, include the "index" parameter. Modules that
+use the index parameter can be adjusted as shown. This example is for a system
+with two sound cards. The card with an index of 0 is designated as the first
+card. Once the parameters are changed, the module config files must be updated.
+</p>
+
+<pre caption="Specifying module parameters">
+# <i>echo "option snd-ice1724 index=0" >> /etc/modules.d/alsa</i>
+# <i>echo "option snd-ymfpci index=1" >> /etc/modules.d/alsa</i>
+# <i>update-modules</i>
+</pre>
+
+<p>
+The above example is the preferred solution, but not all modules support
+parameters such as index. For these modules, you'll have to force the correct
+module load order. First, you must stop udev from autoloading the modules by
+blacklisting them. Be sure to use the exact name of the module being loaded.
+For PCI devices, you'll need to use the module names obtained from the output of
+<c>pcimodules</c>, available in the <c>pciutils</c> package. The following
+example uses DVB modules.
+</p>
+
+<pre caption="Blacklisting modules">
+# <i>echo "blacklist b2c2-flexcop-pci" >> /etc/modules.d/dvb</i>
+# <i>echo "blacklist budget" >> /etc/modules.d/dvb</i>
+# <i>update-modules</i>
+</pre>
+
+<p>
+Next, load the modules in the correct order. Add them to
+<path>/etc/modules.autoload.d/kernel-2.6</path> <e>in the exact order you want
+them loaded</e>.
+</p>
+
+<pre caption="Loading modules in the correct order">
+# <i>echo "budget" >> /etc/modules.autoload.d/kernel-2.6</i>
+# <i>echo "b2c2-flexcop-pci" >> /etc/modules.autoload.d/kernel-2.6</i>
+</pre>
+
+</body>
+</section>
+<section>
<title>Other issues</title>
<body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2008-05-23 19:44 Sven Vermeulen
0 siblings, 0 replies; 16+ messages in thread
From: Sven Vermeulen @ 2008-05-23 19:44 UTC (permalink / raw
To: gentoo-doc-cvs
swift 08/05/23 19:44:06
Modified: udev-guide.xml
Log:
Coding style
Revision Changes Path
1.45 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.44&r2=1.45
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- udev-guide.xml 30 Oct 2007 20:31:27 -0000 1.44
+++ udev-guide.xml 23 May 2008 19:44:06 -0000 1.45
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.44 2007/10/30 20:31:27 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.45 2008/05/23 19:44:06 swift Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -53,7 +53,7 @@
Think about hotpluggable devices like USB, IEEE1394, hot-swappable PCI, ... What
is the first device? And for how long? What will the other devices be named when
the first one disappears? How will that affect ongoing transactions? Wouldn't it
-be fun that a printing job is suddenly moved from your supernew laserprinter to
+be fun that a printing job is suddenly moved from your supernew laserprinter to
your almost-dead matrix printer because your mom decided to pull the plug of the
laserprinter which happened to be the first printer?
</p>
@@ -117,7 +117,7 @@
</p>
<p>
-The <e>bus device number</e> step checks the device bus number. For
+The <e>bus device number</e> step checks the device bus number. For
non-hot-swappable environments this procedure is sufficient to
identify a hardware device. For instance PCI bus numbers rarely change in the
lifetime of a system. Again, if namedev finds a match between this position and
@@ -134,12 +134,12 @@
<p>
The fourth step, <e>statically given name</e>, is a simple string replacement.
When the kernel name (the default name) matches a given replacement string, the
-substitute name will be used.
+substitute name will be used.
</p>
<p>
-The final step (<e>kernel provided name</e>) is a catch-all: this one takes
-the default name provided by the kernel. In the majority of cases this is
+The final step (<e>kernel provided name</e>) is a catch-all: this one takes
+the default name provided by the kernel. In the majority of cases this is
sufficient as it matches the device naming used on current Linux systems.
</p>
@@ -221,8 +221,8 @@
If you want to use the udev-tweaks Gentoo added to make your life
comfortable, then read no more. Gentoo will use udev but keep a static
<path>/dev</path> so that you will never have any missing device nodes.
-The Gentoo init scripts won't run the devfsd daemon and will deactivate devfs
-when you boot up.
+The Gentoo init scripts won't run the devfsd daemon and will deactivate devfs
+when you boot up.
</p>
<p>
@@ -232,7 +232,7 @@
</p>
<p>
-We'll deactivate the rules that save the device file nodes: edit the
+We'll deactivate the rules that save the device file nodes: edit the
<c>RC_DEVICE_TARBALL</c> variable in <path>/etc/conf.d/rc</path> and set it to
<c>no</c>:
</p>
@@ -243,7 +243,7 @@
<p>
If you have included devfs support in your kernel, you can deactivate it in
-the bootloader configuration: add <c>gentoo=nodevfs</c> as a kernel parameter.
+the bootloader configuration: add <c>gentoo=nodevfs</c> as a kernel parameter.
If you want to use devfs and deactivate udev, add <c>gentoo=noudev</c> as kernel
parameter.
</p>
@@ -336,7 +336,7 @@
<body>
<p>
-Even though our intention is to have a consistent naming scheme between both
+Even though our intention is to have a consistent naming scheme between both
dynamical device management solutions, sometimes naming differences do occur.
</p>
@@ -497,7 +497,7 @@
</p>
<p>
-<uri link="http://webpages.charter.net/decibelshelp/LinuxHelp_UDEVPrimer.html">Decibel's
+<uri link="http://webpages.charter.net/decibelshelp/LinuxHelp_UDEVPrimer.html">Decibel's
UDEV Primer</uri> is an in-depth document about udev and Gentoo.
</p>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2008-08-19 12:51 Sven Vermeulen
0 siblings, 0 replies; 16+ messages in thread
From: Sven Vermeulen @ 2008-08-19 12:51 UTC (permalink / raw
To: gentoo-doc-cvs
swift 08/08/19 12:51:15
Modified: udev-guide.xml
Log:
#234913 - Change wording on tweaks
Revision Changes Path
1.47 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.46&r2=1.47
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- udev-guide.xml 16 Jun 2008 08:10:56 -0000 1.46
+++ udev-guide.xml 19 Aug 2008 12:51:15 -0000 1.47
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.46 2008/06/16 08:10:56 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.47 2008/08/19 12:51:15 swift Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1</version>
-<date>2008-06-16</date>
+<version>2</version>
+<date>2008-08-19</date>
<chapter>
<title>What is udev?</title>
@@ -218,7 +218,7 @@
<body>
<p>
-If you want to use the udev-tweaks Gentoo added to make your life
+If you want to use the udev settings Gentoo provides to make your life
comfortable, then read no more. Gentoo will use udev but keep a static
<path>/dev</path> so that you will never have any missing device nodes.
The Gentoo init scripts won't run the devfsd daemon and will deactivate devfs
@@ -226,7 +226,7 @@
</p>
<p>
-But if you are a die-hard and want to run a udev-only, no-tweaked system as is
+But if you are a die-hard and want to run a udev-only, unmodified system as is
intended by the udev development (including the difficulties of missing device
nodes because udev doesn't support them yet), by all means, read on :)
</p>
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-doc-cvs] cvs commit: udev-guide.xml
@ 2008-09-07 1:41 Joshua Saddler
0 siblings, 0 replies; 16+ messages in thread
From: Joshua Saddler @ 2008-09-07 1:41 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/09/07 01:41:53
Modified: udev-guide.xml
Log:
the --udev option is deprecated, as genkernel does udev by default. bug 236880.
Revision Changes Path
1.48 xml/htdocs/doc/en/udev-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.47&r2=1.48
Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- udev-guide.xml 19 Aug 2008 12:51:15 -0000 1.47
+++ udev-guide.xml 7 Sep 2008 01:41:53 -0000 1.48
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.47 2008/08/19 12:51:15 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.48 2008/09/07 01:41:53 nightmorph Exp $ -->
<guide link="/doc/en/udev-guide.xml">
<title>Gentoo udev Guide</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
-<date>2008-08-19</date>
+<version>3</version>
+<date>2008-09-06</date>
<chapter>
<title>What is udev?</title>
@@ -206,9 +206,8 @@
</pre>
<p>
-If you use <c>genkernel</c>, don't forget to run it with the <c>--udev</c>
-option to enable all the required kernel configuration directives. The default
-configuration given by this <c>genkernel</c> invocation is sufficient.
+If you use <c>genkernel</c>, you don't need to do anything special. Genkernel
+sets up udev by default.
</p>
</body>
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2008-09-07 1:41 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-31 2:41 [gentoo-doc-cvs] cvs commit: udev-guide.xml Josh Saddler
-- strict thread matches above, loose matches on Subject: below --
2008-09-07 1:41 Joshua Saddler
2008-08-19 12:51 Sven Vermeulen
2008-05-23 19:44 Sven Vermeulen
2007-10-30 20:31 Josh Saddler
2007-10-18 18:31 Josh Saddler
2007-08-02 23:41 Josh Saddler
2007-06-05 19:14 Josh Saddler
2007-04-10 20:55 Josh Saddler
2007-01-05 17:31 Lukasz Damentko
2007-01-05 16:40 Josh Saddler
2006-11-27 0:08 Josh Saddler
2006-04-14 20:42 Josh Saddler
2006-03-25 7:19 Shyam Mani
2006-01-05 20:08 swift
2005-08-12 10:34 swift
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox