Hi, I'm trying to setup Kubuntu 8.10 on my Shuttle SN95G5 which has a Marvell 88E8001 Gigabit adapter built-in. This ethernet works in Windows and Ubuntu 8.10, but under Kubuntu for some reason, it does not.
I'm trying Kubuntu because I'd like to use Linux MCE www.linuxmce.com, which says it requires this distro. I use this PC as a HTPC on my HDTV.
Specifically what happens is, if I open up terminal, and type ifconfig, I see that eth0 has an IP acquired by DHCP from my router. I see that with route the default gateway is my router's IP.
However, no network connections of any type seem to be able to work. I cannot even ping the router (Destination Host Unreachable.)
I've tried these tricks:
sudo update-rc.d -f NetworkManager remove
Adding to /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
And rebooting, but it didn't work. I also tried installing the driver from Marvell. Both skge and sk98lin won't work. Under Ubuntu, skge does work.
I can't figure out what's going on. Kubuntu is running the same kernel version, and the /lib/modules seems to be the same too.
Help? (or, if someone knows if LinuxMCE can be made to work with Ubuntu, that'd be good too.)
I'm trying Kubuntu because I'd like to use Linux MCE www.linuxmce.com, which says it requires this distro. I use this PC as a HTPC on my HDTV.
Specifically what happens is, if I open up terminal, and type ifconfig, I see that eth0 has an IP acquired by DHCP from my router. I see that with route the default gateway is my router's IP.
However, no network connections of any type seem to be able to work. I cannot even ping the router (Destination Host Unreachable.)
I've tried these tricks:
sudo update-rc.d -f NetworkManager remove
Adding to /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
And rebooting, but it didn't work. I also tried installing the driver from Marvell. Both skge and sk98lin won't work. Under Ubuntu, skge does work.
I can't figure out what's going on. Kubuntu is running the same kernel version, and the /lib/modules seems to be the same too.
Help? (or, if someone knows if LinuxMCE can be made to work with Ubuntu, that'd be good too.)
Comment