Realtek r8169 linux driver

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Linux driver for Realtek network chips with enabled ASPM

KastB/r8169

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Maybe deprecated since 4.19

I haven’t verified power consumption on linux > 4.19 but there seems to be some ASPM related change: https://github.com/torvalds/linux/commit/a99790bf5c7f3d68d8b01e015d3212a98ee7bd57

ASPM [1] is disabled for Realtek network chips by default when running linux. This leads to a vast increase in power consumption on certain systems. This patch enables ASPM on some chips to prolong battery life and decrease cpu temperature.

Due to the reported regressions that have been reported for the ASPM patch [2] it had been reverted several years ago. Nevertheless similar modifications on the driver work perfectly on my notebook by now. This repository contains the modificated driver thus ASPM can be enabled by a modprobe option. If there are more people that report it’s running stable a pull request will be sent to linux upstream. On my notebook this module decreased the system power consumption from 13W to 8W, as the cpu was prohibited from entering low package sleep states (PC6/PC7) before.

To check if you are affected of this problem, too you can run

watch -n1 sudo cpupower monitor 

For a haswell system on idle output should look something like that:

CPU C3 C6 PC3 PC6 C7 PC2 PC7 C0 Cx Freq POLL C1-H C1E- C3-H C6-H C7s-
0 0,28 0,04 6,84 50,04 94,53 31,23 0,00 3,23 96,77 2469 0,00 0,73 0,31 0,31 0,04 95,21
4 0,28 0,04 6,84 50,04 94,53 31,23 0,00 0,70 99,30 2386 0,00 0,00 0,00 0,00 0,00 99,67
1 0,21 0,04 6,84 50,04 97,47 31,23 0,00 1,51 98,49 2773 0,00 0,00 0,02 0,19 0,10 98,53
5 0,21 0,04 6,84 50,04 97,47 31,23 0,00 0,72 99,28 2363 0,00 0,00 0,02 0,11 0,00 99,52
2 0,16 0,01 6,84 50,04 97,35 31,23 0,00 1,52 98,48 2493 0,00 0,00 0,00 0,21 0,00 98,59
6 0,16 0,01 6,84 50,04 97,36 31,23 0,00 0,57 99,43 2334 0,00 0,00 0,00 0,10 0,00 99,70
3 0,24 0,00 6,84 50,04 95,19 31,23 0,00 1,54 98,46 2435 0,00 0,00 0,00 0,10 0,00 98,64
7 0,24 0,00 6,84 50,04 95,19 31,23 0,00 2,26 97,74 2465 0,00 0,00 0,01 0,21 0,00 97,77
Читайте также:  Драйвера принтеров astra linux

States with a higher numbers are deeper thus the cores should be in C7s the package (the states that start with a ‘P’) should be in PC6 or higher for more than 50%. PC7 is only used when display is turned off.

As long as a single device or prevents the cpu from sleeping the result looks similar to that:

CPU C3 C6 PC3 PC6 C7 PC2 PC7 C0 Cx Freq POLL C1-H C1E- C3-H C6-H C7s-
0 0,11 0,10 76,37 0,00 95,81 17,02 0,00 1,90 98,10 2484 0,00 1,27 0,30 0,11 0,10 96,25
4 0,11 0,10 76,37 0,00 95,81 17,02 0,00 0,58 99,42 2707 0,00 0,00 0,00 0,04 0,00 99,65
1 0,03 0,08 76,37 0,00 98,18 17,02 0,00 0,83 99,17 2598 0,00 0,00 0,10 0,00 0,08 99,27
5 0,03 0,08 76,37 0,00 98,18 17,02 0,00 0,49 99,51 2716 0,00 0,00 0,01 0,03 0,00 99,73
2 0,06 0,12 76,37 0,00 97,86 17,02 0,00 1,25 98,75 2497 0,00 0,00 0,00 0,07 0,06 98,78
6 0,06 0,12 76,37 0,00 97,86 17,02 0,00 0,59 99,41 2661 0,00 0,00 0,00 0,00 0,06 99,60
3 0,00 0,07 76,37 0,00 98,88 17,02 0,00 0,41 99,59 2777 0,00 0,00 0,00 0,00 0,07 99,80
7 0,00 0,07 76,37 0,00 98,88 17,02 0,00 0,35 99,65 2748 0,00 0,00 0,00 0,00 0,00 99,92

