From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 23 14:50:14 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D041065670 for ; Sat, 23 Apr 2011 14:50:14 +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 C0CA88FC13 for ; Sat, 23 Apr 2011 14:50:13 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id B42C91E002B5; Sat, 23 Apr 2011 16:50:12 +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 p3NEnbie080018; Sat, 23 Apr 2011 16:49:37 +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 p3NEna1Z080017; Sat, 23 Apr 2011 16:49:36 +0200 (CEST) (envelope-from nox) Date: Sat, 23 Apr 2011 16:49:36 +0200 (CEST) From: Juergen Lock Message-Id: <201104231449.p3NEna1Z080017@triton8.kn-bremen.de> To: rnejdl@ringofsaturn.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110422180047.0b367a75@ukr.net> <20110422154420.GA44555@triton8.kn-bremen.de> Organization: Cc: freebsd-emulation@freebsd.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Apr 2011 14:50:14 -0000 In article you write: >On Fri, 22 Apr 2011 17:44:20 +0200, Juergen Lock wrote: >> On Fri, Apr 22, 2011 at 06:00:47PM +0300, Ivan Klymenko wrote: >>> ?? Fri, 22 Apr 2011 14:18:31 +0200 >>> Juergen Lock ??????????: >>> >>> >>> >>> > >>> > b) Video doesn't work for me with the latest skype beta on 8/amd64 >>> >>> I have also not working >>> video works with a version of Skype 2.1.0.81 >>> >> Which FreeBSD version and arch was this on, and does your camera >> need the Linux libv4l? >>> > >>> > Posts about getting audio working with newer skype versions: >>> > (tho probably not necessary for testing video only) >>> > >>> > >>> http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011935.html >>> > >>> http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011982.html >>> > >>> > As mentioned there, I did get video (and audio) working with >>> the >>> > previous skype version that's still available here: >>> > >>> > http://download.skype.com/linux/skype_static-2.1.0.81.tar.bz2 >>> > >>> >>> pulseaudio does not work with Skype version 2.2.0.25 and 2.1.0.81 >>> my system is missing device /dev/dsp4 >>> >> Well you need to replace /dev/dsp4 with whatever dsp device your mic >> is on, sorry if that was not obvious. :) And if it's an internal mic >> on a webcam you probably also need to kldload snd_uaudio, and if then >> it still doesn't work you may need a patch too: >> >> >> http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011931.html >> >> which is part of this PR: >> >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=152622&sourceid=opensearch >> >>> I was not able to configure pulseaudio for Skype to work with an >>> external microphone... >>> >> The second link you quoted is about how I got it to work: >> >> >> http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011982.html >> >> Good luck! :) >> Juergen > >Does this mean that patches and ports are on the way to make the latest >Skype work on FreeBSD? Well, audio yes, video I'm still wondering if we'll find the problem, so far video only works for `some' people and I need more testers: http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011992.html The previous version that is still available here, http://download.skype.com/linux/skype_static-2.1.0.81.tar.bz2 we do have working tho. Juergen