LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Tags used in this thread
Popular LQ Tags ,

Reply
 
Thread Tools
Old 03-18-2008, 07:25 AM   #1
brisbin33
Member
 
Registered: Oct 2007
Location: boston, ma
Distribution: fedora, ubuntu, slack, arch
Posts: 30
Thanked: 0
getting nVIDIA 7150 630i working in Fedora


[Log in to get rid of this advertisement]
specs:
nVIDIA EVGA e-7150 nForce 630i with HDTV out
intel core 2 quad
SATA HD

only distro that would install into a working desktop was Fedora 8

got 3D graphics working with

http://www.fedorafaq.org/#nvidia

3D looked great and the graphics card was recognized correctly, but no HDTV output and found out my sound wasnt working
amarok, mplayer, xine all worked fine (sounded great) but anything from an internet source (youtube) was dead and when i went in to test the sound card i heard silence during the test -- not recognized correctly

heard in forums that this board was **fully** supported under the latest nVIDIA 169.04 driver

downloaded driver...
sh NVIDIA-Linux-169.04-pkg1.run...
can't do it with X running... makes sense...
init 3 to get a command line, no X

but the driver needs to DL something from FTP to work and i have no internet without X apparently (realized that when yum install gcc didn't work there either)

it said it would "compile the kernel itself" but im missing some kernel-source or kernel-devel rpms and i can't find the right ones with yum or add/remove programs

am i doing something wrong? is there a stage where there's internet but still no X (init 4 or something) i won't get my second attempt at this until after work tonight so a reply here pointing me in the right direction would be a time saver

apologies for being new to this, any help would be appreciated

PS: should i use the just released 171 beta driver or is this 169.04 the one i want?

thanks
brisbin33 is offline  
Tag This Post ,
Reply With Quote
Old 03-18-2008, 10:55 AM   #2
LinuxManMikeC
Member
 
Registered: Nov 2007
Location: Cleveland, Ohio
Distribution: Ubuntu 8.04 and CentOS
Posts: 73
Thanked: 0
The sound occasionally not working has nothing to do with the nVidia driver. It is just for graphics.

The nVidia driver will probably solve your problems with the HDTV out, though there may be some config tweaks needed. The easiest way to install the nVidia drivers is using the Livna repository. http://rpm.livna.org/rlowiki/ Just install the repo, and it will be point and click rpm installation from there. No need to get into compiling kernel modules and such.
LinuxManMikeC is offline     Reply With Quote
Old 03-18-2008, 11:00 AM   #3
brisbin33
Member
 
Registered: Oct 2007
Location: boston, ma
Distribution: fedora, ubuntu, slack, arch
Posts: 30
Thanked: 0

Original Poster
thank you; that was just the info i was looking for ill try the Livna repo link tonight... is there a separate driver i could use to get the sound working?

High Definition CODEC Audio Chipset

thats what the specs for the board say; not sure if that helps

thanks again for the link
brisbin33 is offline     Reply With Quote
Old 03-18-2008, 11:06 AM   #4
LinuxManMikeC
Member
 
Registered: Nov 2007
Location: Cleveland, Ohio
Distribution: Ubuntu 8.04 and CentOS
Posts: 73
Thanked: 0
Sorry, forgot to expound on the sound issue. There is probably some application locking the sound card for exclusive use so flashplayer can't use the sound device when you go to YouTube. OR, you have an old version of flashplayer that uses the OSS sound system (which always locks the sound card). Just close the application that has the sound locked and it should work.

Also, Fedora 8 changed to a new sound system. There have been people experiencing problems with it as they haven't figured out the perfect default config yet. You should also search FedoraForum.org for people experiencing similar problems with sound. It may have been fixed. Speaking of which, make sure you install all the updates. It might magically work.
LinuxManMikeC is offline     Reply With Quote
Old 03-18-2008, 11:11 AM   #5
brisbin33
Member
 
Registered: Oct 2007
Location: boston, ma
Distribution: fedora, ubuntu, slack, arch
Posts: 30
Thanked: 0

Original Poster
that sounds feasible; i had amarok open and paused when trying to get the youtube working and the soundcard test working... ill check out the fedora forums to try and get it so i can have multiple things going at once... i do feel dumb for not quitting amarok and re-testing probably would've worked

any thoughts on the 171 beta driver vs the 169?
brisbin33 is offline     Reply With Quote
Old 03-18-2008, 11:13 AM   #6
LinuxManMikeC
Member
 
Registered: Nov 2007
Location: Cleveland, Ohio
Distribution: Ubuntu 8.04 and CentOS
Posts: 73
Thanked: 0
Wow, I'm not in the game today. One last thing, when installing the kernel module from Livna (kmod-nvidia) make sure the version number and architecture matches your kernel.
LinuxManMikeC is offline     Reply With Quote
Old 03-18-2008, 11:17 AM   #7
LinuxManMikeC
Member
 
Registered: Nov 2007
Location: Cleveland, Ohio
Distribution: Ubuntu 8.04 and CentOS
Posts: 73
Thanked: 0
Use the stable 169 unless you really have a good reason to need the beta 171. Most of the new stuff in 171 is probably support for the latest nVidia chips 8000 & 9000. Check the release notes on the nVidia web site.
LinuxManMikeC is offline     Reply With Quote
Old 03-18-2008, 11:30 AM   #8
brisbin33
Member
 
Registered: Oct 2007
Location: boston, ma
Distribution: fedora, ubuntu, slack, arch
Posts: 30
Thanked: 0

Original Poster
thanks so much; big help

one last question... is there a quick command to get version number and architecture for my kernel?

edit:: nevermind, google's quicker

again, thanks for the help

Last edited by brisbin33; 03-18-2008 at 12:08 PM..
brisbin33 is offline     Reply With Quote
Old 03-18-2008, 02:45 PM   #9
LinuxManMikeC
Member
 
Registered: Nov 2007
Location: Cleveland, Ohio
Distribution: Ubuntu 8.04 and CentOS
Posts: 73
Thanked: 0
Google doesn't tell you whats on your computer. You can see the version and architecture of any package in the various package manager apps. Quick command for kernel version and architecture is uname -a on the command line.
LinuxManMikeC is offline     Reply With Quote
Old 03-18-2008, 05:00 PM   #10
brisbin33
Member
 
Registered: Oct 2007
Location: boston, ma
Distribution: fedora, ubuntu, slack, arch
Posts: 30
Thanked: 0

Original Poster
you misunderstand what google's quicker about; i should've been more specific... google told me that uname -r or cat /proc/version would give me my kernel info... i assume uname -a is similar. google's good but not that good
brisbin33 is offline     Reply With Quote
Old 03-19-2008, 12:06 AM   #11
LinuxManMikeC
Member
 
Registered: Nov 2007
Location: Cleveland, Ohio
Distribution: Ubuntu 8.04 and CentOS
Posts: 73
Thanked: 0
Heh, yeah, I'm just not with it today.
LinuxManMikeC is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Intalling Nvidia graphics drivers not working with Fedora DrD Linux - Hardware 12 03-19-2008 07:15 AM
nvidia driver and Fedora 7 - not working tarheel92x Linux - Hardware 11 06-13-2007 01:28 PM
Help me reinstall Nvidia drivers and get TwinView working? Fedora 6 ttnunam Linux - Software 6 11-09-2006 08:39 PM
TV-out working with NVIDIA card and fedora core 2 Vie Linux - Hardware 6 09-12-2004 04:49 AM
Nvidia Ethernet Drivers Not Working on Fedora Core 1 Ogundameji Linux - Newbie 1 04-14-2004 08:38 AM


All times are GMT -5. The time now is 03:06 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration