Anyone else running the latest RH 9 kernel update on an NForce-based system? Not NForce2, but the original one.
since 2 hours on msi_k7n420_pro nforce1 onboard gpu/nic/sound enabled
kernel-2.4.20-18.9.athlon.rpm glibc-2.3.2-27.9.i686.rpm
# ls /inst/ NVIDIA-Linux-x86-1.0-4363.run NVIDIA_nforce-1.0-0256.tar.gz
# ./NVIDIA-Linux-x86-1.0-4363.run
# tar xzvf NVIDIA_nforce-1.0-0256.tar.gz # cd nforce # make # make install
ignore the warnings/errors
# modprobe nvnet # service network restart # init 6
--> absolutely no problems here with sound/nic/X/...
# cat /etc/modules.conf
alias eth0 via-rhine
alias eth1 nvnet
alias usb-controller usb-ohci
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias char-major-195 nvidia
-- shrek-m