Search found 2 matches
- 2020/12/13 08:40:56
- Forum: CentOS 7 - Hardware Support
- Topic: How to add a r8169 driver to startup for Centos 7
- Replies: 2
- Views: 207
Re: How to add a r8169 driver to startup for Centos 7
The problem was that there was still garbage from old drivers, along the following paths: The r816 9 driver was not installed through what was garbage from the old r816 8 driver /etc/depmod.d/kmod-r816 8 .conf /lib/modules/*/extra/r8168/r8168.ko /usr/share/doc/kmod-r8168* /usr/share/doc/kmod-r8168* ...
- 2020/12/12 18:53:14
- Forum: CentOS 7 - Hardware Support
- Topic: How to add a r8169 driver to startup for Centos 7
- Replies: 2
- Views: 207
How to add a r8169 driver to startup for Centos 7
D-Link System Inc DGE-528T Gigabit Ethernet Adapter (rev 10), r8169
I installed a new network card and it does not work, more precisely, it only works after:
And stops working after system reboot.
I tried but the result is the same.
I installed a new network card and it does not work, more precisely, it only works after:
Code: Select all
modprobe r8169
I tried but the result is the same.
Code: Select all
echo r8169 >> /etc/modules-load.d/r8169.conf