Hi, I've been using KDE 14.04, but I wanted Plasma 5 badly, so I upgraded to 14.10 and then to 15.04 on Thursday.
I use both a WiFi dongle and wired Ethernet -- my wired ethernet is for work-intranet sites, everything else goes through WiFi via my custom routing config. Also, I had two lines custom-added to my /etc/dhcp/dhclient.conf file (a "send user-class" line and a "append domain-name" line, which were relevant for my Wired Ethernet).
Since upgrading to 15.04, the Wired Ethernet (eth0) connection in KDE's network plasma -- visible in "Connection Editor" -- just cycles constantly, giving "Connection 'eth0' activated." followed immediately by "Connection 'eth0' deactivated." in the notification area. Finally a "Wired Interface (eth0)" "The device could not be configured" message" pops up.
I feel as though my dhcp configuration may be to blame after upgrading -- I think I was asked and chose to leave it with my existing config during install.)
I tried modifying my /etc/network/interfaces file, and adding the lines:
to the end of it.
If I do this, Network Manager and my Plasma panels become unresponsive and, if I restart my computer it will reopen without the eth0 connection in Network Manager BUT running `ifconfig eth0` will have a DHCP-assigned IP address, and everything will be connecting properly, I believe!
The only thing is that I need to get my custom routes back in place and I am not confident about getting these into the routing table manually. I'd like to do it using Network Manager.
Any thoughts?
I use both a WiFi dongle and wired Ethernet -- my wired ethernet is for work-intranet sites, everything else goes through WiFi via my custom routing config. Also, I had two lines custom-added to my /etc/dhcp/dhclient.conf file (a "send user-class" line and a "append domain-name" line, which were relevant for my Wired Ethernet).
Since upgrading to 15.04, the Wired Ethernet (eth0) connection in KDE's network plasma -- visible in "Connection Editor" -- just cycles constantly, giving "Connection 'eth0' activated." followed immediately by "Connection 'eth0' deactivated." in the notification area. Finally a "Wired Interface (eth0)" "The device could not be configured" message" pops up.
I feel as though my dhcp configuration may be to blame after upgrading -- I think I was asked and chose to leave it with my existing config during install.)
I tried modifying my /etc/network/interfaces file, and adding the lines:
Code:
[FONT=monospace]auto eth0 [/FONT][FONT=monospace]iface eth0 inet dhcp[/FONT]
If I do this, Network Manager and my Plasma panels become unresponsive and, if I restart my computer it will reopen without the eth0 connection in Network Manager BUT running `ifconfig eth0` will have a DHCP-assigned IP address, and everything will be connecting properly, I believe!
The only thing is that I need to get my custom routes back in place and I am not confident about getting these into the routing table manually. I'd like to do it using Network Manager.
Any thoughts?
Comment