Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st December 2006, 07:50 AM
benjo's Avatar
benjo Offline
Registered User
 
Join Date: Nov 2006
Location: Melbourne
Posts: 76
FC6, nVidia will be the death of me.

I've recently fresh installed fc5. Everything worked fine. I installed nVidia just fine too.

I've now upgraded to FC6 and im having problems with nVidia. I've been following the prompts at this site "http://www.mjmwired.net/resources/mjm-fedora-fc6.html#nvidia".
When i do a yum install i get this
Code:
Transaction Check Error:   package kernel-2.6.18-1.2849.fc6 is already installed
  file /boot/System.map-2.6.18-1.2849.fc6 from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
  file /boot/config-2.6.18-1.2849.fc6 from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
  file /boot/symvers-2.6.18-1.2849.fc6.gz from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
  file /boot/vmlinuz-2.6.18-1.2849.fc6 from install of kernel-2.6.18-1.2849.fc6 conflicts with file from package kernel-2.6.18-1.2849.fc6
I don't understand what this means. To me it looks like nVidia is already installed or something??? (can you tell how much of a noob i am at the moment?)
So next i did this
Code:
rpm -aq | grep nvidia
and i get nothing in my output. Does that mean it's not installed?

Next i tried the "manual" install by trying to match a "kmod-nvidia" driver with a "xorg-x11-drv-nvidia" driver with my kernel.
So 1st i do
Code:
 uname -rm
and get
2.6.18-1.2849.fc6 i686
Next i go to "http://rpm.livna.org/fedora/6/" and find:
1. kmod-nvidia-1.0.9629-1.2.6.18_1.2849.fc6.i686.rpm (seems to match the kernel????)
2. xorg-x11-drv-nvidia-1.0.9629-1.lvn6.i386.rpm (seems to match the kmod???)
Next,
Code:
sudo rpm -ivh kmod-nvidia-1.0.9629-1.2.6.18_1.2849.fc6.i686.rpm \ xorg-x11-drv-nvidia-1.0.9629-1.lvn6.i386.rpm
and i get this
Code:
error: Failed dependencies: kernel-i686 = 2.6.18-1.2849.fc6 is needed by kmod-nvidia-1.0.9629-1.2.6.18_1.2849.fc6.i686
So i guess i should have xorg-x11-drv-nvidia-1.0.9629-1.lvn6.i686.rpm? Problem is, there's no such thing! And to make matters worse, i cant find anything on http://rpm.livna.org/fedora/6/ that matches up!
I'm i totally barking up the wrong tree here?? Am i really missing some vital piece of obvious (to you) information?
So next i try
Code:
sh NVIDIA-Linux-x86-1.0-9629-pkg1.run
from the Ctrl+Alt+F1 command prompt at login. After turning off X-thingy with "init 3" it starts ok but then i get some rubbish about kernel this and kernel that. I'm really lost. I started walking into water that went over my head about 3 days ago.

I thought that maybe i should do this
Code:
su -c "rpm -Uvh --replacefiles --replacepkgs kernel-2.6.18-1.2798.fc6.i686.rpm"
But all i get is
Code:
package kernel-2.6.18-1.2849.fc6 (which is newer than kernel-2.6.18-1.2798.fc6) is already installed
I'm going postal here. Somebody please point me to a helpful site or tell me to go back to windows or tell me to give up computing all together, anything would be helpful.
__________________
Ej-oo-kay-shun 4 all not just the rich.</microsoft>
Fedora8. P4, Gigabyte LGA775, nVidia FX 5200
Fedora8. HP DV2000, Centrino DUO, nVidia FX7200
Fedora8. Dell OptiPlex 755, ATI Radeon HD 2400 XT
Reply With Quote
  #2  
Old 1st December 2006, 09:36 AM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
run this...Whats the output

Quote:
rpm -q --qf='%{name}-%{version}-%{release}.%{arch}\n' kernel
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #3  
Old 1st December 2006, 10:34 AM
benjo's Avatar
benjo Offline
Registered User
 
Join Date: Nov 2006
Location: Melbourne
Posts: 76
Oh, (slap hand on face).

And there it is
Code:
kernel-2.6.18-1.2798.fc6.i586
kernel-2.6.18-1.2849.fc6.i586
This is the bug i've been reading about isn't it?
Can you point me in the right direction? Thanx for your interest by the way.
__________________
Ej-oo-kay-shun 4 all not just the rich.</microsoft>
Fedora8. P4, Gigabyte LGA775, nVidia FX 5200
Fedora8. HP DV2000, Centrino DUO, nVidia FX7200
Fedora8. Dell OptiPlex 755, ATI Radeon HD 2400 XT
Reply With Quote
  #4  
Old 1st December 2006, 11:20 AM
Jongi Offline
Registered User
 
Join Date: Oct 2005
Posts: 1,952
This site recommends:

# su -c "yum install yum-utils"
# yumdownloader kernel-2.6.18-1.2798.fc6.i686
# su -c "rpm -Uvh --replacefiles --replacepkgs kernel-2.6.18-1.2798.fc6.i686.rpm"

Copy and paste the 3 commands (not the # though)
__________________
Desktop (64-bit) - F12, Debian Sid, OpenSUSE 11.2, ArchLinux
Reply With Quote
  #5  
Old 1st December 2006, 12:05 PM
benjo's Avatar
benjo Offline
Registered User
 
Join Date: Nov 2006
Location: Melbourne
Posts: 76
Quote:
Originally Posted by Jongi
This site recommends:

# su -c "yum install yum-utils"
# yumdownloader kernel-2.6.18-1.2798.fc6.i686
# su -c "rpm -Uvh --replacefiles --replacepkgs kernel-2.6.18-1.2798.fc6.i686.rpm"

Copy and paste the 3 commands (not the # though)
Yeah i tried that before but i keep getting the same result
Quote:
package kernel-2.6.18-1.2849.fc6 (which is newer than kernel-2.6.18-1.2798.fc6) is already installed
I've been working with this page too "Anaconda/Updates" but i don't understand this line
Quote:
Then, boot the installer with

linux updates

and you will be prompted to provide the location of your update disk.
I've copied the img to disk, do i just restart? Is this the right thing to be doing?
__________________
Ej-oo-kay-shun 4 all not just the rich.</microsoft>
Fedora8. P4, Gigabyte LGA775, nVidia FX 5200
Fedora8. HP DV2000, Centrino DUO, nVidia FX7200
Fedora8. Dell OptiPlex 755, ATI Radeon HD 2400 XT
Reply With Quote
  #6  
Old 1st December 2006, 01:16 PM
Jongi Offline
Registered User
 
Join Date: Oct 2005
Posts: 1,952
have you tried changing the 2798 to 2849

# yumdownloader kernel-2.6.18-1.2849.fc6.i686
__________________
Desktop (64-bit) - F12, Debian Sid, OpenSUSE 11.2, ArchLinux
Reply With Quote
  #7  
Old 2nd December 2006, 12:26 AM
benjo's Avatar
benjo Offline
Registered User
 
Join Date: Nov 2006
Location: Melbourne
Posts: 76
Jongi- You the man!!

Alrighty, so here's the output for
Code:
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n"|grep kernel|sort

kernel-2.6.18-1.2849.fc6.i686
kernel-devel-2.6.18-1.2849.fc6.i686
kernel-headers-2.6.18-1.2849.fc6.i386
kernel-PAE-2.6.18-1.2849.fc6.i686
Everything seems to be working fine with the kernel (thankyou greatly), but im still getting a n error on startup, what do you make of this-
Code:
[root@merc ~]# /sbin/modprobe acpi-cpufreq
WARNING: Error inserting freq_table (/lib/modules/2.6.18-1.2849.fc6/kernel/drivers/cpufreq/freq_table.ko): Operation not permitted
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.18-1.2849.fc6/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device
__________________
Ej-oo-kay-shun 4 all not just the rich.</microsoft>
Fedora8. P4, Gigabyte LGA775, nVidia FX 5200
Fedora8. HP DV2000, Centrino DUO, nVidia FX7200
Fedora8. Dell OptiPlex 755, ATI Radeon HD 2400 XT
Reply With Quote
  #8  
Old 2nd December 2006, 12:33 AM
benjo's Avatar
benjo Offline
Registered User
 
Join Date: Nov 2006
Location: Melbourne
Posts: 76
Oh, and the nVidia drivers are working fine now. (another thankyou).
__________________
Ej-oo-kay-shun 4 all not just the rich.</microsoft>
Fedora8. P4, Gigabyte LGA775, nVidia FX 5200
Fedora8. HP DV2000, Centrino DUO, nVidia FX7200
Fedora8. Dell OptiPlex 755, ATI Radeon HD 2400 XT
Reply With Quote
  #9  
Old 2nd December 2006, 12:43 AM
Dies Offline
Registered User
 
Join Date: Oct 2006
Posts: 4,752
Open a terminal and type su - hit enter then your pass and type system-config-services then go to edit run level and select all now uncheck cpuspeed and save. That should fix it. You don't need it unless you're on a laptop.
You might want to check here http://forums.fedoraforum.org/showthread.php?t=102853
and disable anything you don't need, it'll speed things up a little.
Reply With Quote
  #10  
Old 2nd December 2006, 01:16 AM
benjo's Avatar
benjo Offline
Registered User
 
Join Date: Nov 2006
Location: Melbourne
Posts: 76
HEY HEY! All is fixed now. Thanx to everyone on this page, i really appreciate the input. And im sorry for my verbose posting, ill try to keep it a bit more concise in the future and maybe do a little more reading on the subject at hand.
Thanx once agian.
__________________
Ej-oo-kay-shun 4 all not just the rich.</microsoft>
Fedora8. P4, Gigabyte LGA775, nVidia FX 5200
Fedora8. HP DV2000, Centrino DUO, nVidia FX7200
Fedora8. Dell OptiPlex 755, ATI Radeon HD 2400 XT
Reply With Quote
Reply

Tags
death, fc6, nvidia

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Nvidia 8400GS,Fedora10, xorg.conf & the black screen of death fogelfink Hardware & Laptops 1 2nd April 2009 10:01 AM
The death of a browser JN4OldSchool Wibble 74 30th December 2007 08:44 PM
A cat predicts death joe.pelayo Wibble 16 27th July 2007 06:07 PM
Fc7 nvidia driver issue black screen of death toonces Installation and Live Media 5 8th July 2007 10:10 PM
technicolor screen of death - nvidia, X or gnome? sdettrick Hardware & Laptops 10 19th August 2005 12:30 AM


Current GMT-time: 06:30 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat