From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 22 13:46:45 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A296B691 for ; Sat, 22 Jun 2013 13:46:45 +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 63E141E88 for ; Sat, 22 Jun 2013 13:46:45 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 202591E007B5; Sat, 22 Jun 2013 15:46:44 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r5MDjXjc071422; Sat, 22 Jun 2013 15:45:33 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r5MDjWna071421; Sat, 22 Jun 2013 15:45:32 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 22 Jun 2013 15:45:32 +0200 To: Matthias Apitz Subject: Re: Linux Skype 4.0.0.8 on FreeBSD is works! Message-ID: <20130622134532.GA71376@triton8.kn-bremen.de> References: <5601141.3vH9Oc8Bjl@notebook.alkar.net> <20130622101005.GA3109@La-Habana> <20130622120121.GA65509@triton8.kn-bremen.de> <20130622123925.GA33983@La-Habana> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130622123925.GA33983@La-Habana> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-emulation@FreeBSD.org, Juergen Lock X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 13:46:45 -0000 On Sat, Jun 22, 2013 at 02:39:26PM +0200, Matthias Apitz wrote: > El día Saturday, June 22, 2013 a las 02:01:21PM +0200, Juergen Lock escribió: > > > > > If you want video calls support you should also replace linux_videodev2.h header from multimedia/linux_v4l2wrapper-kmod port (thanks to Juergen Lock): > > > > > > > > cd /usr/ports/multimedia/linux_v4l2wrapper-kmod > > > > make patch > > > > > > This gives on my system (r250588 and ports from SVN head): > > > > > > # make patch > > > ===> linux_v4l2wrapper-kmod-1.0_2 is already in kernel. > > > *** [patch] Error code 1 > > > > > > Stop in /usr/ports/multimedia/linux_v4l2wrapper-kmod. > > > > > > Please advice what should I do; thanks > > > > > Just comment out the IGNORE in the port Makefile. > > Hi Juergen, > > I did this already, copied the h file and 'make buildkernel' is > running since some hour :-) > > > > > And btw it seems you need 9-stable or head too for the Linux pipe2 > > syscall. (r234352 for head or r248532 for stable/9, I haven't tried > > if the latter can be applied to 9.1 as is too.) > > I don't understand this, I'm on SVN head with my kernel, exactly on > r250588 (as of May 13, I think): > Those are just the revisions where the Linux pipe2 syscall was added, if you have a later checkout you should be fine. Oh and "can be applied to 9.1 as is" refers to the patch committed as r248532 to stable/9. (i.e. I haven't checked if the code has changed since 9.1 causing the patch to fail applying/working.) HTH, :) Juergen > # svn info > Path: . > Working Copy Root Path: /usr/home/guru/head/src > URL: svn://svn.freebsd.org/base/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 250588 > Node Kind: directory > Schedule: normal > Last Changed Author: joel > Last Changed Rev: 250582 > Last Changed Date: 2013-05-13 00:22:12 +0200 (Mon, 13 May 2013) > > > To rebuild just linux.ko after copying the header (instead of doing > > a full buildkernel/installkernel) do: > > > > cd /sys/modules/linux > > make x86 (not needed on latest head, thanx eadler fox fixing) > > make DEBUG_FLAGS=-g > > make install DEBUG_FLAGS=-g > > > > and then reload linux.ko (or reboot.) > > Ok, thanks for this; so I will just reload linux.ko > > matthias > > -- > Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org > E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail > WWW: http://www.unixarea.de/ | X - No proprietary attachments > phone: +49-170-4527211 | / \ - Respect for open standards