From owner-freebsd-multimedia@FreeBSD.ORG Mon May 23 06:53:48 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 7FF12106566B; Mon, 23 May 2011 06:53:48 +0000 (UTC) (envelope-from kappei84@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 47C438FC15; Mon, 23 May 2011 06:53:48 +0000 (UTC) Received: by pwj8 with SMTP id 8so3212536pwj.13 for ; Sun, 22 May 2011 23:53:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PUDZRz3tWv3J5IbsO9ei5zCj60tqi9B1yxe7W5H26nU=; b=sJ4T54eJDjedKESV3xVzslq67e5k4IBf+k1NA5fPLbVsK9mjM51FAsgzjuMh597+px ify5IKr/ABf+vqhvyejuOtfPnw+8rzBS0+zhZ/5iCmo15KYC2myubce7F2KfKzGIkNvs 97uj4oie5BWziRFOfUgRhguTOo92YYdE+Lp6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=mqgLz4jvaUmGXvUyKDNabzDMR8PxvZLOgoR90I6Gwqy7HHZRnl8XA4IzhKSktBb9lK JUKAaTJ4pHcmloXavNyVnSQjdS7I9iAuXRBqAwMjp3uMXAFpmZO8Q0INspC2EJeX5rk3 5jOiiOksTS/J16j1icrvvb1g/rjd6/LqJbWGA= MIME-Version: 1.0 Received: by 10.142.62.9 with SMTP id k9mr777210wfa.162.1306133627715; Sun, 22 May 2011 23:53:47 -0700 (PDT) Received: by 10.143.31.7 with HTTP; Sun, 22 May 2011 23:53:47 -0700 (PDT) In-Reply-To: <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> <20110522231509.GA49931@triton8.kn-bremen.de> Date: Mon, 23 May 2011 08:53:47 +0200 Message-ID: From: Daniele Mazzotti To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@freebsd.org, Andriy Gapon 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: Mon, 23 May 2011 06:53:48 -0000 Hi, thank you both. I will give it a try as soon as I get back home. Regards, Daniele. 2011/5/23 Juergen Lock : > 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 fol= lowing >> > >> > ### 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= =3Dpatch&r1=3D221583&r2=3D221582&pathrev=3D221583' >> > |patch -p2 >> > - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 100% of =A0479 =A0B 2802 kBps >> > Hmm... =A0Looks like a unified diff to me... >> > The text leading up to this was: >> > -------------------------- >> > |--- stable/8/sys/dev/sound/pcm/dsp.c =A0 =A0 =A0 2011/05/07 06:52:04 = =A0 =A0 221582 >> > |+++ stable/8/sys/dev/sound/pcm/dsp.c =A0 =A0 =A0 2011/05/07 09:26:11 = =A0 =A0 221583 >> > -------------------------- >> > Patching file sys/dev/sound/pcm/dsp.c using Plan A... >> > Reversed (or previously applied) patch detected! =A0Assume -R? [y] y >> > Hunk #1 succeeded at 1655. >> > done >> > [User@Fermi:/usr/src]# cd sys/modules/sound/sound >> >> Do >> make DEBUG_FLAGS=3D-g >> between the previous and the next step. >> > Yeah sorry I forgot this step (it is needed with src but not with > ports...) > > =A0And you only need to do the patch step once. > > =A0HTH, > =A0 =A0 =A0 =A0Juergen >