Бортовая сетевая RTL8111D помогите установить драйвер

Встроенная RTL8111D не хочет работать на гигабитной скорости. В винде скорость больше 100мб/с, в CLD-14 - около 10мб/с. Нагуглил, что с драйвером r8169 она работает некорректно - нужен r8168.
Попытался установить net-misc/r8168 (r8168 driver for Realtek 8111/8168 PCI-E NICs). Установка не проходит.
Выгрузил rmmod r8169, все равно не проходит:

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) net-misc/r8168-8.028.00
 * r8168-8.028.00.tar.bz2 SHA256 size ;-) ...                                   [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/3.14.22-calculate/build
 * Found sources for kernel version:
 *     3.14.22-calculate
 * Checking for suitable kernel configuration options...
 *   r8168-8.028.00 requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R8169) to be DISABLED
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.
 * ERROR: net-misc/r8168-8.028.00::gentoo failed (setup phase):
 *   Incorrect kernel configuration options
 * 
 * Call stack:
 *               ebuild.sh, line  93:  Called pkg_setup
 *   r8168-8.028.00.ebuild, line  29:  Called linux-mod_pkg_setup
 *        linux-mod.eclass, line 569:  Called linux-info_pkg_setup
 *       linux-info.eclass, line 914:  Called check_extra_config
 *       linux-info.eclass, line 808:  Called die
 * The specific snippet of code:
 *              die "Incorrect kernel configuration options"
 * 
 * If you need support, post the output of `emerge --info '=net-misc/r8168-8.028.00::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-misc/r8168-8.028.00::gentoo'`.
 * The complete build log is located at '/var/calculate/tmp/portage/net-misc/r8168-8.028.00/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/net-misc/r8168-8.028.00/temp/die.env'.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/calculate/tmp/portage/net-misc/r8168-8.028.00/work/r8168-8.028.00'

>>> Failed to emerge net-misc/r8168-8.028.00, Log file:

>>>  '/var/calculate/tmp/portage/net-misc/r8168-8.028.00/temp/build.log'

 * Messages for package net-misc/r8168-8.028.00:

 *   r8168-8.028.00 requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R8169) to be DISABLED
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.
 * ERROR: net-misc/r8168-8.028.00::gentoo failed (setup phase):
 *   Incorrect kernel configuration options
 * 
 * Call stack:
 *               ebuild.sh, line  93:  Called pkg_setup
 *   r8168-8.028.00.ebuild, line  29:  Called linux-mod_pkg_setup
 *        linux-mod.eclass, line 569:  Called linux-info_pkg_setup
 *       linux-info.eclass, line 914:  Called check_extra_config
 *       linux-info.eclass, line 808:  Called die
 * The specific snippet of code:
 *              die "Incorrect kernel configuration options"
 * 
 * If you need support, post the output of `emerge --info '=net-misc/r8168-8.028.00::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-misc/r8168-8.028.00::gentoo'`.
 * The complete build log is located at '/var/calculate/tmp/portage/net-misc/r8168-8.028.00/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/net-misc/r8168-8.028.00/temp/die.env'.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/calculate/tmp/portage/net-misc/r8168-8.028.00/work/r8168-8.028.00'

В выхлопе ничего не понял (в буржуйском языке не силен), помогите пожалуйста
P.S. скачал с офсайта, попытался установить - еще хуже…

Столкнулся с похожей проблемой, модуль r8168 не ставился, а на r8169 сетевая не работает. Если ещё актуально, то вот мой рецепт, за который спасибо Александру Трацевскому.

# в /usr/src/linux/.config вручную комментируюем строку с модулем r8169 таким образом #CONFIG_R8169 is not set
# добавляем в блэклист ненужный драйвер например создаём /etc/modprobe.d/blacklist-my.conf вписываем строку blacklist r8169 сохраняем
# снова ставим пакет r8168
# если успешно, пробуем загрузить модуль коммандой modprobe r8168
# перезагружаемся

Мне помогло. Надеюсь вам тоже поможет.

i think it worked. i used google translate to read what you wrote. Hope it works. Rebooting now!