Hi Michele,
Sorry for the delay.
On 10/2/05, Michele Spinolo <michele.spinolo(a)gmail.com> wrote:
Hi Mark,
Yes, I tried this yesterday. It doesn't
compile because my machine is
AMD64...
you have to edit the Makefile and change the 9th line from:
CFLAGS = -O2 -march=pentium4 -fno-fast-math
to
CFLAGS = -O2 -march=athlon64 -fno-fast-math
then it should work fine.
Yes, it did. Thanks.
Now, the program doesn't seem to give me a way to talk to card #1
instead of card #0:
mark@lightning ~/CODE/rec_imp $ cat /proc/asound/cards
0 [CK804 ]: NFORCE - NVidia CK804
NVidia CK804 with ALC850 at 0xda103000, irq 225
1 [DSP ]: H-DSP - Hammerfall DSP
RME Hammerfall HDSP 9652 at 0xda000000, irq 58
mark@lightning ~/CODE/rec_imp $
so it's currently going through my onboard sound chip. Ideas? MAybe I
can change a line of code to hardwire it to card #1?
One other idea. Remove the two ADAT cables going
to your ADI-8 Pro and
then loop on back on itself so that the ADAT output goes back to the
ADAT input. This will return whatever signal you send and allow to you
determine if the problem is in the HDSP 9652 or in the ADI-8 Pro.
this is a good idea!
I will try!
Did you try this yet?
- Mark