Comment 10 for bug 149869

Revision history for this message
jerrylamos (jerrylamos) wrote :

Luka, my interfaces files are from the CD Live as downloaded from
http://cdimage.ubuntu.com/kubuntu/daily-live/current/gutsy-desktop-i386.iso
Since these are from the kubuntu site on CD Live, they are as provided by Kubuntu since I don't have the expertise to change CD Live. I didn't make any changes.

Kubuntu Gutsy Beta /etc/network/interfaces where the network does NOT work:

auto lo
iface lo inet loopback

(end of file)

Kubuntu Gutsy Tribe5 /etc/network/interfaces where the network does work fine:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

(end of file)

The /etc/network/interfaces certainly look different. If I were able to change CD Live Beta I'd try at least using Tribe5's /etc/network/interfaces. Any info on any other changes that could have disabled the network on Beta?

Thanks, Jerry