I recently installed Kubuntu on my laptop, which has two ethernet interfaces (excluding lo0). The first one is a wired connection which I seldom use. Interface eth1 is a wireless that operates correctly, except that it never gets a DHCP lease on boot. Every time I boot I have to give the command
to get an IP address for the wireless.
I have read a few recommendations on the issue but none have made any difference so far. Most recently I used apt-get to uninstall both network-manager and network-manager-kde and then put the following lines into my /etc/networks/interfaces
But this made no difference.
What should I try next?
Code:
sudo dhclient eth1
I have read a few recommendations on the issue but none have made any difference so far. Most recently I used apt-get to uninstall both network-manager and network-manager-kde and then put the following lines into my /etc/networks/interfaces
Code:
iface eth1 inet dhcp wireless-essid linksys
What should I try next?
Comment