Patch - Disable EEE toggle: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
Line 8: Line 8:


17.1.1
17.1.1
= Overview =
Version 17.1.1 introduces a change to Energy Efficient Ethernet that may have a negative impact on systems using Realtek adapters. Specifically upon rebooting, all networking may become disabled. If your system uses a Realtek adapter you can apply the following patch.


= How to run =
= How to run =
== Live system ==
<strong>IMPORTANT:</strong> Before upgrading from version 17.0, you must download the patch as you may not have network access after the upgrade is installed.
On an existing 17.1.1 system, assuming the NIC is working, the patch can be applied as:
== Download the script ==
From your home directory or /tmp run the following command to download the script.


<code>
<code>
curl -s -k https://downloads.untangle.com/public/patches/17.1.1/eee-ignore-realtek-patch.sh.tgz | tar -xz && ./eee-ignore-realtek-patch.sh
curl -s -k https://downloads.untangle.com/public/patches/17.1.1/eee-ignore-realtek-patch.sh.tgz
</code>
</code>
== Perform the upgrade ==
Perform the upgrade, which installs version 17.1.1.
Check if your network connection is lost. If so, see below to apply the patch.
== Execute the script ==
Navigate to the directory where you first downloaded the script. Then run the following command:


== Installer ==
<code>
This patch can also be applied to the 17.1.1 ISO installer.  To do this:
tar -xz eee-ignore-realtek-patch.sh.tgz && ./eee-ignore-realtek-patch.sh
 
</code>
# Download the following files (use save-as in your browser):
#; https://downloads.untangle.com/public/patches/17.1.1/eee-ignore-realtek-patch.sh.tgz
#; https://downloads.untangle.com/public/patches/17.1.1/late_command.sh
# Copy the files to the USB installer under /simple_cdd.
# Eject the USB.
# Install the ISO.

Revision as of 19:51, 3 October 2024

What it is

Some mal-formed Linux Ethernet drivers cause kernel panics when manipulating Energy Efficient Ethernet.

This patch allows the customer to disable EEE processing for certain vendors identified by lspci, specifically disabling EEE for Realtek Ethernet nics.

Target Version

17.1.1

Overview

Version 17.1.1 introduces a change to Energy Efficient Ethernet that may have a negative impact on systems using Realtek adapters. Specifically upon rebooting, all networking may become disabled. If your system uses a Realtek adapter you can apply the following patch.

How to run

IMPORTANT: Before upgrading from version 17.0, you must download the patch as you may not have network access after the upgrade is installed.

Download the script

From your home directory or /tmp run the following command to download the script.

curl -s -k https://downloads.untangle.com/public/patches/17.1.1/eee-ignore-realtek-patch.sh.tgz

Perform the upgrade

Perform the upgrade, which installs version 17.1.1. Check if your network connection is lost. If so, see below to apply the patch.

Execute the script

Navigate to the directory where you first downloaded the script. Then run the following command:

tar -xz eee-ignore-realtek-patch.sh.tgz && ./eee-ignore-realtek-patch.sh