Install Network Connecvitity Drivers - AD-EYE/AD-EYE_Core GitHub Wiki

Install Network Connectivity Drivers

Name of the driver Link to download the driver
libelf-dev Download from OneDrive
2.5G Ethernet LINUX driver r8125 (Source) Download from OneDrive
Ethernet, Killer E3000 realtek-r8125 (Compiled) Download from web or Download from OneDrive
dkms_2.2.0.3-2 Download from OneDrive
Installing dkms drivers without internet Follow instructions below
A6100 wifi adapter git

Run the following commands by navigating to the respective folders where we have installed them

  1. sudo dpkg -i dkms_***-***_all.deb

  2. sudo dpkg -i libelf-dev_***-***_amd64.deb (might have a dependency error, if so, just carry on)`

  3. sudo sh autorun.sh (Source Version before running this command extract the contents and then from the folder created run the file autorun.sh)

    (The alternative is using the compiled version: sudo dpkg -i realtek-r8125-***_amd64.deb. Note that it might not work with the acs patch)

  4. Reboot the system.

After installing the network drivers we need to install the graphics drivers.