Falta cabeçalhos do linux durante a instalação do driver da ATI

1

Eu atualizei o kernel no meu Linux Mint seguindo este tutorial . Mas agora, quando tento instalar o fglrx mais recente, estou recebendo este erro:

Check if system has the tools required for installation. fglrx installation requires that the system have kernel headers. /lib/modules/3.5.0-030500-generic/build/include/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.

Eu tentei executar o sudo apt-get install linux-headers-$(uname -r) , mas ele diz que já é a versão mais recente. Alguma ajuda?

    
por Pavel Plzák 16.09.2012 / 12:05

2 respostas

0

Em vez de uma resposta, eu lhe darei algumas perguntas :). Você tem certeza de ter iniciado seu novo kernel? Qual é a saída de uname -a ? Quais são os conteúdos de /lib/modules/ ?

Meu palpite é que você simplesmente não carregou seu novo kernel.

    
por 16.09.2012 / 14:31
0

Pode ser que o instalador / driver funcione somente com kernels de até 3.4 - "Instalador automatizado e Drivers de Vídeo para Xorg 6.9 para Xserver 1.12 e versão de Kernel até 3.4" de site do amd . Para mim, com um kernel posterior (3.8.0-33), ele não rejeitou a versão do kernel, mas não consegue encontrar o /lib/modules/3.8.0-33-generic/build/include/linux/version.h - apt-file que não existe esse arquivo.

    
por 02.01.2014 / 04:26