public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-kernelmodules.xml
@ 2008-06-24 17:49 Jan Hendrik Grahl (grahl)
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Hendrik Grahl (grahl) @ 2008-06-24 17:49 UTC (permalink / raw
  To: gentoo-commits

grahl       08/06/24 17:49:10

  Modified:             hb-install-kernelmodules.xml
  Log:
  sync to 1.1

Revision  Changes    Path
1.3                  xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?r1=1.2&r2=1.3

Index: hb-install-kernelmodules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-kernelmodules.xml	29 May 2008 14:55:45 -0000	1.2
+++ hb-install-kernelmodules.xml	24 Jun 2008 17:49:10 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.2 2008/05/29 14:55:45 grahl Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.3 2008/06/24 17:49:10 grahl Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
@@ -8,29 +8,19 @@
 <date>2008-03-02</date>
 
 <section id="kernelmodules">
-<title>Configuring the Modules</title>
+<title>Konfiguration der Module</title>
 <body>
 
 <p>
-You should list the modules you want automatically loaded in
-<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
-the modules too if you want.
-
 Sie sollten alle Module, die automatisch geladen werden sollen, in
-<path>/etc/modules.autoload.d/kernel-2.6</path> aufführen. Sie können den
-Modulen weitere Optionen mitgeben, wenn Sie wollen.
+<path>/etc/modules.autoload.d/kernel-2.6</path> aufführen. Sie können, wenn Sie
+wollen, zu den Modulen weitere Optionen angeben.
 </p>
 
 <p>
-To view all available modules, run the following <c>find</c> command. Don't
-forget to substitute "&lt;kernel version&gt;" with the version of the kernel you
-just compiled:
-
-
 Um alle verfügbaren Module anzuzeigen, führen Sie folgenden <c>find</c> Befehl
 aus. Vergessen Sie nicht "&lt;kernel version&gt;" mit der Version des Kernels zu
 ersetzen, den Sie gerade kompiliert haben:
-
 </p>
 
 <pre caption="Anzeigen aller verfügbarer Module">
@@ -38,9 +28,6 @@
 </pre>
 
 <p>
-For instance, to automatically load the <c>3c59x.ko</c> module, edit the
-<path>kernel-2.6</path> file and enter the module name in it.
-
 Um zum Beispiel das Modul <c>3c59x.ko</c> automatisch zu laden, editieren Sie
 die Datei <path>kernel-2.6</path> und tragen den Modulnamen ein.
 </p>
@@ -54,9 +41,6 @@
 </pre>
 
 <p>
-Continue the installation with <uri link="?part=1&amp;chap=8">Configuring your
-System</uri>.
-
 Setzten Sie die Installation mit der <uri
 link="?part=1&amp;chap=8">Konfiguration des Systems</uri> fort.
 </p>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-kernelmodules.xml
@ 2009-04-07  4:32 Michael Muench (micm)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Muench (micm) @ 2009-04-07  4:32 UTC (permalink / raw
  To: gentoo-commits

micm        09/04/07 04:32:09

  Modified:             hb-install-kernelmodules.xml
  Log:
  Sync to 1.2

Revision  Changes    Path
1.4                  xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?r1=1.3&r2=1.4

Index: hb-install-kernelmodules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-kernelmodules.xml	24 Jun 2008 17:49:10 -0000	1.3
+++ hb-install-kernelmodules.xml	7 Apr 2009 04:32:09 -0000	1.4
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.3 2008/06/24 17:49:10 grahl Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.4 2009/04/07 04:32:09 micm 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>Konfiguration der Module</title>
@@ -24,7 +24,7 @@
 </p>
 
 <pre caption="Anzeigen aller verfügbarer Module">
-# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko'</i>
+# <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko' | less</i>
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-kernelmodules.xml
@ 2009-06-06 21:17 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2009-06-06 21:17 UTC (permalink / raw
  To: gentoo-commits

keytoaster    09/06/06 21:17:36

  Modified:             hb-install-kernelmodules.xml
  Log:
  Small grammar fix

Revision  Changes    Path
1.5                  xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?r1=1.4&r2=1.5

Index: hb-install-kernelmodules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-kernelmodules.xml	7 Apr 2009 04:32:09 -0000	1.4
+++ hb-install-kernelmodules.xml	6 Jun 2009 21:17:36 -0000	1.5
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.4 2009/04/07 04:32:09 micm Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.5 2009/06/06 21:17:36 keytoaster Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
@@ -23,7 +23,7 @@
 ersetzen, den Sie gerade kompiliert haben:
 </p>
 
-<pre caption="Anzeigen aller verfügbarer Module">
+<pre caption="Anzeigen aller verfügbaren Module">
 # <i>find /lib/modules/&lt;kernel version&gt;/ -type f -iname '*.o' -or -iname '*.ko' | less</i>
 </pre>
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-kernelmodules.xml
@ 2011-08-27 23:34 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2011-08-27 23:34 UTC (permalink / raw
  To: gentoo-commits

keytoaster    11/08/27 23:34:58

  Modified:             hb-install-kernelmodules.xml
  Log:
  Sync to 1.3

Revision  Changes    Path
1.6                  xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml?r1=1.5&r2=1.6

Index: hb-install-kernelmodules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-kernelmodules.xml	6 Jun 2009 21:17:36 -0000	1.5
+++ hb-install-kernelmodules.xml	27 Aug 2011 23:34:58 -0000	1.6
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.5 2009/06/06 21:17:36 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-kernelmodules.xml,v 1.6 2011/08/27 23:34:58 keytoaster 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>Konfiguration der Module</title>
@@ -13,8 +13,8 @@
 
 <p>
 Sie sollten alle Module, die automatisch geladen werden sollen, in
-<path>/etc/modules.autoload.d/kernel-2.6</path> aufführen. Sie können, wenn Sie
-wollen, zu den Modulen weitere Optionen angeben.
+<path>/etc/conf.d/modules</path> aufführen. Sie können, wenn Sie wollen, zu den
+Modulen weitere Optionen angeben.
 </p>
 
 <p>
@@ -28,16 +28,14 @@
 </pre>
 
 <p>
-Um zum Beispiel das Modul <c>3c59x.ko</c> automatisch zu laden, editieren Sie
-die Datei <path>kernel-2.6</path> und tragen den Modulnamen ein.
+Um zum Beispiel das Modul <c>3c59x.ko</c> (das ein Treiber für eine bestimmte
+Sorte von 3Com-Netzwerkkarten ist) automatisch zu laden, editieren Sie
+die Datei <path>/etc/conf.d/modules</path> und tragen den Modulnamen ein.
 </p>
 
-<pre caption="/etc/modules.autoload.d/kernel-2.6 bearbeiten">
-# <i>nano -w /etc/modules.autoload.d/kernel-2.6</i>
-</pre>
-
-<pre caption="/etc/modules.autoload.d/kernel-2.6">
-3c59x
+<pre caption="/etc/conf.d/modules bearbeiten">
+# <i>nano -w /etc/conf.d/modules</i>
+modules_2_6="<i>3c59x</i>"
 </pre>
 
 <p>






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-27 23:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-27 23:34 [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-kernelmodules.xml Tobias Heinlein (keytoaster)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-06 21:17 Tobias Heinlein (keytoaster)
2009-04-07  4:32 Michael Muench (micm)
2008-06-24 17:49 Jan Hendrik Grahl (grahl)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox