hmmm ... there is an issue about rtl8139 in linux since there is two driver is available for NIC models. By default 8139cp driver is used, the problem is this driver isn't compatible with the another one driver (8139too). Type:
if you found something to try 8139too driver then you should
unload the 8139cp driver and load 8139too driver. Here it is:
Quote:
rmmod 8139cp
modprobe 8139too
|
now the NIC should be usable.
good luck.