In a command line window, type
lspci &
lspci -n
This will give you the name of the card and it's id numbers
The name database is at
http://pciids.sourceforge.net
If it isn't in the database, you can use the generic NE2000 driver
ne2k-pci to get it started.
Do
modprobe ne2k-pci and then
dmesg to check if it registers your NIC
Search Google for the id number if it still doesn't work..