Fix Realtek RTL8111/8168 ethernet adapter support for ASUS TUF Gaming laptops (#4497)

This commit is contained in:
Jamoladdin
2026-02-04 14:18:56 +05:00
committed by GitHub
parent 4b3e21445b
commit cf72c02ea5
4 changed files with 19 additions and 0 deletions

6
migrations/1770186458.sh Normal file
View File

@@ -0,0 +1,6 @@
echo "Fix Realtek RTL8111/8168/8211/8411 ethernet adapter support for ASUS TUF and other laptops"
# Run the hardware detection script for existing installations
if [ -f "$OMARCHY_INSTALL/config/hardware/fix-realtek-r8168.sh" ]; then
run_logged $OMARCHY_INSTALL/config/hardware/fix-realtek-r8168.sh
fi