From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 23 10:31:22 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A796516A401 for ; Tue, 23 Jan 2007 10:31:22 +0000 (UTC) (envelope-from kosio.dimitrov@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2A713C4BB for ; Tue, 23 Jan 2007 10:31:22 +0000 (UTC) (envelope-from kosio.dimitrov@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so849579wri for ; Tue, 23 Jan 2007 02:31:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rh3GSRSmOxUjxnQeDjC/TMH8aWo7nrJMKPw30igx59ClEyogdIMiGAwUqcvNLGAtQk8jTTgleqUe3gPwfsW5YZU1O7UNW9GKyVz8Cfpzfmvq92dhf5unouORRu0/7srGLdwG2qFQDHn5Yh/AVi238IcM5wZ0+f68CfpkN0yccS4= Received: by 10.82.136.4 with SMTP id j4mr6144437bud.1169548281297; Tue, 23 Jan 2007 02:31:21 -0800 (PST) Received: by 10.82.157.16 with HTTP; Tue, 23 Jan 2007 02:31:16 -0800 (PST) Message-ID: <8103ad500701230231w549de4dr58e28ee85419a05a@mail.gmail.com> Date: Tue, 23 Jan 2007 12:31:16 +0200 From: "Konstantin Dimitrov" To: "Philipp Ost" In-Reply-To: <45B3D350.2060407@smo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45B3D350.2060407@smo.de> Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_envy24(4) and snd_envy24ht(4) MFC X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 10:31:22 -0000 thank you for the feedback, at the moment i'm very busy too, but after a month, maybe month and a half i will have some more spare time, if then we both have more time for that i want to look at the problem with Terratec Phase 22, in the meantime could you please try the following, find in envy24ht.c: "Envy24HT audio(Terratec PHASE 22)", 0x153b, 0x1150, 0x10, 0x80, 0xf0, 0xc3, 0x7ffbc7, 0x7fffff, 0x438, 0x20, 0x10, 0x400, 0x00, 0x00, and change the last line to "0x20, 0x10, 0x400, 0x01, 0x00," that change will cause different control for AK4524 DAC and maybe will solve the problem. On 1/21/07, Philipp Ost wrote: > Scott Spare wrote: > > In reference to the snd_envy24 drivers and card, I have an M-Audio > > Audiophile 192 which I will be very happy to test new drivers on or to get > > hardware info as needed. > > > I have a Terratec Phase 22 which I almost got to work properly on > 6.2-STABLE. The only thing that's missing is a better integration with > mixer(8) which causes the following problem: > The system recognizes the card, but I can't hear anything because the > card is muted in some way... Changing the values of vol, pcm or line > doesn't change anything; if I attempt to change some of the other mixer > devices I get: > > $ mixer $dev 100 > Setting the mixer $dev from 0:0 to 100:100. > mixer: WRITE_MIXER: Device not configured > $ > > I could try to run that card on -CURRENT, but I don't expect it to be > any better ;) > > > I suspect a lack of more mixer devices (especially 'mix') to be the main > source of this problem; it could be easily fixed by adding those mixer > devices to the driver(s). Alas, I'm not able to do it myself as I don't > know C/C++ that good and I don't have that much free time (I'm preparing > for university-entrance diploma...). > > If there are any patches available (I don't mind if they are for > -CURRENT or -STABLE :>), I'm happy to test them ;) > > > If you need more information (about the card, the setup, dmesg,...) just > ask ;) > > > Regards, > Philipp > -- > www.familie-ost.info/~pj >