On Jan 2, 2008 10:21 PM, David Levinger <[EMAIL PROTECTED]> wrote:
> Hey Kai,
>
> I tried downloading the latest driver's from NVidia's site here:
> http://us.download.nvidia.com/XFree86/nforce/1.23/NFORCE-Linux-x86-1.23.zip
> However, the RPMs that are provided are compiled for a specific kernel and
> don't work with the latest Centos 5.1 kernel. They also provide a .c file
> for compile but no makefile. I'm going to try and figure that out.
>
 Hi all,
Try to use something like:

$ cat ./NV_Linux_DRV_PKG_v1.23/RHEL5/source/Makefile
obj-m    := forcedeth.o sata_nv.o

KDIR    := /lib/modules/$(shell uname -r)/build
PWD    := $(shell pwd)

default:
        $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules

Regards,
-- 
Laurentiu Coica
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to