Why is the Edit button greyed out in Network Manager?

One quick work-around is to invoke the connection editor manually from the command line:

nm-connection-editor 

You'll get the same familiar edit screen. Worked for me.


Try this fix-for-error-network-device-not i think you got the similar problem as me.

Summary from linked content:

  1. Run in terminal sudo /etc/init.d/networking restart

  2. Edit file /etc/NetworkManager/NetworkManager.conf

  3. Change managed=false to managed=true

  4. Run:

    sudo killall NetworkManager
    
  5. Now attempt to configure your interface.