-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Brian Blater wrote:
> > I can't thank you all enough for giving me some ideas to try. > Unfortunately after several more hours of beating my head against the > proverbial "wall" I'm still not getting this to work. > > I've tried downloading and installing the latest driver from Nvidia. > However, that keeps giving me an error that no precompiled kernel > interface found. So, I say to download it from Nvidia, but nothing > found. Then it says that no kernel source tree found. However, I've > installed the kernel sources, kernel dev etc. Check your /usr/src directory. If you are *sure* you have the kernel source or headers installed that match your running kernel, they may just need to be unpacked. So, first figure out what kernel you are running: uname -r You should see something like this: 2.6.24-19-rt So, I look in my /usr/src ls /usr/src |grep `uname -r` I have the headers installed for my kernel so I see this: linux-headers-2.6.24-19-rt If you see nothing then you do not have source/headers that match your kernel To install the headers: sudo aptitude install linux-headers-rt I was assuming that you had the real time kernel, otherwise omit the -rt part. Hth, -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI0exAwRXgH3rKGfMRAm09AJ4xkqFj9sPx50C/SCLhZXlYNV/vtwCgjrbL EhYH/ALvaW6RZlkNrnk/+TU= =GIIj -----END PGP SIGNATURE----- -- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
