LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 08-08-2009, 11:35 AM   #1
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Rep: Reputation: 15
alsa not working


my sound card is 00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)

and alsaconf can't detect it also alsa mixer returns

Code:
alsamixer: function snd_ctl_open failed for default: No such file or directory
so I don't know what to try I have been through gentoo's official guide but it still doesn't work.

/etc/init.d/alsasound start returns

Code:
* Loading ALSA modules...
*   Could not detect custom ALSA settings.  Loading all detected alsa drivers.
*   ERROR: Failed to load necessary drivers                               [ ok ]
* Restoring Mixer Levels...
* No mixer config in /var/lib/alsa/asound.state, you have to unmute your  [ ok ]
and /var/lib/alsa/asound.state is not a directory

please help

p.s I also wan't help with my graphics card (ati radeon 200M) and have made thread about that so if you have my card tell me what you did to get it working)
 
Old 08-08-2009, 03:41 PM   #2
mcolangelo
LQ Newbie
 
Registered: Jun 2009
Location: USA, WI
Distribution: Gentoo
Posts: 25

Rep: Reputation: 17
Is your kernel compiled with support for that sound card and if so is the correct module loaded?

You can check what kernel modules are in use by your sound card with.
lspci -vnn -s 00:14.2 | grep modules

You can try modprobe snd_hda_intel to manually load the module if it exists.

If there is no error messages check your sound again. If you get an error then most likely your kernel isn't compiled with support for your sound card.

Checkout the sound section at http://en.gentoo-wiki.com/wiki/ASUS_M3A78-EM for help on compiling your kernel with support for your card
 
Old 08-09-2009, 03:48 AM   #3
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Thanks alot for the quick reply I will try that when I get to my laptop. Oh and I was wondering of topic but I heard there was a graphical fromtend for emerge called kuroo but it lost support or something and I can't find it in the portage tree is there a replacement
 
Old 08-09-2009, 04:20 AM   #4
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
lspci -vnn -s 00:14.2 | grep modules
returns nothing hmmm
 
Old 08-09-2009, 04:53 PM   #5
mcolangelo
LQ Newbie
 
Registered: Jun 2009
Location: USA, WI
Distribution: Gentoo
Posts: 25

Rep: Reputation: 17
What happens when you do modprobe snd_hda_intel??

If it returns about the module not being found then you'll need to reconfigure your kernel to compile and add that module. If it returns nothing you can try the lspci command again to see if it's being used.

Heres what the output looks like on mine (I have a different sound card but you should see similar results)
Code:
 # lspci -vnn -s 00:10.1
00:10.1 Audio device [0403]: nVidia Corporation MCP51 High Definition Audio [10de:026c] (rev a2)
	Subsystem: Hewlett-Packard Company Presario V6133CL [103c:30b7]
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
	Memory at b0000000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [44] Power Management version 2
	Capabilities: [50] Message Signalled Interrupts: Mask+ 64bit+ Count=1/1 Enable-
	Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel

# lspci -vnn -s 00:10.1 | grep modules
	Kernel modules: snd-hda-intel
If the module is loaded you can try alsaconf again to see if it detects your sound card this time around.

You can also use lsmod to display a list of what modules are currently loaded. If it's a big list you can use lsmod | grep snd_hda_intel or lsmod | grep snd to display only the relevant modules.


himerge is another graphical frontend
 
Old 08-10-2009, 12:49 PM   #6
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
thanks for the reply lsmod | grep snd returns

Code:
snd_seq                41516  0
snd_seq_device          6112  1 snd_seq
snd_pcm_oss            31748  0
snd_mixer_oss          12072  1 snd_pcm_oss
snd_atiixp             13704  0
snd_ac97_codec         90032  1 snd_atiixp
ac97_bus                1408  1 snd_ac97_codec
snd_pcm                61900  3 snd_pcm_oss,snd_atiixp,snd_ac97_codec
snd_timer              17084  2 snd_seq,snd_pcm
snd                    45700  8 snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_atiixp,snd_ac97_codec,snd_pcm,snd_timer
soundcore               6108  1 snd
snd_page_alloc          7760  2 snd_atiixp,snd_pcm
but modprobe snd_hda_intel

returns that the module is not found and thanks for the hemerge tip

I will post back with more results once I have tried to recompile my kernel.
 
Old 08-11-2009, 12:05 PM   #7
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
I have tried enableing the atiIXP AC97 controller module but I did have that installed when I first posted I am now trying uninstalling it but which should I enable
 
Old 08-11-2009, 03:34 PM   #8
mcolangelo
LQ Newbie
 
Registered: Jun 2009
Location: USA, WI
Distribution: Gentoo
Posts: 25

Rep: Reputation: 17
You could probably safely select support for all the devices listed under
Intel HD Audio --->

My personal configuration has everything except hwdep interface and digital beep via input layer selected. And pretty much everything under PCI Sound Devices as a module.

You know for sure you'll end up with the right driver then, lol. For sure select the ATI, INTEL, and Generic driver support though.

After you've done your configuration but before you run make you can double check you selected it with cat .config | grep -i snd_hda_intel from the /usr/src/linux directory.

I wouldn't worry too much about un-selecting things from the previous configuration. Those modules will just remain unused that's all. There are occasions where the wrong module gets loaded but that is easily resolved.

Last edited by mcolangelo; 08-11-2009 at 03:37 PM.
 
Old 08-12-2009, 05:28 AM   #9
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Sound is working i think but i cannot alter sound level using the little twizzel thing on my laptop but thankyou so much any way w000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000t
 
Old 08-12-2009, 10:07 AM   #10
mcolangelo
LQ Newbie
 
Registered: Jun 2009
Location: USA, WI
Distribution: Gentoo
Posts: 25

Rep: Reputation: 17
Twizzel thing??

You talking about a hot key?? Try a program called keytouch, it's in portage. I think I remember seeing an install guide somewhere for it too, works really good and pretty easy to setup.

Glad it works!
 
Old 08-12-2009, 11:17 AM   #11
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Yeah sorry I as a bit exited I meant the little dial on the side of my laptop that usualy alters the sound level

Last edited by bananaoomarang; 08-12-2009 at 02:44 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
Alsa working under 2.6.10 sharpie Slackware 20 02-18-2005 05:24 PM
ALSA not working bcf2 Mandriva 13 12-09-2004 10:32 AM
alsa not working ZaphyR Linux - Newbie 8 08-12-2004 03:05 PM
getting ALSA working sharpie Linux - Newbie 2 02-26-2004 06:27 AM
ALSA and EMU10K1 working and yet not working Nevernamed90 Linux - Newbie 1 01-09-2003 02:16 AM

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

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