nipos
2017-07-31 22:29 deepin
The ethtool command is provided by a package named ethtool which you can install on Deepin,too.
Unluckily Deepin doesn't provide an online package index so I can't find out if it is in the official repositories.
I found it here for Arch,but that will only help you if you want to compile it yourself:
https://www.archlinux.de/?page=P ... _64;pkgname=ethtool
You can simply try "apt-get install ethtool" first,hopefully it is in the repositories.
If not,you could add Debian repositories if it is in there what I don't know too.
Unluckily Deepin doesn't provide an online package index so I can't find out if it is in the official repositories.
I found it here for Arch,but that will only help you if you want to compile it yourself:
https://www.archlinux.de/?page=P ... _64;pkgname=ethtool
You can simply try "apt-get install ethtool" first,hopefully it is in the repositories.
If not,you could add Debian repositories if it is in there what I don't know too.
Reply Like 0 View the author
Hi,
in other distros like Mint or Elementary I use /etc/rc.local file to disable EEE on my interface:
ethtool --set-eee enp0s31f6 eee off
exit 0
In Deepin I cannot find this file.
How can I disable EEE at boot in Deepin?
This command requires root to work:
sudo ethtool --set-eee enp0s31f6 eee off