LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-08-2006, 07:49 PM   #1
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Rep: Reputation: 15
Why crash?


I installed FC6 64bit
I found FC6 is not stable, always crashes.
it happens when i logout root or switch to Terminal Mode (CTRL + SHIFT + F1)

Very ANNOYING. is that happened to someone 2?
 
Old 11-08-2006, 10:38 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
The release FC6 is very stable; I'm running it here on several machines, including AMD64. From your symptoms, it sounds like a problem with your video driver.
 
Old 11-09-2006, 03:20 AM   #3
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
I hope so, and my Graphic card is Geforce 7600GT, and the system can recognize this Card and shows infomation is right. so do i need to update driver manually?
 
Old 11-09-2006, 09:22 AM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
If you are running the basic nv driver that is part of Xorg, then you have no 3D support. You can install the Nvidia driver with:

Code:
Setup the Livna repository:

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

Install the Nvidia driver:

yum install kmod-nvidia
Logoff and X will restart. You should be running the new driver.
 
Old 11-09-2006, 01:58 PM   #5
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
thank you very much macemoneta
 
Old 11-09-2006, 02:27 PM   #6
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
cannot load error:

cant find nvidia.ko

what does that mean?
 
Old 11-09-2006, 02:59 PM   #7
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
It means that the driver was not installed properly. Was there an error during the yum?
 
Old 11-09-2006, 03:09 PM   #8
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
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 meet error about
cannot find nividia.ko

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

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


but option 2 can find Nvidia Graphic Card.

so what should i do then?

thanks a lot
 
Old 11-09-2006, 03:22 PM   #9
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Change your default (in /etc/grub.conf) to the second entry (default=1). Running the Xen kernel has issues with Nvidia.

The systat error is a separate problem; open a new thread on that - it's probably SELinux related, check for AVC denied messages in /var/log/messages or /var/log/audit/audit.log.
 
Old 11-09-2006, 03:26 PM   #10
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
ANd i found if i run the option 2 i cannot get online cant surf internet.
 
Old 11-09-2006, 03:35 PM   #11
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
I disabled SELinux before i updated Nvidia Kernel
 
Old 11-09-2006, 05:55 PM   #12
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
its runing stable if i choose
2. Fedora Core 6 (2.6.18-1.2798)
but no internet.
 
Old 11-09-2006, 06:13 PM   #13
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
I have two folders in /lib/modules
one is 2.6.18-1.2798.fc6
another one is 2.6.18-1.2798.fc6xen

nvidia.ko can be found in /lib/modules/2.6.18-1.2798.fc6/extra/nvidia/nvidia.ko
but in /lib/modules/2.6.18-1.2798.fc6xen/extra, there is no nvidia folder also doesn't has nvidia.ko


I tried to copy /lib/modules/2.6.18-1.2798.fc6/extra/nvidia/nvidia.ko to /lib/modules/2.6.18-1.2798.fc6xen/extra
but failed into X window.

anyone can help?
 
Old 11-09-2006, 06:22 PM   #14
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
I suggest that since the video issue is resolved, you open a new thread on the networking problem. That way, someone with that specific expertise can assist you.
 
Old 11-09-2006, 08:29 PM   #15
NAC
Member
 
Registered: May 2006
Location: mm........
Distribution: FC6 + Gentoo >/ x86_64
Posts: 132

Original Poster
Rep: Reputation: 15
OK!
thank you for ur help
 
  


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
Crash alcanon Linux - Newbie 6 02-12-2007 05:07 AM
Crash, Crash, Crash, Crash and You Guessed it Crash! little_penguin SUSE / openSUSE 8 07-04-2005 09:34 AM
X.Org crash........very odd crash..... doctorzoidberg Linux - Software 11 01-07-2005 07:38 PM
kde crash, then other crash, now weird problems true_atlantis Linux - Laptop and Netbook 1 04-28-2004 12:01 AM
xmms crash xine crash mplayer crash paledread Linux - Software 9 03-09-2004 07:09 AM

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

All times are GMT -5. The time now is 06:23 PM.

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