[ardour-dev] Re: [linux-audio-dev] HDSP 9652 Users - Request for info

Mark Knecht mknecht at controlnet.com
Tue Dec 10 14:22:01 UTC 2002


D R,
   Hi. Actually, I tried that last night, but I didn't load the
snd-hammerfall-mem. It complained about some sort of missing references.
I'll give this a try later today. Thanks.

   I haven't tried amixer. I did try alsamixer and received a message 'no
mixer elems found', or something to that effect.

   These are great inputs. Do you have the card yourself?

Thanks,
Mark

-----Original Message-----
From: ardour-dev-admin at lists.sourceforge.net
[mailto:ardour-dev-admin at lists.sourceforge.net]On Behalf Of D R Holsbeck
Sent: Tuesday, December 10, 2002 11:06 AM
To: linux-audio-dev at music.columbia.edu
Cc: PlanetCCRMA; Ardour; Ardour-User-List;
alsa-user at lists.sourceforge.net
Subject: [ardour-dev] Re: [linux-audio-dev] HDSP 9652 Users - Request
for info


have you tried doing it manually?

modprobe -v snd-hammerfall-mem
modprobe -v snd-hdsp

what happens? Make sure you load the snd-hammerfall-mem modules before
any other module.

also you will have to set the output levels on the channels. If you run
the command "amixer contents" you should see something like

numid=11,iface=MIXER,name='Chn',index=1
  ; type=INTEGER,access=rw---,values=1,min=0,max=65536,step=1
  : values=0

one for each of the 26 channels, index=(1-25). You can set the volume
with the following script

#!/bin/bash

for i in $(seq 1 26);do
amixer -c 0 sset 'Chn',$i 85%
done

if all this goes well you should be ready to go. If you dont get any
output, but everything works ok, try setting up the card, then do a warm
reboot (ctl-alt-delete) and set it up again.


On Tue, 2002-12-10 at 12:18, Mark Knecht wrote:
> Hi,
>    I would like to request that if there are any users of the new RME HDSP
> 9652 card that are able to successfully install and use this card, would
you
> please get in touch with me and let me know what your system
configurations
> are? I understand that there are at least a couple of you out there
> somewhere. Please let me know what distribution, kernel, C compiler, Alsa
> revision and anything else you think might be important.
>
>    Using the PlanetCCRMA flow I am unable to get this card configured and
> running. We believe that we have patched the Alsa layer correctly to add
the
> 0x64 check but I am still unsuccessful.
>
>    Thanks in advance.
>
> With best regards,
> Mark
--
drh at niptron.com

Did you know that if you took all the economists in the world and lined
them up end to end, they'd still point in the wrong direction?



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
ardour-dev mailing list
ardour-dev at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ardour-dev





More information about the Linux-audio-dev mailing list