Changes between Initial Version and Version 1 of intel82574


Ignore:
Timestamp:
10/22/2017 05:28:45 AM (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intel82574

    v1 v1  
     1= Intel 82574 =
     2
     3== The Intel 82574 is often used in a GBE mini pci(e) card ==
     4
     5For 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 
     8make menuconfig[[BR]]
     9Network Devices -> Intel(R) PRO/1000 PCIe cards kernel support = y[[BR]]
     10make[[BR]]
     11 
     12The 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]]
     17That should give you an eth1 device.[[BR]]
     18
     19== Possible Cards ==
     20
     21The below is a list of possible cards that may work:
     22 1. [http://www.globalamericaninc.com/commell-mpx-574d.html Commell MPX-574D]
     23 2. A card sold at Aaeon.com
     24
     25Additionally, USB ethernet is another option: [wiki:usbethernet]