Just to make sure I'm doing the right things. I remove r8168-dkms with: sudo apt-get remove --auto-remove r8168-dkms
And to enable r8169 I remove r8168-dkms.conf from /etc/modprobe.d/
After a restart the r8169 driver should work again?
Some people needed to add Kernel params to the Grub initialisation. If that's your case, you should also remove them from /etc/default/grub:
Mine used to look like this:
		Code:
	
	GRUB_CMDLINE_LINUX="r8168.aspm=0 r8168.eee_enable=0 pcie_aspm=off loglevel=3"Now looks like this:
		Code:
	
	GRUB_CMDLINE_LINUX=""Then you'd need to update your boot images:
		Code:
	
	proxmox-boot-tool refreshI think that's about it.
 
	 
	