Changes between Version 3 and Version 4 of intel82574


Ignore:
Timestamp:
06/03/2020 04:53:53 PM (4 years ago)
Author:
Tim Harvey
Comment:

removed outdated openwrt details

Legend:

Unmodified
Added
Removed
Modified
  • intel82574

    v3 v4  
    11= Intel 82574 =
    22
    3 == The Intel 82574 is often used in a GBE mini pci(e) card ==
     3== The Intel 82574 is often used in a GBE mini pci(e) card
    44
    5 For the Intel 82574 you need the E1000E driver which we don't install by default.   Do not get this confused with the E1000 driver.  They are not the same. You can enable it via OpenWrt by the following in your OpenWrt buildroot directory (trunk):[[BR]]
    6 
    7  
    8 make menuconfig[[BR]]
    9 Network Devices -> Intel(R) PRO/1000 PCIe cards kernel support = y[[BR]]
    10 make[[BR]]
    11  
    12 The new images in bin/cns3xxx would now contain the driver.  You could use the new driver by:[[BR]]
    13   a) use sysupgrade to update to the new image[[BR]]
    14   b) manually upgrade your rootfs[[BR]]
    15   c) install the kmod-e1000 ipk in the bin/cns3xxx/packages directory by copying it to your target and using opkg install <ipk>[[BR]]
    16  [[BR]][[BR]]
    17 That should give you an eth1 device.[[BR]]
     5For the Intel 82574 you need the E1000E driver in the Linux kernel.
    186
    197== Possible Cards ==