Xilinx EFCT Linux network driver =================================== Version: v1.2.5.0 Overview -------- This package is the Linux NET driver source RPM/DEB for Xilinx X3 series adapters. Documentation ------------- Supported hardware platforms ---------------------------- The drivers contained in this package support the following Xilinx adapter: - Xilinx X3522 card Installation Prerequisite -------------------------- Please install auxiliary RPM/DEB package if there is no in-tree auxiliary bus support before proceeding to install net driver. Building and installation of RPM packages ----------------------------------------- To build a binary RPM for the running kernel type: rpmbuild --rebuild To install the resulting binary rpm: Locate the file that was created in the preceding step, prefixed with the annotation "Wrote:", usually it is in the /RPMS/ then type: rpm -Uvh Building and installation of Debian packages --------------------------------------------- To install a debian use: dpkg -i Loading and verifying Driver version ------------------------------------ To ensure that the correct version of the driver is loaded into the current kernel /sbin/modprobe -r xilinx_efct /sbin/modprobe xilinx_efct Installation of the driver can be confirmed by typing: modinfo xilinx_efct | grep version and checking for the line: version: v1.2.5.0 All network interfaces available on the system can be found with: ifconfig -a Linux distribution support for Xilinx Adapters -------------------------------------------------- This driver package is supported on: - RedHat Enterprise Linux 7.8, 7.9 - RedHat Enterprise Linux 8.2, 8.4, 8.5, 8.6, 8.7 - RedHat Enterprise Linux 9.0, 9.1 - Canonical Ubuntu Server LTS 20.04, 22.04 - SuSE Linux Enterprise Server 15 sp2, sp3, sp4 - Debian 10 "Buster" - Debian 11 "Bullseye" - Linux kernels 4.15 - 5.15 Copyright --------- Copyright 2021-2022 Xilinx Inc. All rights reserved. Use is subject to license terms.