[PlanetCCRMA] "system" audio troubles

Peter Lutek plutek@infinity.net
Thu Nov 3 13:59:00 2005


Mark Knecht wrote:

>On 11/2/05, Peter Lutek <plutek@infinity.net> wrote:
><SNIP>
>  
>
>>thanks, mark!
>>ok, i appear to have the multiface functioning as the default card now.
>>
>>my (very simple!) .asoundrc is:
>>
>> pcm.hdsp {
>>    type hw
>>    card 1
>>}
>>ctl.hdsp {
>>    type hw
>>    card 1
>>}
>>pcm.!default {
>>    type plug
>>    slave.pcm hdsp
>>}
>>
>>and "aplay sound-sample.wav" works without having to designate the plug
>>method on the comand line.
>>
>>unfortunately, i still have no sound from firefox (checking various
>>flash sites, and video.google.com - the flash and video plays fine, but
>>with no audio). any suggestions of where to go from here?
>>
>>-p
>>
>>    
>>
>
>Peter,
>   Can you refresh me with your setup info?
>
>cat /proc/asound/cards
>  
>
0 [I82801DBICH4   ]: ICH4 - Intel 82801DB-ICH4
                     Intel 82801DB-ICH4 with unknown codec at 
0xe0100c00, irq 10
1 [default        ]: H-DSP - Hammerfall DSP
                     RME Hammerfall DSP + Multiface at 0xe0300000, irq 10

>cat /etc/modprobe.conf
>  
>
alias eth0 b44
alias snd-card-0 snd-hdsp
options snd-card-0 index=0 
install snd-hdsp /sbin/modprobe --ignore-install snd-hdsp && 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-hdsp { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-hdsp
alias snd-card-1 snd-intel8x0
options snd-card-1 index=1 
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394
alias eth1 ipw2200

>lspci
>  
>
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM 
Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 
EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface 
Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE 
Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
AC'97 Modem Controller (rev 03)
02:02.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
02:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
02:06.0 CardBus bridge: Texas Instruments: Unknown device 8031
02:06.2 FireWire (IEEE 1394): Texas Instruments: Unknown device 8032
02:06.3 Unknown mass storage controller: Texas Instruments: Unknown 
device 8033
03:00.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall 
DSP (rev 0b)


 >cat .asoundrc
pcm.hdsp {
        type hw
        card 1
}
ctl.hdsp {
        type hw
        card 1
}
pcm.!default {
        type plug
        slave.pcm hdsp
}


 >uname -r
2.6.12-0.21.rdt.rhfc3.ccrma

the machine is an acer laptop, running fedora core 3 with planet-ccrma.  
i neither use, nor have loaded, either gnome or kde -- my window manager 
is ion3.

>Anyway, pass backa  little more info and maybe Fernando or someone
>else here will have a better answer.
>
>  
>
seems fernando's in the same sort of trouble. it'd be nice to sort this out.
thanks very much for your help, mark!

-p