[PlanetCCRMA] Still stuck with Hammerfall HDSP.....

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Dec 8 16:19:01 2003


> > 01:00.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP
> > (rev 96)
> >         Flags: bus master, medium devsel, latency 32, IRQ 5
> >         Memory at ff8f0000 (32-bit, non-prefetchable) [size=64K]
>
> So what you need to find out is whether rev 96 of the firmware is actually
> supported.
> 
> That should be visible in one of the hdsp files, either hdsp.c or hdsp.h, I
> forget which.
> 
> If it is, then we go to the next level.

It would appear that it should be recognized:

in hdsp.c I find:
>	case 0x96:
>		hdsp->card_name = "RME HDSP 9632";
>		hdsp->max_channels = 16;
>		is_9632 = 1;
>		break;

Ludo: did you try to put it in a different pci slot? It should not make
any difference, of course :-)

-- Fernando