PC6 and higher isn’t used at all even when all cores are at a deep sleep state.

To narrow the problems that prevent the cpu from sleeping you can run

sudo lspci -vvv | fgrep "ASPM Disabled" 

To check if there are pcie devices that don’t use ASPM. If it’s only the realtek network card please use this driver to check if the problem is solved then.

You can’t enable ASPM. The only thing you can do is NOT DISABLE it. That means, if the wrong driver, or the driver with wrong options was loaded once a COLD reboot has to be done to reset the pci device and to be able to use ASPM again. Only loading the other module won’t work as less as only a warm reboot sudo reboot .

This driver, provided by Realtek itself, worked for me to prevent the ASPM bug. Nevertheless there had been system freezes quite regularly (every 30 seconds for about 2 seconds) thus this module was unusable for me.

Читайте также:  Kali linux odroid c2

Please remove/save your old r8169 module before installing this module. Its in

/var/lib/modules/$(uname -r)/kernel/drivers/net/ethernet/realtek/r8169.ko.gz 
make sudo make install sudo depmod -a sudo modprobe r8169 

About

Linux driver for Realtek network chips with enabled ASPM

Источник

RealTek RTL8169 Driver Download

The following files are found inside the driver download file.

Name Size Date
Makefile 490 bytes 23 Feb 2006
README 1.5 KB 23 Feb 2006
release_note.txt 191 bytes 23 Feb 2006
src/Makefile 780 bytes 23 Feb 2006
src/Makefile_linux24x 761 bytes 23 Feb 2006
src/Makefile_linux26x 597 bytes 23 Feb 2006
src/r1000_n.c 59.2 KB 23 Feb 2006

How to Update RTL8169 Device Drivers Quickly & Easily

Step 1 — Download Your Driver

To get the RTL8169 driver, click the green download button above. After you complete your download, move on to Step 2.

If the driver listed is not the right version or operating system, search our driver archive for the correct version. Enter RealTek RTL8169 into the search box above and then submit. In the results, choose the best match for your PC and operating system.

Tech Tip: If you are having trouble deciding which is the right driver, try the RealTek Driver Update Utility. It is a software utility which automatically finds and downloads the right driver.

To find the newest driver, you may need to visit the RealTek website. Most major device manufacturers update their drivers regularly.

Step 2 — Install Your Driver

Once you have downloaded your new driver, you’ll need to install it. In Windows, use a built-in utility called Device Manager, which allows you to see all of the devices recognized by your system, and the drivers associated with them.

How to Open Device Manager

  • In Windows 11, Windows 10 & Windows 8.1, right-click the Start menu and select Device Manager
  • In Windows 8, swipe up from the bottom, or right-click anywhere on the desktop and choose «All Apps» -> swipe or scroll right and choose «Control Panel» (under Windows System section) -> Hardware and Sound -> Device Manager
  • In Windows 7, click Start -> Control Panel -> Hardware and Sound -> Device Manager
  • In Windows Vista, click Start -> Control Panel -> System and Maintenance -> Device Manager
  • In Windows XP, click Start -> Control Panel -> Performance and Maintenance -> System -> Hardware tab -> Device Manager button

How to Install a driver from Device Manager

  1. Locate the device and model that is having the issue and double-click on it to open the Properties dialog box.
  2. Select the Driver tab.
  3. Click the Update Driver button and follow the instructions.

In most cases, you will need to reboot your computer in order for the driver update to take effect.

Tech Tip: Driver downloads and updates come in a variety of file formats with different file extensions. For example, you may have downloaded an EXE, INF, ZIP, or SYS file. Each file type has a slighty different installation procedure to follow.

