Was having a few wireless card issues (not coming back up) with the original kernel as i had to run pci=noacpi to boot,
So updated the kernel from the dev repo (2.6.34) and now i don't need to disable pci acpi as the cisco card raises nicely.
So, although i appreciate its not really essential, having the nvidia driver in, it would be a bonus, as the fonts look nasty on the laptop screen without.
Which leads me to..
Unable to get the nvidia 96.43.09 drivers to go in.
linux-source-2.6.34, linux-headers-2.6.34 & nvidia-96.43.09 are all in /usr/src/
But 'dkms build -m nvidia -v 96.43.09' gives me..
Code:
Building module:
cleaning build area....
make KERNELRELEASE=2.6.34 module KERNDIR=/lib/modules/2.6.34 IGNORE_XEN_PRESENCE=1 IGNORE_CC_MISMATCH=1 SYSSRC=/lib/modules/2.6.34/build....(bad exit status: 2)
Error! Bad return status for module build on kernel: 2.6.34 (i686)
Consult the make.log in the build directory
/var/lib/dkms/nvidia/96.43.09/build/ for more information.
And the log is...
Code:
DKMS make.log for nvidia-96.43.09 for kernel 2.6.34 (i686)
Mon Jun 28 03:09:23 BST 2010
If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.
If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.
Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.
*** Unable to determine the target kernel version. ***
make: *** [select_makefile] Error 1
I have updated dkms as after some googlepower, as i read a few bug reports describing a similar issue, but i made no difference.
any ideas? thanks.