From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 20 20:35:37 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC8216A41F for ; Tue, 20 Dec 2005 20:35:37 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C9C743D5A for ; Tue, 20 Dec 2005 20:35:36 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id A7F016CC27; Wed, 21 Dec 2005 04:40:58 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (TOMOYO.MYBSD.ORG.MY [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16050-06; Wed, 21 Dec 2005 04:40:57 +0800 (MYT) Received: from misaki (misaki.MyBSD.org.my [IPv6:2001:328:2002:aa2:2c0:9fff:fed9:9e1d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 04DE66CC22; Wed, 21 Dec 2005 04:40:56 +0800 (MYT) Date: Wed, 21 Dec 2005 04:35:31 +0800 From: Ariff Abdullah To: Angel Todorov Message-Id: <20051221043531.1f39f06d.skywizard@MyBSD.org.my> In-Reply-To: <4ac1e6310512201130n2db2bedfs394cf2e9193eac59@mail.gmail.com> References: <4ac1e6310512170318qe773688j4de12d1224bb4390@mail.gmail.com> <20051217194834.433aa232.skywizard@MyBSD.org.my> <4ac1e6310512170357v693f769ayd9410c48939c84a1@mail.gmail.com> <4ac1e6310512180216i798eb3f4nca32684693f7566e@mail.gmail.com> <20051218192603.14e8e7cf.skywizard@MyBSD.org.my> <4ac1e6310512180351k412e6ca6rffd9373fcc4c1c47@mail.gmail.com> <20051218203725.67eec9ff.skywizard@MyBSD.org.my> <4ac1e6310512180824r59f76c15w293f17d2fedb043e@mail.gmail.com> <20051219043523.4146892b.skywizard@MyBSD.org.my> <4ac1e6310512201130n2db2bedfs394cf2e9193eac59@mail.gmail.com> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by Amavisd AntiVirus & AntiSpam Scanner running on FreeBSD mailserver at TOMOYO.MYBSD.ORG.MY Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_atiixp 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, 20 Dec 2005 20:35:37 -0000 On Tue, 20 Dec 2005 21:30:34 +0200 Angel Todorov wrote: > > none1@pci0:20:2: class=0x040300 card=0x10a41734 chip=0x437b1002 ^^^^^^ Unfortunately, yours is more likely a HDA audio controller rather than AC97 :( . Currently FreeBSD does not have support for this type of controller. If you're lucky enough, you may try this: http://people.freebsd.org/~ariff/test/atiixp.c Replace /usr/src/sys/dev/sound/pci/atiixp.c with the above, recompile atiixp module. # cd /usr/src/sys/modules/sound/driver/atiixp/ && make install # kldunload snd_atiixp # kldload snd_atiixp I cannot guarantee if this will work. Let us hope that the legacy ac97 codec still there. > rev=0x01 hdr=0x00 vendor = 'ATI Technologies Inc' > class = multimedia -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4)