[PlanetCCRMA] jack - alsa problems continued

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue Mar 15 16:58:01 2005


On Tue, 2005-03-15 at 14:58, dominic wrote:
> Thanks for the reply, 
> 
> Yep the firmware is installed i am running
> 
> alsa-firmware-1.0.8-1.rhfc3.ccrma
> alsa-driver-1.0.8-3.rhfc3.ccrma
> 2.6.10-2.1.ll.rhfc3.ccrma
> 
> just had another look but found no more messages from hotplug
> 
> just this in again dmesg.
> 
> ACPI: PCI interrupt 0000:04:00.0[A] -> GSI 16 (level, low) -> IRQ 16
> Hammerfall-DSP: no Digiface or Multiface connected!
> card initialization pending : waiting for firmware
> 
> This problem started when I deleted earlier alsa stuff following your
> instructions to fix the apt-get issue a while back (i only did this
> recently after warnings about 2 alsa modules being installed).
> 
> I am suspicious that I did something stupid to apt-get or deleted the
> wrong thing!

Probably not. 
Do this to check if the apt dependencies are happy:
  apt-get check
This should not show errors or inconsistencies. 
Check to see what alsa packages you have installed, type:
  rpm -q -a | grep alsa | grep 1.0.8
This is what I get (leaving only the last version of the kernel modules
for both kernels):

alsa-tools-1.0.8-1.rhfc3.ccrma
kernel-module-alsa-2.6.10-2.1.ll.rhfc3.ccrma-1.0.8-3.rhfc3.ccrma
alsa-lib-jack-plugin-1.0.8-1.rhfc3.ccrma
alsa-lib-devel-1.0.8-1.rhfc3.ccrma
alsa-lib-1.0.8-1.rhfc3.ccrma
alsa-oss-1.0.8-1.rhfc3.ccrma
alsa-utils-1.0.8-1.rhfc3.ccrma
alsa-firmware-1.0.8-1.rhfc3.ccrma
alsa-driver-1.0.8-3.rhfc3.ccrma
kernel-module-alsa-2.6.10-0.6.rdt.rhfc3.ccrma-1.0.8-3.rhfc3.ccrma

What do you see?
-- Fernando