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

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: RE: [ardour-dev] Re: [linux-audio-dev] HDSP 9652 Users - Request for info
From: Mark Knecht (mknecht_AT_controlnet.com)
Date: Tue Dec 10 2002 - 21:15:46 EET


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


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Dec 10 2002 - 21:19:10 EET