I'm fairly new not only to Sabayon, but generally to Linux, so I hope I won't sound stupid asking about this.
A few days ago I decided to install AMD Proprietary 13.1 Legacy Drivers. The installer came up with an error. After reading the log file I identified the cause of the problem - lack of version.h in /include/linux/
I did some research on how to get the file, but after trying:
- Code: Select all
# cd /usr/src/linux-3.7.0-sabayon/
# make /include/linux/version.h
all I get is an information that no rules can build the file.
What should I do to solve the issue?
