public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marion Age (titefleur)" <titefleur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: udev-guide.xml
Date: Tue, 24 Feb 2009 13:05:01 +0000	[thread overview]
Message-ID: <E1Lbwy5-0006Ku-Hk@stork.gentoo.org> (raw)

titefleur    09/02/24 13:05:01

  Modified:             udev-guide.xml
  Log:
  Sync to 1.49

Revision  Changes    Path
1.31                 xml/htdocs/doc/fr/udev-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/udev-guide.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/udev-guide.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/udev-guide.xml?r1=1.30&r2=1.31

Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/udev-guide.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- udev-guide.xml	5 Dec 2008 21:58:43 -0000	1.30
+++ udev-guide.xml	24 Feb 2009 13:05:01 -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/fr/udev-guide.xml,v 1.30 2008/12/05 21:58:43 titefleur Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/udev-guide.xml,v 1.31 2009/02/24 13:05:01 titefleur Exp $ -->
 
 <guide link="/doc/fr/udev-guide.xml" lang="fr">
 <title>Guide udev pour Gentoo</title>
@@ -28,8 +28,8 @@
 
 <license/>
 
-<version>3</version>
-<date>2008-09-06</date>
+<version>4</version>
+<date>2009-01-26</date>
 
 <chapter>
 <title>Qu'est udev&nbsp;?</title>
@@ -215,6 +215,8 @@
   [*] Support for hot-pluggable devices
 
 File systems ---&gt;
+    [*] Inotify file change notification support
+    [*]   Inotify support for userspace
   Pseudo filesystems ---&gt;
     [*] /proc file system support
     [*] Virtual memory file system support (former shm fs)
@@ -390,7 +392,7 @@
 </body>
 </section>
 <section>
-<title>Renommer un périphérique</title>
+<title>Renommer un périphérique de bloc</title>
 <body>
 
 <p>
@@ -420,6 +422,36 @@
 </body>
 </section>
 <section>
+<title>Renommer un périphérique réseau</title>
+<body>
+
+<p>
+Quelques fois le fait de débrancher et de rebrancher un périphérique réseau
+(comme une carte USB WiFi) peut renommer votre périphérique à chaque fois,
+incrémentant le nombre de un.
+</p>
+
+<p>
+Lorsque cela arrive, <c>wlan0</c> devient <c>wlan1</c> puis <c>wlan2</c>, etc.
+Cela est dû au fait qu'udev ajoute des règles supplémentaires à son fichier de
+règles, au lieu de recharger les règles existantes. Depuis qu'udev surveille
+son répertoire de règles via inotify, vous avez besoin du support d'inotify
+dans la configuration du noyau&nbsp;:
+</p>
+
+<pre caption="Activer le support d'inotify dans le noyau">
+File systems ---&gt;
+  [*] Inotify file change notification support
+  [*]   Inotify support for userspace
+</pre>
+
+<p>
+À présent, udev retiendra le nom propre à chacun de vos périphériques réseau.
+</p>
+
+</body>
+</section>
+<section>
 <title>udev charge les modules dans un ordre aléatoire</title>
 <body>
 






             reply	other threads:[~2009-02-24 13:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24 13:05 Marion Age (titefleur) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-02 16:05 [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: udev-guide.xml Sven Vermeulen (swift)
2013-03-22 20:02 Sven Vermeulen (swift)
2009-08-18 13:58 Marion Age (titefleur)
2008-12-05 21:58 Marion Age (titefleur)
2008-07-11 13:36 Marion Age (titefleur)
2008-02-13 23:07 Camille Huot (cam)
2008-02-13 20:32 Marion Age (titefleur)
2007-10-28 13:39 Marion Age (titefleur)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Lbwy5-0006Ku-Hk@stork.gentoo.org \
    --to=titefleur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox