Fedora 18: Não é possível encontrar version.h

0

Estou tentando instalar alguns drivers gráficos ATI. O instalador falha e o log diz isso:

Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers.  /lib/modules/3.8.4-202.fc18.x86_64/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.

Agora, minha pergunta é simples: que pacote (s) eu preciso para obter o arquivo de cabeçalho? Estou assumindo que é um pacote de fontes do Linux (que eu já instalei). Outro problema é que ir para /lib/modules/3.8.4-202.fc18.x86_64/build parece ser um link simbólico órfão.

    
por Grunt 08.05.2013 / 23:56

1 resposta

1

Você precisa instalar o pacote kernel-devel (e tudo o que é necessário) para que o kernel executando possa construir módulos para ele. E reconstrua cada vez.

Note que o Fedora usa novos kernels e X, muitas vezes acontece que os módulos de terceiros / fornecedores ficam atrás e simplesmente não funcionam.

    
por 15.05.2013 / 00:14