PDA

View Full Version : 3D with Geforce4 MX 420 GO


stef10j
2007-01-25, 12:05 PM CST
I have to install on my laptop (MEDION MD6205) nvidia's drivers

You can see below the problem :

when "yum list installed 'kernel*'", i have:

kernel.i586 2.6.18-1.2798.fc6 installed
kernel.i586 2.6.19-1.2895.fc6 installed
kernel-headers.i386 2.6.19-1.2895.fc6 installed

Grub :

title Fedora Core (2.6.19-1.2895.fc6)
root (hd0,2)
kernel /boot/vmlinuz-2.6.19-1.2895.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.19-1.2895.fc6.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,2)
kernel /boot/vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2798.fc6.img
title WinXP
rootnoverify (hd0,0)
chainloader +1

when i want to install nvidia's drivers "yum install kmod-nvidia-96xx" Yum have some kernel's problems :


Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
livna : ################################################## 338/338
updates : ################################################## 1109/1109
core : ################################################## 2242/2242
extras : ################################################## 5667/5667
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package kmod-nvidia-96xx.i686 0:1.0.9631-4.2.6.19_1.2895.fc6 set to be installed
--> Running transaction check
--> Processing Dependency: nvidia-96xx-kmod-common >= 1.0.9631 for package: kmod-nvidia-96xx
--> Processing Dependency: kernel-i686 = 2.6.19-1.2895.fc6 for package: kmod-nvidia-96xx
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package kernel.i686 0:2.6.19-1.2895.fc6 set to be installed
---> Package xorg-x11-drv-nvidia-96xx.i386 0:1.0.9631-5.lvn6 set to be updated
--> Running transaction check
--> Populating transaction set with selected packages. Please wait.
---> Package kernel.i586 0:2.6.18-1.2798.fc6 set to be erased
--> Running transaction check

Dependencies Resolved

================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
kmod-nvidia-96xx i686 1.0.9631-4.2.6.19_1.2895.fc6 livna 1.6 M
Removing:
kernel i586 2.6.18-1.2798.fc6 installed 43 M
Installing for dependencies:
kernel i686 2.6.19-1.2895.fc6 updates 16 M
xorg-x11-drv-nvidia-96xx i386 1.0.9631-5.lvn6 livna 4.5 M

Transaction Summary
================================================== ===========================
Install 3 Package(s)
Update 0 Package(s)
Remove 1 Package(s)

Total download size: 22 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): kmod-nvidia-96xx-1 100% |=========================| 1.6 MB 00:02
(2/2): xorg-x11-drv-nvidi 100% |=========================| 4.5 MB 00:10
Running Transaction Test
Finished Transaction Test


Transaction Check Error: package kernel-2.6.19-1.2895.fc6 is already installed
file /boot/System.map-2.6.19-1.2895.fc6 from install of kernel-2.6.19-1.2895.fc6 conflicts with file from package kernel-2.6.19-1.2895.fc6
file /boot/config-2.6.19-1.2895.fc6 from install of kernel-2.6.19-1.2895.fc6 conflicts with file from package kernel-2.6.19-1.2895.fc6
file /boot/symvers-2.6.19-1.2895.fc6.gz from install of kernel-2.6.19-1.2895.fc6 conflicts with file from package kernel-2.6.19-1.2895.fc6
file /boot/vmlinuz-2.6.19-1.2895.fc6 from install of kernel-2.6.19-1.2895.fc6 conflicts with file from package kernel-2.6.19-1.2895.fc6


then i verify the loaded kernel "uname -a, :

Linux XXX 2.6.19-1.2895.fc6 #1 SMP Wed Jan 10 18:32:37 EST 2007 i686 athlon i386 GNU/Linux


cold you help me???

Seve
2007-01-25, 04:20 PM CST
Hello:
You have an i586 kernel(s) installed and the packages are looking for an i686 kernel. See : http://rpm.livna.org/
This is probably due to the bug in anaconda: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211941
http://fedoraproject.org/wiki/Bugs/FC6Common#head-e0676100ebd965b92fbaa7111097983a3822f143

There is a work around located here to correct the kernel issue:
http://forum.fedoraforum.org/showthread.php?t=139751

Once you have corrected the kernel issue you should be able to install the nVida package from livna.

Seve

stef10j
2007-01-27, 01:57 AM CST
Thanks for u'r help!!!

Seve
2007-01-27, 03:41 AM CST
Hello:
u'r Welcome :)

Seve