From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 18 22:46:00 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 E67E616A402; Wed, 18 Apr 2007 22:46:00 +0000 (UTC) (envelope-from raptor@xpls.de) Received: from xpls.de (foxtrot362.server4you.de [85.25.141.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6CB5413C459; Wed, 18 Apr 2007 22:46:00 +0000 (UTC) (envelope-from raptor@xpls.de) Received: from hexe.local (i59F56C0B.versanet.de [89.245.108.11]) (AUTH: PLAIN raptor@xpls.de, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by xpls.de with esmtp; Thu, 19 Apr 2007 00:35:57 +0200 id 00D69661.46269D4D.00006E4C From: "Christian =?iso-8859-15?q?M=FCller?=" To: Ariff Abdullah Date: Thu, 19 Apr 2007 00:30:15 +0200 User-Agent: KMail/1.9.6 References: <200704182200.37342.raptor-freebsd-multimedia@xpls.de> <20070419043750.3d1b3c61.ariff@FreeBSD.org> In-Reply-To: <20070419043750.3d1b3c61.ariff@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704190030.16235.raptor@xpls.de> Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_atiixp on MSI S270, speakers disabled 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: Wed, 18 Apr 2007 22:46:01 -0000 Am Mittwoch, 18. April 2007 22:37:50 schrieb Ariff Abdullah: > On Wed, 18 Apr 2007 22:00:37 +0200 > > Christian Mueller wrote: > > Hi, > > > > running FreeBSD 6.2-p3 with a generic kernel and snd_atiixp gives me > > no sound on the notebook speakers. With headphones it is barely > > noticeable. I've tried setting all mixer variable to 100 with no > > avail. > > > > raptor@hexe:~> pciconf -l | grep pcm > > pcm0@pci0:20:5: class=0x040100 card=0x01311462 chip=0x43701002 > > rev=0x01 hdr=0x00 > > > > raptor@hexe:~> dmesg | grep pcm > > pcm0: mem 0xfbdfc800-0xfbdfc8ff irq 17 at device 20.5 > > on pci0 pcm0: > > > > There is an ALSA patch which fixes some EAPD for the S270 by > > flipping bit 0 (?) in register 0x7a of the AC97 codec... whatever > > that means. > > > > I've tried fiddling around in ac97.c and snd_atiixp.c, but since I > > don't know what I'm exactly doing, I wasn't successful so far :) > > > > Would anyone be so kind in helping me with this? > > Don't fiddle with ac97.c . Instead, go to Line 800 in atiixp.c and try > adding your card id (0x01311462) there. > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ Thanks for your quick response, Ariff. After reading similiar posts i've already tried that and just checked again, but unfortunately it doesn't help.