From owner-freebsd-multimedia@FreeBSD.ORG Sun May 22 23:23:12 2011 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC1501065675; Sun, 22 May 2011 23:23:12 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id A64BB8FC12; Sun, 22 May 2011 23:23:12 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 94C751E00228; Mon, 23 May 2011 01:23:11 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p4MNFAJW050116; Mon, 23 May 2011 01:15:10 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p4MNF9kL050115; Mon, 23 May 2011 01:15:09 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 23 May 2011 01:15:09 +0200 To: Andriy Gapon Message-ID: <20110522231509.GA49931@triton8.kn-bremen.de> References: <20110515132530.GA6707@tinyCurrent> <4DCFE689.3000904@FreeBSD.org> <201105221532.p4MFWfSL092692@triton8.kn-bremen.de> <4DD93C57.7000603@FreeBSD.org> <4DD9666B.9050307@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DD9666B.9050307@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, Daniele Mazzotti , Juergen Lock Subject: Re: skype 2.1.0.81; alternate versions of the Linuxolator v4l2 patches 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, 22 May 2011 23:23:13 -0000 On Sun, May 22, 2011 at 10:39:23PM +0300, Andriy Gapon wrote: > on 22/05/2011 21:06 Daniele Mazzotti said the following: > > Yes, > > > > I did read the whole mail. As he was talking about sound.ko I did not > > get it was related with mic settings but with my audio issue. > > > > Juergen I have followed the instructions you gave me but I get the following > > > > ### code ### > > > > [User@Fermi:/usr/home/User]# cd /usr/src > > [User@Fermi:/usr/src]# fetch -o - > > 'http://svnweb.freebsd.org/base/stable/8/sys/dev/sound/pcm/dsp.c?view=patch&r1=221583&r2=221582&pathrev=221583' > > |patch -p2 > > - 100% of 479 B 2802 kBps > > Hmm... Looks like a unified diff to me... > > The text leading up to this was: > > -------------------------- > > |--- stable/8/sys/dev/sound/pcm/dsp.c 2011/05/07 06:52:04 221582 > > |+++ stable/8/sys/dev/sound/pcm/dsp.c 2011/05/07 09:26:11 221583 > > -------------------------- > > Patching file sys/dev/sound/pcm/dsp.c using Plan A... > > Reversed (or previously applied) patch detected! Assume -R? [y] y > > Hunk #1 succeeded at 1655. > > done > > [User@Fermi:/usr/src]# cd sys/modules/sound/sound > > Do > make DEBUG_FLAGS=-g > between the previous and the next step. > Yeah sorry I forgot this step (it is needed with src but not with ports...) And you only need to do the patch step once. HTH, Juergen