我需要在我的Ubuntu12.10中安装AMD驱动程序。
我遵循什么是正确的方式安装专有的ATI催化剂视频驱动程序(Fglrx)直接从AMD? (并安装了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我错过了什么?
发布于 2014-03-25 11:06:30
您应该为已安装的每个内核版本安装linux-headers (在启动时可以在grub-advanced菜单中看到)。尽管检查您是否有build-essential包,并且gcc -v运行良好。
最后,它可能是这个包中的一个错误,例如它可能不同意gcc的版本和设置。
https://askubuntu.com/questions/263019
复制相似问题