Add Motorcomm YT6801 ethernet adapter driver for Slimbook + Tuxedo ethernet adapters

This commit is contained in:
David Heinemeier Hansson
2026-02-02 17:03:53 +01:00
parent 49a2941e2b
commit ea76f8196c
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# Install drivers for Motorcomm YT6801 ethernet adapter used by the Slimbook Executive
if lspci | grep -i "YT6801\|Motorcomm.*Ethernet"; then
omarchy-pkg-add linux-headers yt6801-dkms
fi