web-dev-qa-db-ja.com

AMDドライバーのインストール時のDKMSエラー

Ubuntu 12.10にAMDドライバーをインストールする必要があります。

AMDから直接プロプライエタリATI Catalystビデオドライバー(fglrx)をインストールする正しい方法は何ですか? (12.04ガイドからすべての依存関係をインストールしました)

ここに私のログがあります:

Check if system has the tools required for installation.
Uninstalling any previously installed drivers.

Creating symlink /var/lib/dkms/fglrx/8.98/source ->
                 /usr/src/fglrx-8.98

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
cd /var/lib/dkms/fglrx/8.98/build; sh make.sh --nohints --uname_r=3.5.0-17-generic --norootcheck.....(bad exit status: 1)
[Error] Kernel Module : Failed to build fglrx-8.98 with DKMS
[Error] Kernel Module : Removing fglrx-8.98 from DKMS

------------------------------
Deleting module version: 8.98
completely from the DKMS tree.
------------------------------
Done.
[Reboot] Kernel Module : update-initramfs

何が欠けているのですか?

7
Glorifind

everyにインストールしたlinux-headersがインストールされている必要があります(起動中にgrub-advancedメニューで確認できます)。ただし、build-essentialパッケージがあり、gcc -vパッケージが正常に動作することを確認してください。

最後に、このパッケージではエラーになる可能性があります。たとえば、gccのバージョンと設定に同意できない場合があります。

1
Barafu Albino