eth0 not running at 1000Mb/s

  • When I run lscpi, I get:


    Code
    00:16.0 Communication controller: Intel Corporation 9 Series Chipset Family ME Interface #1
    00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V


    then if I run ethtool eth0 I get:



    But I can't seem to set the speed to 1000 with ethtool eth0 speed 1000. I've checked and I'm not missing any updates. Do I need to install a new kernel?

  • UPDATE:


    I fixed it by installing the Proxmox Kernel.


    DOWNSIDE:


    This broke the fuck out of Docker


    FIX:


    run:


    cd /var/lib/docker
    sudo mv aufs/ aufs-BK
    reboot


    This will force docker to use the overlay storage method instead of aufs.


    FURTHER DOWNSIDES:


    Lose all your containers. Have to rebuild them.


    UPSIDE: works better without aufs

  • Yeah, I think that my motherboard with its onboard NIC didn't have the right drivers in the basic kernel. The Proxmox kernel seemed to solve it.


    I spent a little time rebuilding some docker containers, but honestly, I do like the non-aufs version of docker, and it let me make some quality-of-life configuration changes I had been meaning to make, so it's all good.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!