Welcome to LinuxQuestions.
I believe this network adapter uses the 8139too module which should already be installed. You can look at the output of the dmesg command to see if the adapter is being recognised as well as the output of the lsmod command to see if the module is loading. You can manually load it via the command (as root).
modprobe 8139too
If no messages are displayed then it loaded successfully.
|