[system-administrators-guide/21] Update command output examples to suit Fed21

stephenw stephenw at fedoraproject.org
Thu Jan 15 21:25:54 UTC 2015


commit d4d0399c605a07919b9a60cd6a284f8fe192ce28
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Sat Dec 13 09:09:13 2014 +0100

    Update command output examples to suit Fed21

 en-US/Working_with_Kernel_Modules.xml |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index 790d15f..fe84be1 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -149,21 +149,21 @@ nf_nat                 21798  4 nf_nat_ipv4,nf_nat_ipv6,ip6table_nat,iptable_nat
       <title>Listing information about a kernel module with lsmod</title>
       <para>To display information about the <systemitem class="resource">e1000e</systemitem> module, which is the Intel PRO/1000 network driver, run:</para>
       <screen>~]#&#160;<command>modinfo e1000e</command>
-filename:       /lib/modules/3.15.6-200.fc20.x86_64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
+filename:       /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
 version:        2.3.2-k
 license:        GPL
 description:    Intel(R) PRO/1000 Network Driver
 author:         Intel Corporation, &lt;linux.nics at intel.com&gt;
-srcversion:     AB1D5F954DC03B1296E61BD
+srcversion:     2FBED3F5E2EF40112284D95
 alias:          pci:v00008086d00001503sv*sd*bc*sc*i*
 alias:          pci:v00008086d00001502sv*sd*bc*sc*i*
 <lineannotation>[some <literal>alias</literal> lines omitted]</lineannotation>
 alias:          pci:v00008086d0000105Esv*sd*bc*sc*i*
 depends:        ptp
 intree:         Y
-vermagic:       3.15.6-200.fc20.x86_64 SMP mod_unload 
+vermagic:       3.17.4-302.fc21.x86_64 SMP mod_unload 
 signer:         Fedora kernel signing key
-sig_key:        5B:F5:46:43:B9:B1:61:72:B2:43:6D:40:A5:6F:75:0A:D1:58:1D:80
+sig_key:        1F:C9:E6:8F:74:19:55:63:48:FD:EE:2F:DE:B7:FF:9D:A6:33:7B:BF
 sig_hashalgo:   sha256
 parm:           debug:Debug level (0=none,...,16=all) (int)
 parm:           copybreak:Maximum size of packet that is copied to a new buffer on receive (uint)
@@ -282,11 +282,10 @@ parm:           WriteProtectNVM:Write-protect NVM [WARNING: disabling this can l
       <title>modprobe -v shows module dependencies as they are loaded</title>
       <para>You can load the <systemitem class="protocol">Fibre Channel over Ethernet</systemitem> module verbosely by typing the following at a shell prompt:</para>
       <screen>~]#&#160;<command>modprobe -v fcoe</command>
-insmod /lib/modules/3.16.6-200.fc20.x86_64/kernel/drivers/scsi/scsi_tgt.ko 
-insmod /lib/modules/3.16.6-200.fc20.x86_64/kernel/drivers/scsi/scsi_transport_fc.ko 
-insmod /lib/modules/3.16.6-200.fc20.x86_64/kernel/drivers/scsi/libfc/libfc.ko 
-insmod /lib/modules/3.16.6-200.fc20.x86_64/kernel/drivers/scsi/fcoe/libfcoe.ko 
-insmod /lib/modules/3.16.6-200.fc20.x86_64/kernel/drivers/scsi/fcoe/fcoe.ko</screen>
+insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/scsi_transport_fc.ko.xz 
+insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/libfc/libfc.ko.xz 
+insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/fcoe/libfcoe.ko.xz 
+insmod /lib/modules/3.17.4-302.fc21.x86_64/kernel/drivers/scsi/fcoe/fcoe.ko.xz</screen>
       <para>In this example, you can see that <command>modprobe</command> loaded the <systemitem class="resource">scsi_tgt</systemitem>, <systemitem class="resource">scsi_transport_fc</systemitem>, <systemitem class="resource">libfc</systemitem> and <systemitem class="resource">libfcoe</systemitem> modules as dependencies before finally loading <systemitem class="resource">fcoe</systemitem>. Also note that <command>modprobe</command> used the more primitive <command>insmod</command> command to insert the modules into the running kernel.</para>
     </example>
     <indexterm>


More information about the docs-commits mailing list