Skip to content

Instantly share code, notes, and snippets.

View SQLJames's full-sized avatar

James Rhoat SQLJames

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sqljames on github.
  • I am sqljames (https://keybase.io/sqljames) on keybase.
  • I have a public key ASC8atZpGqg_HeZcVr0axoIiY7lpHmp4V-sSIINhWDzpbQo

To claim this, I am signing this object:

@SQLJames
SQLJames / proxmox-realtek.md
Last active May 22, 2024 12:51
proxmox realtek driver issues

Edit 2

Here are the steps I took to upgrade my nodes when the time came. Make sure that your apt upgrade and apt dist-upgrade don't have any errors.

Additionally, on one of my nodes, I had to confirm the grub install location. So It may be good to do this prior to upgrading by confirming the mount point of your boot disk.

apt remove --purge r8168-dkms -y
rm /etc/modprobe.d/blacklist-r8169.conf
sudo sed -i 's/GRUB_CMDLINE_LINUX="r8168.aspm=0 r8168.eee_enable=0 pcie_aspm=off loglevel=3"/GRUB_CMDLINE_LINUX=""/' /etc/default/grub
update-grub