You are not logged in.
I've finished install from CD-Rom (only the base part). But the network card is not installed. How to install network driver? Thanks.
Offline
You can set everything up in /etc/rc.conf
You need to know IPs for your computer/gateway/dns servers, or set 'eth0="dhcp"''. Then put them in the appropriate place. The NIC module (assuming eethernet here) goes in the module line. Take the ! out from in front of gateway if you don't use dhcp.
An example for the module is an on-board card on an ECS-K7S5A uses 'sis900'. Do a search to find out which module for your card.
You should add the host name to /etc/hosts too. Add a line:
127.0.0.1 your_host_name
Offline