Thanks for the info pointerstop.
From what I've read the Ubuntu installation process is supposed to detect the NIC and install the built-in kernel drivers for it automatically. But when I was done with both the Mythbuntu and Kubuntu installations (each after a full format onto an ext3 partition), there was no Network Connection detected or present. I didn't manually try to "sudo modprobe e1000e" (or e1000) after the installation of Ubuntu and before I manually compiled the drivers provided by Intel, but I could try this.
Main Topics
Browse All Topics





by: pointerstopPosted on 2008-08-15 at 11:19:48ID: 22240454
I don't like the idea of recompiling modules from source trees until you actually establish that the ones Ubuntu provides - compiled for your current kernel - really don't work.
00/e1000.k o 1000e.ko
You should have had modules in:
/lib/modules/`uname -r`/kernel/drivers/net/e10
/lib/modules/`uname -r`/kernel/ubuntu/e1000e/e
If they're not the same ones that you've now compiled, I'd want to "sudo modprobe e1000e" and see exactly what _that_ does before using a self-compiled driver.
This is already _supposed_ to work and you certainly can't expect one you've compiled yourself to work any better.