> > Boot the LiveCD, setup the network, root password, sshd, mount the partitions > and proc (per the install guide), cd /mnt/gentoo, chroot /mnt/gentoo > /bin/bash, > env-update, source /etc/profile, and rebuild the kernel, emerge sync, emerge > coldplug, > emerge hotplug, rc-update add coldplug boot, rc-update add hotplug default, > exit, > cd $HOME, unmount and reboot. >
You could also try doing it without even having to restart your computer: # lspci find out which kind of NIC you have # cd /usr/src/linux # make menuconfig Add support for your network card as a module # make && make modules_install This will re-build the kernel and the kernel modules # modprobe <module> where <module> is the name of the module for you NIC # /etc/init.d/dhcpd stop # /etc/init.d/dhcpd start Matt -- [email protected] mailing list
