LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-14-2007, 07:16 PM   #1
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Rep: Reputation: 0
Nforce 430 driver doesn't install.


When I try to install the nForce 430 drivers I get an error saying it can't compile the kernel module. Is there another driver I can use and what config file do I add it to? Or How can I fix it? I have a gateway mx3417.
 
Old 03-14-2007, 08:44 PM   #2
puntjuh
Member
 
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558

Rep: Reputation: 42
You have your kernel-sources installed?

But anyway, is there a specific reason why you'd want to install Nvidia's own Nforce driver?
 
Old 03-15-2007, 02:00 PM   #3
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
In hopes to get the sound working, it didn't work by default, so since I have the nForce chip. I have kernel sources installed because I can install the nvidia video drivers.
 
Old 03-15-2007, 07:23 PM   #4
puntjuh
Member
 
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558

Rep: Reputation: 42
Do you have ALSA installed?

What's the output of: lspci -v | grep Audio

Do you have your sound modules activated? (output of: lsmod)
(or more specific: lsmod | grep snd)


What's your kernel version? and lastly the distro your using.
 
Old 03-23-2007, 04:31 PM   #5
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by puntjuh
Do you have ALSA installed?

What's the output of: lspci -v | grep Audio

Do you have your sound modules activated? (output of: lsmod)
(or more specific: lsmod | grep snd)


What's your kernel version? and lastly the distro your using.
hayden@Kittens210:~$ lspci -v | grep Audio
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
hayden@Kittens210:~$ lsmod | grep snd
snd_hda_intel 20116 1
snd_hda_codec 164608 1 snd_hda_intel
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
snd_pcm 84612 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 25348 1 snd_pcm
snd 58372 8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
hayden@Kittens210:~$

Kubuntu 6.10, 2.18.10 generic I think
 
Old 03-23-2007, 08:38 PM   #6
puntjuh
Member
 
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558

Rep: Reputation: 42
have you tried running:

alsaconf

or

amixer


Perhaps with amixer, something is muted which prevents you from hearing sound. Try both commands.
 
Old 03-24-2007, 01:58 PM   #7
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by puntjuh
have you tried running:

alsaconf

or

amixer


Perhaps with amixer, something is muted which prevents you from hearing sound. Try both commands.
alsaconf did not exist as a command and:

Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 31 [100%] [on]
Front Right: Playback 31 [100%] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%]
Front Right: Playback 255 [100%]
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 15
Front Left: Capture 0 [0%] [off]
Front Right: Capture 0 [0%] [off]
Simple mixer control 'Capture Mux',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 4
Front Left: 0 [0%]
Front Right: 0 [0%]
Simple mixer control 'Input Source',0
Capabilities: enum
Items: 'Front Mic'
Item0: 'Front Mic'
hayden@Kittens210:~$
was the result for amixer
 
Old 03-24-2007, 02:04 PM   #8
puntjuh
Member
 
Registered: Apr 2006
Location: holland
Distribution: Gentoo / debian / suse / mint
Posts: 558

Rep: Reputation: 42
your playback channels are on 0.

Code:
Front Left: 0 [0%]
Front Right: 0 [0%]
This might be the cause for your problems. You might wanna install alsaconf.

Code:
sudo apt-get install alsa-utils
then run alsaconf.
 
Old 03-24-2007, 02:15 PM   #9
branmuffin
LQ Newbie
 
Registered: Jan 2007
Posts: 18

Original Poster
Rep: Reputation: 0
Alsa-utils was at highest version. Alsaconf is not a recognized command either.

Last edited by branmuffin; 03-25-2007 at 08:35 PM.
 
  


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
nForce 430 / ASUS M2NPV-VM (surround) sound problems TrevorBradley Linux - Hardware 1 02-22-2007 04:39 PM
suse 10.1 x86-64: installation of nvidia drivers for onboard nForce 430 failed... jojolx Linux - Hardware 0 08-18-2006 07:37 AM
Linux on ASUS A8N-VM CSM, GeForce 6150 nForce 430 dillo Linux - Hardware 18 08-10-2006 02:12 PM
Asus MB Onboard Sound nForce 430 Dies After Changing Volume Level lnxconvrt Linux - Hardware 3 04-22-2006 07:15 PM
Nforce 430 SATA woes Aurin Linux - Hardware 2 12-25-2005 07:20 AM

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

All times are GMT -5. The time now is 10:41 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