From 89827eaf07c60ab129d7f66cefe59e78ac038133 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:33:05 +0200 Subject: [PATCH] Update DOCS.md --- birdnet-pi/DOCS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/birdnet-pi/DOCS.md b/birdnet-pi/DOCS.md index 0caaa3473..11d47d717 100644 --- a/birdnet-pi/DOCS.md +++ b/birdnet-pi/DOCS.md @@ -40,6 +40,9 @@ Install raspbian lite 64 dtparam=audio=off # Disable the default onboard audio to prevent conflicts dtoverlay=disable-bt # Disable onboard Bluetooth to reduce USB bandwidth usage +# Limit Ethernet to 100 Mbps (disable Gigabit Ethernet) +dtparam=eth_max_speed=100 + # USB optimizations dwc_otg.fiq_fix_enable=1 # Enable FIQ (Fast Interrupt) handling for improved USB performance max_usb_current=1 # Increase the available USB current (required if Scarlett is powered over USB)