rpmbuild --rebuild NVIDIA_nforce-1.0-0261.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/NVIDIA_nforce-1.0-0261.i386.rpm
Installed the agpgart patch:
patch -p1 < linux-2.4.20-agpgart.diff
Then:
cd /usr/src/linux-2.4
mv .config ..
make mrproper
cp ../.config .
make xconfig (and under Char devices, selected Y for NVIDIA Chipset support, and M for /dev/agpgart)
make dep
make clean
make bzImage
make modules
The make modules errors out with:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-19.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-19.9/include/linux/modversions.h -nostdinc -iwithprefix include -DKBUILD_BASENAME=agpgart_be -DEXPORT_SYMTAB -c agpgart_be.c
agpgart_be.c: In function `nvidia_generic_setup':
agpgart_be.c:4347: structure has no member named `num_of_masks'
make[3]: *** [agpgart_be.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.20-19.9/drivers/char/agp'
make[2]: *** [_modsubdir_agp] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.20-19.9/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-19.9/drivers'
make: *** [_mod_drivers] Error 2
A google search for agpgart_be.c:4347: structure has no member named `num_of_masks' turned up one solution, but that was in Russian, so it was not a help
Has anyone else been able to get the agpgart to work with this chipset?
Does anyone know when the nforce2 chipset support will be rolled into the RedHat distro?
TIA
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list