Re: Graeme, Australia, kernel 2.6.25.10-86.fc9.i686

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey,
I haven't had any issues building just the driver package (provided your
distro already installs the normal ALSA packages.)
It can't hurt to try though, if you think it may help.

Perhaps some configuration is needed- try 'sudo alsaconf' and use it to
configure your card.

What is the output of 'lsmod | grep snd'?

Thanks,
Bjorn.



GN wrote:
> Bjorn Wielens wrote:
>> Hey,
>> My computer also has this- the card is made by Realtek, but the driver
>> is snd_hda_intel.
>>
>> Forgive me for being redundant, but you DID reboot after 'Make install'
>> right?
>>
>> If so, You may want to read through the output of dmesg  and
>> /var/log/messages to see if there's anything related to the sound card.
>>
>> If you're unsure, post them to the list and we'll have a look.
>>
>> Bjorn.
> 
> Hi Bjorn,
> 
> Thank you for your time, I really appreciate it. Yes, I did reboot :-)
> 
> The following is the result of cat proc/asound/cards;
> 
> [graeme@flintstone ~]$ cat /proc/asound/cards
> --- no soundcards ---
> [graeme@flintstone ~]$ cat /proc/asound/version
> Advanced Linux Sound Architecture Driver Version 1.0.18a.
> Compiled on Nov 18 2008 for kernel 2.6.25.10-86.fc9.i686 (SMP).
> [graeme@flintstone ~]$ cat /proc/asound/card0/codec#0
> cat: /proc/asound/card0/codec#0: No such file or directory
> [graeme@flintstone ~]$
> 
> The following is the result of dmesg | grep sound;
> 
> [root@flintstone graeme]# dmesg | grep sound
> [root@flintstone graeme]#
> 
> The result of cat /var/log/messages | grep sound is attached.
> 
> Along the way I appear to have fouled something up altogether because I
> was getting output for dmesg | grep sound as follows a few days ago;
> 
> ALSA sound/pci/hda/hda_intel.c:1810: chipset global capabilities = 0x4401
> ALSA sound/pci/hda/hda_intel.c:749: codec_mask = 0x7
> ALSA sound/pci/hda/hda_codec.c:2857: autoconfig: line_outs=1
> (0x1a/0x0/0x0/0x0/0x0)
> ALSA sound/pci/hda/hda_codec.c:2861:    speaker_outs=1
> (0x14/0x0/0x0/0x0/0x0)
> ALSA sound/pci/hda/hda_codec.c:2865:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
> ALSA sound/pci/hda/hda_codec.c:2866:    mono: mono_out=0x0
> ALSA sound/pci/hda/hda_codec.c:2874:    inputs: mic=0x18, fmic=0x19,
> line=0x0, fline=0x0, cd=0x0, aux=0x0
> ALSA sound/pci/hda/hda_codec.c:2857: autoconfig: line_outs=0
> (0x0/0x0/0x0/0x0/0x0)
> ALSA sound/pci/hda/hda_codec.c:2861:    speaker_outs=0
> (0x0/0x0/0x0/0x0/0x0)
> ALSA sound/pci/hda/hda_codec.c:2865:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
> ALSA sound/pci/hda/hda_codec.c:2866:    mono: mono_out=0x0
> ALSA sound/pci/hda/hda_codec.c:2874:    inputs: mic=0x0, fmic=0x0,
> line=0x0, fline=0x0, cd=0x0, aux=0x0
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Surround Playback
> Volume, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Center Playback
> Volume, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave LFE Playback
> Volume, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Side Playback
> Volume, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Mono Playback
> Volume, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Line-Out Playback
> Volume, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Surround Playback
> Switch, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Center Playback
> Switch, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave LFE Playback
> Switch, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Side Playback
> Switch, skipped
> ALSA sound/pci/hda/hda_codec.c:1073: Cannot find slave Mono Playback
> Switch, skipped
> ALSA sound/core/control.c:329: control 2:0:0:Front Playback Volume:0 is
> already present
> ALSA sound/core/control.c:329: control 2:0:0:Front Playback Switch:0 is
> already present
> ALSA sound/core/control.c:329: control 2:0:0:Headphone Playback Volume:0
> is already present
> ALSA sound/core/control.c:329: control 2:0:0:Headphone Playback Switch:0
> is already present
> ALSA sound/core/control.c:329: control 2:0:0:Mic Boost:0 is already present
> ALSA sound/core/control.c:329: control 2:0:0:Front Mic Boost:0 is
> already present
> ALSA sound/core/control.c:329: control 2:0:0:Capture Volume:0 is already
> present
> ALSA sound/core/control.c:329: control 2:0:0:Capture Switch:0 is already
> present
> ALSA sound/core/control.c:329: control 2:0:0:Input Source:0 is already
> present
> ALSA sound/core/control.c:329: control 2:0:0:IEC958 Playback Con Mask:0
> is already present.
> 
> Perhaps I should remove everything and re-install the relevant packages.
> Also, should I have built the other alsa tarballs as well as the
> alsa-driver tarball? Could there be a mis-match between package versions?
> 
> <snip>
> 
> 
> </snip>
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux