Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247294 - sys-kernel/gentoo-sources-2.6.27-r3 - r8169 driver broken
Summary: sys-kernel/gentoo-sources-2.6.27-r3 - r8169 driver broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
: 247406 247628 247890 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-18 01:31 UTC by Jonathan Heaney
Modified: 2008-11-21 23:55 UTC (History)
8 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Heaney 2008-11-18 01:31:05 UTC
gentoo-sources-2.6.27-r3 fails to build here due to a problem with the r8169 ethernet driver.

ERROR: "mii_ethtool_gset" [drivers/net/r8169.ko] undefined!

Compiling as a module, kernel builds but fails during make modules_install

gentoo-sources-2.6.27-r2 currently installed and working fine, looks like a regression upstream

Reproducible: Always

Steps to Reproduce:
1.  make && make modules_install
2.  
3.

Actual Results:  
Problem with mii/r8169

Expected Results:  
I'd like it to work.
Comment 1 Jonathan Heaney 2008-11-18 01:36:56 UTC
http://kerneltrap.org/mailarchive/linux-netdev/2008/11/13/4089294

Greg K-H is already onto this.  r3 should be masked until it gets fixed.
Comment 2 Rafał Mużyło 2008-11-18 10:53:24 UTC
The response of the original poster to the help given
was bit amusing.
But anyway, as you may check, this means that this actually
works even in r3, you just need to manually set that option.
Comment 3 Jonathan Heaney 2008-11-18 16:37:42 UTC
http://lkml.org/lkml/2008/11/17/45

Manually adding the above "select MII" line into /usr/src/linux/drivers/net/Kconfig

r8169 module builds OK here now.
Comment 4 Brad Beglin 2008-11-19 02:21:58 UTC
I also can confirm the break.  Also, I can confirm that following patch at http://lkml.indiana.edu/hypermail/linux/kernel/0811.2/00397.html fixes the problem.
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-11-19 23:52:50 UTC
*** Bug 247628 has been marked as a duplicate of this bug. ***
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2008-11-20 16:43:10 UTC
Applying a patch ( or even a line on Kconfig ) by hand cant be considered as official solution. I would suggest to mark -r3 hard masked , and release an -r4 version with the appropriate patched file :)
Comment 7 Daniel Drake (RETIRED) gentoo-dev 2008-11-20 16:46:12 UTC
Thanks for the bug report. There's no need to hard mask when the affected kernels are only in the testing tree and there is a simple workaround.

The fix is queued up for 2.6.27.7 which was due out yesterday, so let's hold our horses for a little while and then do a new kernel release including 2.6.27.7.
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-20 16:47:52 UTC
*** Bug 247406 has been marked as a duplicate of this bug. ***
Comment 9 Serkan Kaba (RETIRED) gentoo-dev 2008-11-21 09:52:55 UTC
*** Bug 247890 has been marked as a duplicate of this bug. ***
Comment 10 Daniel Drake (RETIRED) gentoo-dev 2008-11-21 23:55:43 UTC
fixed in gentoo-sources-2.6.27-r4, thanks for your patience