Radeon Crimson 15.12ドライバKali Linuxをインストールできません。

Radeon Crimson 15.12ドライバKali Linuxをインストールできません。

私は最近Kali GNU / Linux Rollingをインストールしましたが、グラフィックドライバをインストールできませんでした。以下に従いました。協会

途中でいくつかのバグがありましたが、この問題はまだ解決されていません。インストールボタンを押すとこれが起こります。

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.

しかし、uname -r4.6.0-kali1-amd64があると言って混乱しています。

ベストアンサー1

ファイルに追加する必要があります/etc/apt/sources.list源泉):

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

その後、リポジトリを更新してヘッダーをインストールします。

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

おすすめ記事