Using a Toshiba Satellite with the Realtek rtl8102E ethernet card. When the rtl8169 driver is compiled against the kernel (2.6.24) I get a Kernel Oops error when booting. For some reason I can't find a mention of this anywhere in regards to Gentoo, but Ubuntu seems to be working on it: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/225749 Reproducible: Always Steps to Reproduce: 1. Use a Toshiba Sattelite laptop with Realtek rtl8102E ethernet card. 2. Compile the rtl8169 driver against the 2.6.24 kernel. 3. Expected Results: Computer should boot and I should have an ethernet driver.
So the patch that is supposed to fix this is 21e197f231343201368338603cb0909a13961bac, posted here: http://lkml.org/lkml/2008/4/17/298 It looks like this patch has been added to the stable series and is in gentoo-sources 2.6.25. Could you confirm that gentoo-sources-2.6.25-r5 works for you, please?
Confirmed. Upgrading to 2.6.25 fixed the problem. Thanks all!