* [gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-kernelmodules.xml
@ 2009-04-09 19:16 Camille Huot (cam)
0 siblings, 0 replies; 2+ messages in thread
From: Camille Huot (cam) @ 2009-04-09 19:16 UTC (permalink / raw
To: gentoo-commits
cam 09/04/09 19:16:04
Modified: hb-install-kernelmodules.xml
Log:
Sync 1.2
Revision Changes Path
1.2 xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml?r1=1.1&r2=1.2
Index: hb-install-kernelmodules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-kernelmodules.xml 2 Apr 2008 13:36:46 -0000 1.1
+++ hb-install-kernelmodules.xml 9 Apr 2009 19:16:04 -0000 1.2
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml,v 1.1 2008/04/02 13:36:46 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml,v 1.2 2009/04/09 19:16:04 cam Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>1</version>
-<date>2008-03-02</date>
+<version>2</version>
+<date>2009-03-28</date>
<section id="kernelmodules">
<title>Configurer les modules</title>
@@ -25,7 +25,7 @@
</p>
<pre caption="Consulter la liste des modules disponibles">
-# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'</i>
+# <i>find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-kernelmodules.xml
@ 2012-01-26 16:13 Camille Huot (cam)
0 siblings, 0 replies; 2+ messages in thread
From: Camille Huot (cam) @ 2012-01-26 16:13 UTC (permalink / raw
To: gentoo-commits
cam 12/01/26 16:13:22
Modified: hb-install-kernelmodules.xml
Log:
#400915 thanks to kazer@altern.org for reporting
Revision Changes Path
1.3 xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml?r1=1.2&r2=1.3
Index: hb-install-kernelmodules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-kernelmodules.xml 9 Apr 2009 19:16:04 -0000 1.2
+++ hb-install-kernelmodules.xml 26 Jan 2012 16:13:22 -0000 1.3
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml,v 1.2 2009/04/09 19:16:04 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/handbook/hb-install-kernelmodules.xml,v 1.3 2012/01/26 16:13:22 cam Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">
<included>
-<version>2</version>
-<date>2009-03-28</date>
+<version>3</version>
+<date>2011-08-03</date>
<section id="kernelmodules">
<title>Configurer les modules</title>
@@ -13,8 +13,8 @@
<p>
Vous devriez indiquer la liste des modules que vous souhaitez charger
-automatiquement dans <path>/etc/modules.autoload.d/kernel-2.6</path>. Vous
-pouvez également ajouter des options aux modules si vous le souhaitez.
+automatiquement dans <path>/etc/conf.d/modules</path>. Vous pouvez également
+ajouter des options aux modules si vous le souhaitez.
</p>
<p>
@@ -29,16 +29,14 @@
</pre>
<p>
-Par exemple, pour charger automatiquement le module <c>3c59x.ko</c>,
-spécifiez-le dans le fichier <path>kernel-2.6</path>.
+Par exemple, pour charger automatiquement le module <c>3c59x.ko</c> (c'est un
+pilote pour certaines cartes réseau 3Com), il suffit de renseigner ce module
+dans le fichier de configuration <path>/etc/conf.d/modules</path>.
</p>
-<pre caption="Modifier le fichier /etc/modules.autoload.d/kernel-2.6">
-# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
-</pre>
-
-<pre caption="Exemple de fichier /etc/modules.autoload.d/kernel-2.6">
-3c59x
+<pre caption="Modifier le fichier /etc/conf.d/modules">
+# <i>nano -w /etc/conf.d/modules</i>
+modules_2_6="<i>3c59x</i>"
</pre>
<p>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-26 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 16:13 [gentoo-commits] gentoo commit in xml/htdocs/doc/fr/handbook: hb-install-kernelmodules.xml Camille Huot (cam)
-- strict thread matches above, loose matches on Subject: below --
2009-04-09 19:16 Camille Huot (cam)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox