Menu Content/Inhalt
Home
Welcome To Canna Software

Canna Software is dedicated to embedded systems development. We have over 25 years of experience working at all levels of hardware and software design. If you have heard of it or it is in the news, odds are we have developed with it.

When you need a new project designed in a short period of time, call Canna Software.

Canna Software: We Write the Code You Want

 
Fixing Ubuntu's Network Issues PDF Print E-mail
Written by Webmaster   
Monday, 28 July 2008

Image
Linux
I use Kubuntu (KDE version of Ubuntu) quite a bit. Since I run it under VMWare on my Mac Pro, I have had occasions when booting the virtual machine it does not see my network interface.

This is very irritating.

To fix this, do the following: 

sudo nano /etc/network/interfaces

This is what I use for my network: 

auto eth0
iface eth0 inet dhcp

Close the file and you are (hopefully) done. Now reboot the virtual machine.
Last Updated ( Friday, 01 August 2008 )
 
< Prev   Next >