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

12th November 2006, 11:07 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 35

|
|
|
FC6 Problem With Nvidia Driver
 My pc is AMD64, installed FC6 64bit version.
I Didi
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
|

12th November 2006, 11:32 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 35

|
|
|
by the way my FC6 with xen
|

13th November 2006, 12:40 AM
|
|
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
|

13th November 2006, 01:42 AM
|
|
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)
|

13th November 2006, 02:20 AM
|
 |
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.
|

13th November 2006, 07:36 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 35

|
|
|
thanks a lot,Thetargos
i am going to fix it
|

13th November 2006, 07:44 PM
|
 |
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.
|

13th November 2006, 10:39 PM
|
|
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
|

13th November 2006, 10:43 PM
|
 |
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.
|

13th November 2006, 11:00 PM
|
|
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]
|

13th November 2006, 11:02 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 35

|
|
|
anyway, thanks a lot Thetargos,
thanks for u been helping me so far.
really appreciate
|

13th November 2006, 11:04 PM
|
 |
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.
|

13th November 2006, 11:49 PM
|
|
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...
|

14th November 2006, 12:45 AM
|
 |
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.
|

14th November 2006, 01:41 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 35

|
|
|
thanks hopefully
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 21:47 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|