Changeset 3a234c0a


Ignore:
Timestamp:
07/30/2006 11:03:21 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Children:
487d471b
Parents:
28f99a6
Message:

Fix explanation of udev rules for drivers that create multiple interfaces

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7720 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    r28f99a6 r3a234c0a  
    9191
    9292    <para>The second known non-working case is with wireless cards using the
    93     MadWifi or HostAP drivers, because they create at least two interfaces
    94     with the same MAC address and bus position. For example, the Madwifi driver
     93    MadWifi or HostAP drivers, because they create at least two interfaces with
     94    the same MAC address and bus position. For example, the Madwifi driver
    9595    creates both an athX and a wifiX interface where X is a digit.  To
    96     disambiguate these cases, add SYSFS{type}=="zzz" after SUBSYSTEM=="net" for
    97     each interface that is handled by that driver, where zzz is the output of
    98     <userinput>cat /sys/class/net/&lt;interface_name&gt;/type</userinput>.</para>
     96    differentiate these interfaces, add an appropriate KERNEL parameter such as
     97    KERNEL=="ath*" after SUBSYSTEM=="net".</para>
    9998
    10099    <para>There may be other cases where the rules above don't work. Currently,
Note: See TracChangeset for help on using the changeset viewer.