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: [linux-audio-dev] HDSP 9652 Users - Request for info
From: D R Holsbeck (drh_AT_niptron.com)
Date: Tue Dec 10 2002 - 21:05:46 EET


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?


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:08:47 EET