View previous topic :: View next topic |
Author |
Message |
Gorky n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Jan 2009 Posts: 10
|
Posted: Thu Jan 29, 2009 3:47 pm Post subject: Realtek RTL 8111/8168B driver |
|
|
Hello everyone!
I hope I'm placing this right here.
I installed Gentoo on my machine with an onboard Realtek RTL 8111/8169B ethernet adapter, and included Realtek 8169 gigabit ethernet support in the kernel, as this was the only Realtek driver I could find.
When I boot now, I get the following error:
Code: | network interface eth0 does not exist
Please verify hardware or kernel module (driver)
ERROR: cannot start netmount as net-eth0 could not start |
When I boot with SystemRescueCD, and run lspci -k, it tells me that it uses the r8168 module. But this one is not available in my kernel config.
Kernel version on my install is 2.6.27-gentoo-r8
What should I do?
Thanks in advance for your help
MfG
Gorky |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jenk Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 18 Sep 2006 Posts: 112
|
Posted: Thu Jan 29, 2009 4:04 pm Post subject: |
|
|
Hi,
I'm using the "Realtek 8169 gigabit ethernet support" gigabit in kernel. I've also got the "AMD 8111 (new PCI lance) support " enabled and it all works fine.
One of them is probably redundant, but I cba to find out which one. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gorky n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Jan 2009 Posts: 10
|
Posted: Fri Jan 30, 2009 8:30 pm Post subject: |
|
|
I tried including "AMD 8111 (new PCI lance) support", but it didn't help.
Is there a way to get the driver from the live cd and use it on the local install? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gorky n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Jan 2009 Posts: 10
|
Posted: Wed Feb 04, 2009 5:45 pm Post subject: |
|
|
No one who can help me with this?
There's got to be a way, since Live CDs are working... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
doctork Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Apr 2004 Posts: 370 Location: Cleveland, OH
|
Posted: Wed Feb 04, 2009 6:30 pm Post subject: |
|
|
I've been using the r1869 driver compiled as a module with no problem.
Code: | lspci | grep Ethernet
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
|
Code: |
lsmod | grep r8169
r8169 36420 0
mii 5696 1 r8169
|
I do have this line in /etc/modules.autoload.d, but I don't remember if it was necessary.
Code: | fino ~ # grep 8169 /etc/modules.autoload.d/kernel-2.6
r8169
|
doc |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|