LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-11-2010, 08:01 AM   #1
rajasundaram
LQ Newbie
 
Registered: Jan 2008
Posts: 14

Rep: Reputation: 0
Smile fedora 11 s video not working


I have installed fedora 11 and I want to connect my notebook to TV using s video cable and it is not working.

notebook: hp pavilion tx1000
NVIDIA graphics card 6150

please help me.
 
Old 01-11-2010, 10:23 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
We need a lot more details, and a lot more effort on your part. Find the software package (Mythtv?), read the howto, let us know what you have managed and where you are stuck.
 
Old 01-17-2010, 02:25 PM   #3
rajasundaram
LQ Newbie
 
Registered: Jan 2008
Posts: 14

Original Poster
Rep: Reputation: 0
Ge force 6150

/sbin/lspci -nn | grep 'VGA\|NV'
00:05.0 VGA compatible controller [0300]: nVidia Corporation C51 [Geforce 6150 Go] [10de:0244] (rev a2)

I found the driver from nvidia site downloaded the package 'NVIDIA-Linux-x86-190.53-pkg1.run'

sh 'NVIDIA-Linux-x86-190.53-pkg1.run'

got error

Unable to find the development tool 'cc'

nvidia installation logs:

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Jan 17 15:17:27 2010
installer version: 1.0.7

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
no cc version check : false
force tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> Tagging shared libraries with chcon -t textrel_shlib_t.
-> License accepted.
-> Installing NVIDIA driver version 190.53.
ERROR: Unable to find the development tool `cc` in your path; please make sure
that you have the package 'gcc' installed. If gcc is installed on your
system, then please check that `cc` is in your PATH.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.


please help me.
 
Old 01-17-2010, 03:19 PM   #4
rajasundaram
LQ Newbie
 
Registered: Jan 2008
Posts: 14

Original Poster
Rep: Reputation: 0
I have installed gcc then I tried to install nvidia driver.

I am getting following error.

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Jan 17 16:13:19 2010
installer version: 1.0.7

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
no cc version check : false
force tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> Tagging shared libraries with chcon -t textrel_shlib_t.
-> License accepted.
-> Installing NVIDIA driver version 190.53.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM
installed. If you know the correct kernel source files are installed,
you may specify the kernel source path with the '--kernel-source-path'
command line option.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
 
Old 01-17-2010, 03:24 PM   #5
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
About the last post above:

I'm not much familiar with Fedora, but the message is telling you that the build process cannot find your kernel sources. I don't know if Fedora comes with the kernel sources by default or not, but your system evidently doesn't have it installed.
Use your package manager or some other means, to install the kernel sources that match your running kernel.

If you DO have the kernel source installed, follow the advice of the Error Message you got, and use the --kernel-source-path argument to specify the location of the sources.

Sasha
 
Old 01-18-2010, 04:38 PM   #6
rajasundaram
LQ Newbie
 
Registered: Jan 2008
Posts: 14

Original Poster
Rep: Reputation: 0
thanks for the help
sh '/home/raja/Download/NVIDIA-Linux-x86-190.53-pkg1.run' --kernel-source-path /usr/src/kernels/2.6.30.10-105.fc11.i586


ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs
from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU
installed in this system is not supported by this NVIDIA Linux graphics
driver release.
 
Old 01-18-2010, 05:39 PM   #7
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
Add Nvidia repository to your package manager.
then install this library "nvidia-gfxGO1-kmp-default"


If you have problem with installing NVIDIA ... see this beatiful site
 
Old 01-18-2010, 06:18 PM   #8
rajasundaram
LQ Newbie
 
Registered: Jan 2008
Posts: 14

Original Poster
Rep: Reputation: 0
hi I am in big issue:

I used the following command to install nvidia driver
sh '/home/raja/Download/NVIDIA-Linux-x86-190.53-pkg1.run' --kernel-source-path /usr/src/kernels/2.6.30.10-105.fc11.i586 $(uname -r)

And it installs successfully after the installation it asks do you want to update the xorg config and I choose 'Yes' after the installation screen blinks couple of time then it shows the black screen. I don't have any idea. Please help me.

I could able to move the mouse in the blank dark screen.
 
  


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
Audio and compiz not working in fedora 11 but working in fedora 12... karthiksharu Linux - Newbie 1 12-12-2009 01:54 PM
I need a video editing program that working in Fedora 9 vwtech Linux - Software 9 03-10-2009 03:12 PM
Fedora 10 ATI video driver not working and not available??? mm07 Fedora 8 12-23-2008 03:51 PM
HELP! Intel 810E chipset video not working well with Fedora Core! rohbot Linux - Hardware 3 10-05-2006 05:48 PM
Video Card Not Working on Fedora Core 2 With GeForce FX 5200 DozenEggs Linux - Hardware 9 07-08-2004 10:37 PM

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

All times are GMT -5. The time now is 01:27 AM.

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