[PlanetCCRMA] HDSP again and again
Eli Cantu
eli at then7.com
Thu Oct 16 11:40:01 PDT 2003
not to mention, just because you can see a device in a list, does not mean IRQ
issues are not going to bother it.
I've had a firewire card visible, the module loaded for it(with out error), but
until i moved it to a different PCI slot, it refused to mount any external
enclosures (via sbp2).
similar situation with a NIC. everything looked good, but until I moved this
particular NIC to a different PCI slot....I could not get traffic to pass.
e
Quoting Aaron Trumm <aaron at nquit.com>:
> fernando has suggested turning acpi off in your grub.conf in the past
>
> also just physically moving the card to different slots until it does
> something better with the irq
>
> also, one of those messages said there's no multiface connected - is that a
> lie? hopefully it is. is the multiface connected?
>
> I would first try turning acpi off (add acpi=off to the boot line in
> grub.conf) and reboot and then when that doesn't work (which I have a
> feeling it won't), move the card to a different slot, and make sure every
> damn thing you can possibly connect is connected and try again...
>
> and then I don't know exactly...we'll see what others say :)
>
> ---------------------------------------------------------------
> Houston Poetry Slam Team
> www.houstonpoetryslam.com
> NQuit Records
> www.nquit.com
> ---------------------------------------------------------------
> ----- Original Message -----
> From: <derek at x-i.net>
> To: <planetccrma at ccrma.Stanford.EDU>
> Sent: Thursday, October 16, 2003 9:24 AM
> Subject: [PlanetCCRMA] HDSP again and again
>
>
> > hi gang,
> >
> > just switched my laptop over from debian/demudi to redhat/ccrma, and an
> old
> > problem has come back to haunt me.... namely that i have big troubles
> getting my
> > cardbus hammerfall hdsp multiface working. i've been going back and forth
> form
> > linux to windows, changing the firmware revision from 11 to 10 and back
> with no
> > real results.
> >
> > with firware revision 10 i got this with the various kernels available
> from ccrma:
> >
> > rh90 kernel: not recognized
> > acpi kernel: not recognized
> > caps kernel: card recognized at boot, but will not load firmware
> >
> >
> > with revision 11,
> >
> > rh90 kernel: card recognized at boot, but will not load firmware
> > acpi kernel: not recognized
> > caps kernel: card recognized at boot, but will not load firmware
> >
> >
> > as you can see, i got the new kernel to recognize it, but it will not load
> > firmware:
> >
> > [root at localhost root]# hdspconf
> > HDSPConf 1.1
> > Looking for HDSP cards :
> > Card 0 : RME Hammerfall DSP at 0x19000000, irq 10
> > Uninitialized HDSP card found. Use hdsploader to upload firmware.
> > Card 1 : Virtual MIDI Card 1
> > No Hammerfall DSP card found.
> >
> > however, it seems the alsa modules load [they even get in the way of my
> > snd-intel8x0 modules loading, not good!]:
> >
> > [root at localhost root]# lsmod
> > Module Size Used by Not tainted
> > snd-virmidi 2112 0 (autoclean)
> > snd-seq-virmidi 5200 0 (autoclean) [snd-virmidi]
> > snd-seq-midi-event 6496 0 (autoclean) [snd-seq-virmidi]
> > snd-seq 49584 0 (autoclean) [snd-seq-virmidi
> snd-seq-midi-event]
> > ide-cd 36128 0 (autoclean)
> > cdrom 33984 0 (autoclean) [ide-cd]
> > radeon 117892 1
> > agpgart 51352 3
> > parport_pc 19172 1 (autoclean)
> > lp 9028 0 (autoclean)
> > parport 37792 1 (autoclean) [parport_pc lp]
> > snd-hdsp 41004 0
> > snd-pcm 88736 0 [snd-hdsp]
> > snd-timer 20772 0 [snd-seq snd-pcm]
> > snd-page-alloc 10292 0 [snd-hdsp snd-pcm]
> > snd-hwdep 6976 0 [snd-hdsp]
> > snd-rawmidi 19648 0 [snd-seq-virmidi snd-hdsp]
> > snd-seq-device 6284 0 [snd-seq snd-rawmidi]
> > snd 45444 0 [snd-virmidi snd-seq-virmidi
> > snd-seq-midi-event snd-seq snd-hdsp snd-pcm snd-timer snd-hwdep
> snd-rawmidi
> > snd-seq-device]
> > soundcore 6660 4 [snd]
> > [snip]
> >
> > relevant line from dmesg:
> >
> > ALSA ../../alsa-kernel/pci/rme9652/hdsp.c:534: Hammerfall-DSP: no Digiface
> or
> > Multiface connected!
> > ALSA ../../alsa-kernel/pci/rme9652/hdsp.c:4175: card initialization
> pending :
> > waiting for firmware
> >
> >
> > and everything looks ok with the interrupts [i.e. hardware was
> recognized]:
> >
> > [root at localhost root]# lspci
> > [snip]
> > 04:00.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP
> (rev
> > 0b)
> >
> > [root at localhost root]# cat /proc/interrupts
> > CPU0
> > 0: 1136458 XT-PIC timer
> > 1: 2723 XT-PIC keyboard
> > 2: 0 XT-PIC cascade
> > 5: 830 XT-PIC usb-uhci, eth0
> > 8: 1 XT-PIC rtc
> > 9: 7 XT-PIC acpi
> > 10: 80526 XT-PIC usb-uhci, Ricoh Co Ltd RL5c476 II, Ricoh
> Co Ltd
> > RL5c476 II (#2), hdsp, radeon at PCI:1:0:0
> > 11: 2 XT-PIC usb-uhci, ohci1394
> > 12: 35 XT-PIC PS/2 Mouse
> > 14: 13255 XT-PIC ide0
> > 15: 4177 XT-PIC ide1
> > NMI: 0
> > ERR: 0
> >
> >
> > although the interrupts are not great, i will point out, simply because
> the hdsp
> > is sharing IRQ 10 with just about everything else in the world! is there a
> way
> > to change this with ACPI or some other boot parameter, because my BIOS
> doesn't
> > have this feature.
> >
> > any other suggestions? whatever happened to that patch that got made for
> > multiface/digiface users? as far as i can tell, it did not go into the new
> > version of the ccrma kernel. could somebody post some detailed
> instructions on
> > how to apply it?
> >
> > thanks much,
> > derek
> >
> > _______________________________________________
> > PlanetCCRMA mailing list
> > PlanetCCRMA at ccrma.stanford.edu
> > http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the PlanetCCRMA
mailing list