
According to www.sis.com.tw , Red Hat
Linux 7.0.1 should recognize the ethernet controller on default. But
it can't! Well, I don't know the exact problem, but I tried few
workarounds, like: disabling modem from the BIOS setting, setting
IO/IRQ parameters by hand while booting, etc --- they all failed! So,
I downloaded Linux Kernel 2.4.2(
www.kernel.org) and compiled it with Ethernet module built-in
and this solved my problem. You might feel bored reading my notes, so
let me give you the exact steps I followed:
1. Download kernel 2.4.0 or later. (I used 2.4.2)
2. save it under /usr/src/
3. You'll get something like:
ls /usr/src/
linux-2.4.2.tar.gz redhat
4. cd /usr/src
5. cat linux-2.4.2.tar.gz | gunzip | tar xfv -
6. ls /usr/src
linux linux-2.4.2.tar.gz redhat
7. cd /usr/src/linux
8. make menuconfig
Follow the instructions and check the following:
(a) Loadable module support
Follow the instructions and check the following:
(a) Loadable module support
Follow the instructions and check the following:
(a) Loadable module support
Enable module support
By the way, you might want to take a look at:
www.linuxhq.com/kernel/v2.4/doc/DocBook/sis900.tmpl.html
Just a warning, I wasn't successful following the instructions found
in the above page. But who knows, you might get successful! Give it a
try if you want to.
|


this page is maintained by:
jchakma@yahoo.com