Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-27-2006, 11:56 PM
|
#1
|
Member
Registered: Apr 2006
Posts: 161
Rep:
|
Nvidia Problem: can't install nvidia driver for FC6
Sorry for posting double threads but the other thread title was not catchy.
I've downloaded Fedora Core 6 yesterday and installed it today.
The nvidia graphic driver needs to be installed again.
However when I tried to install the kmod-nvidia driver with root, I get this conflict between kernel architecture or something:
***************************************************
[root@bigserver ~]# yum --enablerepo livna install kmod-nvidia
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
livna 100% |=========================| 1.1 kB 00:00
core 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
macromedia 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package kmod-nvidia.i686 0:1.0.8776-1.2.6.18_1.2798.fc6 set to be installed
--> Running transaction check
--> Processing Dependency: kernel-i686 = 2.6.18-1.2798.fc6 for package: kmod-nvidia
--> Processing Dependency: nvidia-kmod-common >= 1.0.8776 for package: kmod-nvidia
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package kernel.i686 0:2.6.18-1.2798.fc6 set to be installed
---> Package xorg-x11-drv-nvidia.i386 0:1.0.8776-3.lvn6 set to be updated
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
kmod-nvidia i686 1.0.8776-1.2.6.18_1.2798.fc6 livna 1.6 M
Installing for dependencies:
kernel i686 2.6.18-1.2798.fc6 core 16 M
Updating for dependencies:
xorg-x11-drv-nvidia i386 1.0.8776-3.lvn6 livna 4.0 M
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 1 Package(s)
Remove 0 Package(s)
Total download size: 21 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
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
*****************************************************
Much appreciated in advance,
Chuong.
|
|
|
10-28-2006, 12:58 AM
|
#2
|
Senior Member
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465
|
Could you check if you're using the i686 kernel.
The installer wrongly installed an i586 version on many systems. Since it's the same version number, yum can't update it.
You can fix this by installing the i686 one like this:
Code:
rpm -Uvh --replacefiles --replacepkgs kernel-2.6.18-1.2798.fc6.i686.rpm
As for your yum command, notice that the 8776 driver isn't compatible with compiz/aixgl. If you want to enable the desktop-effects, install the nvidia-kmod package from testing:
Code:
yum install kmod-nvidia --enablerepo=livna-testing
|
|
|
10-28-2006, 01:27 AM
|
#3
|
Member
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549
Rep:
|
I had the same problem. FC6 boots up with xen by defaul which means that you need to install the kmod-nvidia-xen package. If you change the default (Fedora Core (2.6.18-1.2798.fc6xen)) to Fedora Core-up (2.6.18-1.2798.fc6) then your drivers will work with kmod-nvidia. You should read the release notes for more notes about the kernel-devel sources (more than one type).
|
|
|
10-28-2006, 01:56 AM
|
#4
|
Senior Member
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465
|
Quote:
Originally Posted by jlo_sandog
I had the same problem. FC6 boots up with xen by defaul which means that you need to install the kmod-nvidia-xen package. If you change the default (Fedora Core (2.6.18-1.2798.fc6xen)) to Fedora Core-up (2.6.18-1.2798.fc6) then your drivers will work with kmod-nvidia. You should read the release notes for more notes about the kernel-devel sources (more than one type).
|
The kernel package is conficting and not kmod-nvidia.
...and the kmod-nvidia package does work with a default install.
|
|
|
10-28-2006, 02:25 AM
|
#5
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
In the future, please report your post/thread to a moderator using the report button instead of double posting.
Cheers.
|
|
|
10-28-2006, 05:24 AM
|
#6
|
Member
Registered: Apr 2006
Posts: 161
Original Poster
Rep:
|
Sorry red.
Hey guys, no worries, I've fixed me nvidia driver with a format :P
This page seems to be very easy to follow to fixing the nvidia driver with a bit of explanation why that error occurs:
http://news.softpedia.com/news/How-t...-6-38740.shtml
Hope that can help other who have the same problem.
|
|
|
10-30-2006, 01:38 AM
|
#7
|
Member
Registered: Apr 2006
Posts: 161
Original Poster
Rep:
|
OK, thanks Jens.
I'll try to get that 3D environment thingy working when I get home.
Very much appreciated for your help guys, thank you all.
Chuong.
|
|
|
10-30-2006, 04:43 AM
|
#8
|
Member
Registered: Apr 2006
Posts: 161
Original Poster
Rep:
|
Sorry Jen, my internet is stuffed up after I updated my Fedora Core 6 packages. I can't do any yum install livna testing unless I get my linux internet working again.
Here's the other thread I need help with:
http://www.linuxquestions.org/questi...d.php?t=496756
Just for some reason my internet is stuffed after update.
|
|
|
All times are GMT -5. The time now is 08:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|