Читайте также:  Php code in linux

For more help, visit our Driver Support Page for step-by-step videos on how to install drivers for every file type.

  • Updates PC Drivers Automatically
  • Identifies & Fixes Unknown Devices
  • Supports Windows 11, 10, 8, & 7

Recent Help Articles

Источник

Заметки Sandbox

Симптомы: время от времени пропадает сеть.
В логах множество записей типа:

Feb 3 01:27:22 vds1 kernel: [ 6489.198269] r8169 0000:04:00.0: eth0: link up

проблема в драйвере сетевой платы r8169, и данная проблема проявляется даже на самом последнем ядре linux. Для решения проблемы необходимо стянуть и установить драйвер с сайта realtek для r8168, то есть сделать даунгрейд драйвера, а оригинальный заблеклистить, чтоб его не подхватывало ядро.

Для начала проверим действительно ли у нас стоит драйвер r8169:

Если в ответ увидели что то подобное:

Теперь необходимо проверить есть ли смысл нам делать даунгрейд, то есть заведется или не заведется сетевая…

apt-get install -y pciutils lspci | grep Ethernet

Если в ответ увидите что то на подобии:

04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)

То драйвер r8168 будет работать с вашей сетевой и можем продолжать дальше…

Поставим пакет включающий все необходимые компоненты (компиляторы и прочие инструменты) для сборки всего необходимого:

aptitude install build-essential linux-headers-`uname -r`

Дальше скачаем исходники драйвера:

cd /usr/src http://blogovo.in.ua/uploads/r8168-8.032.00.tar.bz2 tar xjf r8168-8.032.00.tar.bz2

Дальше мы перестроим зависимости ядра:

Драйвер r8169 необходимо занести в блеклист, чтоб ядро его не прогружало. Если у вас несколько сетевых, тогда заносить в блеклист не нужно.

echo "blacklist r8169" >> /etc/modprobe.d/blacklist.conf

Добавляем драйвер r8169 в initrd:

echo "r8168" >> /etc/initramfs-tools/modules

Теперь нужно пересобрать initrd:

update-initramfs -v -u -k `uname -r`

Ну вот и все. Новый драйвер будет загружен после перезагрузки. Перезагружаемся:

Проверить загрузился ли драйвер можно командой:

lsmod | grep 8168 r8168 226837 0

P.S. если надумаете обновлять ядро, драйвер необходимо пересобрать!

P.P.S С офсайта realtek можно стянуть свежий драйвер который устанавливается скриптом. Но не всегда работает.

Источник

Realtek RTL8169SC(L) драйвер для Linux

Полностью совместимые с операционной системой Linux драйвера для Realtek RTL8169SC(L) перчисленны в списке, располагающемся ниже. Каждый конкретный драйвер сетевого оборудования Realtek RTL8169SC(L) дополнен довольно подробным описанием своих характеристик (всех доступных).

Выберите именно тот драйвер для сетевого оборудования RTL8169SC(L), который наиболее полно отвечает Вашим потребностям (в случае если их несколько), после чего нажмите кнопку «Скачать драйвер». Следуйте появляющимся инструкциям и Вы сможете быстро и просто скачать нужный драйвер.

Сетевой драйвер

Сетевой драйвер совместим с Linux

драйвер Realtek RTL8169SC(L) проверен на работоспособность

скачать

Скачать правильный драйвер Realtek RTL8169SC(L) для Linux возможно только на этом сайте. Содержимое сайта ежедневно обновляется, что позволяет быстро находить, скачивать и устанавливать драйвера Realtek RTL8169SC(L) для Вашего Linux.

Linux мощная, удобная, а главное бесплатная операционная система, поддерживаемая целым сообществом. Поэтому стремление компании Realtek подготавливать специальный драйвер сетевого оборудования Realtek RTL8169SC(L) для Linux выглядит вполне естественным, тем более это помогает достигать максимального уровня совместимости сетевого оборудования RTL8169SC(L).

Источник

Оцените статью
Adblock
detector