Yum Update - Metadata does not match checksum [Solved]

Michael Schwendt mschwendt at gmail.com
Mon Apr 12 11:18:18 UTC 2010


On Mon, 12 Apr 2010 07:45:26 +0200, Melanie wrote:

> I found a lot of threads, that my ethernet controller makes problems. I
> use the Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express
> Gigabit Ethernet controller (rev 02). I read that for this card the
> wrong driver is used: R8169 instead of R8168.

It's the same combination here, running without problems (albeit running in
a 100Mb/s speed network):

# lspci|grep 81
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
# lsmod|grep 816
r8169                  29749  0 
mii                     3510  1 r8169

The kernel package doesn't contain a separate module for 8168, as
the r8169 driver contains support for multiple chipsets.
# rpm -ql kernel-PAE|grep 816
/lib/modules/2.6.32.11-99.fc12.i686.PAE/kernel/drivers/net/r8169.ko


More information about the users mailing list