最小化安装kubuntu无法编译安装NVIDIA驱动 我在线等。

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
cfttnil
帖子: 7
注册时间: 2007-09-21 21:35

#31

帖子 cfttnil » 2007-11-24 23:43

可能还缺这个kernel-devel,我用A卡,装驱动它是必须的

sudo apt-get install kernel-devel
cfttnil
帖子: 7
注册时间: 2007-09-21 21:35

#32

帖子 cfttnil » 2007-11-25 0:00

How do I tell if I have my kernel sources installed?

If you are running on a distro that uses RPM (Red Hat, Mandrake, SuSE, etc), then you can use rpm to tell you. At a shell prompt, type:

% rpm -qa | grep kernel

and look at the output. You should see a package that corresponds to your kernel (often named something like kernel-2.6.15-7) and a kernel source package with the same version (often named something like kernel-devel-2.6.15-7 or kernel-source-2.4.18-3). If none of the lines seem to correspond to a source package, then you will probably need to install it. If the versions listed mismatch (e.g., kernel-2.6.15-7 vs. kernel-devel-2.6.15-10), then you will need to update the kernel-devel package to match the installed kernel. If you have multiple kernels installed, you need to install the kernel-devel package that corresponds to your running kernel (or make sure your installed source package matches the running kernel). You can do this by looking at the output of uname -r and matching versions

nvidia的官方说明
cfttnil
帖子: 7
注册时间: 2007-09-21 21:35

#33

帖子 cfttnil » 2007-11-25 0:16

回复