LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-19-2006, 05:47 AM   #1
fdahl_009
Member
 
Registered: Oct 2005
Location: Norway
Posts: 148

Rep: Reputation: 16
FC5 + updated kernel + nvidia


Hi all!

Have installed fedora core 5 dvd 32bit. Updated to latest kernel. Trying to install nvidiadrivers in rpm-format from livna.org

[root@fc5-linux-celeron nvidia_drivers]# rpm -ivh kmod-nvidia-1.0.8756-3.2.6.16_1.2111_FC5.i686.rpm \ xorg-x11-drv-nvidia-1.0.8756-3.lvn5.i386.rpm
warning: kmod-nvidia-1.0.8756-3.2.6.16_1.2111_FC5.i686.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec
error: Failed dependencies:
selinux-policy < 2.2.29-2.fc5 conflicts with xorg-x11-drv-nvidia-1.0.8756-3.lvn5.i386


What do I need to do to get it work?

[root@fc5-linux-celeron nvidia_drivers]# uname -a
Linux fc5-linux-celeron 2.6.16-1.2111_FC5 #1 Thu May 4 21:16:58 EDT 2006 i686 i686 i386 GNU/Linux
 
Old 05-19-2006, 08:33 AM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Try to manually install the driver.
Download it on nvidia.com, then launch it as root as this:
sh Name-of-the-driver.sh
 
Old 05-19-2006, 09:03 AM   #3
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Well, either u can disable SELinux Policy if you don't need it and then try your rpm or better why don't you install directly from the repo using yum. I prefer the yum option.
 
Old 05-19-2006, 12:12 PM   #4
fdahl_009
Member
 
Registered: Oct 2005
Location: Norway
Posts: 148

Original Poster
Rep: Reputation: 16
SELinux is disabled.. And I did not use the nvidia.com driver because I thought that would not work, but I will try that soon!

Did not use yum because I want to manually install so I can burn files to a cd and use it on a pc without the internet connection.. & I want to have "control" over the install so that I know it is possible to do the same installmethod / procedure on an another pc..
 
Old 05-19-2006, 01:55 PM   #5
mas0h
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Rep: Reputation: 0
me too have some problem with nvidia and fc5
i'm trying to build a custom kernel from the vanilla source and i did .

get the nvidia driver from nvidia.com not from livna.org rpms because those rpms works only with the original or updated kernels of fedora , not vanilla

compiled the nvidia driver as well with no problems, but after rebooting i cannt start x

the output of dmesg complains about the absence of nvidia kernel module and glx module

and if i install it from livna rpms , at the startup it tells me that it cannot find the correct module for my custom kernel , so it disables the glx part and uses the nv driver not nvidia

am i missing something here

please help
 
Old 05-19-2006, 06:09 PM   #6
hbinded
Member
 
Registered: May 2006
Distribution: Slackware & MyLFScratch
Posts: 37

Rep: Reputation: 15
try this, if it doesn't work, you may as well as have to compile a new kernel that supports fglrx.

Code:
# setsebool -P allow_execstack=1
# setsebool -P allow_execmod=1
reboot after these two.
 
Old 05-19-2006, 08:21 PM   #7
mas0h
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Rep: Reputation: 0
but SElinux is disabled
 
Old 05-20-2006, 09:00 PM   #8
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Quote:
Originally Posted by hbinded
try this, if it doesn't work, you may as well as have to compile a new kernel that supports fglrx.

Code:
# setsebool -P allow_execstack=1
# setsebool -P allow_execmod=1
reboot after these two.
Fglrx is for ATI cards...
 
Old 05-22-2006, 08:18 AM   #9
fdahl_009
Member
 
Registered: Oct 2005
Location: Norway
Posts: 148

Original Poster
Rep: Reputation: 16
ok now! installed all the required dependencies.
 
Old 05-23-2006, 03:08 PM   #10
silverman
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Rep: Reputation: 0
Nvidia

What a sad issue concerning Nvidia and FC 5. After searching for a solution to my TNT2 card, of which only legacy is available (downgrading kernel), Went and brought myself a geForce4.
Problem went away and should stay away until FC 15...

Sound advice for you if your heading towards livna legacy site.
 
Old 05-24-2006, 01:44 AM   #11
fdahl_009
Member
 
Registered: Oct 2005
Location: Norway
Posts: 148

Original Poster
Rep: Reputation: 16
Now I have installed nvidia drivers from livna on different kernels in fc5 and both i386 & x86_64.

It works everytime now, starting to get a hold of it!

Only needs to install the dependencies..

(the newest versions)
libsemanage
libsepol
policycoreutils
selinux-policy-2.xxx
selinux-policy-targeted-2.xxx

rpm -ivh -U libsemanage
libsepol
policycoreutils
rpm -e selinux-policy-targeted
rpm -ivh -U selinux-policy-2.xxx
rpm -ivh selinux-policy-targeted-2.xxx

then install from rpm.livna.org
rpm -ivh kmod-nvidia-xxxxx / xorg-x11-drv-nvidia-xxxxx

restart and I have nvidiadrivers working!!

have not tried ati yet, but it looks like that is just as simple as this..
 
Old 07-09-2006, 11:38 PM   #12
mas0h
LQ Newbie
 
Registered: Apr 2006
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by fdahl_009
Now I have installed nvidia drivers from livna on different kernels in fc5 and both i386 & x86_64.

It works everytime now, starting to get a hold of it!

Only needs to install the dependencies..

have not tried ati yet, but it looks like that is just as simple as this..
hey, do you mean the livna rpms worked for customized kernel
not the official one ?
if so , that would be great
 
Old 10-12-2006, 01:12 AM   #13
airyfxn
LQ Newbie
 
Registered: Aug 2006
Posts: 4

Rep: Reputation: 0
Now I have installed nvidia drivers from livna on different kernels in fc5 and both i386 & x86_64.

It works everytime now, starting to get a hold of it!

Only needs to install the dependencies..

(the newest versions)
libsemanage
libsepol
policycoreutils
selinux-policy-2.xxx
selinux-policy-targeted-2.xxx


Hi im trying to duplicate what you did because I already disabled selinux and still get the selinux-policy < 2.2.29-2.fc5 conflicts error and the drivers from nvidia.com simply dont work. However, I ran into problem with libsepol \. It seems there is a dependency conflict with an older version of libsepol. I tried rpm -q libsepol to know what exactly to remove but it says there are multpile packages? how do I remove multiple packages when they are the same?????
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to load the kernel module 'nvidia.ko' in FC5! saquib Fedora 2 02-18-2007 07:12 PM
nvidia driver problems in fc5 and 2.6.16.7 kernel. sharma_deepak83 Linux - Laptop and Netbook 2 07-19-2006 03:38 AM
Problems installing madwifi on FC5 updated kernel dehavik Linux - Wireless Networking 7 05-09-2006 06:48 AM
NVIDIA drivers problem, just updated Kernel - 6.2.16.15 comradesniper Linux - Software 3 03-25-2006 08:41 AM
updated nvidia drivers bluecadet Linux - General 2 12-19-2001 11:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration