hi and thanks for the help so far!,
Sure....
the hdsp module is loaded /sbin/lsmod: snd-hdsp 46732 0 (autoclean)
cat /proc/asound/cards 0 [default ]: H-DSP - Hammerfall DSP RME Hammerfall DSP + Multiface at 0xfeae0000, irq 5
the motherboards intel sound chip has now disappeared but thats ok...
It is possible to change /etc/modules.conf so that both drivers are loaded...
i ran alsaconf again and now and everything seems a lot healthier the hdsploader works (the red Host light is now off) as does hdspconf and hdspmixer
so everything looks fine but when i start pd it hangs for about 20 seconds and then outputs the following errors, then quits.
Try "pd -jack" to start it with audio directed to the Jack server. It is using the default which is ALSA, and ALSA is not available because it is being used by Jack :-)
-- Fernando
i ran alsaconf again and now and everything seems a lot healthier the hdsploader works (the red Host light is now off) as does hdspconf and hdspmixer
this is a good sign. but, on my machine with alsa 9.8 I have to load the firmaware with 'hdsploader' and reboot once more to get sound output. loading the firmware seems to set the card up for playing, but won't actually make any sounds until you reboot the machine. afaik, this should be fixed in future versions.
and, you only need to do the 'hdsploader' and reboot trick when you unplug the power to the external hdsp device. the firmware should remain loaded until you unplug the hdsp external device.
so everything looks fine but when i start pd it hangs for about 20 seconds and then outputs the following errors, then quits.
Try "pd -jack" to start it with audio directed to the Jack server. It is using the default which is ALSA, and ALSA is not available because it is being used by Jack :-)
I don't think pd >= 37 works with alsa. best is to start jackd and then do 'pd -jack' as you say.
-gust.