From: Patrick Shirkey <pshirkey@boosthardware.com>
To: jfm3 <jfm3@ouroboros-complex.org>
Cc: ALSA Developer List <alsa-devel@lists.sourceforge.net>
Subject: Re: hdsp driver status
Date: Fri, 04 Jul 2003 03:57:13 +0900 [thread overview]
Message-ID: <3F047C89.9080100@boosthardware.com> (raw)
In-Reply-To: 1057252985.1241.20.camel@localhost.localdomain
jfm3 wrote:
> On Thu, 2003-07-03 at 13:08, Justin Cormack wrote:
>
>>On Thu, 2003-07-03 at 17:15, Patrick Shirkey wrote:
>>
>>>Patrick Shirkey wrote:
>>>
>>>>Thomas Charbonnel wrote:
>>>>
>>>>
>>>>>Remaining:
>>>>>* HDSP9652: the matrix mixer isn't yet handled right.
>>>>>* Rev11 + Multiface: either the firmware file is wrong or the io-box
>>>>>firmware upload scenario has changed for this card revision. Has anyone
>>>>>ever had success with this combination (or rev11 + Digiface) ?
>>>>>
>>>>
>>you mean 0xb? I have one that works on 0.9.0rc5, but wont work on
>>0.9.4/todays cvs.
>>
>>And now I have a 0xa revision that wont work at all on any version of
>>the driver...
>
>
> I have an 0xb Multiface. I haven't been able to load the firmware with
> 0.9.4, either with the PCI or the PCMCIA interface. I have not tried
> 0.9.0rc5, nor have I tried loading the firmware with windows and warm
> booting. Either route is a lot of work. I'd rather see the hardware
> documentation and work on the driver source code. Thanks for any help!
>
Try using this script if you don't already have something similar. I now
get sound through my line out:
--------------
modprobe snd-hdsp; hdsploader;
# route jack inputs to line out
# left
amixer -c 1 cset numid=5 26,26,4000
amixer -c 1 cset numid=5 28,26,4000
amixer -c 1 cset numid=5 30,26,4000
amixer -c 1 cset numid=5 32,26,4000
# right
amixer -c 1 cset numid=5 27,27,4000
amixer -c 1 cset numid=5 29,27,4000
amixer -c 1 cset numid=5 31,27,4000
amixer -c 1 cset numid=5 33,27,4000
# Set volume for analog outputs to reasonable level
# and connect jack inputs to analog outs
amixer -c 1 cset numid=5 26,0,4000;
amixer -c 1 cset numid=5 27,1,4000;
amixer -c 1 cset numid=5 28,2,4000;
amixer -c 1 cset numid=5 29,3,4000;
amixer -c 1 cset numid=5 30,4,4000;
amixer -c 1 cset numid=5 31,5,4000;
amixer -c 1 cset numid=5 32,6,4000;
amixer -c 1 cset numid=5 33,7,4000;
amixer -c 1 cset numid=5 34,8,4000;
-------------
--
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================
Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.
Goldie, 8 Nov, 2002
The Scotsman
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
next prev parent reply other threads:[~2003-07-03 18:57 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-03 11:12 hdsp driver status Thomas Charbonnel
2003-07-03 11:45 ` Takashi Iwai
2003-07-03 13:55 ` Mark Knecht
2003-07-03 15:47 ` Patrick Shirkey
2003-07-03 16:15 ` Patrick Shirkey
2003-07-03 16:34 ` Patrick Shirkey
2003-07-03 16:42 ` Patrick Shirkey
2003-07-03 17:08 ` Justin Cormack
2003-07-03 17:23 ` jfm3
2003-07-03 18:57 ` Patrick Shirkey [this message]
2003-07-03 20:20 ` jfm3
2003-07-03 20:22 ` Thomas Charbonnel
2003-07-03 20:37 ` Mark Knecht
2003-07-04 1:20 ` Thomas Charbonnel
2003-07-04 3:07 ` Mark Knecht
2003-07-03 20:15 ` Thomas Charbonnel
2003-07-04 12:43 ` Justin Cormack
2003-07-04 13:18 ` Thomas Charbonnel
[not found] ` <1057325373.10858.77.camel@lotte>
[not found] ` <35748.217.128.161.242.1057327134.squirrel@www.undata.org>
2003-07-04 15:03 ` Justin Cormack
2003-07-05 3:35 ` jfm3
2003-07-05 8:29 ` Thomas Charbonnel
2003-07-05 15:19 ` jfm3
2003-07-06 3:15 ` jfm3
2003-07-06 9:33 ` Thomas Charbonnel
2003-07-09 4:24 ` Jesse Chappell
2003-07-09 4:49 ` Thomas Charbonnel
2003-07-03 20:13 ` Thomas Charbonnel
-- strict thread matches above, loose matches on Subject: below --
2003-05-08 2:04 Paul Davis
2003-05-08 6:36 ` Jaroslav Kysela
2003-05-08 9:15 ` Thomas Charbonnel
2003-04-14 9:55 Thomas Charbonnel
2003-04-14 13:00 ` Jeremy Hall
2003-04-14 13:16 ` Thomas Charbonnel
2003-04-14 13:24 ` Paul Davis
2003-04-14 19:51 ` Mark Knecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F047C89.9080100@boosthardware.com \
--to=pshirkey@boosthardware.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=jfm3@ouroboros-complex.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.