Changeset 196d393


Ignore:
Timestamp:
12/03/2014 09:46:32 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a5416837
Parents:
388fe658
Message:

Change to Kernel Configuration layout in "networking" chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15132 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r388fe658 r196d393  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[pierre] - Third round of Kernel Configuration instructions
     52          layout change (networking) as part of ticket
     53          <ulink url="&blfs-ticket-root;5885">#5885</ulink>.</para>
     54        </listitem>
     55        <listitem>
    5156          <para>[fernando] - Update to unrarsrc-5.2.3. Fixes
    5257          <ulink url="&blfs-ticket-root;5902">#5902</ulink>.</para>
  • networking/connect/dhcp.xml

    r388fe658 r196d393  
    9999
    100100    <para>
    101       You must have Packet Socket support (Networking Support &rArr;
    102       Networking Options &rArr; Packet Socket) compiled into the kernel.
    103       If you do not have IPv6 support (Networking Support &rArr;
    104       Networking Options &rArr; The IPv6 Protocol) compiled in, then you
    105       must use the missing_ipv6 patch.
     101      You must have Packet Socket support:
     102    </para>
     103
     104<screen><literal>[*] Networking support ---&gt;          [CONFIG_NET]
     105      Networking options ---&gt;
     106        &lt;*&gt; Packet socket            [CONFIG_PACKET]</literal></screen>
     107
     108    <para>
     109      If you do not have IPv6 support:
     110    </para>
     111
     112<screen><literal>[*] Networking support ---&gt;          [CONFIG_NET]
     113      Networking Options ---&gt;
     114        &lt;*&gt; The IPv6 Protocol ---&gt;   [CONFIG_IPV6]</literal></screen>
     115
     116    <para>
     117       compiled in, then you must use the <quote>missing_ipv6</quote> patch.
    106118    </para>
    107119
  • networking/netprogs/bridgeutils.xml

    r388fe658 r196d393  
    8686    and recompile the kernel if necessary:</para>
    8787
    88 <screen><literal>Networking support: Y
    89   Networking options:
    90     802.1d Ethernet Bridging: M or Y [CONFIG_BRIDGE]</literal></screen>
     88<screen><literal>
     89[*] Networking support ---&gt;            [CONFIG_NET]
     90      Networking options ---&gt;
     91        &lt;*/M&gt; 802.1d Ethernet Bridging [CONFIG_BRIDGE]</literal></screen>
    9192
    9293    <indexterm zone="bridgeutils bridgeutils-kernel">
  • networking/netprogs/cifsutils.xml

    r388fe658 r196d393  
    8484
    8585<screen><literal>File systems  ---&gt;
    86   Network File Systems  ---&gt;
    87     CIFS support (advanced network filesystem, SMBFS successor): Y or M [CONFIG_CIFS]</literal></screen>
     86  [*] Network File Systems  ---&gt;                                      [CONFIG_NETWORK_FILESYSTEMS]
     87    &lt;*/M&gt; CIFS support (advanced network filesystem, SMBFS successor) [CONFIG_CIFS]</literal></screen>
    8888
    8989    <indexterm zone="cifsutils cifsutils-kernel">
  • networking/netprogs/nfs-utils.xml

    r388fe658 r196d393  
    9494
    9595<screen><literal>File systems  ---&gt;
    96   Network File Systems  ---&gt;
    97     NFS client support: Y or M
    98     NFS server support: Y or M</literal></screen>
     96  [*] Network File Systems  ---&gt;         [CONFIG_NETWORK_FILESYSTEMS]
     97    &lt;*/M&gt; NFS client support             [CONFIG_NFS_FS]
     98    &lt;*/M&gt; NFS server support             [CONFIG_NFSD]</literal></screen>
    9999
    100100    <para>Select the appropriate sub-options that appear when the above options
  • networking/netprogs/wpa_supplicant.xml

    r388fe658 r196d393  
    107107    </para>
    108108
    109 <screen><literal>Networking support  --->                   [CONFIG_NET]
    110   Wireless  --->                                            [CONFIG_WIRELESS]
    111     cfg80211 - wireless configuration API: Y or M           [CONFIG_CFG80211]
    112       cfg80211 wireless extensions compatibility: Y         [CONFIG_CFG80211_WEXT]
    113     Generic IEEE 802.11 Networking Stack (mac80211): Y or M [CONFIG_MAC80211]
    114 Device Drivers  --->                         
    115   Network device support  --->                              [CONFIG_NETDEVICES}
    116     Wireless LAN  --->                                      [CONFIG_WLAN]</literal></screen>
    117 
    118     <para>
    119       Select the options that support your hardware:
     109<screen><literal>[*] Networking support  ---&gt;                              [CONFIG_NET]
     110  [*] Wireless  ---&gt;                                      [CONFIG_WIRELESS]
     111    &lt;*/M&gt; cfg80211 - wireless configuration API           [CONFIG_CFG80211]
     112    [*]     cfg80211 wireless extensions compatibility    [CONFIG_CFG80211_WEXT]
     113    &lt;*/M&gt; Generic IEEE 802.11 Networking Stack (mac80211) [CONFIG_MAC80211]
     114Device Drivers  ---&gt;
     115  [*] Network device support  ---&gt;                        [CONFIG_NETDEVICES]
     116    [*] Wireless LAN  ---&gt;                                [CONFIG_WLAN]</literal></screen>
     117
     118    <para>
     119      Open the submenu and select the options that support your hardware:
    120120      <command>lspci</command> from <xref linkend="pciutils"/> can be used to
    121121      view your hardware configuration.
  • networking/netutils/wireshark.xml

    r388fe658 r196d393  
    124124      <para>The kernel must have the Packet protocol enabled for
    125125      <application>Wireshark</application> to capture live packets from the
    126       network.</para>
     126      network:</para>
    127127     
    128 <screen><literal>Networking support: Y
    129   Networking options:
    130     Packet: sockets monitoring interface: M or Y</literal></screen>
     128<screen><literal>[*] Networking support ---&gt;          [CONFIG_NET]
     129      Networking options ---&gt;
     130        &lt;*/M&gt; Packet socket          [CONFIG_PACKET]</literal></screen>
    131131
    132132      <para>If built as a module, the name is
     
    169169    <systemitem class="username">root</systemitem> user:</para>
    170170
    171 <screen><userinput>usermod -a -G wireshark <replaceable>&lt;username&gt;</replaceable></userinput></screen>
     171<screen role="root"><userinput>usermod -a -G wireshark <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    172172
    173173    <para>If you have <application>GTK+2</application> and 3, and
Note: See TracChangeset for help on using the changeset viewer.