From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 20 21:51:20 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 6F65F16A430 for ; Tue, 20 Dec 2005 21:51:20 +0000 (GMT) (envelope-from attodorov@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98DE143D6A for ; Tue, 20 Dec 2005 21:50:23 +0000 (GMT) (envelope-from attodorov@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1434643wra for ; Tue, 20 Dec 2005 13:50:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=OYjq6qS8CwP46G7GKp2Lh6xuqp5/RKbezbqu0BfkxJpls9EZt5ywmXjH0gg9lEQptDWvOq8lErCnXAVQ9pJAsaVtbA1nprzravcHkk7NmTPcLneGmhdG3c830Zfg7W35gKubkuWf/g8BaNabpJPRFQ3Mt9PGdWa70y1JKVjaCGw= Received: by 10.54.113.6 with SMTP id l6mr15988wrc; Tue, 20 Dec 2005 13:50:22 -0800 (PST) Received: by 10.54.86.9 with HTTP; Tue, 20 Dec 2005 13:50:22 -0800 (PST) Message-ID: <4ac1e6310512201350p3c38a4a1w5eddd0480219b5a@mail.gmail.com> Date: Tue, 20 Dec 2005 23:50:22 +0200 From: Angel Todorov To: Ariff Abdullah In-Reply-To: <20051221043531.1f39f06d.skywizard@MyBSD.org.my> MIME-Version: 1.0 References: <4ac1e6310512170318qe773688j4de12d1224bb4390@mail.gmail.com> <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> <20051221043531.1f39f06d.skywizard@MyBSD.org.my> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 21:51:21 -0000 Hi Ariff, Thanks for the replies. I think it's indeed an Intel HDA (Realtek ALC260). = I tried your patch , and now i get a pcm0 entry once i load the snd_atiixp.ko : pcm0: mem 0xd0000000-0xd0003fff irq 16 at device 20.2 on pci0 pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: not up; resetting aclink hardware pcm0: giving up aclink reset pcm0: aclink hardware reset successful , so it's almost there i guess :] One more thing, once i tried to unload this module (after the patch of atiixp.c), i get a Fatal Trap 12, memory is dumped, and the system crashes. Thanks. Regards, Angel On 12/20/05, Ariff Abdullah wrote: > > On Tue, 20 Dec 2005 21:30:34 +0200 > Angel Todorov wrote: > > > > none1@pci0:20:2: class=3D0x040300 card=3D0x10a41734 chip=3D0x437b1002 > ^^^^^^ > > 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=3D0x01 hdr=3D0x00 vendor =3D 'ATI Technologies Inc' > > class =3D 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) >