|
|
在http://rpm.livna.org/的主页人说通过YUM安装驱动会出现下面的问题同时
When installing packages with kmods (e.g. the ati and nvidia drivers) you might run into trouble like this:
Transaction Check Error: package kernel-2.6.18-1.2798.fc6 is already installed
file /boot/System.map-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
file /boot/config-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
file /boot/symvers-2.6.18-1.2798.fc6.gz from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
file /boot/vmlinuz-2.6.18-1.2798.fc6 from install of kernel-2.6.18-1.2798.fc6 conflicts with file from package kernel-2.6.18-1.2798.fc6
This is due to a bug in anaconda (the Fedora Core installer) that accidentally installed an i586 kernel on your i686 machine. Workaround
同时给出了下面的解决办法,想问下下面两步都得做吗????,还是只需要 yum install kmod-fglrx.i586 或者还是得安装I696 KERNEL
* switch to the i686 kernel and try again after a reboot
* install the i586 version of the kmod (e.g. run "yum install kmod-nvidia.i586") |
|