Galera to tentando instalar essa placa...garimpei na net..achei uns tutoriais parecido com esse:
a.for kernel 2.4.x
-------------------
a1. Redhat 7.3 (linux kernel 2.4.18)
a1.1. install way 1:
#make all =>generate sundance.o
#cp sundance.o /lib/modules/2.4.18-3/kernel/drivers/net/
#insmod sundance
#ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy
eth0 is your network adapter,use dmesg to check it, ex: eth0, eth1...
xxx is your ip address, ex: 192.168.102.211
yyy is your netmask address, ex:255.255.255.0
Quando eu uso comando make all =>generate sundance.o aparece isso:
make: *** nome de variável vazio. Pare.
Me ajudem?