I am trying to upgrade to Hardy Heron without destroying my current installation of Feisty Fawn (7.04), because I'm happy with how I have Feisty tweaked and don't want to break anything, but am interested in seeing what advances Hardy has to offer. I have Feisty and /home on two separate partitions of the same drive (hd1), and installed Kubuntu 8.04.1 to another drive (hd0). To create a dual-boot system I copied the /home entry from the fstab in Feisty and pasted it into the one in Hardy, and copied the Ubuntu 8.04.1 entry from Hardy's grub menu.lst and pasted it into Feisty's. I can boot into Hardy, and it seems mostly to work fine: the difference between KDE 3.5.6 and 3.5.9 appears negligible. I lose a bunch of apps, but I figure they can be reinstalled.
The two things that don't work:
(1) there's no network connection. I have a wired ethernet connection (eth0), which Network Settings in Feisty shows as having an IP address, dhcp protocol, and enabled. In Hardy, Network Settings lists an eth0 but says it's disabled, nothing else. In Hardy the output of
is
The relevant output from lspci is
(2) Adept launches from the terminal (Konsole) but not from the menu. This has been mentioned in an earlier thread, but I have not seen a solution.
Obviously, if I can't fix the network problem I can't upgrade to Hardy. Any ideas would be greatly appreciated.
The two things that don't work:
(1) there's no network connection. I have a wired ethernet connection (eth0), which Network Settings in Feisty shows as having an IP address, dhcp protocol, and enabled. In Hardy, Network Settings lists an eth0 but says it's disabled, nothing else. In Hardy the output of
Code:
cat /etc/network/interfaces
Code:
auto lo iface lo inet loopback
Code:
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
Obviously, if I can't fix the network problem I can't upgrade to Hardy. Any ideas would be greatly appreciated.
Comment