I'm struggling with trying to install the sound driver from alsa. I'm getting the following error:
The file /lib/modules/3.13.0-35-generic/build/include/INCLUDE_VERSION_H does not exist
What are my options?
I'm struggling with trying to install the sound driver from alsa. I'm getting the following error:
The file /lib/modules/3.13.0-35-generic/build/include/INCLUDE_VERSION_H does not exist
What are my options?
This error message is output by the compilation script of the alsa-driver
package.
However, the alsa-driver
package is outdated; ALSA drivers are part of the kernel, and the only way to update the drivers is to update the kernel.
See, for example, How to automatically stay updated with the latest mainline kernel?