Does anyone have patches which will allow the fglrx kernel module from the latest fglrx 4.3.0-3.14.6 rpms to build against the new kernel 2.6.10-1.8_FC2 sources? While I can use the following patch to compile the modules... http://www.stanford.edu/~fenn/linux/fglrx-3.14.1-fc2.patch ...I get the following warning during make.sh... ATI module generator V 2.0 ========================== initializing... cleaning... patching 'highmem.h'... skipping patch for 'drmP.h', not needed skipping patch for 'drm_os_linux.h', not needed assuming new VMA API since we do have kernel 2.6.x... doing Makefile based build for kernel 2.6.x and higher make -C /lib/modules/2.6.10-1.8_FC2smp/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules make[1]: Entering directory `/lib/modules/2.6.10-1.8_FC2smp/build' Building modules, stage 2. MODPOST Warning: could not find /lib/modules/fglrx/build_mod/2.6.x/.libfglrx_ip.a.GCC3.cmd for /lib/modules/fglrx/build_mod/2.6.x/libfglrx_ip.a.GCC3 *** Warning: "pci_find_class" [/lib/modules/fglrx/build_mod/2.6.x/fglrx.ko] undefined! make[1]: Leaving directory `/lib/modules/2.6.10-1.8_FC2smp/build' build succeeded with return value 0 duplicating results into driver repository... done. ============================== You must change your working directory to /lib/modules/fglrx and then call ./make_install.sh in order to install the built module. ============================== Thanks in advance for any help on this issue. Jack