Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
r8169 Kernel Module and 2.6.27-gentoo-r3 amd64 [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Sat Nov 22, 2008 5:44 am    Post subject: r8169 Kernel Module and 2.6.27-gentoo-r3 amd64 [SOLVED] Reply with quote

{SOLVED}

After bringing in GENTOO-SOURCES-2.27-R3 I was unable to make install_modules because of problem with MII R8169.

By adding the following to:
Code:
/usr/src/linux/drivers/net/Makefile

That is, adding the mii.o to the line containing r8169.o I was able to make modules_install without an error and I have network again.
From...
Code:
...
obj-$(CONFIG_R8169) += r8169.o
...

to...
Code:
...
obj-$(CONFIG_R8169) += mii.o r8169.o
...


Am not au fait with posting bugs, but if someone needs more information from my x86_64 (amd64) system to post a bug so this is fixed in the next kernel release, let me know. I see no reference to this problem in bugs.

Thank you to Kasper Sandberg at http://lkml.org/lkml/2008/11/14/171 for this solution.

Kirk Holz
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Sat Nov 22, 2008 8:30 am    Post subject: Reply with quote

I hit the very same issue last night, and found this bug report, in which they outline that fix and link to patches which implement it.

However, gentoo-sources-2.6.27-r4 is already in portage, so we should probably just upgrade to that instead.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
splurben
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 197
Location: Augusta, Southwest Western Australia

PostPosted: Sun Nov 23, 2008 9:52 am    Post subject: Yah huh Reply with quote

It was five minutes after I figured out the solution that I saw there was a new kernel :: lol
_________________
--=>Like... Goodness had nothing to do with it.<=--
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum