Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #106  
Old 20th November 2008, 03:19 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Hi iamvoyager,

I've seen this problem before but unfortunately I have no idea what triggers it and it seems to be very hard to avoid (as you saw, even removing the file still results in the error).

I think I know which lines in the akmods script the problem is coming from though... If you edit /usr/sbin/akmods as root, you'll find this command on a lines 261, 282 and 290:
Code:
cp -l "${kmodlogfile}" "/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.failed.log"
If you add the "-f" switch to all instances of that command, like this:
Code:
cp -fl "${kmodlogfile}" "/var/cache/akmods/${this_kmodname}/${this_kmodverrel}-for-${this_kernelver}.failed.log"
And then re-run akmods, does it solve the problem?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #107  
Old 20th November 2008, 03:41 PM
DennyCrane Offline
Registered User
 
Join Date: Dec 2007
Posts: 524
[post deleted]

Last edited by DennyCrane; 15th October 2011 at 08:26 PM.
Reply With Quote
  #108  
Old 20th November 2008, 08:31 PM
DennyCrane Offline
Registered User
 
Join Date: Dec 2007
Posts: 524
[post deleted]

Last edited by DennyCrane; 15th October 2011 at 08:23 PM.
Reply With Quote
  #109  
Old 21st November 2008, 06:57 PM
DennyCrane Offline
Registered User
 
Join Date: Dec 2007
Posts: 524
[post deleted]

Last edited by DennyCrane; 15th October 2011 at 08:23 PM.
Reply With Quote
  #110  
Old 21st November 2008, 07:07 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Quote:
Originally Posted by iamvoyager View Post
Hlingler -- I'd like to try switching to use DKMS, but I'm not exactly sure how. I am a little confused regarding whether I would have to add the FreshRPMs repo? Or is the relevant stuff in RPMFusion now? I already have the dkms package installed, what else do I need/to do?
> Remove all Livna NVidia-related RPM packages: yum remove livna-config-display \*nvidia\*
> Install the FreshRPMs release: rpm -ivh http://ftp.freshrpms.net/pub/freshrp....fc.noarch.rpm
> Install the driver (and if not already done: kernel-devel and kernel-headers): yum install nvidia-x11-drv

Be aware that since RPMFusion is Livna+FreshRPMs, THERE WILL BE NO FURTHER UPDATES TO THIS RPM. For example: new version 177.80 is not available, but hey: you want a functional driver, right... ?

V
Reply With Quote
  #111  
Old 21st November 2008, 07:11 PM
DennyCrane Offline
Registered User
 
Join Date: Dec 2007
Posts: 524
[post deleted]

Last edited by DennyCrane; 15th October 2011 at 08:26 PM.
Reply With Quote
  #112  
Old 21st November 2008, 07:16 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
No, it will not (apparently), and that does not make me at all happy. I much prefer the DKMS system to the akmods.

In that case: I'm afraid you'll have to wait until Firewing1 and the crew at RPMFusion fix the problem.

V
Reply With Quote
  #113  
Old 21st November 2008, 07:18 PM
DennyCrane Offline
Registered User
 
Join Date: Dec 2007
Posts: 524
[post deleted]

Last edited by DennyCrane; 15th October 2011 at 08:26 PM.
Reply With Quote
  #114  
Old 25th November 2008, 02:36 PM
Dubious Dave Offline
Registered User
 
Join Date: Feb 2006
Location: Tampa, Fl. USA
Posts: 323
Bump.

Any ETA on fixing this?
__________________
The only thing more dangerous than action without thought is thought without action.
Reply With Quote
  #115  
Old 25th November 2008, 11:56 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
Quote:
Originally Posted by iamvoyager View Post
Is there anything else I can do to try isolating the problem? Does your suggestion work for most people, or was this the first time you tried it?
Although I've seen this before, it's the first time that I try the modification. I'm going to try to play around on my home box... Can you please attach or pastebin the contents of "akmods-filelist.txt" in your home after running this command:
Code:
find /var/cache/akmods/nvidia/ > ~/akmods-filelist.txt
Thanks!
Quote:
Originally Posted by Dubious Dave View Post
Bump.

Any ETA on fixing this?
I'll have to take a look later tonight, I'd imagine the patch required would be similar to the ones we have in place now for the 177.82 driver.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #116  
Old 26th November 2008, 03:37 PM
DennyCrane Offline
Registered User
 
Join Date: Dec 2007
Posts: 524
[post deleted]

Last edited by DennyCrane; 15th October 2011 at 08:26 PM.
Reply With Quote
  #117  
Old 24th January 2009, 05:27 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
I found the cause of the problem - the "file exists" error isn't why the kmods are failing to build, but at least the logfiles will be regenerated correctly. See http://bugzilla.rpmfusion.org/show_bug.cgi?id=340 for more info.

Have you tried using akmods with the newer drivers? The current driver should be compatible with 2.6.27 and 2.6.28 if I recall correctly.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #118  
Old 24th January 2009, 06:02 PM
DennyCrane Offline
Registered User
 
Join Date: Dec 2007
Posts: 524
[post deleted]

Last edited by DennyCrane; 15th October 2011 at 08:26 PM.
Reply With Quote
Reply

Tags
configure, driver, faq, faqs, fedora, graphics, install, nvidia, setup, troubleshoot, video

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
PPPOE setup on RedHat Linux/ Fedora hemen_kap Guides & Solutions (No Questions) 9 21st April 2011 08:15 AM
how to setup dual screen (xorg.conf) with fedora 9 and nvidia geforce pciX 8500gt domdom Using Fedora 0 5th June 2008 04:28 AM
Help Fedora 8 videocard upgrade. Georgian Hardware & Laptops 0 9th November 2007 06:47 PM
Dualhead VideoCard w/ Fedora Core 4 dcabbar Using Fedora 3 13th September 2005 07:35 PM
videocard - ati or nvidia bitrain Hardware & Laptops 2 28th April 2005 05:08 PM


Current GMT-time: 12:05 (Sunday, 19-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