Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12th November 2006, 11:07 PM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
FC6 Problem With Nvidia Driver

My pc is AMD64, installed FC6 64bit version.

I Didi

Quote:
rpm -ivh http://rpm.livna.org/livna-release-6.rpm

Install the Nvidia driver:

yum install kmod-nvidia

no errors during the yum
a very funny thing happened, my grub has 2 options now

1. Fedora Core 6 (2.6.18-1.2798.FC6xen)
2. Fedora Core 6 (2.6.18-1.2798)


if i choose the original (1) i met error about
cannot find nividia.ko

if i choose the option 2, then i met error like:

starting sysstat: calling the system activity data collector (sadc) realloc: success [failed]

Option 2 can find Nvidia Graphic Card, but cannot get online.

-----------------------------------------------

If i install driver manually, "sh NVIDIA-Linux-x86_64-1.0-8776-pkg2.run"
it says, cannot find kernel source, and ask me to install that, but i cannot find something like kernel source 2.6.18-1.2798.FC6xen x86_64 this file.

I am new to linux, hope someone could help.

thanks a lot
Reply With Quote
  #2  
Old 12th November 2006, 11:32 PM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
by the way my FC6 with xen
Reply With Quote
  #3  
Old 13th November 2006, 12:40 AM
jbkt23 Offline
Registered User
 
Join Date: Mar 2006
Posts: 510
When you exicuted the yum install kmod-nvidia command did you whatch the output? I don't think there is a xen nvidia module so it probably installed the kernel that is supported.

jbkt23
Reply With Quote
  #4  
Old 13th November 2006, 01:42 AM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
thanks jbkt23, i've forgotten the output, just remembered there was no error info when i doing that.
and what i think it installed the kernel may not match (2.6.18-1.2798.FC6xen)
Reply With Quote
  #5  
Old 13th November 2006, 02:20 AM
Thetargos's Avatar
Thetargos Offline
Registered User
 
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418
Did you install the kmod for your xen kernel too? What does it happen if you try to boot into single user mode, and then query the rpm database for the installed kmod-nvidia packages? To boot into single user mode, just edit your grub prompt (type "e" at the kernel entry, then "e" again at the kernel command line and append a number 1 to the end, then just press enter and then "b" to boot)

What do you see with
Code:
rpm -qa | grep kmod
or better yet
Code:
rpm -qa | grep nvidia
? You should have at least two kmod packages installed, you may want to also
Code:
yum search kmod-nvidia
and then pull the right one for your xen kernel.
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:

FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:

Systems: Laptop, Main System, Netbook.
Reply With Quote
  #6  
Old 13th November 2006, 07:36 PM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
thanks a lot,Thetargos
i am going to fix it
Reply With Quote
  #7  
Old 13th November 2006, 07:44 PM
Thetargos's Avatar
Thetargos Offline
Registered User
 
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418
I forgot to mention, you may require to issue
Code:
/sbin/service network start
within runlevel 1, to activate the netwrok services, as I'm not sure if the network is "live" on runlevel 1 (I believe it is not)
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:

FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:

Systems: Laptop, Main System, Netbook.
Reply With Quote
  #8  
Old 13th November 2006, 10:39 PM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
starting sysstat: calling the system activity data collector (sadc) realloc: success [failed]

what does this do?
I cannot get online if i lost it
Reply With Quote
  #9  
Old 13th November 2006, 10:43 PM
Thetargos's Avatar
Thetargos Offline
Registered User
 
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418
Can you get online from init 3? (runlevel 3, text mode, network services active)
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:

FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:

Systems: Laptop, Main System, Netbook.
Reply With Quote
  #10  
Old 13th November 2006, 11:00 PM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
no i cannot ping nothing.
and i diid
Quote:
Yum install kmod-nvidia-xen
and then i have 2 options,
Fedora Core (2.6.18-1.2849.fc6)
Fedora Core (2.6.18-1.2849.fc6xen)
fc6xen is working well now, and can get online everything has done, but the fc6 cannot.
still got
starting sysstat: calling the system activity data collector (sadc) realloc: success [failed]
Reply With Quote
  #11  
Old 13th November 2006, 11:02 PM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
anyway, thanks a lot Thetargos,
thanks for u been helping me so far.
really appreciate
Reply With Quote
  #12  
Old 13th November 2006, 11:04 PM
Thetargos's Avatar
Thetargos Offline
Registered User
 
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418
Ok this whole Xen thing has gotten me confused. You are hosting any VMs on your machine or is your FC6 installation a virtualized one? Why would you require Xen any other way? Are you running FC6 under a VM or something?
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:

FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:

Systems: Laptop, Main System, Netbook.
Reply With Quote
  #13  
Old 13th November 2006, 11:49 PM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
no, i am not running FC6 under a VM or something,
i installed from DVD FC6 64bit, and I did default installation,
frankly, i dont know what is Xen at all, I dont wanna use fc6xen,but it doesnt work on FC6 properly. and FC6 installed by yum.

after i commanded:
yum install kmod-nvidia.
so...
Reply With Quote
  #14  
Old 14th November 2006, 12:45 AM
Thetargos's Avatar
Thetargos Offline
Registered User
 
Join Date: May 2004
Location: Mexico City, Mexico
Age: 35
Posts: 4,418
OK, so mystery solved: You will have to remove any references to xen (yum remove *xen*). Since you installed a xen kernel, I'm sure the problem is that it modified the system in such a way that you can't run a straight one. Once you remove every reference to xen you should be able to boot normally (I hope)
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:

FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:

Systems: Laptop, Main System, Netbook.
Reply With Quote
  #15  
Old 14th November 2006, 01:41 AM
NAC Offline
Registered User
 
Join Date: Nov 2006
Posts: 35
thanks hopefully
Reply With Quote
Reply

Tags
driver, fc6, nvidia, problem

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 Driver Problem m.nassar Hardware & Laptops 2 20th August 2009 08:47 PM
problem with nvidia driver aguntuk Using Fedora 28 18th September 2008 03:19 AM
nvidia driver needs driver??(driver problem) jarmen_kell Installation and Live Media 5 23rd July 2007 10:04 AM
NVIDIA Driver Problem -- max. 75 Hz commander129 Hardware & Laptops 6 26th February 2006 07:54 AM
nvidia driver problem pharaon Installation and Live Media 4 1st August 2005 10:40 AM


Current GMT-time: 21:47 (Friday, 24-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