|
|
4. The mainboard's LAN adapter4.1 Making it work...If your board came with the optional on-board LAN card, you have a Silicon Integrated Systems [SiS] SiS900 10/100 Fast Ethernet card, this card is supported by Linux kernels 2.4 and later (that I know of, as I only use 2.4 kernels).
To make it work you should type modprobe sis900 and you should see something like this in your syslog:
or type dmesg | less and scroll to see the kernel messages. If everything went fine, you may add echo "sis900" >> /etc/modules (or echo "alias eth0 sis900" >> /etc/modutils/aliases && update-modules for the module to be loaded when needed, go for that if you have a Debian system) Pay attention to the double >, or you will have troubles :] or compile it in your kernel, where you should say Y to
Next Previous Contents |