我用的CPU是AMD4200+前几天用的是32位版本的并整常安装了GF8200集成显卡驱动。后来换成64位的死活安装不了
ERROR:
Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM
installed. If you know the correct kernel source files are installed,
you may specify the kernel source path with the '--kernel-source-path'
command line option.
我的步骤是
1。下载LINUX64位显卡驱动
chmod +x NVIDIA-Linux-x86_64-190.53-pkg2.run
3安装gcc、kernel、kernel-devel和kernel-headers必备包
yum install gcc kernel-headers kernel-devel
2.修改内核模块黑名单 #blacklist nvidiafb 和 blacklist nouveau
3.修改引导参数:gedit /boot/grub/grub.conf
rdblacklist=nouveau
we0543 于 2010-08-16 09:04:55发表:
谢谢
alick 于 2010-08-15 12:01:11发表:
应该是没有安装与内核kernel版本相同的kernel-devel 和 kernel-headers
shenhao0129 于 2010-08-14 20:09:29发表:
提示你没有安装内核源代码
we0543 于 2010-08-14 17:49:50发表:
我按这个来的 一SH XX.RUN 就报错ERROR:
Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM
installed. If you know the correct kernel source files are installed,
you may specify the kernel source path with the '--kernel-source-path'
command line option.
caoyu1099 于 2010-08-14 15:23:11发表:
[i=s] 本帖最后由 caoyu1099 于 2010-8-14 15:31 编辑 [/i]
文章;http://blog.sina.com.cn/s/blog_63fdf8f10100j7rm.html
alick 于 2010-08-14 12:55:38发表:
sh报的什么错?
另外,不妨把命令[code]rpm -qa|grep kernel[/code]的输出贴出来
we0543 于 2010-08-14 12:04:26发表:
进入文本模式后,一SH就报错