I need to support the realtek rtl8139 network card - is this included in modern (> 3.0) linux kernels? do I have to load any modules or install anything?
I need to support the realtek rtl8139 network card - is this included in modern (> 3.0) linux kernels? do I have to load any modules or install anything?
The Realtek is a fairly standard adapter and has been in the mainline kernel for a long time. The driver/module is
8139cp.ko
. The device should be auto-detected on a modern Linux distribution.Sure. Drivers 8139cp and 8139too.
The driver has been included in the standard kernel distribution for many years.
Depends on your Linux kernel vendor(Linux distribution). But most likely it has one. To check
grep
/zgrep
your/boot/config-$(uname -r)
//proc/config.gz
/.config
for string8139
: