So I'm trying to update my sound card driver but I need to compile first.
After entering the sudo make command, I run into errors, missing files, etc.
See link. Terminal_Lines
I've installed the build-essentials with the following command:
sudo apt-get install linux-headers-$(uname -r) build-essential
Apparently I'm missing something but don't know what. Suggestions?
A few things to note:
Shot in the dark, but if you created the 'Sound' directory, try to rename it to 'sound'. I could be way off here because I don't know anything about the package you're trying to build/install. My second guess would be that you may need some of the
*-dev
variants of some packages, which often have the header files needed to build against.