Não é possível instalar drivers Radeon Crimson 15.12 Kali Linux

Não é possível instalar drivers Radeon Crimson 15.12 Kali Linux

Instalei recentemente o Kali GNU/Linux Rolling, mas não consigo instalar meus drivers gráficos, segui istolink

Recebi alguns erros ao longo do caminho, mas este permanece sem solução. Isso aparece quando pressiono o botão de instalação:

cat /usr/share/ati/fglrx-install.log 
Supported adapter detected.
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers for
greater than 3.6 release.
/lib/modules/4.6.0-kali1-amd64/build/include/generated/uapi/linux/version.h cannot be found on this system.
One or more tools required for installation cannot be found on the system. Install the required tools before installing the fglrx driver.
Optionally, run the installer with --force option to install without the tools.
Forcing install will disable AMD hardware acceleration and may make your system unstable. Not recommended.

mas uname -rme diz que tenho 4.6.0-kali1-AMD64, daí minha confusão.

Responder1

Você deve adicionar ao seu /etc/apt/sources.listarquivo (fonte):

deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free

Em seguida, atualize os repositórios e instale os cabeçalhos:

sudo apt-get update
sudo apt-get install linux-headers-$(uname -r)

informação relacionada