* [gentoo-user] ALSA - Still No Sound @ 2011-02-13 23:19 dhk 2011-02-14 2:01 ` Bill Kenworthy 2011-02-14 2:21 ` Nikos Chantziaras 0 siblings, 2 replies; 27+ messages in thread From: dhk @ 2011-02-13 23:19 UTC (permalink / raw To: Gentoo I still can't get sound to work. Can someone tell me what's wrong? In addition to my earlier thread below I have INPUT_DEVICES="evdev" and ALSA_CARDS="AC97" in my make.conf. The following that someone suggented does nothing. > modprobe snd-intel8x0; modprobe snd-pcm-oss; modprobe snd-mixer-oss; modprobe snd-seq-oss I've also tried a second sound card and alternate set of speakers. Also nothing is muted or turned down. According to http://kmuto.jp/debian/hcl/ my card works. 10de00ea Yes nVidia Corporation nForce3 250Gb AC'97 Audio Controller snd-intel8x0 v2.6.25- On 01/22/2011 08:16 PM, dhk wrote: > Can someone tell me why I don't have sound? I've followed the > instructions at http://www.gentoo.org/doc/en/alsa-guide.xml and > everything seems to be working, but there's still no sound. I've also > swapped out the speakers, made sure they were powered on, and the volume > turned up. Also I'm in the audio group and the channels are unmuted > with the volume at 75%. > > One thing I did notice is that after running alsaconf there aren't any > modules in /etc/modules.d/, in fact the directory doesn't even exist. > Now if there aren't any modules to load that's fine, but since I don't > hear anything I'm not so sure. > > Below is what's on my ~amd64 system. > > Thanks. > > # rc-update show | grep -i alsa > alsasound | boot > > # /etc/init.d/alsasound restart > * WARNING: you are stopping a boot service. > * Storing ALSA Mixer Levels ... > [ ok ] > * Loading ALSA modules ... > * Loading: snd-card-0 ... > [ ok ] > * Restoring Mixer Levels ... > [ ok ] > > # lspci -v | grep -i audio > 00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb > AC'97 Audio Controller (rev a1) > > # cat /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 | egrep -i > 'sound|ac97|alsa' > CONFIG_SOUND=m > CONFIG_SOUND_OSS_CORE=y > CONFIG_SOUND_OSS_CORE_PRECLAIM=y > CONFIG_SND_AC97_CODEC=m > # CONFIG_SND_AC97_POWER_SAVE is not set > # CONFIG_SOUND_PRIME is not set > CONFIG_AC97_BUS=m > CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y > # CONFIG_CRYPTO_SALSA20 is not set > CONFIG_CRYPTO_SALSA20_X86_64=m > > # cat /proc/asound/cards > 0 [CK8S ]: NFORCE - NVidia CK8S > NVidia CK8S with ALC850 at irq 20 > 1 [UART ]: MPU-401 UART - MPU-401 UART > MPU-401 UART at 0x300, irq 5 > > # cat /proc/asound/version > Advanced Linux Sound Architecture Driver Version 1.0.23. > > # cat /proc/asound/oss/sndstat > Sound Driver:3.8.1a-980706 (ALSA v1.0.23 emulation code) > Kernel: Linux jenny 2.6.36-gentoo-r5 #1 SMP Wed Jan 12 16:53:04 EST 2011 > x86_64 > Config options: 0 > > Installed drivers: > Type 10: ALSA emulation > > Card config: > NVidia CK8S with ALC850 at irq 20 > MPU-401 UART at 0x300, irq 5 > > Audio devices: > 0: NVidia CK8S (DUPLEX) > > Synth devices: NOT ENABLED IN CONFIG > > Midi devices: > 1: MPU-401 UART MIDI > > Timers: > 31: system timer > > Mixers: > 0: Realtek ALC850 rev 0 > 1: mixer10 Thanks again, dhk ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] ALSA - Still No Sound 2011-02-13 23:19 [gentoo-user] ALSA - Still No Sound dhk @ 2011-02-14 2:01 ` Bill Kenworthy 2011-02-14 11:43 ` dhk 2011-02-14 2:21 ` Nikos Chantziaras 1 sibling, 1 reply; 27+ messages in thread From: Bill Kenworthy @ 2011-02-14 2:01 UTC (permalink / raw To: gentoo-user what does "lsmod" say? This is on a jetway MB with an onboard nvidia chipset so not quite the same as yours (only sound and the nvidia module are modularised) - in particular make sure that you are building the "Intel HD Audio" codecs - it isnt immediately obvious that its required. BillK myth3 linux # lsmod Module Size Used by snd_pcm_oss 37091 0 snd_mixer_oss 14409 1 snd_pcm_oss snd_seq_dummy 1335 0 snd_seq_oss 26582 0 snd_seq_midi_event 5148 1 snd_seq_oss snd_seq 47261 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_usb_audio 76036 0 snd_usb_lib 16911 1 snd_usb_audio snd_rawmidi 17403 1 snd_usb_lib snd_seq_device 4917 4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi snd_hda_codec_nvhdmi 12443 1 snd_hda_codec_realtek 261601 1 easycap 1258666 0 nvidia 10078248 36 snd_hda_intel 20392 4 snd_hda_codec 67766 3 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel lirc_wb677 22727 1 snd_hwdep 5724 2 snd_usb_audio,snd_hda_codec lirc_dev 10091 3 lirc_wb677 snd_pcm 68302 5 snd_pcm_oss,snd_usb_audio,easycap,snd_hda_intel,snd_hda_codec snd_timer 17708 2 snd_seq,snd_pcm snd 49975 23 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_usb_audio,snd_usb_lib,snd_rawmidi,snd_seq_device,snd_hda_codec_realtek,easycap,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer soundcore 5135 1 snd snd_page_alloc 6641 2 snd_hda_intel,snd_pcm myth3 linux # On Sun, 2011-02-13 at 18:19 -0500, dhk wrote: > I still can't get sound to work. Can someone tell me what's wrong? In > addition to my earlier thread below I have INPUT_DEVICES="evdev" and > ALSA_CARDS="AC97" in my make.conf. > > The following that someone suggented does nothing. > > modprobe snd-intel8x0; modprobe snd-pcm-oss; modprobe snd-mixer-oss; > modprobe snd-seq-oss > > I've also tried a second sound card and alternate set of speakers. Also > nothing is muted or turned down. > > According to http://kmuto.jp/debian/hcl/ my card works. > 10de00ea Yes nVidia Corporation nForce3 250Gb AC'97 Audio Controller > snd-intel8x0 v2.6.25- > > > On 01/22/2011 08:16 PM, dhk wrote: > > Can someone tell me why I don't have sound? I've followed the > > instructions at http://www.gentoo.org/doc/en/alsa-guide.xml and > > everything seems to be working, but there's still no sound. I've also > > swapped out the speakers, made sure they were powered on, and the volume > > turned up. Also I'm in the audio group and the channels are unmuted > > with the volume at 75%. > > > > One thing I did notice is that after running alsaconf there aren't any > > modules in /etc/modules.d/, in fact the directory doesn't even exist. > > Now if there aren't any modules to load that's fine, but since I don't > > hear anything I'm not so sure. > > > > Below is what's on my ~amd64 system. > > > > Thanks. > > > > # rc-update show | grep -i alsa > > alsasound | boot > > > > # /etc/init.d/alsasound restart > > * WARNING: you are stopping a boot service. > > * Storing ALSA Mixer Levels ... > > [ ok ] > > * Loading ALSA modules ... > > * Loading: snd-card-0 ... > > [ ok ] > > * Restoring Mixer Levels ... > > [ ok ] > > > > # lspci -v | grep -i audio > > 00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb > > AC'97 Audio Controller (rev a1) > > > > # cat /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 | egrep -i > > 'sound|ac97|alsa' > > CONFIG_SOUND=m > > CONFIG_SOUND_OSS_CORE=y > > CONFIG_SOUND_OSS_CORE_PRECLAIM=y > > CONFIG_SND_AC97_CODEC=m > > # CONFIG_SND_AC97_POWER_SAVE is not set > > # CONFIG_SOUND_PRIME is not set > > CONFIG_AC97_BUS=m > > CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y > > # CONFIG_CRYPTO_SALSA20 is not set > > CONFIG_CRYPTO_SALSA20_X86_64=m > > > > # cat /proc/asound/cards > > 0 [CK8S ]: NFORCE - NVidia CK8S > > NVidia CK8S with ALC850 at irq 20 > > 1 [UART ]: MPU-401 UART - MPU-401 UART > > MPU-401 UART at 0x300, irq 5 > > > > # cat /proc/asound/version > > Advanced Linux Sound Architecture Driver Version 1.0.23. > > > > # cat /proc/asound/oss/sndstat > > Sound Driver:3.8.1a-980706 (ALSA v1.0.23 emulation code) > > Kernel: Linux jenny 2.6.36-gentoo-r5 #1 SMP Wed Jan 12 16:53:04 EST 2011 > > x86_64 > > Config options: 0 > > > > Installed drivers: > > Type 10: ALSA emulation > > > > Card config: > > NVidia CK8S with ALC850 at irq 20 > > MPU-401 UART at 0x300, irq 5 > > > > Audio devices: > > 0: NVidia CK8S (DUPLEX) > > > > Synth devices: NOT ENABLED IN CONFIG > > > > Midi devices: > > 1: MPU-401 UART MIDI > > > > Timers: > > 31: system timer > > > > Mixers: > > 0: Realtek ALC850 rev 0 > > 1: mixer10 > > Thanks again, > > dhk > ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] ALSA - Still No Sound 2011-02-14 2:01 ` Bill Kenworthy @ 2011-02-14 11:43 ` dhk 2011-02-14 17:29 ` [gentoo-user] " walt 0 siblings, 1 reply; 27+ messages in thread From: dhk @ 2011-02-14 11:43 UTC (permalink / raw To: gentoo-user On 02/13/2011 09:01 PM, Bill Kenworthy wrote: > what does "lsmod" say? > > This is on a jetway MB with an onboard nvidia chipset so not quite the > same as yours (only sound and the nvidia module are modularised) - in > particular make sure that you are building the "Intel HD Audio" codecs - > it isnt immediately obvious that its required. > > BillK > > > myth3 linux # lsmod > Module Size Used by > snd_pcm_oss 37091 0 > snd_mixer_oss 14409 1 snd_pcm_oss > snd_seq_dummy 1335 0 > snd_seq_oss 26582 0 > snd_seq_midi_event 5148 1 snd_seq_oss > snd_seq 47261 5 > snd_seq_dummy,snd_seq_oss,snd_seq_midi_event > snd_usb_audio 76036 0 > snd_usb_lib 16911 1 snd_usb_audio > snd_rawmidi 17403 1 snd_usb_lib > snd_seq_device 4917 4 > snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi > snd_hda_codec_nvhdmi 12443 1 > snd_hda_codec_realtek 261601 1 > easycap 1258666 0 > nvidia 10078248 36 > snd_hda_intel 20392 4 > snd_hda_codec 67766 3 > snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel > lirc_wb677 22727 1 > snd_hwdep 5724 2 snd_usb_audio,snd_hda_codec > lirc_dev 10091 3 lirc_wb677 > snd_pcm 68302 5 > snd_pcm_oss,snd_usb_audio,easycap,snd_hda_intel,snd_hda_codec > snd_timer 17708 2 snd_seq,snd_pcm > snd 49975 23 > snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_usb_audio,snd_usb_lib,snd_rawmidi,snd_seq_device,snd_hda_codec_realtek,easycap,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer > soundcore 5135 1 snd > snd_page_alloc 6641 2 snd_hda_intel,snd_pcm > myth3 linux # > > On Sun, 2011-02-13 at 18:19 -0500, dhk wrote: >> I still can't get sound to work. Can someone tell me what's wrong? In >> addition to my earlier thread below I have INPUT_DEVICES="evdev" and >> ALSA_CARDS="AC97" in my make.conf. >> >> The following that someone suggented does nothing. >>> modprobe snd-intel8x0; modprobe snd-pcm-oss; modprobe snd-mixer-oss; >> modprobe snd-seq-oss >> >> I've also tried a second sound card and alternate set of speakers. Also >> nothing is muted or turned down. >> >> According to http://kmuto.jp/debian/hcl/ my card works. >> 10de00ea Yes nVidia Corporation nForce3 250Gb AC'97 Audio Controller >> snd-intel8x0 v2.6.25- >> >> >> On 01/22/2011 08:16 PM, dhk wrote: >>> Can someone tell me why I don't have sound? I've followed the >>> instructions at http://www.gentoo.org/doc/en/alsa-guide.xml and >>> everything seems to be working, but there's still no sound. I've also >>> swapped out the speakers, made sure they were powered on, and the volume >>> turned up. Also I'm in the audio group and the channels are unmuted >>> with the volume at 75%. >>> >>> One thing I did notice is that after running alsaconf there aren't any >>> modules in /etc/modules.d/, in fact the directory doesn't even exist. >>> Now if there aren't any modules to load that's fine, but since I don't >>> hear anything I'm not so sure. >>> >>> Below is what's on my ~amd64 system. >>> >>> Thanks. >>> >>> # rc-update show | grep -i alsa >>> alsasound | boot >>> >>> # /etc/init.d/alsasound restart >>> * WARNING: you are stopping a boot service. >>> * Storing ALSA Mixer Levels ... >>> [ ok ] >>> * Loading ALSA modules ... >>> * Loading: snd-card-0 ... >>> [ ok ] >>> * Restoring Mixer Levels ... >>> [ ok ] >>> >>> # lspci -v | grep -i audio >>> 00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb >>> AC'97 Audio Controller (rev a1) >>> >>> # cat /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 | egrep -i >>> 'sound|ac97|alsa' >>> CONFIG_SOUND=m >>> CONFIG_SOUND_OSS_CORE=y >>> CONFIG_SOUND_OSS_CORE_PRECLAIM=y >>> CONFIG_SND_AC97_CODEC=m >>> # CONFIG_SND_AC97_POWER_SAVE is not set >>> # CONFIG_SOUND_PRIME is not set >>> CONFIG_AC97_BUS=m >>> CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y >>> # CONFIG_CRYPTO_SALSA20 is not set >>> CONFIG_CRYPTO_SALSA20_X86_64=m >>> >>> # cat /proc/asound/cards >>> 0 [CK8S ]: NFORCE - NVidia CK8S >>> NVidia CK8S with ALC850 at irq 20 >>> 1 [UART ]: MPU-401 UART - MPU-401 UART >>> MPU-401 UART at 0x300, irq 5 >>> >>> # cat /proc/asound/version >>> Advanced Linux Sound Architecture Driver Version 1.0.23. >>> >>> # cat /proc/asound/oss/sndstat >>> Sound Driver:3.8.1a-980706 (ALSA v1.0.23 emulation code) >>> Kernel: Linux jenny 2.6.36-gentoo-r5 #1 SMP Wed Jan 12 16:53:04 EST 2011 >>> x86_64 >>> Config options: 0 >>> >>> Installed drivers: >>> Type 10: ALSA emulation >>> >>> Card config: >>> NVidia CK8S with ALC850 at irq 20 >>> MPU-401 UART at 0x300, irq 5 >>> >>> Audio devices: >>> 0: NVidia CK8S (DUPLEX) >>> >>> Synth devices: NOT ENABLED IN CONFIG >>> >>> Midi devices: >>> 1: MPU-401 UART MIDI >>> >>> Timers: >>> 31: system timer >>> >>> Mixers: >>> 0: Realtek ALC850 rev 0 >>> 1: mixer10 >> >> Thanks again, >> >> dhk >> > > > > Below is the full lsmod. What are the "Intel HD Audio" codecs? I don't remember doing anything explicitly for them. How do I check them? Thanks. # lsmod Module Size Used by ipv6 206158 10 snd_seq_midi 3968 0 snd_pcm_oss 29261 0 snd_mixer_oss 12003 1 snd_pcm_oss snd_seq_oss 22204 0 snd_seq_midi_event 4500 2 snd_seq_midi,snd_seq_oss snd_seq 39341 5 snd_seq_midi,snd_seq_oss,snd_seq_midi_event nvidia 8014619 24 snd_intel8x0 23674 0 snd_ac97_codec 97723 1 snd_intel8x0 snd_mpu401 4816 0 ac97_bus 1038 1 snd_ac97_codec snd_mpu401_uart 4819 1 snd_mpu401 snd_pcm 54108 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec snd_rawmidi 14820 2 snd_seq_midi,snd_mpu401_uart snd_timer 15181 2 snd_seq,snd_pcm i2c_core 14583 1 nvidia snd_seq_device 4413 4 snd_seq_midi,snd_seq_oss,snd_seq,snd_rawmidi floppy 48369 0 rtc 4807 0 processor 23876 0 forcedeth 44596 0 snd 44492 12 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_intel8x0,snd_ac97_codec,snd_mpu401,snd_mpu401_uart,snd_pcm,snd_rawmidi,snd_timer,snd_seq_device thermal 7434 0 thermal_sys 10469 2 processor,thermal snd_page_alloc 5833 2 snd_intel8x0,snd_pcm button 4602 0 soundcore 4303 1 snd tg3 105124 0 libphy 14410 1 tg3 e1000 82076 0 fuse 52906 0 jfs 137577 0 dm_snapshot 24208 0 dm_crypt 10019 0 dm_mirror 11378 0 dm_region_hash 6184 1 dm_mirror dm_log 7312 2 dm_mirror,dm_region_hash dm_mod 54625 19 dm_snapshot,dm_crypt,dm_mirror,dm_log scsi_wait_scan 663 0 sbp2 17091 0 ohci1394 23779 0 ieee1394 58976 2 sbp2,ohci1394 sl811_hcd 8550 0 usbhid 21207 0 ohci_hcd 17517 0 uhci_hcd 17628 0 usb_storage 50625 0 ehci_hcd 30045 0 usbcore 105656 7 sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd aic94xx 63627 0 libsas 34062 1 aic94xx lpfc 367820 0 qla2xxx 279790 0 megaraid_sas 36889 0 megaraid_mbox 23389 0 megaraid_mm 6897 1 megaraid_mbox megaraid 35093 0 aacraid 59839 0 sx8 10981 0 DAC960 62400 0 cciss 37984 0 3w_9xxx 28458 0 3w_xxxx 20388 0 mptsas 42523 0 scsi_transport_sas 20829 3 aic94xx,libsas,mptsas mptfc 11909 0 scsi_transport_fc 35379 3 lpfc,qla2xxx,mptfc scsi_tgt 8338 1 scsi_transport_fc mptspi 13095 0 mptscsih 23931 3 mptsas,mptfc,mptspi mptbase 74059 4 mptsas,mptfc,mptspi,mptscsih atp870u 23505 0 dc395x 27324 0 qla1280 18968 0 dmx3191d 8945 0 sym53c8xx 62383 0 gdth 72801 0 advansys 50310 0 initio 15313 0 BusLogic 18996 0 arcmsr 23420 0 aic7xxx 104712 0 aic79xx 119473 0 scsi_transport_spi 18315 5 mptspi,dmx3191d,sym53c8xx,aic7xxx,aic79xx sg 23310 0 pdc_adma 5202 0 sata_inic162x 6519 0 sata_mv 23486 0 ata_piix 20548 0 ahci 19321 0 libahci 15819 1 ahci sata_qstor 5001 0 sata_vsc 3806 0 sata_uli 2857 0 sata_sis 3570 0 sata_sx4 7854 0 sata_nv 18727 0 sata_via 7672 0 sata_svw 3998 0 sata_sil24 10465 0 sata_sil 7060 0 sata_promise 9513 0 pata_sl82c105 3145 0 pata_cs5530 4061 0 pata_cs5520 3523 0 pata_via 7479 0 pata_jmicron 2248 0 pata_marvell 2689 0 pata_sis 9776 1 sata_sis pata_netcell 2078 0 pata_sc1200 2786 0 pata_pdc202xx_old 4120 0 pata_triflex 2878 0 pata_atiixp 3449 0 pata_opti 2615 0 pata_amd 9908 0 pata_ali 8839 0 pata_it8213 3247 0 pata_pcmcia 9893 0 pcmcia 28390 1 pata_pcmcia firmware_class 4997 7 tg3,aic94xx,libsas,qla2xxx,qla1280,advansys,pcmcia pcmcia_core 10161 1 pcmcia pata_ns87415 3065 0 pata_ns87410 2621 0 pata_serverworks 5261 0 pata_artop 4572 0 pata_it821x 8157 0 pata_optidma 4358 0 pata_hpt3x2n 4515 0 pata_hpt3x3 2917 0 pata_hpt37x 9930 0 pata_hpt366 4846 0 pata_cmd64x 5432 0 pata_efar 3363 0 pata_rz1000 2610 0 pata_sil680 4313 0 pata_radisys 2743 0 pata_pdc2027x 5771 0 pata_mpiix 2715 0 libata 133427 52 libsas,pdc_adma,sata_inic162x,sata_mv,ata_piix,ahci,libahci,sata_qstor,sata_vsc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil24,sata_sil,sata_promise,pata_sl82c105,pata_cs5530,pata_cs5520,pata_via,pata_jmicron,pata_marvell,pata_sis,pata_netcell,pata_sc1200,pata_pdc202xx_old,pata_triflex,pata_atiixp,pata_opti,pata_amd,pata_ali,pata_it8213,pata_pcmcia,pata_ns87415,pata_ns87410,pata_serverworks,pata_artop,pata_it821x,pata_optidma,pata_hpt3x2n,pata_hpt3x3,pata_hpt37x,pata_hpt366,pata_cmd64x,pata_efar,pata_rz1000,pata_sil680,pata_radisys,pata_pdc2027x,pata_mpiix ^ permalink raw reply [flat|nested] 27+ messages in thread
* [gentoo-user] Re: ALSA - Still No Sound 2011-02-14 11:43 ` dhk @ 2011-02-14 17:29 ` walt 2011-02-15 10:43 ` dhk 2011-02-15 11:10 ` laconism 0 siblings, 2 replies; 27+ messages in thread From: walt @ 2011-02-14 17:29 UTC (permalink / raw To: gentoo-user On 02/14/2011 03:43 AM, dhk wrote: > What are the "Intel HD Audio" codecs? I don't > remember doing anything explicitly for them. How do I check them? Thanks. Under the HD-Intel sound card driver menu there are several codecs for specific sound chips. e.g. I use the one for realtek, but yours may be a different one. Doesn't hurt to build them all as modules and see which one(s) your kernel actually uses. ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-14 17:29 ` [gentoo-user] " walt @ 2011-02-15 10:43 ` dhk 2011-02-26 21:53 ` walt 2011-02-15 11:10 ` laconism 1 sibling, 1 reply; 27+ messages in thread From: dhk @ 2011-02-15 10:43 UTC (permalink / raw To: gentoo-user On 02/14/2011 12:29 PM, walt wrote: > On 02/14/2011 03:43 AM, dhk wrote: > >> What are the "Intel HD Audio" codecs? I don't >> remember doing anything explicitly for them. How do I check them? >> Thanks. > > Under the HD-Intel sound card driver menu there are several codecs for > specific sound chips. e.g. I use the one for realtek, but yours may be > a different one. Doesn't hurt to build them all as modules and see which > one(s) your kernel actually uses. > > > It looks like all the codec's are built in. I'm not sure what the last one in the list does. # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 CONFIG_REALTEK_PHY=m CONFIG_SND_HDA_CODEC_REALTEK=y # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 CONFIG_SND_AC97_CODEC=m CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y CONFIG_SND_HDA_CODEC_VIA=y CONFIG_SND_HDA_CODEC_ATIHDMI=y CONFIG_SND_HDA_CODEC_NVHDMI=y CONFIG_SND_HDA_CODEC_INTELHDMI=y CONFIG_SND_HDA_CODEC_CIRRUS=y CONFIG_SND_HDA_CODEC_CONEXANT=y CONFIG_SND_HDA_CODEC_CA0110=y CONFIG_SND_HDA_CODEC_CMEDIA=y CONFIG_SND_HDA_CODEC_SI3054=y # CONFIG_SND_SOC_ALL_CODECS is not set This is the genkernel so pretty much everything is built in. Could this be a bug in the kernel? I haven't had sound for about a year, but I know it use to work on this hardware. It probably went out with an upgrade and never came back with a new install. Any ideas are appreciated. Thanks, dhk ^ permalink raw reply [flat|nested] 27+ messages in thread
* [gentoo-user] Re: ALSA - Still No Sound 2011-02-15 10:43 ` dhk @ 2011-02-26 21:53 ` walt 2011-03-06 0:29 ` dhk 2011-03-06 8:56 ` Mick 0 siblings, 2 replies; 27+ messages in thread From: walt @ 2011-02-26 21:53 UTC (permalink / raw To: gentoo-user On 02/15/2011 02:43 AM, dhk wrote: > On 02/14/2011 12:29 PM, walt wrote: >> On 02/14/2011 03:43 AM, dhk wrote: >> >>> What are the "Intel HD Audio" codecs? I don't >>> remember doing anything explicitly for them. How do I check them? >>> Thanks. >> >> Under the HD-Intel sound card driver menu there are several codecs for >> specific sound chips. e.g. I use the one for realtek, but yours may be >> a different one. Doesn't hurt to build them all as modules and see which >> one(s) your kernel actually uses. >> >> >> > > It looks like all the codec's are built in. I'm not sure what the last > one in the list does. > > # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 > CONFIG_REALTEK_PHY=m > CONFIG_SND_HDA_CODEC_REALTEK=y > # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 > CONFIG_SND_AC97_CODEC=m > CONFIG_SND_HDA_CODEC_REALTEK=y > CONFIG_SND_HDA_CODEC_ANALOG=y > CONFIG_SND_HDA_CODEC_SIGMATEL=y > CONFIG_SND_HDA_CODEC_VIA=y > CONFIG_SND_HDA_CODEC_ATIHDMI=y > CONFIG_SND_HDA_CODEC_NVHDMI=y > CONFIG_SND_HDA_CODEC_INTELHDMI=y > CONFIG_SND_HDA_CODEC_CIRRUS=y > CONFIG_SND_HDA_CODEC_CONEXANT=y > CONFIG_SND_HDA_CODEC_CA0110=y > CONFIG_SND_HDA_CODEC_CMEDIA=y > CONFIG_SND_HDA_CODEC_SI3054=y > # CONFIG_SND_SOC_ALL_CODECS is not set > > This is the genkernel so pretty much everything is built in. There is a very recent post from someone (Walter?) that says he got audio only after compiling all the kernel sound features as modules, but he has no idea why (nor do I) but, as no one yet has a better idea, I'd try it as an experiment. ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-26 21:53 ` walt @ 2011-03-06 0:29 ` dhk 2011-03-06 9:01 ` Mick 2011-03-06 8:56 ` Mick 1 sibling, 1 reply; 27+ messages in thread From: dhk @ 2011-03-06 0:29 UTC (permalink / raw To: gentoo-user On 02/26/2011 04:53 PM, walt wrote: > On 02/15/2011 02:43 AM, dhk wrote: >> On 02/14/2011 12:29 PM, walt wrote: >>> On 02/14/2011 03:43 AM, dhk wrote: >>> >>>> What are the "Intel HD Audio" codecs? I don't >>>> remember doing anything explicitly for them. How do I check them? >>>> Thanks. >>> >>> Under the HD-Intel sound card driver menu there are several codecs for >>> specific sound chips. e.g. I use the one for realtek, but yours may be >>> a different one. Doesn't hurt to build them all as modules and see >>> which >>> one(s) your kernel actually uses. >>> >>> >>> >> >> It looks like all the codec's are built in. I'm not sure what the last >> one in the list does. >> >> # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >> CONFIG_REALTEK_PHY=m >> CONFIG_SND_HDA_CODEC_REALTEK=y >> # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >> CONFIG_SND_AC97_CODEC=m >> CONFIG_SND_HDA_CODEC_REALTEK=y >> CONFIG_SND_HDA_CODEC_ANALOG=y >> CONFIG_SND_HDA_CODEC_SIGMATEL=y >> CONFIG_SND_HDA_CODEC_VIA=y >> CONFIG_SND_HDA_CODEC_ATIHDMI=y >> CONFIG_SND_HDA_CODEC_NVHDMI=y >> CONFIG_SND_HDA_CODEC_INTELHDMI=y >> CONFIG_SND_HDA_CODEC_CIRRUS=y >> CONFIG_SND_HDA_CODEC_CONEXANT=y >> CONFIG_SND_HDA_CODEC_CA0110=y >> CONFIG_SND_HDA_CODEC_CMEDIA=y >> CONFIG_SND_HDA_CODEC_SI3054=y >> # CONFIG_SND_SOC_ALL_CODECS is not set >> >> This is the genkernel so pretty much everything is built in. > > There is a very recent post from someone (Walter?) that says he got audio > only after compiling all the kernel sound features as modules, but he has > no idea why (nor do I) but, as no one yet has a better idea, I'd try it as > an experiment. > > > > This probably won't make any sense, but for some reason I had good clear sound for a few minutes today. Since I've been working on other things and audio is a luxury for me I haven't been trying to get it to work lately. However, this afternoon I plugged in the speaker and tried a wave file and it played great. Then, since the machine has been running a for a while and I've done updates recently, I rebooted to have a clean start. I though it might get rid of the bouncing vertical scrollbar, but that's another issue. I was all set to play music and videos, but after the reboot the audio wasn't working anymore. Something somewhere got the audio working only for it to stop after a reboot. I checked alsasound and it's running. Any ideas? Thanks ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 0:29 ` dhk @ 2011-03-06 9:01 ` Mick 0 siblings, 0 replies; 27+ messages in thread From: Mick @ 2011-03-06 9:01 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: Text/Plain, Size: 3017 bytes --] On Sunday 06 March 2011 00:29:59 dhk wrote: > On 02/26/2011 04:53 PM, walt wrote: > > On 02/15/2011 02:43 AM, dhk wrote: > >> On 02/14/2011 12:29 PM, walt wrote: > >>> On 02/14/2011 03:43 AM, dhk wrote: > >>>> What are the "Intel HD Audio" codecs? I don't > >>>> remember doing anything explicitly for them. How do I check them? > >>>> Thanks. > >>> > >>> Under the HD-Intel sound card driver menu there are several codecs for > >>> specific sound chips. e.g. I use the one for realtek, but yours may be > >>> a different one. Doesn't hurt to build them all as modules and see > >>> which > >>> one(s) your kernel actually uses. > >> > >> It looks like all the codec's are built in. I'm not sure what the last > >> one in the list does. > >> > >> # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 > >> CONFIG_REALTEK_PHY=m > >> CONFIG_SND_HDA_CODEC_REALTEK=y > >> # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 > >> CONFIG_SND_AC97_CODEC=m > >> CONFIG_SND_HDA_CODEC_REALTEK=y > >> CONFIG_SND_HDA_CODEC_ANALOG=y > >> CONFIG_SND_HDA_CODEC_SIGMATEL=y > >> CONFIG_SND_HDA_CODEC_VIA=y > >> CONFIG_SND_HDA_CODEC_ATIHDMI=y > >> CONFIG_SND_HDA_CODEC_NVHDMI=y > >> CONFIG_SND_HDA_CODEC_INTELHDMI=y > >> CONFIG_SND_HDA_CODEC_CIRRUS=y > >> CONFIG_SND_HDA_CODEC_CONEXANT=y > >> CONFIG_SND_HDA_CODEC_CA0110=y > >> CONFIG_SND_HDA_CODEC_CMEDIA=y > >> CONFIG_SND_HDA_CODEC_SI3054=y > >> # CONFIG_SND_SOC_ALL_CODECS is not set > >> > >> This is the genkernel so pretty much everything is built in. > > > > There is a very recent post from someone (Walter?) that says he got audio > > only after compiling all the kernel sound features as modules, but he has > > no idea why (nor do I) but, as no one yet has a better idea, I'd try it > > as an experiment. > > This probably won't make any sense, but for some reason I had good clear > sound for a few minutes today. Since I've been working on other things > and audio is a luxury for me I haven't been trying to get it to work > lately. However, this afternoon I plugged in the speaker and tried a > wave file and it played great. Then, since the machine has been running > a for a while and I've done updates recently, I rebooted to have a clean > start. I though it might get rid of the bouncing vertical scrollbar, > but that's another issue. I was all set to play music and videos, but > after the reboot the audio wasn't working anymore. Something somewhere > got the audio working only for it to stop after a reboot. I checked > alsasound and it's running. Any ideas? Did you check with alsamixer to see if Main or PCM or anything else has been muted? PS. I seem to recall on a dell machine where the sound would be muted inexplicably (I believe due to some hardware setting) that dual booting into MSWindows would fix it (i.e. unmute it). As the alsa drivers were developed further this problem disappeared a few months later. -- Regards, Mick [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-26 21:53 ` walt 2011-03-06 0:29 ` dhk @ 2011-03-06 8:56 ` Mick 2011-03-06 9:28 ` Dale 1 sibling, 1 reply; 27+ messages in thread From: Mick @ 2011-03-06 8:56 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: Text/Plain, Size: 1846 bytes --] On Saturday 26 February 2011 21:53:52 walt wrote: > On 02/15/2011 02:43 AM, dhk wrote: > > On 02/14/2011 12:29 PM, walt wrote: > >> On 02/14/2011 03:43 AM, dhk wrote: > >>> What are the "Intel HD Audio" codecs? I don't > >>> remember doing anything explicitly for them. How do I check them? > >>> Thanks. > >> > >> Under the HD-Intel sound card driver menu there are several codecs for > >> specific sound chips. e.g. I use the one for realtek, but yours may be > >> a different one. Doesn't hurt to build them all as modules and see > >> which one(s) your kernel actually uses. > > > > It looks like all the codec's are built in. I'm not sure what the last > > one in the list does. > > > > # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 > > CONFIG_REALTEK_PHY=m > > CONFIG_SND_HDA_CODEC_REALTEK=y > > # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 > > CONFIG_SND_AC97_CODEC=m > > CONFIG_SND_HDA_CODEC_REALTEK=y > > CONFIG_SND_HDA_CODEC_ANALOG=y > > CONFIG_SND_HDA_CODEC_SIGMATEL=y > > CONFIG_SND_HDA_CODEC_VIA=y > > CONFIG_SND_HDA_CODEC_ATIHDMI=y > > CONFIG_SND_HDA_CODEC_NVHDMI=y > > CONFIG_SND_HDA_CODEC_INTELHDMI=y > > CONFIG_SND_HDA_CODEC_CIRRUS=y > > CONFIG_SND_HDA_CODEC_CONEXANT=y > > CONFIG_SND_HDA_CODEC_CA0110=y > > CONFIG_SND_HDA_CODEC_CMEDIA=y > > CONFIG_SND_HDA_CODEC_SI3054=y > > # CONFIG_SND_SOC_ALL_CODECS is not set > > > > This is the genkernel so pretty much everything is built in. > > There is a very recent post from someone (Walter?) that says he got audio > only after compiling all the kernel sound features as modules, but he has > no idea why (nor do I) but, as no one yet has a better idea, I'd try it as > an experiment. Because alsaconf needs to probe one module at a time and set its parameters. -- Regards, Mick [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 8:56 ` Mick @ 2011-03-06 9:28 ` Dale 2011-03-06 10:59 ` Mick 2011-03-06 16:25 ` dhk 0 siblings, 2 replies; 27+ messages in thread From: Dale @ 2011-03-06 9:28 UTC (permalink / raw To: gentoo-user Mick wrote: > On Saturday 26 February 2011 21:53:52 walt wrote: > >> There is a very recent post from someone (Walter?) that says he got audio >> only after compiling all the kernel sound features as modules, but he has >> no idea why (nor do I) but, as no one yet has a better idea, I'd try it as >> an experiment. >> > Because alsaconf needs to probe one module at a time and set its parameters. > Just to confuse things more, I have the same driver for my sound and I build everything into my kernel and always have. The sound worked as soon as I unmuted it. root@fireball / # cat /usr/src/linux/.config | grep REALTEK CONFIG_SND_HDA_CODEC_REALTEK=y root@fireball / # Weird huh? Dale :-) :-) ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 9:28 ` Dale @ 2011-03-06 10:59 ` Mick 2011-03-06 11:33 ` Dale 2011-03-06 16:25 ` dhk 1 sibling, 1 reply; 27+ messages in thread From: Mick @ 2011-03-06 10:59 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: Text/Plain, Size: 1184 bytes --] On Sunday 06 March 2011 09:28:39 Dale wrote: > Mick wrote: > > On Saturday 26 February 2011 21:53:52 walt wrote: > >> There is a very recent post from someone (Walter?) that says he got > >> audio only after compiling all the kernel sound features as modules, > >> but he has no idea why (nor do I) but, as no one yet has a better idea, > >> I'd try it as an experiment. > > > > Because alsaconf needs to probe one module at a time and set its > > parameters. > > Just to confuse things more, I have the same driver for my sound and I > build everything into my kernel and always have. The sound worked as > soon as I unmuted it. > > root@fireball / # cat /usr/src/linux/.config | grep REALTEK > CONFIG_SND_HDA_CODEC_REALTEK=y > root@fireball / # > > Weird huh? Like you, I used to build the lot into the kernel for years and it worked fine. Suddenly it stopped. With no other discernible changes at the time to blame for this I raised a bug. The devs recommended that I should build alsa as modules and that fixed the problem. I haven't yet tried to go back to building it all in the kernel to see if it would still work. -- Regards, Mick [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 10:59 ` Mick @ 2011-03-06 11:33 ` Dale 0 siblings, 0 replies; 27+ messages in thread From: Dale @ 2011-03-06 11:33 UTC (permalink / raw To: gentoo-user Mick wrote: > On Sunday 06 March 2011 09:28:39 Dale wrote: > >> Mick wrote: >> >>> On Saturday 26 February 2011 21:53:52 walt wrote: >>> >>>> There is a very recent post from someone (Walter?) that says he got >>>> audio only after compiling all the kernel sound features as modules, >>>> but he has no idea why (nor do I) but, as no one yet has a better idea, >>>> I'd try it as an experiment. >>>> >>> Because alsaconf needs to probe one module at a time and set its >>> parameters. >>> >> Just to confuse things more, I have the same driver for my sound and I >> build everything into my kernel and always have. The sound worked as >> soon as I unmuted it. >> >> root@fireball / # cat /usr/src/linux/.config | grep REALTEK >> CONFIG_SND_HDA_CODEC_REALTEK=y >> root@fireball / # >> >> Weird huh? >> > Like you, I used to build the lot into the kernel for years and it worked > fine. Suddenly it stopped. With no other discernible changes at the time to > blame for this I raised a bug. The devs recommended that I should build alsa > as modules and that fixed the problem. I haven't yet tried to go back to > building it all in the kernel to see if it would still work. > That makes it even more weird then. I update at least on each number upgrade, 35, 36, 37 etc. I don't think I have ever missed a version. I never had sound problems like this. Right now, I'm on this kernel: root@fireball / # uname -r 2.6.37-gentoo-r1 root@fireball / # I have to say tho, sound is one of those things that gets weird. Being muted is a big thing people miss but it seems sound comes up pretty often, about like video issues with drivers. It just makes me wonder. I use the same chip, no problems. You have ran into problems in the past and changing to modules fixed it. I have never used modules for sound or anything else. What a head scratcher. :/ Just plain weird. Dale :-) :-) ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 9:28 ` Dale 2011-03-06 10:59 ` Mick @ 2011-03-06 16:25 ` dhk 1 sibling, 0 replies; 27+ messages in thread From: dhk @ 2011-03-06 16:25 UTC (permalink / raw To: gentoo-user On 03/06/2011 04:28 AM, Dale wrote: > Mick wrote: >> On Saturday 26 February 2011 21:53:52 walt wrote: >> >>> There is a very recent post from someone (Walter?) that says he got >>> audio >>> only after compiling all the kernel sound features as modules, but he >>> has >>> no idea why (nor do I) but, as no one yet has a better idea, I'd try >>> it as >>> an experiment. >>> >> Because alsaconf needs to probe one module at a time and set its >> parameters. >> > > Just to confuse things more, I have the same driver for my sound and I > build everything into my kernel and always have. The sound worked as > soon as I unmuted it. > > root@fireball / # cat /usr/src/linux/.config | grep REALTEK > CONFIG_SND_HDA_CODEC_REALTEK=y > root@fireball / # > > Weird huh? > > Dale > > :-) :-) > > It looks like I have the same thing. # cat /usr/src/linux/.config | grep REALTEK CONFIG_REALTEK_PHY=m CONFIG_SND_HDA_CODEC_REALTEK=y FYI: This is my main box, not my laptop which is a dual boot. I haven't tried setting up sound on the laptop yet. Thanks ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re:Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-14 17:29 ` [gentoo-user] " walt 2011-02-15 10:43 ` dhk @ 2011-02-15 11:10 ` laconism 2011-02-15 11:35 ` dhk 1 sibling, 1 reply; 27+ messages in thread From: laconism @ 2011-02-15 11:10 UTC (permalink / raw To: gentoo-user you can use 'lspci' in shell to know something about your sound card,then http://www.gentoo.org/doc/en/alsa-guide.xml has a guide about how to set your hardware and kernel,the information used to make sure the model of your sound card is porvided in 'lspci',look it up clearly if you don't know how to update the kernel,see herehttp://www.gentoo.org/doc/en/kernel-upgrade.xml My English is not very good, i wish that you can understand At 2011-02-15 18:43:57,dhk <dhkuhl@optonline.net> wrote: >On 02/14/2011 12:29 PM, walt wrote: >> On 02/14/2011 03:43 AM, dhk wrote: >> >>> What are the "Intel HD Audio" codecs? I don't >>> remember doing anything explicitly for them. How do I check them? >>> Thanks. >> >> Under the HD-Intel sound card driver menu there are several codecs for >> specific sound chips. e.g. I use the one for realtek, but yours may be >> a different one. Doesn't hurt to build them all as modules and see which >> one(s) your kernel actually uses. >> >> >> > >It looks like all the codec's are built in. I'm not sure what the last >one in the list does. > ># grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >CONFIG_REALTEK_PHY=m >CONFIG_SND_HDA_CODEC_REALTEK=y ># grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >CONFIG_SND_AC97_CODEC=m >CONFIG_SND_HDA_CODEC_REALTEK=y >CONFIG_SND_HDA_CODEC_ANALOG=y >CONFIG_SND_HDA_CODEC_SIGMATEL=y >CONFIG_SND_HDA_CODEC_VIA=y >CONFIG_SND_HDA_CODEC_ATIHDMI=y >CONFIG_SND_HDA_CODEC_NVHDMI=y >CONFIG_SND_HDA_CODEC_INTELHDMI=y >CONFIG_SND_HDA_CODEC_CIRRUS=y >CONFIG_SND_HDA_CODEC_CONEXANT=y >CONFIG_SND_HDA_CODEC_CA0110=y >CONFIG_SND_HDA_CODEC_CMEDIA=y >CONFIG_SND_HDA_CODEC_SI3054=y ># CONFIG_SND_SOC_ALL_CODECS is not set > >This is the genkernel so pretty much everything is built in. > >Could this be a bug in the kernel? I haven't had sound for about a >year, but I know it use to work on this hardware. It probably went out >with an upgrade and never came back with a new install. > >Any ideas are appreciated. > >Thanks, > >dhk > ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-15 11:10 ` laconism @ 2011-02-15 11:35 ` dhk 2011-02-25 12:03 ` dhk 0 siblings, 1 reply; 27+ messages in thread From: dhk @ 2011-02-15 11:35 UTC (permalink / raw To: gentoo-user On 02/15/2011 06:10 AM, laconism wrote: > you can use 'lspci' in shell to know something about your sound card,then http://www.gentoo.org/doc/en/alsa-guide.xml has a guide about how to set your hardware and kernel,the information used to make sure the model of your sound card is porvided in 'lspci',look it up clearly > if you don't know how to update the kernel,see herehttp://www.gentoo.org/doc/en/kernel-upgrade.xml > My English is not very good, i wish that you can understand > At 2011-02-15 18:43:57,dhk <dhkuhl@optonline.net> wrote: >> On 02/14/2011 12:29 PM, walt wrote: >>> On 02/14/2011 03:43 AM, dhk wrote: >>> >>>> What are the "Intel HD Audio" codecs? I don't >>>> remember doing anything explicitly for them. How do I check them? >>>> Thanks. >>> >>> Under the HD-Intel sound card driver menu there are several codecs for >>> specific sound chips. e.g. I use the one for realtek, but yours may be >>> a different one. Doesn't hurt to build them all as modules and see which >>> one(s) your kernel actually uses. >>> >>> >>> >> >> It looks like all the codec's are built in. I'm not sure what the last >> one in the list does. >> >> # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >> CONFIG_REALTEK_PHY=m >> CONFIG_SND_HDA_CODEC_REALTEK=y >> # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >> CONFIG_SND_AC97_CODEC=m >> CONFIG_SND_HDA_CODEC_REALTEK=y >> CONFIG_SND_HDA_CODEC_ANALOG=y >> CONFIG_SND_HDA_CODEC_SIGMATEL=y >> CONFIG_SND_HDA_CODEC_VIA=y >> CONFIG_SND_HDA_CODEC_ATIHDMI=y >> CONFIG_SND_HDA_CODEC_NVHDMI=y >> CONFIG_SND_HDA_CODEC_INTELHDMI=y >> CONFIG_SND_HDA_CODEC_CIRRUS=y >> CONFIG_SND_HDA_CODEC_CONEXANT=y >> CONFIG_SND_HDA_CODEC_CA0110=y >> CONFIG_SND_HDA_CODEC_CMEDIA=y >> CONFIG_SND_HDA_CODEC_SI3054=y >> # CONFIG_SND_SOC_ALL_CODECS is not set >> >> This is the genkernel so pretty much everything is built in. >> >> Could this be a bug in the kernel? I haven't had sound for about a >> year, but I know it use to work on this hardware. It probably went out >> with an upgrade and never came back with a new install. >> >> Any ideas are appreciated. >> >> Thanks, >> >> dhk >> > > > Been there, done that, still no sound. Thanks. ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-15 11:35 ` dhk @ 2011-02-25 12:03 ` dhk 2011-03-06 18:50 ` Mark Knecht 0 siblings, 1 reply; 27+ messages in thread From: dhk @ 2011-02-25 12:03 UTC (permalink / raw To: gentoo-user On 02/15/2011 06:35 AM, dhk wrote: > On 02/15/2011 06:10 AM, laconism wrote: >> you can use 'lspci' in shell to know something about your sound card,then http://www.gentoo.org/doc/en/alsa-guide.xml has a guide about how to set your hardware and kernel,the information used to make sure the model of your sound card is porvided in 'lspci',look it up clearly >> if you don't know how to update the kernel,see herehttp://www.gentoo.org/doc/en/kernel-upgrade.xml >> My English is not very good, i wish that you can understand >> At 2011-02-15 18:43:57,dhk <dhkuhl@optonline.net> wrote: >>> On 02/14/2011 12:29 PM, walt wrote: >>>> On 02/14/2011 03:43 AM, dhk wrote: >>>> >>>>> What are the "Intel HD Audio" codecs? I don't >>>>> remember doing anything explicitly for them. How do I check them? >>>>> Thanks. >>>> >>>> Under the HD-Intel sound card driver menu there are several codecs for >>>> specific sound chips. e.g. I use the one for realtek, but yours may be >>>> a different one. Doesn't hurt to build them all as modules and see which >>>> one(s) your kernel actually uses. >>>> >>>> >>>> >>> >>> It looks like all the codec's are built in. I'm not sure what the last >>> one in the list does. >>> >>> # grep -i realtek /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >>> CONFIG_REALTEK_PHY=m >>> CONFIG_SND_HDA_CODEC_REALTEK=y >>> # grep -i codec /etc/kernels/kernel-config-x86_64-2.6.36-gentoo-r5 >>> CONFIG_SND_AC97_CODEC=m >>> CONFIG_SND_HDA_CODEC_REALTEK=y >>> CONFIG_SND_HDA_CODEC_ANALOG=y >>> CONFIG_SND_HDA_CODEC_SIGMATEL=y >>> CONFIG_SND_HDA_CODEC_VIA=y >>> CONFIG_SND_HDA_CODEC_ATIHDMI=y >>> CONFIG_SND_HDA_CODEC_NVHDMI=y >>> CONFIG_SND_HDA_CODEC_INTELHDMI=y >>> CONFIG_SND_HDA_CODEC_CIRRUS=y >>> CONFIG_SND_HDA_CODEC_CONEXANT=y >>> CONFIG_SND_HDA_CODEC_CA0110=y >>> CONFIG_SND_HDA_CODEC_CMEDIA=y >>> CONFIG_SND_HDA_CODEC_SI3054=y >>> # CONFIG_SND_SOC_ALL_CODECS is not set >>> >>> This is the genkernel so pretty much everything is built in. >>> >>> Could this be a bug in the kernel? I haven't had sound for about a >>> year, but I know it use to work on this hardware. It probably went out >>> with an upgrade and never came back with a new install. >>> >>> Any ideas are appreciated. >>> >>> Thanks, >>> >>> dhk >>> >> >> >> > > Been there, done that, still no sound. Thanks. > > I think I have made some progress. After getting a new sound card (Sound Blaster X-Fi) and building X-Fi in the kernel I have some sound, but it sounds terrible. It's mostly a static noise with a hint of the actual audio underneath. Also the volume is almost all the way up, but the volume still sounds low. The ALSA Soundcard Matrix for this card says: Sound Blaster X-Fi emu20k1 Details [PCI] Partially supported on 1.0.21; EAX and Advanced sound options like crystalizer not available and # lspci | grep -i audio 02:09.0 Multimedia audio controller: Creative Labs CA0106 Soundblaster I set the ALSA_CARDS variable in /etc/make.conf to emu20k1 and CA0106, but neither make a difference. When alsaconf is run it always set the card as CA0106. After each change I run alsaconf and alsamixer to make sure all is set correctly. When the ALSA_CARDS variable is changed, is there anything that need to run or be updated? The following 764 lines is the output from alsa-info. # cat /tmp/alsa-info.txt.vaKO90QJzT upload=true&script=true&cardinfo= !!################################ !!ALSA Information Script v 0.4.60 !!################################ !!Script ran on: Fri Feb 25 11:47:59 UTC 2011 !!Linux Distribution !!------------------ Gentoo Base System release 1.12.14 !!DMI Information !!--------------- Manufacturer: ASUSTek Computer Inc. Product Name: K8N-E Product Version: System Version !!Kernel Information !!------------------ Kernel release: 2.6.36-gentoo-r5 Operating System: GNU/Linux Architecture: x86_64 Processor: AMD Athlon(tm) 64 Processor 3200+ SMP Enabled: Yes !!ALSA Version !!------------ Driver version: 1.0.23 Library version: 1.0.23 Utilities version: 1.0.23 !!Loaded ALSA modules !!------------------- snd_ca0106 snd_mpu401 !!Sound Servers on this system !!---------------------------- No sound servers found. !!Soundcards recognised by ALSA !!----------------------------- 0 [CA0106 ]: CA0106 - CA0106 X-Fi Extreme Audio [SBxxxx] at 0xb000 irq 16 1 [UART ]: MPU-401 UART - MPU-401 UART MPU-401 UART at 0x300, irq 5 !!PCI Soundcards installed in the system !!-------------------------------------- 02:09.0 Multimedia audio controller: Creative Labs CA0106 Soundblaster !!Advanced information - PCI Vendor/Device/Subsystem ID's !!-------------------------------------------------------- 02:09.0 0401: 1102:0007 Subsystem: 1102:1013 !!Loaded sound module options !!-------------------------- !!Module: snd_ca0106 enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 subsystem : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 !!Module: snd_mpu401 enable : Y,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null) index : -2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2 irq : 5,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535 pnp : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y port : 768,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 uart_enter : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y !!ALSA Device nodes !!----------------- crw-rw---- 1 root audio 116, 14 Feb 25 05:42 /dev/snd/controlC0 crw-rw---- 1 root audio 116, 4 Feb 25 05:42 /dev/snd/controlC1 crw-rw---- 1 root audio 116, 5 Feb 25 05:42 /dev/snd/midiC0D0 crw-rw---- 1 root audio 116, 3 Feb 25 05:42 /dev/snd/midiC1D0 crw-rw---- 1 root audio 116, 13 Feb 25 05:42 /dev/snd/pcmC0D0c crw-rw---- 1 root audio 116, 12 Feb 25 06:46 /dev/snd/pcmC0D0p crw-rw---- 1 root audio 116, 11 Feb 25 05:42 /dev/snd/pcmC0D1c crw-rw---- 1 root audio 116, 10 Feb 25 05:42 /dev/snd/pcmC0D1p crw-rw---- 1 root audio 116, 9 Feb 25 05:42 /dev/snd/pcmC0D2c crw-rw---- 1 root audio 116, 8 Feb 25 05:42 /dev/snd/pcmC0D2p crw-rw---- 1 root audio 116, 7 Feb 25 05:42 /dev/snd/pcmC0D3c crw-rw---- 1 root audio 116, 6 Feb 25 05:42 /dev/snd/pcmC0D3p crw-rw---- 1 root audio 116, 15 Feb 25 05:42 /dev/snd/seq crw-rw---- 1 root audio 116, 2 Feb 25 05:42 /dev/snd/timer /dev/snd/by-path: total 0 drwxr-xr-x 2 root root 60 Feb 25 05:42 . drwxr-xr-x 3 root root 340 Feb 25 05:42 .. lrwxrwxrwx 1 root root 12 Feb 25 05:42 pci-0000:02:09.0 -> ../controlC0 !!Aplay/Arecord output !!------------ APLAY **** List of PLAYBACK Hardware Devices **** card 0: CA0106 [CA0106], device 0: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: CA0106 [CA0106], device 1: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: CA0106 [CA0106], device 2: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: CA0106 [CA0106], device 3: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 ARECORD **** List of CAPTURE Hardware Devices **** card 0: CA0106 [CA0106], device 0: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: CA0106 [CA0106], device 1: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: CA0106 [CA0106], device 2: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: CA0106 [CA0106], device 3: ca0106 [CA0106] Subdevices: 1/1 Subdevice #0: subdevice #0 !!Amixer output !!------------- !!-------Mixer controls for card 0 [CA0106] Card hw:0 'CA0106'/'X-Fi Extreme Audio [SBxxxx] at 0xb000 irq 16' Mixer name : 'CA0106' Components : '' Controls : 30 Simple ctrls : 18 Simple mixer control 'Master',0 Capabilities: pvolume pvolume-joined penum Playback channels: Mono Limits: Playback 0 - 255 Mono: Playback 207 [81%] [-12.00dB] Simple mixer control 'Line in',0 Capabilities: cvolume penum Capture channels: Front Left - Front Right Limits: Capture 0 - 255 Front Left: Capture 207 [81%] [0.00dB] Front Right: Capture 207 [81%] [0.00dB] Simple mixer control 'Mic',0 Capabilities: cvolume penum Capture channels: Front Left - Front Right Limits: Capture 0 - 255 Front Left: Capture 0 [0%] [-99999.99dB] Front Right: Capture 0 [0%] [-99999.99dB] Simple mixer control 'Phone',0 Capabilities: cvolume penum Capture channels: Front Left - Front Right Limits: Capture 0 - 255 Front Left: Capture 207 [81%] [0.00dB] Front Right: Capture 207 [81%] [0.00dB] Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Simple mixer control 'IEC958 Center/LFE',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 179 [70%] [-7.00dB] Front Right: Playback 179 [70%] [-7.00dB] Simple mixer control 'IEC958 Front',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 178 [70%] [-7.25dB] Front Right: Playback 178 [70%] [-7.25dB] Simple mixer control 'IEC958 Rear',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 178 [70%] [-7.25dB] Front Right: Playback 178 [70%] [-7.25dB] Simple mixer control 'IEC958 Unknown',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 178 [70%] [-7.25dB] Front Right: Playback 178 [70%] [-7.25dB] Simple mixer control 'Aux',0 Capabilities: cvolume penum Capture channels: Front Left - Front Right Limits: Capture 0 - 255 Front Left: Capture 207 [81%] [0.00dB] Front Right: Capture 207 [81%] [0.00dB] Simple mixer control 'Analog Center/LFE',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 178 [70%] [-7.25dB] Front Right: Playback 178 [70%] [-7.25dB] Simple mixer control 'Analog Front',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 179 [70%] [-7.00dB] Front Right: Playback 179 [70%] [-7.00dB] Simple mixer control 'Analog Rear',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 178 [70%] [-7.25dB] Front Right: Playback 178 [70%] [-7.25dB] Simple mixer control 'Analog Side',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 178 [70%] [-7.25dB] Front Right: Playback 178 [70%] [-7.25dB] Simple mixer control 'Analog Source',0 Capabilities: cenum Items: 'Phone' 'Mic' 'Line in' 'Aux' Item0: 'Line in' Simple mixer control 'CAPTURE feedback',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 179 [70%] [-7.00dB] Front Right: Playback 179 [70%] [-7.00dB] Simple mixer control 'Digital Source',0 Capabilities: cenum Items: 'IEC958 out' 'i2s mixer out' 'IEC958 in' 'i2s in' 'AC97 in' 'SRC out' Item0: 'i2s in' Simple mixer control 'Shared Mic/Line in',0 Capabilities: cenum Items: 'Line in' 'Mic in' Item0: 'Line in' !!-------Mixer controls for card 1 [UART] Card hw:1 'UART'/'MPU-401 UART at 0x300, irq 5' Mixer name : '' Components : '' Controls : 0 Simple ctrls : 0 !!Alsactl output !!------------- --startcollapse-- state.CA0106 { control.1 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'Analog Front Playback Volume' value.0 179 value.1 179 } control.2 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'Analog Rear Playback Volume' value.0 178 value.1 178 } control.3 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'Analog Center/LFE Playback Volume' value.0 178 value.1 178 } control.4 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'Analog Side Playback Volume' value.0 178 value.1 178 } control.5 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'IEC958 Front Playback Volume' value.0 178 value.1 178 } control.6 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'IEC958 Rear Playback Volume' value.0 178 value.1 178 } control.7 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'IEC958 Center/LFE Playback Volume' value.0 179 value.1 179 } control.8 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'IEC958 Unknown Playback Volume' value.0 178 value.1 178 } control.9 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -5175 comment.dbmax 1200 iface MIXER name 'CAPTURE feedback Playback Volume' value.0 179 value.1 179 } control.10 { comment.access read comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Mask' value ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 } control.11 { comment.access read comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Mask' index 1 value ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 } control.12 { comment.access read comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Mask' index 2 value ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 } control.13 { comment.access read comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Mask' index 3 value ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 } control.14 { comment.access 'read write' comment.type BOOLEAN comment.count 1 iface MIXER name 'IEC958 Playback Switch' value true } control.15 { comment.access 'read write' comment.type ENUMERATED comment.count 1 comment.item.0 'IEC958 out' comment.item.1 'i2s mixer out' comment.item.2 'IEC958 in' comment.item.3 'i2s in' comment.item.4 'AC97 in' comment.item.5 'SRC out' iface MIXER name 'Digital Source Capture Enum' value 'i2s in' } control.16 { comment.access 'read write' comment.type ENUMERATED comment.count 1 comment.item.0 Phone comment.item.1 Mic comment.item.2 'Line in' comment.item.3 Aux iface MIXER name 'Analog Source Capture Enum' value 'Line in' } control.17 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Default' value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.18 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Default' index 1 value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.19 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Default' index 2 value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.20 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback Default' index 3 value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.21 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback PCM Stream' value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.22 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback PCM Stream' index 1 value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.23 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback PCM Stream' index 2 value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.24 { comment.access 'read write' comment.type IEC958 comment.count 1 iface PCM name 'IEC958 Playback PCM Stream' index 3 value '0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' } control.25 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -10350 comment.dbmax 2400 iface MIXER name 'Phone Capture Volume' value.0 207 value.1 207 } control.26 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -10350 comment.dbmax 2400 iface MIXER name 'Mic Capture Volume' value.0 0 value.1 0 } control.27 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -10350 comment.dbmax 2400 iface MIXER name 'Line in Capture Volume' value.0 207 value.1 207 } control.28 { comment.access 'read write' comment.type INTEGER comment.count 2 comment.range '0 - 255' comment.dbmin -10350 comment.dbmax 2400 iface MIXER name 'Aux Capture Volume' value.0 207 value.1 207 } control.29 { comment.access 'read write' comment.type ENUMERATED comment.count 1 comment.item.0 'Line in' comment.item.1 'Mic in' iface MIXER name 'Shared Mic/Line in Capture Switch' value 'Line in' } control.30 { comment.access 'read write' comment.type INTEGER comment.count 1 comment.range '0 - 255' comment.dbmin -6375 comment.dbmax 0 iface MIXER name 'Master Playback Volume' value 207 } } state.UART { control { } } --endcollapse-- !!All Loaded Modules !!------------------ Module ipv6 snd_seq_midi snd_pcm_oss snd_mixer_oss snd_seq_oss snd_seq_midi_event snd_seq snd_intel8x0 nvidia snd_ca0106 snd_ac97_codec snd_mpu401 snd_mpu401_uart ac97_bus snd_pcm rtc snd_rawmidi floppy snd_timer snd_seq_device processor i2c_core forcedeth snd button thermal snd_page_alloc soundcore thermal_sys tg3 libphy e1000 fuse jfs dm_snapshot dm_crypt dm_mirror dm_region_hash dm_log dm_mod scsi_wait_scan sbp2 ohci1394 ieee1394 sl811_hcd usbhid ohci_hcd uhci_hcd usb_storage ehci_hcd usbcore aic94xx libsas lpfc qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 cciss 3w_9xxx 3w_xxxx mptsas scsi_transport_sas mptfc scsi_transport_fc scsi_tgt mptspi mptscsih mptbase atp870u dc395x qla1280 dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi sg pdc_adma sata_inic162x sata_mv ata_piix ahci libahci sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_cs5530 pata_cs5520 pata_via pata_jmicron pata_marvell pata_sis pata_netcell pata_sc1200 pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia firmware_class pcmcia_core pata_ns87415 pata_ns87410 pata_serverworks pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix libata !!ALSA/HDA dmesg !!------------------ ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-25 12:03 ` dhk @ 2011-03-06 18:50 ` Mark Knecht 2011-03-06 20:38 ` James Wall 0 siblings, 1 reply; 27+ messages in thread From: Mark Knecht @ 2011-03-06 18:50 UTC (permalink / raw To: gentoo-user On Fri, Feb 25, 2011 at 4:03 AM, dhk <dhkuhl@optonline.net> wrote: <SNIP> > I think I have made some progress. After getting a new sound card > (Sound Blaster X-Fi) and building X-Fi in the kernel I have some sound, > but it sounds terrible. It's mostly a static noise with a hint of the > actual audio underneath. Also the volume is almost all the way up, but > the volume still sounds low. > > The ALSA Soundcard Matrix for this card says: > Sound Blaster X-Fi emu20k1 Details [PCI] Partially supported on 1.0.21; > EAX and Advanced sound options like crystalizer not available > <SNIP> I've got one of these X-Fi devices although mine is not a Creative Labs device.. The device looks like a PCI-Express 1x devices but on my motherboard it turned out it only works in one specific slot. Check your MB specs for any similar limitations. As for the in-kernel/module question, I've done Linux audio for years. I can almost promise you that the Alsa devs never build the drivers into the kernel. For that reason alone I never do. I've had a few problems over the years when they were built in, later fixed by the devs so that it worked built in, but in my experience it's always better to start with it as a module, get it working, and then if it's important to you build it in. I have about 2 dozen sound cards here. I build all of them as drivers for every machine so that I can move cards around for special needs and not need to rebuild the kernel. Good luck, Mark ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 18:50 ` Mark Knecht @ 2011-03-06 20:38 ` James Wall 2011-03-06 21:31 ` Mark Knecht 0 siblings, 1 reply; 27+ messages in thread From: James Wall @ 2011-03-06 20:38 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1183 bytes --] Two dozen??? How many computers do you have? On Mar 6, 2011 12:55 PM, "Mark Knecht" <markknecht@gmail.com> wrote: On Fri, Feb 25, 2011 at 4:03 AM, dhk <dhkuhl@optonline.net> wrote: <SNIP> > I think I have made some progress. After getting a new sound card > (Sound Blaster X-Fi) and buil... <SNIP> I've got one of these X-Fi devices although mine is not a Creative Labs device.. The device looks like a PCI-Express 1x devices but on my motherboard it turned out it only works in one specific slot. Check your MB specs for any similar limitations. As for the in-kernel/module question, I've done Linux audio for years. I can almost promise you that the Alsa devs never build the drivers into the kernel. For that reason alone I never do. I've had a few problems over the years when they were built in, later fixed by the devs so that it worked built in, but in my experience it's always better to start with it as a module, get it working, and then if it's important to you build it in. I have about 2 dozen sound cards here. I build all of them as drivers for every machine so that I can move cards around for special needs and not need to rebuild the kernel. Good luck, Mark [-- Attachment #2: Type: text/html, Size: 1571 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 20:38 ` James Wall @ 2011-03-06 21:31 ` Mark Knecht 2011-03-07 12:41 ` dhk 0 siblings, 1 reply; 27+ messages in thread From: Mark Knecht @ 2011-03-06 21:31 UTC (permalink / raw To: gentoo-user; +Cc: James Wall On Sun, Mar 6, 2011 at 12:38 PM, James Wall <wallservices@gmail.com> wrote: > Two dozen??? How many computers do you have? > For audio work I have six. 2-3 sound cards/machine. Typically 1 card/machine is dedicated to junk system sounds. The others run Jack for more interesting audio work. (Recording live, soft-synths, etc.) Many cards are just older things I've had for years. They will continue to be useful until the machines die and I don't have PCI slots in new ones to plug them into. - Mark ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-06 21:31 ` Mark Knecht @ 2011-03-07 12:41 ` dhk 2011-03-07 16:15 ` Mick 0 siblings, 1 reply; 27+ messages in thread From: dhk @ 2011-03-07 12:41 UTC (permalink / raw To: gentoo-user On 03/06/2011 04:31 PM, Mark Knecht wrote: > On Sun, Mar 6, 2011 at 12:38 PM, James Wall <wallservices@gmail.com> wrote: >> Two dozen??? How many computers do you have? >> > > For audio work I have six. 2-3 sound cards/machine. Typically 1 > card/machine is dedicated to junk system sounds. The others run Jack > for more interesting audio work. (Recording live, soft-synths, etc.) > > Many cards are just older things I've had for years. They will > continue to be useful until the machines die and I don't have PCI > slots in new ones to plug them into. > > - Mark > > Here's an update. Yesterday morning I recompiled the kernel, but I took most everything out that didn't look like one of the three audio cards I've been trying to get working. I rebooted and tested the audio with the new kernel and it didn't work. Then I rebooted again before I went out for the day, the machine ran all day and all night without any activity before I logged in this morning. Now I have audio again. Now I think I have to pay attention as to whether audio begins working after a period of computer uptime. Does this sound plausible? ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-07 12:41 ` dhk @ 2011-03-07 16:15 ` Mick 2011-03-15 12:42 ` dhk 0 siblings, 1 reply; 27+ messages in thread From: Mick @ 2011-03-07 16:15 UTC (permalink / raw To: gentoo-user On 7 March 2011 12:41, dhk <dhkuhl@optonline.net> wrote: > Here's an update. Yesterday morning I recompiled the kernel, but I took > most everything out that didn't look like one of the three audio cards > I've been trying to get working. I rebooted and tested the audio with > the new kernel and it didn't work. Then I rebooted again before I went > out for the day, the machine ran all day and all night without any > activity before I logged in this morning. Now I have audio again. Now > I think I have to pay attention as to whether audio begins working after > a period of computer uptime. Does this sound plausible? I wouldn't think so. /etc/init.d/alsasound should run at default level, load modules and restore settings. Assuming that you have run the alsaconf command to unmute your channels, then you should have sound straight off the peg. However, I have an old laptop which always starts with the Master volume control muted. I have to press the special sound control buttons on the keyboard to unmute sound every time I reboot. I guess this is a hardware quirk of this MoBo and it is the only PC that I have come across something like this. -- Regards, Mick ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-07 16:15 ` Mick @ 2011-03-15 12:42 ` dhk 2011-03-30 9:37 ` dhk 0 siblings, 1 reply; 27+ messages in thread From: dhk @ 2011-03-15 12:42 UTC (permalink / raw To: gentoo-user On 03/07/2011 11:15 AM, Mick wrote: > On 7 March 2011 12:41, dhk <dhkuhl@optonline.net> wrote: > >> Here's an update. Yesterday morning I recompiled the kernel, but I took >> most everything out that didn't look like one of the three audio cards >> I've been trying to get working. I rebooted and tested the audio with >> the new kernel and it didn't work. Then I rebooted again before I went >> out for the day, the machine ran all day and all night without any >> activity before I logged in this morning. Now I have audio again. Now >> I think I have to pay attention as to whether audio begins working after >> a period of computer uptime. Does this sound plausible? > > I wouldn't think so. /etc/init.d/alsasound should run at default > level, load modules and restore settings. Assuming that you have run > the alsaconf command to unmute your channels, then you should have > sound straight off the peg. > > However, I have an old laptop which always starts with the Master > volume control muted. I have to press the special sound control > buttons on the keyboard to unmute sound every time I reboot. I guess > this is a hardware quirk of this MoBo and it is the only PC that I > have come across something like this. Here's an update. The sound comes and goes. I've been leaving the sound on all the time now and not just when I need it. I test it frequently just to see if it works. I haven't found any pattern other than when I do a reboot or shutdown when the box powers up again sometimes I have the audio and sometimes I don't. However, even when there's no audio it looks like the modules load and alsasound starts. ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-15 12:42 ` dhk @ 2011-03-30 9:37 ` dhk 2011-03-30 13:50 ` Mark Knecht 0 siblings, 1 reply; 27+ messages in thread From: dhk @ 2011-03-30 9:37 UTC (permalink / raw To: gentoo-user On 03/15/2011 08:42 AM, dhk wrote: > On 03/07/2011 11:15 AM, Mick wrote: >> On 7 March 2011 12:41, dhk <dhkuhl@optonline.net> wrote: >> >>> Here's an update. Yesterday morning I recompiled the kernel, but I took >>> most everything out that didn't look like one of the three audio cards >>> I've been trying to get working. I rebooted and tested the audio with >>> the new kernel and it didn't work. Then I rebooted again before I went >>> out for the day, the machine ran all day and all night without any >>> activity before I logged in this morning. Now I have audio again. Now >>> I think I have to pay attention as to whether audio begins working after >>> a period of computer uptime. Does this sound plausible? >> >> I wouldn't think so. /etc/init.d/alsasound should run at default >> level, load modules and restore settings. Assuming that you have run >> the alsaconf command to unmute your channels, then you should have >> sound straight off the peg. >> >> However, I have an old laptop which always starts with the Master >> volume control muted. I have to press the special sound control >> buttons on the keyboard to unmute sound every time I reboot. I guess >> this is a hardware quirk of this MoBo and it is the only PC that I >> have come across something like this. > > > Here's an update. The sound comes and goes. I've been leaving the > sound on all the time now and not just when I need it. I test it > frequently just to see if it works. I haven't found any pattern other > than when I do a reboot or shutdown when the box powers up again > sometimes I have the audio and sometimes I don't. However, even when > there's no audio it looks like the modules load and alsasound starts. > > > > Another update. It seem all I need to do to get sound back is run alsaconf (take all the defaults) and reboot. I'm not sure why it stops working after two or three reboots, but if I run alsaconf again and reboot it's back. It never works right after alsaconf, it always needs a reboot. It would be nice if the sound state didn't get lost, but at least I can get it back. I'd also wouldn't mind knowing why it happens. Thanks, dhk ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-30 9:37 ` dhk @ 2011-03-30 13:50 ` Mark Knecht 2011-03-30 14:00 ` dhkuhl 0 siblings, 1 reply; 27+ messages in thread From: Mark Knecht @ 2011-03-30 13:50 UTC (permalink / raw To: gentoo-user; +Cc: dhk On Wed, Mar 30, 2011 at 2:37 AM, dhk <dhkuhl@optonline.net> wrote: <SNIP> > > Another update. It seem all I need to do to get sound back is run > alsaconf (take all the defaults) and reboot. I'm not sure why it stops > working after two or three reboots, but if I run alsaconf again and > reboot it's back. It never works right after alsaconf, it always needs > a reboot. It would be nice if the sound state didn't get lost, but at > least I can get it back. I'd also wouldn't mind knowing why it happens. > > Thanks, > dhk Does it really need a reboot, or does (as root) /etc/init.d/alsasound restart get it going? - Mark ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-03-30 13:50 ` Mark Knecht @ 2011-03-30 14:00 ` dhkuhl 0 siblings, 0 replies; 27+ messages in thread From: dhkuhl @ 2011-03-30 14:00 UTC (permalink / raw To: gentoo-user; +Cc: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1137 bytes --] ----- Original Message -----From: Mark Knecht Date: Wednesday, March 30, 2011 9:52 amSubject: Re: [gentoo-user] Re: ALSA - Still No SoundTo: gentoo-user@lists.gentoo.orgCc: dhk > On Wed, Mar 30, 2011 at 2:37 AM, dhk wrote:> > >> > Another update. It seem all I need to do to get sound back is run> > alsaconf (take all the defaults) and reboot. I'm not sure why > it stops> > working after two or three reboots, but if I run alsaconf > again and> > reboot it's back. It never works right after alsaconf, it > always needs> > a reboot. It would be nice if the sound state didn't get > lost, but at> > least I can get it back. I'd also wouldn't mind knowing why > it happens.> >> > Thanks,> > dhk> > Does it really need a reboot, or does (as root)> > /etc/init.d/alsasound restart> > get it going?> > - Mark> >It really needs a reboot. Bouncing alsasound doesn't do anything. Then it works for a day or two or a reboot or two and then nothing. Then I need to run alsaconf and just hit enter for the defaults and reboot to get it back. It doesn't take long and I can live with it, but it may indicate something else is wrong.dhk [-- Attachment #2: Type: text/html, Size: 1788 bytes --] ^ permalink raw reply [flat|nested] 27+ messages in thread
* [gentoo-user] Re: ALSA - Still No Sound 2011-02-13 23:19 [gentoo-user] ALSA - Still No Sound dhk 2011-02-14 2:01 ` Bill Kenworthy @ 2011-02-14 2:21 ` Nikos Chantziaras 2011-02-14 11:44 ` dhk 1 sibling, 1 reply; 27+ messages in thread From: Nikos Chantziaras @ 2011-02-14 2:21 UTC (permalink / raw To: gentoo-user On 02/14/2011 01:19 AM, dhk wrote: > I still can't get sound to work. Can someone tell me what's wrong? In > addition to my earlier thread below I have INPUT_DEVICES="evdev" and > ALSA_CARDS="AC97" in my make.conf. Dumb question, but did you unmute the channels in 'alsamixer'? I almost always had to do that the first time I configured ALSA. For reason the defaults seemed to mute the channels. ^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: [gentoo-user] Re: ALSA - Still No Sound 2011-02-14 2:21 ` Nikos Chantziaras @ 2011-02-14 11:44 ` dhk 0 siblings, 0 replies; 27+ messages in thread From: dhk @ 2011-02-14 11:44 UTC (permalink / raw To: gentoo-user On 02/13/2011 09:21 PM, Nikos Chantziaras wrote: > On 02/14/2011 01:19 AM, dhk wrote: >> I still can't get sound to work. Can someone tell me what's wrong? In >> addition to my earlier thread below I have INPUT_DEVICES="evdev" and >> ALSA_CARDS="AC97" in my make.conf. > > Dumb question, but did you unmute the channels in 'alsamixer'? I almost > always had to do that the first time I configured ALSA. For reason the > defaults seemed to mute the channels. > > > Yes, all channels are unmuted. Thanks. ^ permalink raw reply [flat|nested] 27+ messages in thread
end of thread, other threads:[~2011-03-30 14:02 UTC | newest] Thread overview: 27+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-02-13 23:19 [gentoo-user] ALSA - Still No Sound dhk 2011-02-14 2:01 ` Bill Kenworthy 2011-02-14 11:43 ` dhk 2011-02-14 17:29 ` [gentoo-user] " walt 2011-02-15 10:43 ` dhk 2011-02-26 21:53 ` walt 2011-03-06 0:29 ` dhk 2011-03-06 9:01 ` Mick 2011-03-06 8:56 ` Mick 2011-03-06 9:28 ` Dale 2011-03-06 10:59 ` Mick 2011-03-06 11:33 ` Dale 2011-03-06 16:25 ` dhk 2011-02-15 11:10 ` laconism 2011-02-15 11:35 ` dhk 2011-02-25 12:03 ` dhk 2011-03-06 18:50 ` Mark Knecht 2011-03-06 20:38 ` James Wall 2011-03-06 21:31 ` Mark Knecht 2011-03-07 12:41 ` dhk 2011-03-07 16:15 ` Mick 2011-03-15 12:42 ` dhk 2011-03-30 9:37 ` dhk 2011-03-30 13:50 ` Mark Knecht 2011-03-30 14:00 ` dhkuhl 2011-02-14 2:21 ` Nikos Chantziaras 2011-02-14 11:44 ` dhk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox