From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 18 10:16:18 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 C320A16A420 for ; Sun, 18 Dec 2005 10:16:18 +0000 (GMT) (envelope-from attodorov@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D93AC43D55 for ; Sun, 18 Dec 2005 10:16:17 +0000 (GMT) (envelope-from attodorov@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so929823wra for ; Sun, 18 Dec 2005 02:16:17 -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=Px0FvhYiLK7xsdYG8Rbq26HX87pd4Hskrq7ZACuqQRC0zyGA/8Wg2dyDx/uUKxy5vtWIsyhdnnKtTp4PQprUj3ED2rsj1koCzuH7qSAu0DFXmerUHodCczCKzEIUCJIoku4YzwFRl70FlWUAwSUJzHrs9mIPrEBzRc/oJZV5uC4= Received: by 10.54.71.14 with SMTP id t14mr159876wra; Sun, 18 Dec 2005 02:16:16 -0800 (PST) Received: by 10.54.86.9 with HTTP; Sun, 18 Dec 2005 02:16:16 -0800 (PST) Message-ID: <4ac1e6310512180216i798eb3f4nca32684693f7566e@mail.gmail.com> Date: Sun, 18 Dec 2005 12:16:16 +0200 From: Angel Todorov To: Ariff Abdullah In-Reply-To: <4ac1e6310512170357v693f769ayd9410c48939c84a1@mail.gmail.com> MIME-Version: 1.0 References: <4ac1e6310512170318qe773688j4de12d1224bb4390@mail.gmail.com> <20051217194834.433aa232.skywizard@MyBSD.org.my> <4ac1e6310512170357v693f769ayd9410c48939c84a1@mail.gmail.com> 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: Sun, 18 Dec 2005 10:16:18 -0000 Hi again Ariff, I tried updating my src to the 6.0-STABLE branch, and still got the same problems. Here are the steps i perform: 1) FreeBSD 6.0 RELEASE is installed from the official CDs 2) cvsup to 6.0-STABLE /usr/src , and /usr/src/sys 3) apply diff : cd /usr/src; patch < snd_RELENG_6_20051130_070.diff 4) cd /usr/src/sys/amd64/conf ; config ATT 5) cd ../compile/ATT 6) make depend , and i get the following errors: =3D=3D=3D> sound/sound (obj) =3D=3D=3D> sound/driver (obj) =3D=3D=3D> sound/driver/als4000 (obj) =3D=3D=3D> sound/driver/ad1816 (obj) =3D=3D=3D> sound/driver/atiixp (obj) cd: can't cd to /usr/src/sys/modules/sound/driver/atiixp *** Error code 2 Stop in /usr/src/sys/modules/sound/driver. *** Error code 1 Stop in /usr/src/sys/modules/sound. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/amd64/compile/ATT. todorov-bsd-laptop# Thanks very much in advance, Regards, Angel On 12/17/05, Angel Todorov wrote: > > Hi Ariff, > > Here is the version of the diff i am using, as well as my freebsd version= : > > > todorov-bsd-laptop# ls -l snd_RELENG_6_0_20051130_070.diff > -rw-r--r-- 1 root wheel 367213 Dec 17 12:48 > snd_RELENG_6_0_20051130_070.diff > > todorov-bsd-laptop# uname -a > FreeBSD todorov-bsd-laptop.mobile 6.0-RELEASE FreeBSD 6.0-RELEASE #0: > Wed Nov 2 19:07:38 UTC 2005 > root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC amd64 > > Thanks > > Regards, > Angel > > On 12/17/05, Ariff Abdullah wrote: > > On Sat, 17 Dec 2005 13:18:59 +0200 > > Angel Todorov wrote: > > > Hi, > > > > > > I'm using 6.0 RELEASE , and i applied the corresponding patch for > > > the ATIIXP sound chip, but once i do make depend to rebuild the > > > kernel, it can't find /usr/src/sys/modules/sound/driver/atiixp , i.e > > > atiixp.c , atiixp.h , and the Makefile for it. Do i have to manually > > > get these from somewhere and put them in this dir ? Thanks > > > (otherwise the patch seems to be applied correctly). > > > > > Are you sure about that? It doesn't seem so. If the patch applied > > correctly, you don't have to do any other extra step. Which > > patch revision you use? > > > > > > -- > > Ariff Abdullah > > MyBSD > > > > http://www.MyBSD.org.my (IPv6/IPv4) > > http://staff.MyBSD.org.my (IPv6/IPv4) > > http://tomoyo.MyBSD.org.my (IPv6/IPv4) > > >