Created
May 13, 2022 01:16
-
-
Save csrutil/c7d1e7e0c4e911ffc56a01912774a46e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dpkg-deb -xv pve-headers-5.15.35-1-pve_5.15.35-2_amd64.deb /tmp | |
| KVER = 5.15.35-1-pve | |
| KERNELDIR=/tmp/usr/src/linux-headers-$(KVER) | |
| insmod /lib/modules/$(KVER)/kernel/drivers/net/ethernet/realtek/r8125.ko | |
| modprobe -r r8125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment