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

Notices


Reply
  Search this Thread
Old 10-18-2010, 03:47 AM   #1
RPAngelov
LQ Newbie
 
Registered: Sep 2009
Posts: 7

Rep: Reputation: 0
Alsa - no mixer elems found


After compileing my kernel i get no sound.
I tried :
alsaconf - choose my sound card - everything is all right, but when i try alsamixer i get :
No mixer elems found


lspci:
01:00.1 Audio device: ATI Technologies Inc Device aa38

lsmod:

snd_hda_codec_atihdmi 1747 1
snd_hda_intel 16377 0
snd_hda_codec 35398 2 snd_hda_codec_atihdmi,snd_hda_intel
snd_pcm_oss 29007 0
snd_mixer_oss 11994 1 snd_pcm_oss
snd_pcm 47746 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 947 0
snd_seq_oss 19745 0
snd_seq_midi 3608 0
snd_rawmidi 12843 1 snd_seq_midi
snd_seq_midi_event 3724 2 snd_seq_oss,snd_seq_midi
snd_seq 33766 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 12658 2 snd_pcm,snd_seq
snd_seq_device 3757 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 34173 10 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_ti mer,snd_seq_device
soundcore 3923 1 snd
snd_page_alloc 4997 2 snd_hda_intel,snd_pcm



When i compilied the kernel i added the modules : HD Intel... any ideas?
 
Old 10-24-2010, 04:17 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I'm running something similar and here are my details:
Code:
01:00.1 Audio device [0403]: ATI Technologies Inc RV710/730 [1002:aa38]
        Subsystem: ASUSTeK Computer Inc. Device [1043:aa38]
        Kernel driver in use: HDA Intel
Code:
$ lsmod |grep snd
snd_hda_codec_atihdmi     2251  1 
snd_hda_codec_realtek   235538  1 
snd_hda_intel          19987  3 
snd_hda_codec          54244  3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5380  1 snd_hda_codec
snd_pcm_oss            32591  0 
snd_mixer_oss          12606  1 snd_pcm_oss
snd_pcm                60503  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            4400  0 
snd_rawmidi            15515  1 snd_seq_midi
snd_seq_midi_event      4628  1 snd_seq_midi
snd_seq                42881  3 snd_seq_midi,snd_seq_midi_event
snd_timer              15582  2 snd_pcm,snd_seq
snd_seq_device          4493  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    46446  18 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               4598  1 snd
snd_page_alloc          6249  2 snd_hda_intel,snd_pcm
This may help (or not )
jdk
 
Old 10-24-2010, 07:58 AM   #3
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
2 observations.

a) This is the hdmi audio output that your gpu can provide.
Code:
01:00.1 Audio device [0403]: ATI Technologies Inc RV710/730 [1002:aa38]
        Subsystem: ASUSTeK Computer Inc. Device [1043:aa38]
        Kernel driver in use: HDA Intel
In the same way, mine is
Code:
01:00.1 Audio device [0403]: ATI Technologies Inc Radeon HD 3870 Audio device [1002:aa18]
	Subsystem: ASUSTeK Computer Inc. Device [1043:aa18]
	Kernel driver in use: HDA Intel
In my setup, this audio "card" lists as "HDA ATI Hdmi" in alsamixer card selection dialog, and it's the 2nd (as in secondary) card for my system. The 1st (as in primary), which is identified as "HDA Intel" in alsamixer, is
Code:
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
	Subsystem: Giga-byte Technology Device a002
	Kernel driver in use: HDA Intel
b) I assume your user is in the audio group already...

Last edited by jim_p; 10-24-2010 at 02:15 PM.
 
Old 10-24-2010, 11:32 PM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
@jim_p Whoops. I think you're mixing me up with the OP. I'm not the one with the problem. My sound system works fine. Check the 1st post for RPAngelov's specs.
jdk
 
  


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
alsamixer - no mixer elems found davidsrsb Slackware 3 07-05-2010 01:07 PM
Alsa: no mixer elems found jnsg Slackware 2 09-06-2005 06:11 PM
Alsa Mixer Elems Sabicas Slackware 5 09-27-2004 10:32 PM
ALSA mixer cannot be found - stuck on the commandline forever pazkaw Linux - Newbie 3 08-23-2004 07:40 AM
i ajdust my alsa mixer and every time i reboot my pc the mixer change what to do ? SlackwareMan Linux - Newbie 1 07-30-2004 01:39 AM

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

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