* HDSP 96/52
@ 2003-04-27 8:06 Joshua N Pritikin
2003-04-27 14:00 ` Mark Knecht
2003-04-29 7:00 ` Peter Lundén
0 siblings, 2 replies; 5+ messages in thread
From: Joshua N Pritikin @ 2003-04-27 8:06 UTC (permalink / raw)
To: alsa-devel
Mark Knecht wrote:
> I'm getting a lot of reasonable or even good results, but no actual
> audio unfortunately.
Me too. The driver loads fine. hdspconf works great. My A/D
converter is happy. i tried running the following script to
set all the mixer levels to unity.
for dest in $(seq 0 26);do
for i in $(seq 0 51);do
amixer cset numid=5 $i,$dest 32768 > /dev/null;
done
done
However, i've never gotten any audio through the card. Only silence.
If there is any patch available then i'm happy to test it.
--
Victory to the Divine Mother!! after all,
http://sahajayoga.org http://why-compete.org
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: HDSP 96/52
2003-04-27 8:06 HDSP 96/52 Joshua N Pritikin
@ 2003-04-27 14:00 ` Mark Knecht
2003-04-30 5:51 ` Joshua N Pritikin
2003-04-29 7:00 ` Peter Lundén
1 sibling, 1 reply; 5+ messages in thread
From: Mark Knecht @ 2003-04-27 14:00 UTC (permalink / raw)
To: Joshua N Pritikin; +Cc: Alsa-Devel
On Sun, 2003-04-27 at 01:06, Joshua N Pritikin wrote:
> Mark Knecht wrote:
> > I'm getting a lot of reasonable or even good results, but no actual
> > audio unfortunately.
>
> Me too. The driver loads fine. hdspconf works great. My A/D
> converter is happy. i tried running the following script to
> set all the mixer levels to unity.
>
> for dest in $(seq 0 26);do
> for i in $(seq 0 51);do
> amixer cset numid=5 $i,$dest 32768 > /dev/null;
> done
> done
>
> However, i've never gotten any audio through the card. Only silence.
> If there is any patch available then i'm happy to test it.
Joshua,
No, there is no patch or fix for this yet that I know of. Paul Davis
did write early in the week (4/22) he was going to work on it that day
or the next, but I haven't heard of anything posted yet.
As a check, does you card identify itself this way:
[root@localhost root]# lspci
<SNIP>
00:0e.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall
DSP (rev 68)
I'm most interested in what revision you have? 68?
Anyway, I share your frustrations, but I've pretty much given up.
It's been months now since I've had any Alsa working. Linux is now just
an email environment for me. So much for taking advice on which card to
buy!! ;-)
Cheers,
Mark
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: HDSP 96/52
2003-04-27 14:00 ` Mark Knecht
@ 2003-04-30 5:51 ` Joshua N Pritikin
0 siblings, 0 replies; 5+ messages in thread
From: Joshua N Pritikin @ 2003-04-30 5:51 UTC (permalink / raw)
To: Mark Knecht; +Cc: Alsa-Devel
On Sun, Apr 27, 2003 at 07:00:34AM -0700, Mark Knecht wrote:
> As a check, does you card identify itself this way:
>
> [root@localhost root]# lspci
> <SNIP>
> 00:0e.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall
> DSP (rev 68)
Yah:
00:0c.0 Multimedia audio controller: Xilinx, Inc.: Unknown device 3fc5 (rev 68)
> I'm most interested in what revision you have? 68?
Yah, hex 0x68.
> Anyway, I share your frustrations, but I've pretty much given up.
> It's been months now since I've had any Alsa working. Linux is now just
> an email environment for me. So much for taking advice on which card to
> buy!! ;-)
Have you complained to RME recently? Maybe they aren't giving
the Linux people the needed support. i'll send an email in
that direction today.
--
Victory to the Divine Mother!! after all,
http://sahajayoga.org http://why-compete.org
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: HDSP 96/52
2003-04-27 8:06 HDSP 96/52 Joshua N Pritikin
2003-04-27 14:00 ` Mark Knecht
@ 2003-04-29 7:00 ` Peter Lundén
2003-04-29 12:32 ` Mark Knecht
1 sibling, 1 reply; 5+ messages in thread
From: Peter Lundén @ 2003-04-29 7:00 UTC (permalink / raw)
To: Joshua N Pritikin; +Cc: alsa-devel
I have a HDSP with multiface on my laptop. I know this is not exactly
the same but I think the drivers share alot of code. I have experience
problems with the matrix mixer. It does not seam to be stable, after
rebooting it works sometime and sometimes not. I have not been able to
figure out any pattern in the behavior yet.
--PLu
Joshua N Pritikin wrote:
>Mark Knecht wrote:
>
>
>>I'm getting a lot of reasonable or even good results, but no actual
>>audio unfortunately.
>>
>>
>
>Me too. The driver loads fine. hdspconf works great. My A/D
>converter is happy. i tried running the following script to
>set all the mixer levels to unity.
>
>for dest in $(seq 0 26);do
> for i in $(seq 0 51);do
> amixer cset numid=5 $i,$dest 32768 > /dev/null;
> done
>done
>
>However, i've never gotten any audio through the card. Only silence.
>If there is any patch available then i'm happy to test it.
>
>
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: HDSP 96/52
2003-04-29 7:00 ` Peter Lundén
@ 2003-04-29 12:32 ` Mark Knecht
0 siblings, 0 replies; 5+ messages in thread
From: Mark Knecht @ 2003-04-29 12:32 UTC (permalink / raw)
To: Peter Lundén; +Cc: Alsa-Devel
On Tue, 2003-04-29 at 00:00, Peter Lundén wrote:
> I have a HDSP with multiface on my laptop. I know this is not exactly
> the same but I think the drivers share alot of code. I have experience
> problems with the matrix mixer. It does not seam to be stable, after
> rebooting it works sometime and sometimes not. I have not been able to
> figure out any pattern in the behavior yet.
>
> --PLu
Hi Peter,
In an email from Paul Davis 1-2 weeks ago, he made a statement that
the 9652 (The Hammerfall) and the HDSP 9652 do not share much code at
all. I Am unclear whether the HDSP Digi/Multi products and the HDSP 9652
with everything on the card share much. Certainly it would be easier to
maintain the drivers if they did.
Thanks,
Mark
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-30 5:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-27 8:06 HDSP 96/52 Joshua N Pritikin
2003-04-27 14:00 ` Mark Knecht
2003-04-30 5:51 ` Joshua N Pritikin
2003-04-29 7:00 ` Peter Lundén
2003-04-29 12:32 ` Mark Knecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.