AMD CatalystをKali 2.0にインストールしようとしています。私はいくつかの調査を行ったが、私が見つけた中で最も役に立ったのは this フォーラムからここに投稿することでした。私はKali 2.0 32ビットを使用していますが、手順を実行できました。ただし、インストールコマンドを実行するとき
sh ATI-installer.sh 15.20 --install
インストールはエラーをスローします。ここにfglrx-install.logがあります
Supported adapter detected.
Detected a previous installation, /usr/share/ATI/AMD-uninstall.sh
Dryrun uninstall succeeded continuing with installation.
Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers. /lib/modules/4.6.0-kali1-686-pae/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.
このパス、lib/modules/4.6.0-kali1-686-pae/build/include/linux/version.h
が私のシステムに存在しません。私はそれが次のパスを意味すると信じています:/lib/modules/4.8.0-kali2-686-pae/build/include/linux/version.h
。
そのパスを変更して現在のバージョンを取得できるようにするにはどうすればよいですか?
EDIT:パスを作成し、内部にversion.hファイルを追加しました。これは新しいfglrx-install.log
Supported adapter detected.
Detected a previous installation, /usr/share/ATI/AMD-uninstall.sh
Dryrun uninstall succeeded continuing with installation.
Check if system has the tools required for installation.
Uninstalling any previously installed drivers.
Forcing uninstall of AMD Catalyst(TM) Proprietary Driver.
No integrity verification is done.
restore of system environment completed
Errors during DKMS module removal
Uninstall fglrx driver complete.
For detailed log of uninstall, please see /etc/ATI/fglrx-uninstall.log
System must be rebooted to avoid system instability and potential data loss.
/usr/share/ATI/AMD-uninstall.sh completed with 0
Creating symlink /var/lib/dkms/fglrx/15.20.1046/source ->
/usr/src/fglrx-15.20.1046
DKMS: add completed.
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
cd /var/lib/dkms/fglrx/15.20.1046/build; sh make.sh --nohints --uname_r=4.6.0-kali1-686-pae --norootcheck...(bad exit status: 1)
[Error] Kernel Module : Failed to build fglrx-15.20.1046 with DKMS
[Error] Kernel Module : Removing fglrx-15.20.1046 from DKMS
------------------------------
Deleting module version: 15.20.1046
completely from the DKMS tree.
------------------------------
Done.
[Reboot] Kernel Module : update-initramfs
fglrx installation requires that the system have kernel headers.
最初にこれを実行してカーリーをアップグレードします
Sudo apt-get update
Sudo apt-get upgrade
Sudo apt-get dist-upgrade
ここでシステムを再起動して実行します
Sudo apt-get install linux-headers-$(uname -r)
次に、インストールを試みます。幸運を。