
pinduvoz
(usa Debian)
Enviado em 25/02/2019 - 02:17h
Achei isso:
Simple Fix/Workaround
It's been tested on nVidia MCP55 chipset system, and works on Ubuntu 14.04.2 LTS (Trusty Tahr) Server.
This is a simple fix if you don't have access to the internet on the main box.
rmmod forcedeth
modprobe forcedeth msi=0 msix=0
Ubuntu and Debian users can make this fix permanent with:
echo options forcedeth msi=0 msix=0 >> /etc/modprobe.d/options
update-initramfs -u
reboot
Resumindo, você testa a primeira parte:
sudo rmmod forcedeth
sudo modprobe forcedeth msi=0 msix=0
E testa a rede com fio.
A segunda parte não deve ser válida porque o arquivo "options" em "/etc/modprobe.d" não deve existir (confira aí, pois não uso deepin).
Vamos ver se com a primeira parte funciona.
__________________________________
Linux Registered User nº 439378
Ubuntu Forum Member Since Nov/07/2006
VOL Member SInce Jul/01/2008