Once you find out which driver your network card needs (and assuming you only have one NIC), type this as root:
insmod <driver_name>
That should bring up your NIC immediately. To do this at boot time, add this line to your /etc/modules.conf file:
alias eth0 <driver_name>