From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 24 08:49:00 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 5EA931065670 for ; Sun, 24 Apr 2011 08:49:00 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id B494B8FC0A for ; Sun, 24 Apr 2011 08:48:59 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=upTJuTb3ngPPUUVVSPoyO7jwIWz3rzPtkQxI490l6Ks= c=1 sm=1 a=IU0TiZmyZPMA:10 a=0X4cWOZZwNwA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=seQSrS3_AAAA:8 a=OdR5sfXFAAAA:8 a=ndaoGXS1AAAA:8 a=YuGktRfZOd8J2SEiJywA:9 a=4zrp9M_l2jfaY9vHm1EA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 116862872; Sun, 24 Apr 2011 10:48:56 +0200 From: Hans Petter Selasky To: Jan Henrik Sylvester Date: Sun, 24 Apr 2011 10:47:57 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4DAB4E21.3070906@janh.de> <201104231427.31513.hselasky@c2i.net> <4DB359F3.80300@janh.de> In-Reply-To: <4DB359F3.80300@janh.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104241047.57511.hselasky@c2i.net> Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 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, 24 Apr 2011 08:49:00 -0000 On Sunday 24 April 2011 01:00:03 Jan Henrik Sylvester wrote: > >>>>> On Sunday 17 April 2011 22:31:29 Jan Henrik Sylvester wrote: > >>>>>> With webcamd-0.1.20_1, I could tune into a channel and watch TV > >>>>>> almost every time using my 'WideView WT-220U PenType Receiver > >>>>>> (Typhoon/Freecom)'. With webcamd-0.1.23, Kaffeine almost always > >>>>>> hangs and Typhony ( http://raaf.atspace.org/dvbusb/ ) hangs > >>>>>> switching channels. > >>>>>> > >>>>>> I did debug builds from both versions. The output is identical until > >>>>>> all the devices are created, but after that, 0.1.23 prints about > >>>>>> once a second: 'dvb-usb: recv bulk message failed: -32' > > I just did something like this (as 1789 seems to be the earliest > revision with version 0.1.24 and 1797 is currently the latest) beginning > in a clean directory: > > svn --username anonsvn --password anonsvn checkout -r 1789 > svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux > mv ulinux ulinux-1789 > cd ulinux-1789 > make fetch > make package > cd .. > svn --username anonsvn --password anonsvn checkout -r 1797 > svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux > mv ulinux ulinux-1797 > cd ulinux-1797 > make fetch > make package > > With both resulting 0.1.24 tarballs, I can build working webcamd > binaries, but with the official 0.1.24 and 0.1.23 tarballs used in > ports, I still have the issue. > > I tried to compare the different 0.1.24 tarballs: While my 1789 and 1797 > have just a few differences, the difference to the official tarball is > huge. > > I probably misunderstood how to create the tarball. How do I get > something that is close to the official 0.1.24 tarball? > > Or is it impossible, since tip[134].tar.bz2 are changing? > > Thanks, > Jan Henrik Hi, The V4L sources I've used might be a bit out of date. I've refreshed the onces I have and uploaded a new tarball. Can you do a diff: diff -u -r Between the working and non-working tarball that you find in /usr/ports/distfiles? diff -u -r webcamd.orig/Makefile webcamd/Makefile --- webcamd.orig/Makefile 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/Makefile 2011-04-24 10:43:24.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.24 +PORTVERSION= 0.1.25 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ diff -u -r webcamd.orig/distinfo webcamd/distinfo --- webcamd.orig/distinfo 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/distinfo 2011-04-24 10:45:30.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (webcamd-0.1.24.tar.bz2) = 070233586e458d6fb9b28db36436f1f04086558155e6fbb962967d45a5a74483 -SIZE (webcamd-0.1.24.tar.bz2) = 3616911 +SHA256 (webcamd-0.1.25.tar.bz2) = c49fdbbcef082c76a613ee7d35302e0a3636dc5afb636509623578e91cbfa936 +SIZE (webcamd-0.1.25.tar.bz2) = 3617421 --HPS From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 24 14:05:49 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7605F106566C; Sun, 24 Apr 2011 14:05:49 +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 020408FC15; Sun, 24 Apr 2011 14:05:48 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 422B71E00122; Sun, 24 Apr 2011 16:05:47 +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 p3OE3pej087317; Sun, 24 Apr 2011 16:03:51 +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 p3OE3otV087316; Sun, 24 Apr 2011 16:03:50 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 24 Apr 2011 16:03:50 +0200 To: Juergen Lock Message-ID: <20110424140350.GA86523@triton8.kn-bremen.de> References: <20110422121831.GA37083@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110422121831.GA37083@triton8.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kwm@FreeBSD.org, Alexander Leidinger , "olli@FreeBSD.org Andriy Gapon" , freebsd-emulation@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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, 24 Apr 2011 14:05:49 -0000 On Fri, Apr 22, 2011 at 02:18:31PM +0200, Juergen Lock wrote: > Hi! > > I now have finshed seperating the dvb part of the patches out into > a port: > > http://people.freebsd.org/~nox/dvb/linux_dvbwrapper-kmod.shar > > and made new src patches that now contain the v4l2 bits only: > > http://people.freebsd.org/~nox/dvb/linux-v4l2-8-test.patch > (for 8, this is what I tested) > > http://people.freebsd.org/~nox/dvb/linux-v4l2-test.patch > (for head, untested) > > The only outstanding issues I now know of are, > > a) netchild suggested I try an older videodev2.h from Linux 2.6.17, > I'm not sure that's necessary but mainly I want to know more > about the second issue first before trying it: > I now did that anyway and found at least skype and flash with my camera seem to behave the same as before: http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-8-test.patch (for 8) http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-test.patch (for head, again untested) This loses a few features tho that _may_ be useful for other apps or later versions so I'm still not 100% sure this is a good idea... > b) Video doesn't work for me with the latest skype beta on 8/amd64 > and a gspca camera that needs the Linux libv4l, > > http://download.skype.com/linux/skype_static-2.2.0.25.tar.bz2 > > kwm got it working on head/i386 with a camera that doesn't need > libv4l (iirc) and now I'd like to know for who of you it works > or doesn't and on which FreeBSD version/arch and whether your > camera needs libv4l, so please test! :) > > 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 > > and I extracted both downloaded tarballs below my homedir and ran: > > LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so ./skype_static-2.2.0.25/skype --resources=$PWD/skype_static-2.2.0.25 > > resp. for the previous version: > > LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so ./skype_static-2.1.0.81/skype --resources=$PWD/skype_static-2.1.0.81 I'm still not much wiser as to what's the issue there, could those where the latest skype version does work collect webcamd v4l2 debug logs with and without the LD_PRELOAD maybe? That would be nice! You'll need to build the latest webcamd port with the DEBUG knob on and start it manually, passing the relevant debug `module parameter' for your cam's Linux driver, like -m gspca.debug=0x107 for a gspca or -m stk-webcam.debug=3 for an stk or -m uvc_driver.trace=0x7f for an uvc. You can get a list by running webcamd with -s; if no other value for v4l2 debugging is mentioned in the output for your webcam's driver try 3 (V4L2_DEBUG_IOCTL|V4L2_DEBUG_IOCTL_ARG), if you can't get it working look in your webcam's driver source below /usr/ports/multimedia/webcamd/work/webcamd-0.1.23/v4l-dvb/linux/drivers/media/video or show me the webcamd debug ouput so I can see which driver it is and look at its source. Thanx! :) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 24 17:05:22 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 325FB106566B for ; Sun, 24 Apr 2011 17:05:22 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id D666A8FC1F for ; Sun, 24 Apr 2011 17:05:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 3B8DE1EE349; Sun, 24 Apr 2011 19:05:20 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id JQs6otZiJ0DZ; Sun, 24 Apr 2011 19:05:20 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Sun, 24 Apr 2011 19:05:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 28E5A90083; Sun, 24 Apr 2011 19:05:20 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4d91-xEdfm5l; Sun, 24 Apr 2011 19:05:20 +0200 (CEST) Received: from nb981.math (f054103145.adsl.alicedsl.de [78.54.103.145]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id C49CF90082; Sun, 24 Apr 2011 19:05:19 +0200 (CEST) Message-ID: <4DB4584D.3020104@janh.de> Date: Sun, 24 Apr 2011 19:05:17 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110316 Thunderbird/3.1.9 MIME-Version: 1.0 To: Hans Petter Selasky References: <4DAB4E21.3070906@janh.de> <201104231427.31513.hselasky@c2i.net> <4DB359F3.80300@janh.de> <201104241047.57511.hselasky@c2i.net> In-Reply-To: <201104241047.57511.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 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, 24 Apr 2011 17:05:22 -0000 On 04/24/2011 10:47, Hans Petter Selasky wrote: > The V4L sources I've used might be a bit out of date. I've refreshed the onces I have and uploaded a new tarball. Thanks, now your 0.1.25 tarball, which is still not working for me, and my 0.1.24 tarball from revision 1797, which is working for me, are much more similar. Besides the version number, the only difference is which files are contained. You got these files that I have not gotten in my tarball: cx24116.c dummy/compat.h.orig dummy/fcntl.h.orig dvb-usb-urb.c stb0899_drv.c v4l2-dev.c Should I try to find out which file really makes the difference or do you already know what is going on? Do you produce the tarball in a different way than I did? svn --username anonsvn --password anonsvn checkout svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux cd ulinux/ make fetch make package Thanks, Jan Henrik From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 24 18:04:29 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 2CAB9106564A for ; Sun, 24 Apr 2011 18:04:29 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id A567D8FC14 for ; Sun, 24 Apr 2011 18:04:28 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=118a5bn0tGnRZbUa9ClBty6BTuM1bA5mUZqmf2RHYp4= c=1 sm=1 a=IU0TiZmyZPMA:10 a=0X4cWOZZwNwA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=OdR5sfXFAAAA:8 a=DlEa2e34kUeGPc86c6sA:9 a=tJv9YBw_5NuELUts8EgA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 117944072; Sun, 24 Apr 2011 20:04:16 +0200 From: Hans Petter Selasky To: Jan Henrik Sylvester Date: Sun, 24 Apr 2011 20:03:25 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4DAB4E21.3070906@janh.de> <201104241047.57511.hselasky@c2i.net> <4DB4584D.3020104@janh.de> In-Reply-To: <4DB4584D.3020104@janh.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104242003.25569.hselasky@c2i.net> Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 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, 24 Apr 2011 18:04:29 -0000 On Sunday 24 April 2011 19:05:17 Jan Henrik Sylvester wrote: > On 04/24/2011 10:47, Hans Petter Selasky wrote: > > The V4L sources I've used might be a bit out of date. I've refreshed the > > onces I have and uploaded a new tarball. > > Thanks, now your 0.1.25 tarball, which is still not working for me, and > my 0.1.24 tarball from revision 1797, which is working for me, are much > more similar. > > Besides the version number, the only difference is which files are > contained. You got these files that I have not gotten in my tarball: > > cx24116.c > dummy/compat.h.orig > dummy/fcntl.h.orig ^^ I've removed these files now. > dvb-usb-urb.c > stb0899_drv.c > v4l2-dev.c ^^^ can you send me the diff between your working and non-working tarball off- list, and I will check it. > Should I try to find out which file really makes the difference or do > you already know what is going on? > > Do you produce the tarball in a different way than I did? > > svn --username anonsvn --password anonsvn checkout > svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux > cd ulinux/ > make fetch > make package I only see 8 files different having insignificant changes. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 25 11:07:04 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 043F7106566C for ; Mon, 25 Apr 2011 11:07:04 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E53888FC0C for ; Mon, 25 Apr 2011 11:07:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PB73nU084627 for ; Mon, 25 Apr 2011 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3PB73qO084625 for freebsd-multimedia@FreeBSD.org; Mon, 25 Apr 2011 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Apr 2011 11:07:03 GMT Message-Id: <201104251107.p3PB73qO084625@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org 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, 25 Apr 2011 11:07:04 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/156433 multimedia [sound] [patch] OSS4/VPC is broken on 64-bit platforms o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o ports/155188 multimedia [UPDATE] audio/denemo: update to 0.8.22 o kern/153920 multimedia [sound] [patch] Replace the GPL'd sound/maestro3 heade o kern/153901 multimedia [sound] [patch] Replace the GPL'd emu10k1-alsa.h with o ports/153846 multimedia graphics/libcaca 0.99.beta17 - Hidden dependency on Xl o kern/152622 multimedia [pcm] uaudio recording problem o kern/152500 multimedia [hdac] play interrupt timeout, channel dead o kern/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us f ports/150502 multimedia multimedia/gpac-libgpac 0.4.5_4,1 fails to compile on o kern/150284 multimedia [snd_hda] No gain with Audio o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/148741 multimedia [sound] Headphones are deaf (do not work) on Lenovo Th o kern/147504 multimedia [oss] [panic] panic: dev_pager_getpage: map function r p kern/147466 multimedia [snd_hda] [patch] Thinkpad t510, codecs not recognized o kern/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o kern/141826 multimedia [snd_hda] load of snd_hda module fails o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o kern/140453 multimedia [sound] No sound inside Virtualbox on 50% volume o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt f kern/115666 multimedia [sound] Microphone does not work o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/104626 multimedia [sound] FreeBSD 6.2 does not support SoundBlaster Audi o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [sound] [snd_ich] some functions don't work in my soun o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup s kern/83697 multimedia [sound] [snd_mss] [patch] support, docs added for full o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source o conf/75137 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/23546 multimedia [sound] [snd_csa] [patch] csa DMA-interrupt problem 72 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 25 14:23:59 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 DFB781065674 for ; Mon, 25 Apr 2011 14:23:58 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 723EA8FC1F for ; Mon, 25 Apr 2011 14:23:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 61F3A1EE3F9; Mon, 25 Apr 2011 16:23:57 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id E57azSo7mxQ0; Mon, 25 Apr 2011 16:23:57 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Mon, 25 Apr 2011 16:23:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 4F53090003; Mon, 25 Apr 2011 16:23:57 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qLdr1HJ0Cc3r; Mon, 25 Apr 2011 16:23:57 +0200 (CEST) Received: from nb981.math (f054010087.adsl.alicedsl.de [78.54.10.87]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id E7E3390002; Mon, 25 Apr 2011 16:23:56 +0200 (CEST) Message-ID: <4DB583F5.4090904@janh.de> Date: Mon, 25 Apr 2011 16:23:49 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110316 Thunderbird/3.1.9 MIME-Version: 1.0 To: Hans Petter Selasky References: <4DAB4E21.3070906@janh.de> <201104241047.57511.hselasky@c2i.net> <4DB4584D.3020104@janh.de> <201104242003.25569.hselasky@c2i.net> In-Reply-To: <201104242003.25569.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 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, 25 Apr 2011 14:23:59 -0000 On 04/24/2011 20:03, Hans Petter Selasky wrote: > On Sunday 24 April 2011 19:05:17 Jan Henrik Sylvester wrote: >> On 04/24/2011 10:47, Hans Petter Selasky wrote: >>> The V4L sources I've used might be a bit out of date. I've refreshed the >>> onces I have and uploaded a new tarball. >> >> Thanks, now your 0.1.25 tarball, which is still not working for me, and >> my 0.1.24 tarball from revision 1797, which is working for me, are much >> more similar. >> >> Besides the version number, the only difference is which files are >> contained. You got these files that I have not gotten in my tarball: >> >> cx24116.c >> dummy/compat.h.orig >> dummy/fcntl.h.orig > ^^ I've removed these files now. >> dvb-usb-urb.c >> stb0899_drv.c >> v4l2-dev.c > ^^^ can you send me the diff between your working and non-working tarball off- > list, and I will check it. The difference is really only which files are present and which are not. Your 0.1.25 tarball produces a webcamd that has my issue. Your 0.1.25 tarball with dvb-usb-urb.c deleted produces a webcamd that does not seem to have my issue. I have compared buildlogs and saw that the only difference is that in one case it is compiling v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c and in the other case is is compiling dvb-usb-urb.c (without the path). Looking at the difference of the two files, one has the zero pointer check in lines 45 to 46 while the other has the stability fix in lines 54 to 65. Thus, I created dvb-usb-urb.c with both or none of the fixes to see which is affecting me. For me, it does not matter, whether or not the zero pointer check is in dvb-usb-urb.c, but if the stability fix is in there, I have my issue, without the stability fix, I have no issue. Can the stability fix be removed or is there a way to correct the stability fix that it does not have these side effects for me? Thanks, Jan Henrik From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 25 17:33:49 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 5676D1065676 for ; Mon, 25 Apr 2011 17:33:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id D37C58FC1C for ; Mon, 25 Apr 2011 17:33:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=oR3+9dOmPeF3nZCt5Gxyvf/bIpfj8bfjGZkkfp/xES8= c=1 sm=1 a=IU0TiZmyZPMA:10 a=0X4cWOZZwNwA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=ndaoGXS1AAAA:8 a=X-FxqjjDsLvy8g2_bKkA:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 118591432; Mon, 25 Apr 2011 19:33:35 +0200 From: Hans Petter Selasky To: Jan Henrik Sylvester Date: Mon, 25 Apr 2011 19:32:42 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4DAB4E21.3070906@janh.de> <201104242003.25569.hselasky@c2i.net> <4DB583F5.4090904@janh.de> In-Reply-To: <4DB583F5.4090904@janh.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104251932.42519.hselasky@c2i.net> Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 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, 25 Apr 2011 17:33:49 -0000 On Monday 25 April 2011 16:23:49 Jan Henrik Sylvester wrote: > I have compared buildlogs and saw that the only difference is that in > one case it is compiling > v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c and in the other > case is is compiling dvb-usb-urb.c (without the path). Then I see what is wrong. Looks like my package directory was not clean! There are two files in the same tarball, and the wrong one is used. v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c dvb-usb-urb.c --HPS Can you try this patch to the webcamd port? diff -ur webcamd.orig/Makefile webcamd/Makefile --- webcamd.orig/Makefile 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/Makefile 2011-04-24 11:14:36.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= webcamd -PORTVERSION= 0.1.24 +PORTVERSION= 0.1.26 CATEGORIES= multimedia MASTER_SITES= http://www.selasky.org/hans_petter/video4bsd/releases/ diff -ur webcamd.orig/distinfo webcamd/distinfo --- webcamd.orig/distinfo 2011-04-24 10:37:40.000000000 +0200 +++ webcamd/distinfo 2011-04-25 19:28:59.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (webcamd-0.1.24.tar.bz2) = 070233586e458d6fb9b28db36436f1f04086558155e6fbb962967d45a5a74483 -SIZE (webcamd-0.1.24.tar.bz2) = 3616911 +SHA256 (webcamd-0.1.26.tar.bz2) = 0626492554966efaac8b2765c478e7d41b59b3e0dfa16cf7cf9593c58996536a +SIZE (webcamd-0.1.26.tar.bz2) = 3569499 From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 25 21:04:39 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 4888E1065672 for ; Mon, 25 Apr 2011 21:04:39 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 173248FC0A for ; Mon, 25 Apr 2011 21:04:39 +0000 (UTC) Received: by pvg11 with SMTP id 11so8691pvg.13 for ; Mon, 25 Apr 2011 14:04:38 -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:content-type; bh=EJRqZSU8elg+Q/9Y4oV1cfubpDhwnexWo06hZmO9ZrM=; b=CSkCNbf4GS68UztxYkWOFQ8lrN8h9w6Zu9G3/YAx0poz5i0qFuz9/AEPdjHO18lQug DNh5gRfQs2bupW5VQnCs6dQX4drcc+n/KCjMvr1+Hxr7xT5LEQhMoVQiMJQbSi2yk3wR V+l3D3nrjBj6CoJnChJBVkpTLjBlAKFLF9O10= 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 :content-type; b=MnlZHfXl6k4qhGk3UxkmWeqbYjU0HBb1Z2SBIaJbl2XN0lBm1FeLsJID8GG4gNeZs1 4ya21decHavG+2+upCnPWkqMxFke39NkzE93gHVGn/tW+YfQyEBqLmyhTse6UdpRwaNl Xlm1KwN+uWhPqHkWywCL40/8Xq2bAacuNIrPk= MIME-Version: 1.0 Received: by 10.68.51.234 with SMTP id n10mr6965835pbo.402.1303765478763; Mon, 25 Apr 2011 14:04:38 -0700 (PDT) Received: by 10.68.58.231 with HTTP; Mon, 25 Apr 2011 14:04:38 -0700 (PDT) In-Reply-To: <201104231839.02214.hselasky@c2i.net> References: <201104230720.26203.hselasky@c2i.net> <201104231839.02214.hselasky@c2i.net> Date: Mon, 25 Apr 2011 18:04:38 -0300 Message-ID: From: Marcel Bonnet To: freebsd-multimedia@freebsd.org, Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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, 25 Apr 2011 21:04:39 -0000 On 23 April 2011 13:39, Hans Petter Selasky wrote: > On Saturday 23 April 2011 15:56:15 Marcel Bonnet wrote: > > On 23 April 2011 02:20, Hans Petter Selasky wrote: > > > On Saturday 23 April 2011 04:15:01 Marcel Bonnet wrote: > > > > Hi, folks. > > > > > > > > I'm using the M-AUDIO FastTrack Pro USB audio interface, but every > time > > > > I play or record, the sound get distorted. > > > > If I record a clean guitar, it sounds like using a light > > > > > > distortion/driver. > > > > > > > Any mp3 or wav I play is distorted too, especialy the higher notes. > > > > This device has it's own mixer. I'm sure the sound is not clipping > > > > > > because > > > > > > > the interface has its own knobs (volume/gain for in/out) and a led > for > > > > clipping indication. > > > > > > > > I tried to change the volume using the mixer command - nothing > changed. > > > > I thought the problem could be the frequency rate: tried the sysctl > > > > dev.pcm.0.play.vchanmode (tried the 3 values without any difference) > > > > and the dev.pcm.0.play.vchanrate (but the system always mantain the > > > > same freq = 44100). No sucess too. > > > > > > > > I just don't know what to do. Don't even know if I'm in the right > > > > direction. Maybe it could be a driver's problem? > > > > I apreciate any help. Below there are some information. > > > > > > Hi, > > > > > > What does the distortion look like in audiacity? > > > > Hi. You mean like the visual form of the wave? It looks perfect, no > > clipping, no distortion. I recorded a piano in audacity. The playback was > > distorted. I then exported to WAV and played in Sound Forge (windows) and > > the wave form was nice and the sound was perfect! > > Seems the problem is only when I playback in FreeBSD. > > Any other ideia? > > > > Well, if it is important: I'm running: > > $ uname -a > > FreeBSD machine.STUDIO 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 > > 02:24:46 UTC 2011 > > root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > > Thanks > > > > > --HPS > > It might be that the device announces it supports 44.1KHz, though the > actual > rate is 48KHz. > > Try this patch: > > http://svn.freebsd.org/changeset/base/220900 > > Hello. I tried. I backuped the original uaudio.c and put the new one in /usr/src/sys/dev/sound/usb and then: # cd /usr/src/sys/modules/sound/driver/uaudio # make The result was: -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c: In function 'uaudio_probe': /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c:548: error: 'UQ_AU_VENDOR_CLASS' undeclared (first use in this function) /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c:548: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c:548: error: for each function it appears in.) /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c:564: error: 'UQ_BAD_MIDI' undeclared (first use in this function) /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c: In function 'uaudio_attach': /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c:598: error: 'UQ_AU_VENDOR_CLASS' undeclared (first use in this function) *** Error code 1 Did I made anything wrong or maybe we're missing a SVN update for uaudio.h or something? > --HPS > From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 25 21:40: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 9B994106566C for ; Mon, 25 Apr 2011 21:40:48 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4A78FC12 for ; Mon, 25 Apr 2011 21:40:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 8F7891EE482; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id Wa2xg2DXquTA; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id 7D1A790006; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NtpP1QtgoGLf; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Received: from nb981.math (f054010087.adsl.alicedsl.de [78.54.10.87]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 2DDB790004; Mon, 25 Apr 2011 23:40:46 +0200 (CEST) Message-ID: <4DB5EA58.7000805@janh.de> Date: Mon, 25 Apr 2011 23:40:40 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110316 Thunderbird/3.1.9 MIME-Version: 1.0 To: Hans Petter Selasky References: <4DAB4E21.3070906@janh.de> <201104242003.25569.hselasky@c2i.net> <4DB583F5.4090904@janh.de> <201104251932.42519.hselasky@c2i.net> In-Reply-To: <201104251932.42519.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 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, 25 Apr 2011 21:40:48 -0000 On 04/25/2011 19:32, Hans Petter Selasky wrote: > On Monday 25 April 2011 16:23:49 Jan Henrik Sylvester wrote: >> I have compared buildlogs and saw that the only difference is that in >> one case it is compiling >> v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c and in the other >> case is is compiling dvb-usb-urb.c (without the path). > > Then I see what is wrong. Looks like my package directory was not clean! > > There are two files in the same tarball, and the wrong one is used. > > v4l-dvb/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c > dvb-usb-urb.c > > --HPS > > Can you try this patch to the webcamd port? As your package is now identical to the one I created yesterday (besides the version number), it works. Anyhow, I have checked with different applications with webcamd-0.1.26 build from ports and also build a debug version to see if the error message is really gone. Everything seems fine. Thank you very much! Jan Henrik From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 00:18:49 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 1E0E5106564A; Tue, 26 Apr 2011 00:18:49 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from smtp-out4.iol.cz (smtp-out4.iol.cz [194.228.2.92]) by mx1.freebsd.org (Postfix) with ESMTP id CD6648FC16; Tue, 26 Apr 2011 00:18:48 +0000 (UTC) Received: from antivir6.iol.cz (unknown [192.168.30.215]) by smtp-out4.iol.cz (Postfix) with ESMTP id 60F22CE40AB; Mon, 25 Apr 2011 23:47:32 +0000 (UTC) Received: from localhost (antivir6.iol.cz [127.0.0.1]) by antivir6.iol.cz (Postfix) with ESMTP id 4CB73720035; Tue, 26 Apr 2011 01:47:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at iol.cz Received: from antivir6.iol.cz ([127.0.0.1]) by localhost (antivir6.iol.cz [127.0.0.1]) (amavisd-new, port 10224) with LMTP id 0tH1tnCGz2hr; Tue, 26 Apr 2011 01:47:32 +0200 (CEST) Received: from port6.iol.cz (unknown [192.168.30.96]) by antivir6.iol.cz (Postfix) with ESMTP id 2B033720032; Tue, 26 Apr 2011 01:47:32 +0200 (CEST) X-SBRS: None X-SBRS-none: None X-RECVLIST: MTA-OUT-IOL X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkE1ABYHtk1asinI/2dsb2JhbAANhTyfGkzHUIV2BI41 Received: from 200.41.broadband11.iol.cz (HELO [192.168.11.3]) ([90.178.41.200]) by port6.iol.cz with ESMTP; 26 Apr 2011 01:47:32 +0200 Message-ID: <4DB60812.1000109@users.sf.net> Date: Tue, 26 Apr 2011 01:47:30 +0200 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.18) Gecko/20110424 SeaMonkey/2.0.13 MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.devel.ports Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, itetcu@FreeBSD.org Subject: expiration of net/skype ?! 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: Tue, 26 Apr 2011 00:18:49 -0000 Hi all, So what is this deprecation and expiration of net/skype port please ?? I'm asking because I've been using it successfully for more than a year and installed it again just this weekend without any issue. And I've read in the mailing lists many others use it too. So why all that black-listing ? Should I copy the port to my home folder for future installations ? Or can I / we do something about keeping it in the ports tree ? I would surely appreciate if it could stay there. With regards, Martin From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 02:34:20 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 46A52106566C; Tue, 26 Apr 2011 02:34:20 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from fallbackmx06.syd.optusnet.com.au (fallbackmx06.syd.optusnet.com.au [211.29.132.8]) by mx1.freebsd.org (Postfix) with ESMTP id 820FA8FC13; Tue, 26 Apr 2011 02:34:19 +0000 (UTC) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by fallbackmx06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p3Q0TNKF032622; Tue, 26 Apr 2011 10:29:23 +1000 Received: from server.vk2pj.dyndns.org (c220-239-116-103.belrs4.nsw.optusnet.com.au [220.239.116.103]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p3Q0TJuK022653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Apr 2011 10:29:20 +1000 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.4/8.14.4) with ESMTP id p3Q0THXH088228; Tue, 26 Apr 2011 10:29:17 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.4/8.14.4/Submit) id p3Q0THIo088227; Tue, 26 Apr 2011 10:29:17 +1000 (EST) (envelope-from peter) Date: Tue, 26 Apr 2011 10:29:16 +1000 From: Peter Jeremy To: martinko Message-ID: <20110426002916.GF10901@server.vk2pj.dyndns.org> References: <4DB60812.1000109@users.sf.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A9z/3b/E4MkkD+7G" Content-Disposition: inline In-Reply-To: <4DB60812.1000109@users.sf.net> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: expiration of net/skype ?! 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: Tue, 26 Apr 2011 02:34:20 -0000 --A9z/3b/E4MkkD+7G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2011-Apr-26 01:47:30 +0200, martinko wrote: >So what is this deprecation and expiration of net/skype port please ?? Whilst the Skype port still works, the version of Skype referenced by the port is no longer available and later versions of Skype do not (currently) work on FreeBSD. My reading of the Skype license suggests that the FreeBSD Project cannot host the distfile without an agreement with Skype. This means that someone who doesn't currently have the Skype distfile cannot install the Skype port. I believe work is underway to support the currently available version of Skype. --=20 Peter Jeremy --A9z/3b/E4MkkD+7G Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk22EdwACgkQ/opHv/APuIdcdQCgjKlhPrWnNl9Pjxly4T7KyI4r lGsAoKnfLr4LpDvsPIqm7ShToOe4QPRL =4OXR -----END PGP SIGNATURE----- --A9z/3b/E4MkkD+7G-- From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 06:12:09 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B34F106564A; Tue, 26 Apr 2011 06:12:09 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 927048FC19; Tue, 26 Apr 2011 06:12:08 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA15414; Tue, 26 Apr 2011 09:12:04 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QEbVE-0005Mo-DW; Tue, 26 Apr 2011 09:12:04 +0300 Message-ID: <4DB66233.9090607@FreeBSD.org> Date: Tue, 26 Apr 2011 09:12:03 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Juergen Lock References: <20110412172227.GA45105@triton8.kn-bremen.de> <4DA4A1AC.90601@yandex.ru> <20110412222945.39b7a47b@ukr.net> <4DA4ADC7.6020101@yandex.ru> <20110412230426.550e8155@ukr.net> <20110413170446.GA84392@triton8.kn-bremen.de> <4DA5E0DB.2020009@FreeBSD.org> <20110413182157.GA87724@triton8.kn-bremen.de> <4DA72B26.7010009@FreeBSD.org> <20110415174620.GA31480@triton8.kn-bremen.de> <4DA96AC2.5020302@FreeBSD.org> <4DB1C48D.80903@FreeBSD.org> In-Reply-To: <4DB1C48D.80903@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: linux alsa lib 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: Tue, 26 Apr 2011 06:12:09 -0000 on 22/04/2011 21:10 Andriy Gapon said the following: > BTW, it just hit me that a reason for that could be exactly the same why native > pulseaudio doesn't get microphone input without tweaking either. > Maybe the same dsp mmap approach is used there, with the same result on FreeBSD. I've checked the sources and no, it's not the case. Alsa OSS plugin doesn't use mmap. On the other hand, I see that we do quite heavy patching to its native version (audio/alsa-plugins/files/patch-alsa-plugins). It's quite possible that the same patches (or at least a portion of them) are needed for the linux version to fix audio recording through the plugin. -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 06:41:29 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 B2FF3106566B for ; Tue, 26 Apr 2011 06:41:29 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1068FC08 for ; Tue, 26 Apr 2011 06:41:28 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=Vlw5OJcoxCC473z5moizI40ESYe+BpcMN2hU0iQoJwI= c=1 sm=1 a=IU0TiZmyZPMA:10 a=yNLj92IrXO4A:10 a=WQU8e4WWZSUA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=6I5d2MoRAAAA:8 a=91hLgaAigEkzsiNbf6cA:9 a=d86PcTZcG9ivabC5pHUA:7 a=PUjeQqilurYA:10 a=9aOQ2cSd83gA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mailfe01.swip.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-TFF-CGPSA-Version: 1.7 X-T2-CGPSA-Filter: Scanned Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 118944633; Tue, 26 Apr 2011 08:41:16 +0200 From: Hans Petter Selasky To: Marcel Bonnet Date: Tue, 26 Apr 2011 08:40:20 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201104231839.02214.hselasky@c2i.net> In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201104260840.20985.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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: Tue, 26 Apr 2011 06:41:29 -0000 On Monday 25 April 2011 23:04:38 Marcel Bonnet wrote: > On 23 April 2011 13:39, Hans Petter Selasky wrote: > > On Saturday 23 April 2011 15:56:15 Marcel Bonnet wrote: > > > On 23 April 2011 02:20, Hans Petter Selasky wrote: > > > > On Saturday 23 April 2011 04:15:01 Marcel Bonnet wrote: > > > > > Hi, folks. > > > > > > > > > > I'm using the M-AUDIO FastTrack Pro USB audio interface, but every > > > > time > > > > > > > I play or record, the sound get distorted. > > > > > If I record a clean guitar, it sounds like using a light > > > > > > > > distortion/driver. > > > > > > > > > Any mp3 or wav I play is distorted too, especialy the higher notes. > > > > > This device has it's own mixer. I'm sure the sound is not clipping > > > > > > > > because > > > > > > > > > the interface has its own knobs (volume/gain for in/out) and a led > > > > for > > > > > > > clipping indication. > > > > > > > > > > I tried to change the volume using the mixer command - nothing > > > > changed. > > > > > > > I thought the problem could be the frequency rate: tried the sysctl > > > > > dev.pcm.0.play.vchanmode (tried the 3 values without any > > > > > difference) and the dev.pcm.0.play.vchanrate (but the system > > > > > always mantain the same freq = 44100). No sucess too. > > > > > > > > > > I just don't know what to do. Don't even know if I'm in the right > > > > > direction. Maybe it could be a driver's problem? > > > > > I apreciate any help. Below there are some information. > > > > > > > > Hi, > > > > > > > > What does the distortion look like in audiacity? > > > > > > Hi. You mean like the visual form of the wave? It looks perfect, no > > > clipping, no distortion. I recorded a piano in audacity. The playback > > > was distorted. I then exported to WAV and played in Sound Forge > > > (windows) and the wave form was nice and the sound was perfect! > > > Seems the problem is only when I playback in FreeBSD. > > > Any other ideia? > > > > > > Well, if it is important: I'm running: > > > $ uname -a > > > > > > FreeBSD machine.STUDIO 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 > > > 02:24:46 UTC 2011 > > > root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > > > > Thanks > > > > > > > --HPS > > > > It might be that the device announces it supports 44.1KHz, though the > > actual > > rate is 48KHz. > > > > Try this patch: > > > > http://svn.freebsd.org/changeset/base/220900 > > Hello. I tried. > I backuped the original uaudio.c and put the new one in > /usr/src/sys/dev/sound/usb > and then: > > # cd /usr/src/sys/modules/sound/driver/uaudio > # make > > The result was: > > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c > : In function 'uaudio_probe': > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c > :548: error: 'UQ_AU_VENDOR_CLASS' undeclared (first use in this function) > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio. > c:548: error: (Each undeclared identifier is reported only once > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c > :548: error: for each function it appears in.) > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c > :564: error: 'UQ_BAD_MIDI' undeclared (first use in this function) > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c > : In function 'uaudio_attach': > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio.c > :598: error: 'UQ_AU_VENDOR_CLASS' undeclared (first use in this function) > *** Error code 1 > > Did I made anything wrong or maybe we're missing a SVN update for uaudio.h > or something? Then you also need to import the usb/quirk folder and related files and possibly also usb/usbdevs --HPS From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 07:02:42 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 48E251065670 for ; Tue, 26 Apr 2011 07:02:42 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 04C8D8FC16 for ; Tue, 26 Apr 2011 07:02:41 +0000 (UTC) Received: from User-PC (unknown [81.181.146.246]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 25E6A22C5513; Tue, 26 Apr 2011 09:43:46 +0300 (EEST) Date: Tue, 26 Apr 2011 09:43:43 +0300 From: Ion-Mihai Tetcu To: Peter Jeremy Message-Id: <20110426094343.765dbf41.itetcu@FreeBSD.org> In-Reply-To: <20110426002916.GF10901@server.vk2pj.dyndns.org> References: <4DB60812.1000109@users.sf.net> <20110426002916.GF10901@server.vk2pj.dyndns.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org, martinko Subject: Re: expiration of net/skype ?! 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: Tue, 26 Apr 2011 07:02:42 -0000 On Tue, 26 Apr 2011 10:29:16 +1000 Peter Jeremy wrote: > On 2011-Apr-26 01:47:30 +0200, martinko wrote: > >So what is this deprecation and expiration of net/skype port please ?? > > Whilst the Skype port still works, the version of Skype referenced by > the port is no longer available and later versions of Skype do not > (currently) work on FreeBSD. My reading of the Skype license suggests > that the FreeBSD Project cannot host the distfile without an agreement > with Skype. This means that someone who doesn't currently have the > Skype distfile cannot install the Skype port. True, and we've kept it like this for a long time. I have asked people at skype to allow us to redistribute the distfile, but that's impossible for legal reasons (not theirs). > I believe work is underway to support the currently available version > of Skype. It is, and it's kinda workoing on HEAD plus some patches. One thing all of oyu could do is bug skype on their forums to provide an OSS version; I recently argued about that with their linux product manager, so more voices would help. -- Ion-Mihai Tetcu From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 07:45:49 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 EEFF3106564A; Tue, 26 Apr 2011 07:45:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 8EF648FC0A; Tue, 26 Apr 2011 07:45:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=NvrFngl24Vvwb7eBef0tfsytOWEnP/WlkqxQrRnklhk= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=jYxeF75EK8cA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=C0Pal2gymaH5Sm4pcwAA:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 117888341; Tue, 26 Apr 2011 09:45:38 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 26 Apr 2011 09:44:42 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110424140350.GA86523@triton8.kn-bremen.de> In-Reply-To: <20110424140350.GA86523@triton8.kn-bremen.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104260944.42886.hselasky@c2i.net> Cc: kwm@freebsd.org, Alexander Leidinger , Juergen Lock , "olli@FreeBSD.org Andriy Gapon" , freebsd-emulation@freebsd.org, multimedia@freebsd.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Tue, 26 Apr 2011 07:45:50 -0000 Hi, Does anyone have a complete list of commands that needs to be executed to install skype on FreeBSD 8-stable (amd64) ? I'm getting some errors like this: package alsa-plugins-oss-1.0.21-3.fc10 is for a different operating system --HPS From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 07:55:52 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5083E106564A; Tue, 26 Apr 2011 07:55:52 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4B68FC1A; Tue, 26 Apr 2011 07:55:50 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=NvrFngl24Vvwb7eBef0tfsytOWEnP/WlkqxQrRnklhk= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=jYxeF75EK8cA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=C0Pal2gymaH5Sm4pcwAA:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 117888341; Tue, 26 Apr 2011 09:45:38 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 26 Apr 2011 09:44:42 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110424140350.GA86523@triton8.kn-bremen.de> In-Reply-To: <20110424140350.GA86523@triton8.kn-bremen.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104260944.42886.hselasky@c2i.net> Cc: kwm@freebsd.org, Alexander Leidinger , Juergen Lock , "olli@FreeBSD.org Andriy Gapon" , freebsd-emulation@freebsd.org, multimedia@freebsd.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Tue, 26 Apr 2011 07:55:52 -0000 Hi, Does anyone have a complete list of commands that needs to be executed to install skype on FreeBSD 8-stable (amd64) ? I'm getting some errors like this: package alsa-plugins-oss-1.0.21-3.fc10 is for a different operating system --HPS From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 07:56:17 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67AB0106566B; Tue, 26 Apr 2011 07:56:17 +0000 (UTC) (envelope-from netchild@freebsd.org) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 08B798FC14; Tue, 26 Apr 2011 07:56:16 +0000 (UTC) Received: from outgoing.leidinger.net (p5B155B0F.dip.t-dialin.net [91.21.91.15]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id A14F084401A; Tue, 26 Apr 2011 09:56:03 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [IPv6:fd73:10c7:2053:1::2:102]) by outgoing.leidinger.net (Postfix) with ESMTP id D61DB114F; Tue, 26 Apr 2011 09:56:00 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.4/8.13.8/Submit) id p3Q7tx3k070898; Tue, 26 Apr 2011 09:55:59 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from pslux.ec.europa.eu (pslux.ec.europa.eu [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Tue, 26 Apr 2011 09:55:58 +0200 Message-ID: <20110426095558.116775i1hmtqaigw@webmail.leidinger.net> Date: Tue, 26 Apr 2011 09:55:58 +0200 From: Alexander Leidinger To: Juergen Lock References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110424140350.GA86523@triton8.kn-bremen.de> In-Reply-To: <20110424140350.GA86523@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.6) X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: A14F084401A.AC1A3 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=0.077, required 6, autolearn=disabled, TW_DV 0.08) X-EBL-MailScanner-From: netchild@freebsd.org X-EBL-MailScanner-Watermark: 1304409364.34504@I5tKasUgn4Iz0h35dJSuEg X-EBL-Spam-Status: No Cc: kwm@FreeBSD.org, "olli@FreeBSD.org Andriy Gapon" , freebsd-emulation@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Tue, 26 Apr 2011 07:56:17 -0000 Quoting Juergen Lock (from Sun, 24 Apr 2011 16:03:50 +0200): > On Fri, Apr 22, 2011 at 02:18:31PM +0200, Juergen Lock wrote: >> Hi! >> >> I now have finshed seperating the dvb part of the patches out into >> a port: >> >> http://people.freebsd.org/~nox/dvb/linux_dvbwrapper-kmod.shar >> >> and made new src patches that now contain the v4l2 bits only: >> >> http://people.freebsd.org/~nox/dvb/linux-v4l2-8-test.patch >> (for 8, this is what I tested) >> >> http://people.freebsd.org/~nox/dvb/linux-v4l2-test.patch >> (for head, untested) >> >> The only outstanding issues I now know of are, >> >> a) netchild suggested I try an older videodev2.h from Linux 2.6.17, >> I'm not sure that's necessary but mainly I want to know more >> about the second issue first before trying it: >> > I now did that anyway and found at least skype and flash with my > camera seem to behave the same as before: > > http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-8-test.patch > (for 8) > > http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-test.patch > (for head, again untested) > > This loses a few features tho that _may_ be useful for other apps > or later versions so I'm still not 100% sure this is a good idea... Thanks for testing. I try to get some time "soonish" (probably not today) to commit this. After it is in the tree, I have a look at updating the v4l* headers to the current version. The reason why I want to do it this way is, that in later version the v4l* headers are a little bit reorganized and I do not want to introduce some regressions (code or license). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Lizzie Borden took an axe, And plunged it deep into the VAX; Don't you envy people who Do all the things _Y_O_U want to do? From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 08:02:18 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 481F11065674; Tue, 26 Apr 2011 08:02:18 +0000 (UTC) (envelope-from netchild@freebsd.org) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id E95A18FC13; Tue, 26 Apr 2011 08:02:17 +0000 (UTC) Received: from outgoing.leidinger.net (p5B155B0F.dip.t-dialin.net [91.21.91.15]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 88404844016; Tue, 26 Apr 2011 09:45:19 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [IPv6:fd73:10c7:2053:1::2:102]) by outgoing.leidinger.net (Postfix) with ESMTP id 1A847114D; Tue, 26 Apr 2011 09:45:15 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.4/8.13.8/Submit) id p3Q7jEx4068326; Tue, 26 Apr 2011 09:45:14 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from pslux.ec.europa.eu (pslux.ec.europa.eu [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Tue, 26 Apr 2011 09:45:14 +0200 Message-ID: <20110426094514.142269zjrgy0pq0w@webmail.leidinger.net> Date: Tue, 26 Apr 2011 09:45:14 +0200 From: Alexander Leidinger To: Andriy Gapon References: <4DA4A1AC.90601@yandex.ru> <20110412222945.39b7a47b@ukr.net> <4DA4ADC7.6020101@yandex.ru> <20110412230426.550e8155@ukr.net> <20110413170446.GA84392@triton8.kn-bremen.de> <4DA5E0DB.2020009@FreeBSD.org> <20110413182157.GA87724@triton8.kn-bremen.de> <4DA72B26.7010009@FreeBSD.org> <20110415174620.GA31480@triton8.kn-bremen.de> <4DA96AC2.5020302@FreeBSD.org> <20110420192349.GA23498@triton8.kn-bremen.de> <4DAFD7B7.2000906@FreeBSD.org> In-Reply-To: <4DAFD7B7.2000906@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.6) X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 88404844016.A8618 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=0, required 6, autolearn=disabled) X-EBL-MailScanner-From: netchild@freebsd.org X-EBL-MailScanner-Watermark: 1304408720.11729@riKxGcwDGC9PQTu+Kzj+JQ X-EBL-Spam-Status: No Cc: emulation@FreeBSD.org, Juergen Lock , multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb patches (like for webcamd + skype...) 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: Tue, 26 Apr 2011 08:02:18 -0000 Quoting Andriy Gapon (from Thu, 21 Apr 2011 10:07:35 +0300): > on 20/04/2011 22:23 Juergen Lock said the following: >> Ok so I finally got around to testing this myself, using your updated >> audio/linux-f10-pulseaudio-libs port from >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156112 >> >> and found two things: >> >> a) I still needed the symlink you mentioned ~/.pulse/${hostname}:runtime >> - was this what the patch was supposed to fix? > > Hmm. I see that the new src rpm has the patch, but it doesn't look > like it got > actually applied in the rpm: > $ strings /compat/linux/usr/lib/libpulse.so.0.7.1| fgrep runtime > %s/%s:runtime > > My testing was sloppy because as it turns out I hadn't removed the symlink > before it. > > Alexander, can you please take a look at this? > Looks like %patch3 is missing in %prep section, but I am not sure if that is > actually required. Seems this is doing it (I only checked the source if the patch was applied while the RPMs where building). I'm uploading it as 0.9.14-4 to freefall as of this writting. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 BOFH excuse #434: Please state the nature of the technical emergency From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 08:26:29 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 5BE07106566C for ; Tue, 26 Apr 2011 08:26:29 +0000 (UTC) (envelope-from clemens@ladisch.de) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BCA68FC16 for ; Tue, 26 Apr 2011 08:26:28 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 6E9F320C25; Tue, 26 Apr 2011 04:08:52 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 26 Apr 2011 04:08:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=Q/g+sUZN9ZxbHgM+odkQ7hRP8vI=; b=PJg2HGUYOw683INFDxn84Ee/btU038vKC/FhBC99WxHnVJddkvN6AsStAOe1ZPve2nBheOfbMRZGNeFy0BRmb7tI8U53wPYEoaPig2R8DdgmTw6i/2nKl5U9m4DxiWji8AuE3hKNg6tux1/aECLV780RIoArlSYxCKC2q3QbLhE= X-Sasl-enc: wWo9VuOs7VApWYDfmFkNuEuStp2kRZt1c7tRrOsWhJYn 1303805332 Received: from [10.1.2.56] (unknown [94.101.37.4]) by mail.messagingengine.com (Postfix) with ESMTPSA id E0C6F442046; Tue, 26 Apr 2011 04:08:51 -0400 (EDT) Message-ID: <4DB67DED.1030906@ladisch.de> Date: Tue, 26 Apr 2011 10:10:21 +0200 From: Clemens Ladisch User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Marcel Bonnet References: In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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: Tue, 26 Apr 2011 08:26:29 -0000 Marcel Bonnet wrote: > I'm using the M-AUDIO FastTrack Pro USB audio interface, but every time I > play or record, the sound get distorted. > uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format > uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format This device uses one internal sample rate; using different rates for the playback and capture interfaces won't work. AFAIK there are some undocumented constraints on which configurations and alternate settings can be used; and in some alternate settings, the device uses big-endian samples. This cannot be handled with the generic parts of the uaudio driver; it requires device-specific workarounds. There is an outdated patch that tries to make this device work on Linux on this page: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3249 Regards, Clemens From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 08:48:08 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 617581065670 for ; Tue, 26 Apr 2011 08:48:08 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id E08B28FC1C for ; Tue, 26 Apr 2011 08:48:07 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=upTJuTb3ngPPUUVVSPoyO7jwIWz3rzPtkQxI490l6Ks= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=yNLj92IrXO4A:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=foHCeV_ZAAAA:8 a=CWSAGsJADrHaMbZ1kNoA:9 a=FWtDBwIv2CE7tmhBXEkA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 117448197; Tue, 26 Apr 2011 10:48:03 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Tue, 26 Apr 2011 10:47:01 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <4DB67DED.1030906@ladisch.de> In-Reply-To: <4DB67DED.1030906@ladisch.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104261047.01454.hselasky@c2i.net> Cc: Clemens Ladisch Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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: Tue, 26 Apr 2011 08:48:08 -0000 On Tuesday 26 April 2011 10:10:21 Clemens Ladisch wrote: > Marcel Bonnet wrote: > > I'm using the M-AUDIO FastTrack Pro USB audio interface, but every time I > > play or record, the sound get distorted. > > > > uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format > > uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format > > This device uses one internal sample rate; using different rates for the > playback and capture interfaces won't work. > > AFAIK there are some undocumented constraints on which configurations > and alternate settings can be used; and in some alternate settings, the > device uses big-endian samples. This cannot be handled with the generic > parts of the uaudio driver; it requires device-specific workarounds. > > There is an outdated patch that tries to make this device work on Linux > on this page: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3249 > > Try to set: sysctl hw.usb.uaudio.default_rate=44100 Then replug the device. We could possible make a workaround for this. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 16:50:05 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CF12106566C for ; Tue, 26 Apr 2011 16:50:05 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id AE9008FC17 for ; Tue, 26 Apr 2011 16:50:04 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA26873; Tue, 26 Apr 2011 19:50:02 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4DB6F7BA.4070808@FreeBSD.org> Date: Tue, 26 Apr 2011 19:50:02 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110309 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: multimedia@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: SNDCTL_DSP_GETIPTR implementation 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: Tue, 26 Apr 2011 16:50:05 -0000 Guys, I reading this http://manuals.opensound.com/developer/SNDCTL_DSP_GETOPTR.html It says: "In mmap mode (only) the ptr field tells the location where the next sample will be recorded." In my opinion that means that we have a mistake in our code and the following patch should be applied. But I am not sufficiently familiar with this code. --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -1655,7 +1655,7 @@ dsp_ioctl /* XXX abusive DMA update: chn_rdupdate(rdch); */ a->bytes = sndbuf_gettotal(bs); a->blocks = sndbuf_getblocks(bs) - rdch->blocks; - a->ptr = sndbuf_getreadyptr(bs); + a->ptr = sndbuf_getfreeptr(bs); rdch->blocks = sndbuf_getblocks(bs); CHN_UNLOCK(rdch); } else P.S. leading (indenting) whitespace in this file is a mess. -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 17:14:51 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E37861065673; Tue, 26 Apr 2011 17:14:51 +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 945358FC0A; Tue, 26 Apr 2011 17:14:51 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5FB6E1E000FA; Tue, 26 Apr 2011 19:14:50 +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 p3QH7J8E053784; Tue, 26 Apr 2011 19:07:19 +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 p3QH7I7r053783; Tue, 26 Apr 2011 19:07:18 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 26 Apr 2011 19:07:17 +0200 To: Alexander Leidinger Message-ID: <20110426170717.GB52945@triton8.kn-bremen.de> References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110424140350.GA86523@triton8.kn-bremen.de> <20110426095558.116775i1hmtqaigw@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110426095558.116775i1hmtqaigw@webmail.leidinger.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kwm@FreeBSD.org, freebsd-emulation@FreeBSD.org, "olli@FreeBSD.org Andriy Gapon" , Juergen Lock , multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Tue, 26 Apr 2011 17:14:52 -0000 On Tue, Apr 26, 2011 at 09:55:58AM +0200, Alexander Leidinger wrote: > Quoting Juergen Lock (from Sun, 24 Apr 2011 > 16:03:50 +0200): > > > On Fri, Apr 22, 2011 at 02:18:31PM +0200, Juergen Lock wrote: > >> Hi! > >> > >> I now have finshed seperating the dvb part of the patches out into > >> a port: > >> > >> http://people.freebsd.org/~nox/dvb/linux_dvbwrapper-kmod.shar > >> > >> and made new src patches that now contain the v4l2 bits only: > >> > >> http://people.freebsd.org/~nox/dvb/linux-v4l2-8-test.patch > >> (for 8, this is what I tested) > >> > >> http://people.freebsd.org/~nox/dvb/linux-v4l2-test.patch > >> (for head, untested) > >> > >> The only outstanding issues I now know of are, > >> > >> a) netchild suggested I try an older videodev2.h from Linux 2.6.17, > >> I'm not sure that's necessary but mainly I want to know more > >> about the second issue first before trying it: > >> > > I now did that anyway and found at least skype and flash with my > > camera seem to behave the same as before: > > > > http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-8-test.patch > > (for 8) > > > > http://people.freebsd.org/~nox/dvb/linux-v4l2-2.6.17-test.patch > > (for head, again untested) > > > > This loses a few features tho that _may_ be useful for other apps > > or later versions so I'm still not 100% sure this is a good idea... > > Thanks for testing. I try to get some time "soonish" (probably not > today) to commit this. After it is in the tree, I have a look at > updating the v4l* headers to the current version. > > The reason why I want to do it this way is, that in later version the > v4l* headers are a little bit reorganized and I do not want to > introduce some regressions (code or license). Sounds like a plan! :) Thanx, Juergen From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 17:14:59 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 0564E10656A8; Tue, 26 Apr 2011 17:14:59 +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 AEAF78FC16; Tue, 26 Apr 2011 17:14:58 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id F1A461E000FA; Tue, 26 Apr 2011 19:14:57 +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 p3QHBrH5054005; Tue, 26 Apr 2011 19:11:53 +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 p3QHBrXJ054004; Tue, 26 Apr 2011 19:11:53 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 26 Apr 2011 19:11:53 +0200 To: Hans Petter Selasky Message-ID: <20110426171153.GA53840@triton8.kn-bremen.de> References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110424140350.GA86523@triton8.kn-bremen.de> <201104260944.42886.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104260944.42886.hselasky@c2i.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kwm@freebsd.org, Alexander Leidinger , Juergen Lock , Andriy Gapon , freebsd-multimedia@freebsd.org, freebsd-emulation@freebsd.org, olli@freebsd.org, multimedia@freebsd.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Tue, 26 Apr 2011 17:14:59 -0000 On Tue, Apr 26, 2011 at 09:44:42AM +0200, Hans Petter Selasky wrote: > Hi, Hi! > > Does anyone have a complete list of commands that needs to be executed to > install skype on FreeBSD 8-stable (amd64) ? > > I'm getting some errors like this: > > package alsa-plugins-oss-1.0.21-3.fc10 is for a different operating system I you just want to test video (linux alsa oss doesnt work for recording yet), you can install that rpm using rpm2cpio like described under `Installing a Random Linux RPM Based Application' here: http://www.freebsd.org/doc/handbook/linuxemu-lbc-install.html If you do want to test a mic look at this linux pulseaudio libs PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156112 I have yet to test the new rpm netchild built (thanx!), once that works I think I (or someone else :) can commit an updated version of that PR; until then you'll need a symlink; and you also need need to disable mmap for the mic, see here: http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011982.html And for the current skype apparently you also need to install dns/linux-f10-libasyncns . I hope that's all... (Sorry I don't remember all the details of what exactly I did... :( ) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 17:14:59 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0564E10656A8; Tue, 26 Apr 2011 17:14:59 +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 AEAF78FC16; Tue, 26 Apr 2011 17:14:58 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id F1A461E000FA; Tue, 26 Apr 2011 19:14:57 +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 p3QHBrH5054005; Tue, 26 Apr 2011 19:11:53 +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 p3QHBrXJ054004; Tue, 26 Apr 2011 19:11:53 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 26 Apr 2011 19:11:53 +0200 To: Hans Petter Selasky Message-ID: <20110426171153.GA53840@triton8.kn-bremen.de> References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110424140350.GA86523@triton8.kn-bremen.de> <201104260944.42886.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104260944.42886.hselasky@c2i.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kwm@freebsd.org, Alexander Leidinger , Juergen Lock , Andriy Gapon , freebsd-multimedia@freebsd.org, freebsd-emulation@freebsd.org, olli@freebsd.org, multimedia@freebsd.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Tue, 26 Apr 2011 17:14:59 -0000 On Tue, Apr 26, 2011 at 09:44:42AM +0200, Hans Petter Selasky wrote: > Hi, Hi! > > Does anyone have a complete list of commands that needs to be executed to > install skype on FreeBSD 8-stable (amd64) ? > > I'm getting some errors like this: > > package alsa-plugins-oss-1.0.21-3.fc10 is for a different operating system I you just want to test video (linux alsa oss doesnt work for recording yet), you can install that rpm using rpm2cpio like described under `Installing a Random Linux RPM Based Application' here: http://www.freebsd.org/doc/handbook/linuxemu-lbc-install.html If you do want to test a mic look at this linux pulseaudio libs PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156112 I have yet to test the new rpm netchild built (thanx!), once that works I think I (or someone else :) can commit an updated version of that PR; until then you'll need a symlink; and you also need need to disable mmap for the mic, see here: http://lists.freebsd.org/pipermail/freebsd-multimedia/2011-April/011982.html And for the current skype apparently you also need to install dns/linux-f10-libasyncns . I hope that's all... (Sorry I don't remember all the details of what exactly I did... :( ) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 17:32:56 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04BFB106564A for ; Tue, 26 Apr 2011 17:32:56 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 4A2C38FC17 for ; Tue, 26 Apr 2011 17:32:54 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA27384; Tue, 26 Apr 2011 20:32:53 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4DB701C4.30802@FreeBSD.org> Date: Tue, 26 Apr 2011 20:32:52 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110309 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: multimedia@FreeBSD.org References: <4DB6F7BA.4070808@FreeBSD.org> In-Reply-To: <4DB6F7BA.4070808@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Juergen Lock Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Tue, 26 Apr 2011 17:32:56 -0000 on 26/04/2011 19:50 Andriy Gapon said the following: > > Guys, > > I reading this http://manuals.opensound.com/developer/SNDCTL_DSP_GETOPTR.html > It says: "In mmap mode (only) the ptr field tells the location where the next > sample will be recorded." > In my opinion that means that we have a mistake in our code and the following > patch should be applied. But I am not sufficiently familiar with this code. It seems that with this change linux alsa lib with oss plugin works for audio recording now. E.g. in skype. Hope I wasn't sloppy with my testing again, so I will re-test. Juergen, will you be able to test this too? > --- a/sys/dev/sound/pcm/dsp.c > +++ b/sys/dev/sound/pcm/dsp.c > @@ -1655,7 +1655,7 @@ dsp_ioctl > /* XXX abusive DMA update: chn_rdupdate(rdch); */ > a->bytes = sndbuf_gettotal(bs); > a->blocks = sndbuf_getblocks(bs) - rdch->blocks; > - a->ptr = sndbuf_getreadyptr(bs); > + a->ptr = sndbuf_getfreeptr(bs); > rdch->blocks = sndbuf_getblocks(bs); > CHN_UNLOCK(rdch); > } else > > P.S. leading (indenting) whitespace in this file is a mess. -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 17:47:59 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52CCE1065673; Tue, 26 Apr 2011 17:47:59 +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 11FBC8FC17; Tue, 26 Apr 2011 17:47:58 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 2C1121E000C9; Tue, 26 Apr 2011 19:47:58 +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 p3QHin4U005403; Tue, 26 Apr 2011 19:44:49 +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 p3QHinpH005402; Tue, 26 Apr 2011 19:44:49 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 26 Apr 2011 19:44:49 +0200 To: Andriy Gapon Message-ID: <20110426174449.GA4437@triton8.kn-bremen.de> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DB701C4.30802@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Juergen Lock , multimedia@FreeBSD.org Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Tue, 26 Apr 2011 17:47:59 -0000 On Tue, Apr 26, 2011 at 08:32:52PM +0300, Andriy Gapon wrote: > on 26/04/2011 19:50 Andriy Gapon said the following: > > > > Guys, > > > > I reading this http://manuals.opensound.com/developer/SNDCTL_DSP_GETOPTR.html > > It says: "In mmap mode (only) the ptr field tells the location where the next > > sample will be recorded." > > In my opinion that means that we have a mistake in our code and the following > > patch should be applied. But I am not sufficiently familiar with this code. > > It seems that with this change linux alsa lib with oss plugin works for audio > recording now. E.g. in skype. > Hope I wasn't sloppy with my testing again, so I will re-test. > > Juergen, > will you be able to test this too? > > > --- a/sys/dev/sound/pcm/dsp.c > > +++ b/sys/dev/sound/pcm/dsp.c > > @@ -1655,7 +1655,7 @@ dsp_ioctl > > /* XXX abusive DMA update: chn_rdupdate(rdch); */ > > a->bytes = sndbuf_gettotal(bs); > > a->blocks = sndbuf_getblocks(bs) - rdch->blocks; > > - a->ptr = sndbuf_getreadyptr(bs); > > + a->ptr = sndbuf_getfreeptr(bs); > > rdch->blocks = sndbuf_getblocks(bs); > > CHN_UNLOCK(rdch); > > } else > > > > P.S. leading (indenting) whitespace in this file is a mess. Nice, I'll have a go. Thanx! Juergen From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 18:52:19 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 915EF106564A; Tue, 26 Apr 2011 18:52:19 +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 4FF598FC14; Tue, 26 Apr 2011 18:52:18 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5AB0E1E00071; Tue, 26 Apr 2011 20:52:18 +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 p3QIpXuK008140; Tue, 26 Apr 2011 20:51:33 +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 p3QIpWfY008139; Tue, 26 Apr 2011 20:51:32 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 26 Apr 2011 20:51:32 +0200 To: Juergen Lock Message-ID: <20110426185132.GA8111@triton8.kn-bremen.de> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110426174449.GA4437@triton8.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, multimedia@FreeBSD.org, Andriy Gapon Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Tue, 26 Apr 2011 18:52:19 -0000 On Tue, Apr 26, 2011 at 07:44:49PM +0200, Juergen Lock wrote: > On Tue, Apr 26, 2011 at 08:32:52PM +0300, Andriy Gapon wrote: > > on 26/04/2011 19:50 Andriy Gapon said the following: > > > > > > Guys, > > > > > > I reading this http://manuals.opensound.com/developer/SNDCTL_DSP_GETOPTR.html > > > It says: "In mmap mode (only) the ptr field tells the location where the next > > > sample will be recorded." > > > In my opinion that means that we have a mistake in our code and the following > > > patch should be applied. But I am not sufficiently familiar with this code. > > > > It seems that with this change linux alsa lib with oss plugin works for audio > > recording now. E.g. in skype. > > Hope I wasn't sloppy with my testing again, so I will re-test. > > > > Juergen, > > will you be able to test this too? > > > > > --- a/sys/dev/sound/pcm/dsp.c > > > +++ b/sys/dev/sound/pcm/dsp.c > > > @@ -1655,7 +1655,7 @@ dsp_ioctl > > > /* XXX abusive DMA update: chn_rdupdate(rdch); */ > > > a->bytes = sndbuf_gettotal(bs); > > > a->blocks = sndbuf_getblocks(bs) - rdch->blocks; > > > - a->ptr = sndbuf_getreadyptr(bs); > > > + a->ptr = sndbuf_getfreeptr(bs); > > > rdch->blocks = sndbuf_getblocks(bs); > > > CHN_UNLOCK(rdch); > > > } else > > > > > > P.S. leading (indenting) whitespace in this file is a mess. > > Nice, I'll have a go. Seems to work, yay! :) Thanx, Juergen PS: the linux pulseaudio lib port can still be committed, right? Because the updated rpm netchild built now also seems to no longer need the symlink. From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 19:55:49 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C87CD1065672; Tue, 26 Apr 2011 19:55:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id DDD958FC1E; Tue, 26 Apr 2011 19:55:48 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id WAA29189; Tue, 26 Apr 2011 22:55:46 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QEoMM-0005xs-7x; Tue, 26 Apr 2011 22:55:46 +0300 Message-ID: <4DB72341.7060201@FreeBSD.org> Date: Tue, 26 Apr 2011 22:55:45 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Juergen Lock References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> In-Reply-To: <20110426185132.GA8111@triton8.kn-bremen.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netchild@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Tue, 26 Apr 2011 19:55:49 -0000 on 26/04/2011 21:51 Juergen Lock said the following: > Seems to work, yay! :) Thanks for testing! > PS: the linux pulseaudio lib port can still be committed, right? > Because the updated rpm netchild built now also seems to no longer > need the symlink. It would not be as useful for me now, but I think it still could be useful. So, yes :) -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 20:16:51 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B503A1065673; Tue, 26 Apr 2011 20:16:51 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2AE8FC20; Tue, 26 Apr 2011 20:16:51 +0000 (UTC) Received: by iwn33 with SMTP id 33so1136298iwn.13 for ; Tue, 26 Apr 2011 13:16:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:cc:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=/iyKqk/GfYanWQR47zLJHcFxImxt6GazbpJRLigPFl4=; b=TqLSXSuI44ZbQs63CkIJFEhwcV50H3bXL7/ycukDbSRCmlmtwgPiWk5q9G1EVFkgoZ y0HjiZNs7jzsK/twnbaFHDRKbRb7cqQZdZMGV7QpRC5exnDAcE4tDb4Y7VscCYMCY+mK 16piXi2I+y/8y6C7PJZx8ArK+ViNnO1kOBr0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=orJ++wCXeq3dYu2GIbudxNlipDBtrwXsTqrxoIlBzvE/KGpHp1dUenPMPfwvpYoxt/ Yw+8LXG65Do1BKMx+HHIkRM3yF5Oy/e/kMrxVwJf7TzaAIz6tRwygI5Q/GdWABT4LLG1 uDNbtd0yJVHWsv15bwhMHKaV2UWYf3phIWePA= Received: by 10.42.146.73 with SMTP id i9mr1444170icv.252.1303845630636; Tue, 26 Apr 2011 12:20:30 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 19sm9737ibx.35.2011.04.26.12.20.28 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Apr 2011 12:20:29 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 26 Apr 2011 12:19:42 -0700 From: YongHyeon PYUN Date: Tue, 26 Apr 2011 12:19:42 -0700 To: Andriy Gapon Message-ID: <20110426191942.GB9893@michelle.cdnetworks.com> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DB701C4.30802@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: Juergen Lock , multimedia@freebsd.org Subject: Re: SNDCTL_DSP_GETIPTR implementation X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 20:16:51 -0000 On Tue, Apr 26, 2011 at 08:32:52PM +0300, Andriy Gapon wrote: > on 26/04/2011 19:50 Andriy Gapon said the following: > > > > Guys, > > > > I reading this http://manuals.opensound.com/developer/SNDCTL_DSP_GETOPTR.html > > It says: "In mmap mode (only) the ptr field tells the location where the next > > sample will be recorded." > > In my opinion that means that we have a mistake in our code and the following > > patch should be applied. But I am not sufficiently familiar with this code. > > It seems that with this change linux alsa lib with oss plugin works for audio > recording now. E.g. in skype. > Hope I wasn't sloppy with my testing again, so I will re-test. > > Juergen, > will you be able to test this too? > > > --- a/sys/dev/sound/pcm/dsp.c > > +++ b/sys/dev/sound/pcm/dsp.c > > @@ -1655,7 +1655,7 @@ dsp_ioctl > > /* XXX abusive DMA update: chn_rdupdate(rdch); */ > > a->bytes = sndbuf_gettotal(bs); > > a->blocks = sndbuf_getblocks(bs) - rdch->blocks; > > - a->ptr = sndbuf_getreadyptr(bs); > > + a->ptr = sndbuf_getfreeptr(bs); > > rdch->blocks = sndbuf_getblocks(bs); > > CHN_UNLOCK(rdch); It had been long time ago since I read sound code so I'm not sure my understanding is correct or not. I think our implementation slightly violates OSS API. bytes of count_info for both SNDCTL_DSP_GETOPTR and SNDCTL_DSP_GETIPTR is number of bytes played/recorded so far but our code always returns a fragment size. However I think it returns correct ptr value in the fragment. I think applications should not rely on SNDCTL_DSP_GETOPTR or SNDCTL_DSP_GETIPTR since byte can reset to 0 after long running of playing/recording. SNDCTL_DSP_GETOPTR/SNDCTL_DSP_GETIPTR and SNDCTL_DSP_GETODELAY/SNDCTL_DSP_GETOSPACE are normally used to track overrun condition so old sound code tried to return accurate ptr to application by triggering DMA. However this was disabled long time ago because it can cause unnecessary delays so application can get same ptr in successive ioctls which in turn may make application think playback/recording is not working. This may happen on applications that try to respond smarter and have complex buffering strategies. How about reviving chn_rdupdate() in SNDCTL_DSP_GETIPTR? This may introduce additional latencies but you may be able to know the root of the issue. > > } else > > > > P.S. leading (indenting) whitespace in this file is a mess. > Agreed. From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 26 20:24:59 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FD9B106566B; Tue, 26 Apr 2011 20:24:59 +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 DFB7B8FC17; Tue, 26 Apr 2011 20:24:58 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id BED221E000DA; Tue, 26 Apr 2011 22:24:57 +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 p3QKNnQ3015025; Tue, 26 Apr 2011 22:23:49 +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 p3QKNnIX015024; Tue, 26 Apr 2011 22:23:49 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 26 Apr 2011 22:23:49 +0200 To: Andriy Gapon Message-ID: <20110426202349.GA14855@triton8.kn-bremen.de> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DB72341.7060201@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, Juergen Lock , multimedia@FreeBSD.org Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Tue, 26 Apr 2011 20:24:59 -0000 On Tue, Apr 26, 2011 at 10:55:45PM +0300, Andriy Gapon wrote: > on 26/04/2011 21:51 Juergen Lock said the following: > > Seems to work, yay! :) > > Thanks for testing! > > > PS: the linux pulseaudio lib port can still be committed, right? > > Because the updated rpm netchild built now also seems to no longer > > need the symlink. > > It would not be as useful for me now, but I think it still could be useful. > So, yes :) Committed. (Also the linux_dvbwrapper-kmod port a few days ago btw.) Thanx, :) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 01:19:46 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 6EDB6106564A for ; Wed, 27 Apr 2011 01:19:46 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 401638FC0C for ; Wed, 27 Apr 2011 01:19:46 +0000 (UTC) Received: by pzk27 with SMTP id 27so943084pzk.13 for ; Tue, 26 Apr 2011 18:19:45 -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; bh=2y4VHBrzOBOVbytYFOJhM4c5McWoNcY6UmtyeIhC4Vo=; b=obztZL7EfWhP3B/AXicd5FFZel79wkuAHXelPFgiArOAkkB6mw25h/h7HqCXJL8sPV H5Ypy9JPbsCm6ZKLmSp98+oPUGrqglm59ARSsoLghS47lUPFeGfs8PGpHpX6Iie4PvjK 7oLvoAqbOLp5RI9OiQoWY4GOYNmZxSjXR/XkQ= 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; b=TspxaLQyoiPs4P6zVC0RlcVl97UIp5GRJaUzp1F23xXftPJ4IPRyS2P6gTsqI0CuQJ JHxTuFlbvLsHQzSwA6e3nhyLG4TjcmpvvmoQo++cHYAG+l1fUUrR871kR3biC4gxvVqD N+fXCcGgUZKXdnRE3Dee0krZ4iN/HtWy4jEkQ= MIME-Version: 1.0 Received: by 10.68.25.164 with SMTP id d4mr1521070pbg.473.1303867184014; Tue, 26 Apr 2011 18:19:44 -0700 (PDT) Received: by 10.68.58.231 with HTTP; Tue, 26 Apr 2011 18:19:43 -0700 (PDT) In-Reply-To: <4DB67DED.1030906@ladisch.de> References: <4DB67DED.1030906@ladisch.de> Date: Tue, 26 Apr 2011 22:19:43 -0300 Message-ID: From: Marcel Bonnet To: Clemens Ladisch Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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: Wed, 27 Apr 2011 01:19:46 -0000 On 26 April 2011 05:10, Clemens Ladisch wrote: > Marcel Bonnet wrote: > > I'm using the M-AUDIO FastTrack Pro USB audio interface, but every time= I > > play or record, the sound get distorted. > > > uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format > > uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format > > This device uses one internal sample rate; using different rates for the > playback and capture interfaces won't work. > > AFAIK there are some undocumented constraints on which configurations > and alternate settings can be used; and in some alternate settings, the > device uses big-endian samples. This cannot be handled with the generic > parts of the uaudio driver; it requires device-specific workarounds. > > There is an outdated patch that tries to make this device work on Linux > on this page: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3D32= 49 > > Thanks, I'll keep that URL for studing soon. I was using Linux kernel 2.6.26 (debian lenny - 5.x) until last month and the playback worked fine. > > Regards, > Clemens > --=20 Marcel Bonnet *"No princ=EDpio era o caos... e no meio tamb=E9m."* www.monovox.net.br twitter.com/mono_vox FreeBSD inside From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 01:27:43 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 71092106566C for ; Wed, 27 Apr 2011 01:27:43 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 40DBB8FC14 for ; Wed, 27 Apr 2011 01:27:43 +0000 (UTC) Received: by pvg11 with SMTP id 11so1147757pvg.13 for ; Tue, 26 Apr 2011 18:27:42 -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; bh=MylfSy3JV23+ZgnUYvWIU/TbeYpl8OjWe9lvuj0PuMA=; b=u3pEz+63Gusva3EOn+l3zFNasL9Ja3gdPq1g7MbwbipEsf0zlD4CGocsezeHwpypl3 1kcB5Bxv8I3otiMFc1JsqrDO7buohtDUyThFxPSpSjcwol+tkXYuxcM5ozy9T55QiHTU YWVMsdkwcD17mK+HALuWdv23PDwHVeYr3Ur4E= 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; b=wc44qAEfOJknXi4IHvvCMmXWJw9Uf3pWdHGIBUZYFjr251nEJCU/XwNIIjcv0EhH5x cWYY9WvOtk06Q4IAGvzEt3rbPihmspe1YAa6fzkGOxiQ6PzYRgx5GoUjyPTiWhoaGQfV y5qIJ/auwTQOPmqpV1ennb7RL7HSDEQQHoBpU= MIME-Version: 1.0 Received: by 10.68.19.3 with SMTP id a3mr1680175pbe.201.1303867662730; Tue, 26 Apr 2011 18:27:42 -0700 (PDT) Received: by 10.68.58.231 with HTTP; Tue, 26 Apr 2011 18:27:42 -0700 (PDT) In-Reply-To: <201104261047.01454.hselasky@c2i.net> References: <4DB67DED.1030906@ladisch.de> <201104261047.01454.hselasky@c2i.net> Date: Tue, 26 Apr 2011 22:27:42 -0300 Message-ID: From: Marcel Bonnet To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, Clemens Ladisch Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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: Wed, 27 Apr 2011 01:27:43 -0000 On 26 April 2011 05:47, Hans Petter Selasky wrote: > On Tuesday 26 April 2011 10:10:21 Clemens Ladisch wrote: > > Marcel Bonnet wrote: > > > I'm using the M-AUDIO FastTrack Pro USB audio interface, but every time > I > > > play or record, the sound get distorted. > > > > > > uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format > > > uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format > > > > This device uses one internal sample rate; using different rates for the > > playback and capture interfaces won't work. > > > > AFAIK there are some undocumented constraints on which configurations > > and alternate settings can be used; and in some alternate settings, the > > device uses big-endian samples. This cannot be handled with the generic > > parts of the uaudio driver; it requires device-specific workarounds. > > > > There is an outdated patch that tries to make this device work on Linux > > on this page: > https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3249 > > > > > > Try to set: > > sysctl hw.usb.uaudio.default_rate=44100 > > Then replug the device. > > We could possible make a workaround for this. > Hey, that worked!! (guys, sorry for taking much time for responding, too much busy these days) Thanks, Hans Petter. I made 4 tests for keeping record of the way your trick works, hope it's usefull: (the trick #3 was the best 'cause I don't need to configure every boot) 1) NICE TRICK System booted with snd_uaudio_load="YES" M-AUDIO USB Device is disconnected (turned off) $ sysctl hw.usb.uaudio hw.usb.uaudio.default_channels: 0 hw.usb.uaudio.default_bits: 32 hw.usb.uaudio.default_rate: 0 hw.usb.uaudio.debug: 0 $ sudo sysctl hw.usb.uaudio.default_rate=44100 hw.usb.uaudio.default_rate: 0 -> 44100 M-AUDIO USB Device is now connected $ audacious The same MP3 (128kbps 44100 Hz) now played very clean. Sounds perfect. Closed the application. $ sudo sysctl hw.usb.uaudio.default_rate=0 hw.usb.uaudio.default_rate: 44100 -> 0 $ audacious The same MP3 still playing perfect. Closed the application. 2) NICE TRICK Another test, but the system maintains the last statet (not rebooted) M-AUDIO USB Device was disconnect (turned off) $ audacious The same MP3 sounds distorted. Closed the application. $ sudo sysctl hw.usb.uaudio.default_rate=44100 hw.usb.uaudio.default_rate: 0 -> 44100 $ audacious The same MP3 sounds distorted. Closed the application. 3) NICE TRICK System rebooted with snd_uaudio_load="YES" M-AUDIO USB Device is connected (powered on) Added entry to /boot/loader.conf: hw.usb.uaudio.default_rate=44100 $ dmesg | grep uaudio uaudio0: on usbus0 uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format uaudio0: MIDI sequencer pcm0: on uaudio0 * without setting the default_rate the device announces itself as 44100 Hz for playback, 48000 for recording $ sysctl hw.usb.uaudio hw.usb.uaudio.default_channels: 0 hw.usb.uaudio.default_bits: 32 hw.usb.uaudio.default_rate: 44100 hw.usb.uaudio.debug: 0 $ audacious The same MP3 still playing perfect. Closed the application. 4) THE PROBLEM * The same happens if I don't change the default_rate. System rebooted with snd_uaudio_load="YES" M-AUDIO USB Device is connected (powered on) $ sysctl hw.usb.uaudio hw.usb.uaudio.default_channels: 0 hw.usb.uaudio.default_bits: 32 hw.usb.uaudio.default_rate: 0 hw.usb.uaudio.debug: 0 $ sudo sysctl hw.usb.uaudio.default_rate=44100 hw.usb.uaudio.default_rate: 0 -> 44100 $ audacious The same MP3 sounds distorted. Closed the application. -- Marcel Bonnet > > --HPS > * * From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 01:31:00 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 83A5C106566C for ; Wed, 27 Apr 2011 01:31:00 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5246E8FC0C for ; Wed, 27 Apr 2011 01:31:00 +0000 (UTC) Received: by pvg11 with SMTP id 11so1149750pvg.13 for ; Tue, 26 Apr 2011 18:30:59 -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; bh=bSaKdDL2jK1ruifZKy5bNbHN8YzEALgO8TtXqJxaPco=; b=XcbO1bCTxw/PtpHhAri60QjssG/K2zfeX4MzpREXTTIhRPnya3JOBayPu+X3Rk2LeC g9KuR/ObxaqLrlNtvcDY3NzA48Tj03LuX3ZJ8wHipTn60Sg6wPme/2lNfA3pwnr11Kc2 YZEzmBj3ez0eVQrAFVIk/Ztv1QPPkNIabGhqs= 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; b=Uzr5EU2Mw9MSoVefZunumbl9gybaKkd343ucaEe4CKaaLeGsY7WNFz5OjRLE10Wzer 5+uK46zOPc0hWhrwYQO0serRz7ok47uzeEDhAbGWuG6kSDHrJrfc8pJ4uLaMS1ovhAKq A0faFtPszE79lroTVb1mLl2z+ccH0AXO+EuO4= MIME-Version: 1.0 Received: by 10.68.36.73 with SMTP id o9mr1686440pbj.67.1303867858541; Tue, 26 Apr 2011 18:30:58 -0700 (PDT) Received: by 10.68.58.231 with HTTP; Tue, 26 Apr 2011 18:30:58 -0700 (PDT) In-Reply-To: <201104260840.20985.hselasky@c2i.net> References: <201104231839.02214.hselasky@c2i.net> <201104260840.20985.hselasky@c2i.net> Date: Tue, 26 Apr 2011 22:30:58 -0300 Message-ID: From: Marcel Bonnet To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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: Wed, 27 Apr 2011 01:31:00 -0000 On 26 April 2011 03:40, Hans Petter Selasky wrote: > On Monday 25 April 2011 23:04:38 Marcel Bonnet wrote: > > On 23 April 2011 13:39, Hans Petter Selasky wrote: > > > On Saturday 23 April 2011 15:56:15 Marcel Bonnet wrote: > > > > On 23 April 2011 02:20, Hans Petter Selasky > wrote: > > > > > On Saturday 23 April 2011 04:15:01 Marcel Bonnet wrote: > > > > > > Hi, folks. > > > > > > > > > > > > I'm using the M-AUDIO FastTrack Pro USB audio interface, but > every > > > > > > time > > > > > > > > > I play or record, the sound get distorted. > > > > > > If I record a clean guitar, it sounds like using a light > > > > > > > > > > distortion/driver. > > > > > > > > > > > Any mp3 or wav I play is distorted too, especialy the higher > notes. > > > > > > This device has it's own mixer. I'm sure the sound is not > clipping > > > > > > > > > > because > > > > > > > > > > > the interface has its own knobs (volume/gain for in/out) and a > led > > > > > > for > > > > > > > > > clipping indication. > > > > > > > > > > > > I tried to change the volume using the mixer command - nothing > > > > > > changed. > > > > > > > > > I thought the problem could be the frequency rate: tried the > sysctl > > > > > > dev.pcm.0.play.vchanmode (tried the 3 values without any > > > > > > difference) and the dev.pcm.0.play.vchanrate (but the system > > > > > > always mantain the same freq =3D 44100). No sucess too. > > > > > > > > > > > > I just don't know what to do. Don't even know if I'm in the rig= ht > > > > > > direction. Maybe it could be a driver's problem? > > > > > > I apreciate any help. Below there are some information. > > > > > > > > > > Hi, > > > > > > > > > > What does the distortion look like in audiacity? > > > > > > > > Hi. You mean like the visual form of the wave? It looks perfect, no > > > > clipping, no distortion. I recorded a piano in audacity. The playba= ck > > > > was distorted. I then exported to WAV and played in Sound Forge > > > > (windows) and the wave form was nice and the sound was perfect! > > > > Seems the problem is only when I playback in FreeBSD. > > > > Any other ideia? > > > > > > > > Well, if it is important: I'm running: > > > > $ uname -a > > > > > > > > FreeBSD machine.STUDIO 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb = 18 > > > > 02:24:46 UTC 2011 > > > > root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > > > > > > Thanks > > > > > > > > > --HPS > > > > > > It might be that the device announces it supports 44.1KHz, though the > > > actual > > > rate is 48KHz. > > > > > > Try this patch: > > > > > > http://svn.freebsd.org/changeset/base/220900 > > > > Hello. I tried. > > I backuped the original uaudio.c and put the new one in > > /usr/src/sys/dev/sound/usb > > and then: > > > > # cd /usr/src/sys/modules/sound/driver/uaudio > > # make > > > > The result was: > > > > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= .c > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= .c > > : In function 'uaudio_probe': > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= .c > > :548: error: 'UQ_AU_VENDOR_CLASS' undeclared (first use in this functio= n) > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= . > > c:548: error: (Each undeclared identifier is reported only once > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= .c > > :548: error: for each function it appears in.) > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= .c > > :564: error: 'UQ_BAD_MIDI' undeclared (first use in this function) > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= .c > > : In function 'uaudio_attach': > > > /usr/src/sys/modules/sound/driver/uaudio/../../../../dev/sound/usb/uaudio= .c > > :598: error: 'UQ_AU_VENDOR_CLASS' undeclared (first use in this functio= n) > > *** Error code 1 > > > > Did I made anything wrong or maybe we're missing a SVN update for > uaudio.h > > or something? > > Then you also need to import the usb/quirk folder and related files and > possibly also usb/usbdevs > Should I try import the files and try to make uaudio with that patch after the trick with setting "sysctl hw.usb.uaudio.default_rate=3D44100" ? Thanks, Marcel Bonnet > > --HPS > --=20 Marcel Bonnet *"No princ=EDpio era o caos... e no meio tamb=E9m."* www.monovox.net.br twitter.com/mono_vox FreeBSD inside From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 04:15:08 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 20E55106564A; Wed, 27 Apr 2011 04:15:08 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id A1AB18FC15; Wed, 27 Apr 2011 04:15:07 +0000 (UTC) Received: by yxl31 with SMTP id 31so404450yxl.13 for ; Tue, 26 Apr 2011 21:15:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:x-openpgp-key-id:x-openpgp-key-fingerprint :x-openpgp-key-url; bh=oPuhP39ZuWxWyjvCLkav3r4WWZO1GsVNKFO99h05eFs=; b=tyqiaQIO00yL5L1VYSfIqhvBkwHoqijSlLT5CdoLDXvZfdEgJs9t6M7NDFH4IGXO9f cnGxaq1nVOeg9g+b1my5RHOGW2ARrVQb2+zPYDH43gjw6Y14qv6wmBhRdL/PZhavpbar zQ4TrVcKSNJTNYkeKG9ARJ8QdydiS9GHIW478= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-openpgp-key-id :x-openpgp-key-fingerprint:x-openpgp-key-url; b=KBZlEop88jc23Ew3jSLvrLJHTQA6zgVqBnmmaSbvm/UTlU6choUEtWPGkoEafDNNW9 JDyQ/G7euMgsZ+GwIsUV08e684WtyQh5O9jWp9pQ+usfIdy7HH6SNMoqPVgwLqohuPON Zm+OCPassBiv1pWFuOGAt8VQErO0oDJBICHeo= Received: by 10.236.170.225 with SMTP id p61mr1997415yhl.231.1303875968607; Tue, 26 Apr 2011 20:46:08 -0700 (PDT) Received: from DataIX.net (adsl-99-190-84-116.dsl.klmzmi.sbcglobal.net [99.190.84.116]) by mx.google.com with ESMTPS id 25sm236411yhl.5.2011.04.26.20.46.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Apr 2011 20:46:07 -0700 (PDT) Sender: "J. Hellenthal" Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.4/8.14.4) with ESMTP id p3R3k3Bx084315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Apr 2011 23:46:04 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.4/8.14.4/Submit) id p3R3k3ou084314; Tue, 26 Apr 2011 23:46:03 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Tue, 26 Apr 2011 23:46:03 -0400 From: "Jason J. Hellenthal" To: martinko Message-ID: <20110427034602.GA80558@DataIX.net> References: <4DB60812.1000109@users.sf.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <4DB60812.1000109@users.sf.net> X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E X-OpenPGP-Key-URL: http://bit.ly/0x89D8547E Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: expiration of net/skype ?! 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: Wed, 27 Apr 2011 04:15:08 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable martinko, Hi, Ive read your post below and the following two messages on this among other messages regarding the deprecation of ports. One thing that should be noted is that once the deprecation process is done and over and the port nolonger becomes part of the tree, you are still more than able and welcome to keep the distfiles you have as well checkout just the port directory in question that you are worried about to a seperate place other than the ports tree to maintain it locally. The port may not exactly be in the snapshot tree but just because of that does not mean it will not work for you from a different location. Also note that it may actually be good practice for those that need to use those ports but are unsure of exactly what it involves to upkeep them. It could lead you to another time where you might be interested in being the maintainer for that port. On Tue, Apr 26, 2011 at 01:47:30AM +0200, martinko wrote: >Hi all, > >So what is this deprecation and expiration of net/skype port please ?? >I'm asking because I've been using it successfully for more than a year=20 >and installed it again just this weekend without any issue. And I've=20 >read in the mailing lists many others use it too. So why all that=20 >black-listing ? Should I copy the port to my home folder for future=20 >installations ? Or can I / we do something about keeping it in the=20 >ports tree ? I would surely appreciate if it could stay there. > --=20 Regards, (jhell) Jason Hellenthal --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: http://bit.ly/0x89D8547E iQEcBAEBAgAGBQJNt5F6AAoJEJBXh4mJ2FR+bHkH/iFaC6RZF5884cqKdPZ0cyOC FSq4gSEQfb051ZjpTfMZXSfmymvdaFVN7w2jg3zjVdOFXEk2q6aTJBPgaUPIM7dM F8+Fh7ZKzOccQ/uJwIzUxraO5IeCZ5fRI/FeCsyM03nQtNL3xyC3sVoVyXnjEcUS FnmXy+uuMhxdrXqXmdRcDTcFieNrZxenKgMwtyEFAEIbU2JrZ8+GGU9DG1lvPtZ0 /mrzLDOiXKE9p2MrZ/lXgxpaYQtR/6jHv8+mNComK1FI3/bXmlGkmPBgmEyjCb4J jFa5kFjZRgyxHh8zGqAJ5xNlHnyYxGr6GIrqfucPFdOQd4cqnwatVEdOpi1g1+8= =Oztd -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 06:46:57 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BBF0106564A for ; Wed, 27 Apr 2011 06:46:57 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 698178FC14 for ; Wed, 27 Apr 2011 06:46:56 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA06771; Wed, 27 Apr 2011 09:46:53 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QEyWS-0008i5-Qt; Wed, 27 Apr 2011 09:46:52 +0300 Message-ID: <4DB7BBDB.8070300@FreeBSD.org> Date: Wed, 27 Apr 2011 09:46:51 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: pyunyh@gmail.com References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426191942.GB9893@michelle.cdnetworks.com> In-Reply-To: <20110426191942.GB9893@michelle.cdnetworks.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: multimedia@FreeBSD.org Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Wed, 27 Apr 2011 06:46:57 -0000 on 26/04/2011 22:19 YongHyeon PYUN said the following: > It had been long time ago since I read sound code so I'm not sure > my understanding is correct or not. I think our implementation > slightly violates OSS API. bytes of count_info for both > SNDCTL_DSP_GETOPTR and SNDCTL_DSP_GETIPTR is number of > bytes played/recorded so far but our code always returns a fragment > size. However I think it returns correct ptr value in the fragment. > I think applications should not rely on SNDCTL_DSP_GETOPTR or > SNDCTL_DSP_GETIPTR since byte can reset to 0 after long running of > playing/recording. SNDCTL_DSP_GETOPTR/SNDCTL_DSP_GETIPTR > and SNDCTL_DSP_GETODELAY/SNDCTL_DSP_GETOSPACE are normally used to > track overrun condition so old sound code tried to return accurate > ptr to application by triggering DMA. However this was disabled > long time ago because it can cause unnecessary delays so > application can get same ptr in successive ioctls which in turn may > make application think playback/recording is not working. This may > happen on applications that try to respond smarter and have complex > buffering strategies. > How about reviving chn_rdupdate() in SNDCTL_DSP_GETIPTR? This may > introduce additional latencies but you may be able to know the root > of the issue. I don't think that this would be of any help to what I am trying to fix. But admittedly I am not much of an expert in OSS programming, neither on driver side nor on userland side. What I see is this. Many Linux(-ish) OSS applications, including ALSA OSS plugin, use SNDCTL_DSP_GETIPTR to check if any recorded samples become available. I've verified in the source code that ALSA OSS plugin only looks at ptr value, it completely ignores other returned parameters. So, right now our driver points the ptr to the start of the recorded data. Which means that the ptr doesn't change when new recorded data becomes available, it only changes when application reads some data from the buffer. But the applications that I am speaking about expect the opposite behavior - they expect that the ptr points to the end of recorded data and that that changes when more data becomes available in the buffer. The proposed patch should change our behavior to match their expectations. And the OSS specification seems to support their expectations too. How they deal with buffer sizes, wraparounds, etc, that I haven't verified. But I am pretty sure that they do it in a reasonable fashion and our driver is compatible with what they are doing. I am basing my assessment on the fact that with the proposed change I can record through Linux ALSA OSS plugin (in Skype) perfectly well. So, thank you for valuable insights into the code, but it seems that they are not directly applicable to this particular problem. -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 06:49:18 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16944106564A; Wed, 27 Apr 2011 06:49:18 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EE83D8FC14; Wed, 27 Apr 2011 06:49:16 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA06800; Wed, 27 Apr 2011 09:49:15 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QEyYk-0008iC-ND; Wed, 27 Apr 2011 09:49:14 +0300 Message-ID: <4DB7BC6A.7060207@FreeBSD.org> Date: Wed, 27 Apr 2011 09:49:14 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Juergen Lock References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> In-Reply-To: <20110426202349.GA14855@triton8.kn-bremen.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org, netchild@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Wed, 27 Apr 2011 06:49:18 -0000 [adding emulation@ to cc] on 26/04/2011 23:23 Juergen Lock said the following: > Committed. (Also the linux_dvbwrapper-kmod port a few days ago btw.) Perhaps you can also commit one of the versions of linux alsa oss plugin port? :-) I know at least of two versions in the PR database and probably a few people have their own private versions. -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 07:12: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 9F4B61065670 for ; Wed, 27 Apr 2011 07:12:48 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9848FC13 for ; Wed, 27 Apr 2011 07:12:47 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=0KkIQGagYCvnrzE3Z2Lmid87OPdbX6VLcZYwAuLMZ50= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=yNLj92IrXO4A:10 a=WQU8e4WWZSUA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=H4dZF5uQ7AtsgbgrOYIA:9 a=PUjeQqilurYA:10 a=9aOQ2cSd83gA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 119377633; Wed, 27 Apr 2011 09:12:37 +0200 From: Hans Petter Selasky To: Marcel Bonnet Date: Wed, 27 Apr 2011 09:11:39 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <201104260840.20985.hselasky@c2i.net> In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201104270911.39988.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: uaudio, M-Audio FastTrack Pro device - sound distorted 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: Wed, 27 Apr 2011 07:12:48 -0000 On Wednesday 27 April 2011 03:30:58 Marcel Bonnet wrote: > On 26 April 2011 03:40, Hans Petter Selasky wrote: > > On Monday 25 April 2011 23:04:38 Marcel Bonnet wrote: > > > or something? > > > > Then you also need to import the usb/quirk folder and related files and > > possibly also usb/usbdevs > > Should I try import the files and try to make uaudio with that patch after > the trick with setting "sysctl hw.usb.uaudio.default_rate=44100" ? > You could try to make a new quirk UQ_AU_44100KHZ_ONLY and send a patch for that. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 16:32:12 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E35A1065672; Wed, 27 Apr 2011 16:32: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 BCD338FC0C; Wed, 27 Apr 2011 16:32:11 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id B05341E000EB; Wed, 27 Apr 2011 18:32:10 +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 p3RGUlBX047718; Wed, 27 Apr 2011 18:30:47 +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 p3RGUlT7047717; Wed, 27 Apr 2011 18:30:47 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 27 Apr 2011 18:30:47 +0200 To: Andriy Gapon Message-ID: <20110427163047.GA47520@triton8.kn-bremen.de> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DB7BC6A.7060207@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , multimedia@FreeBSD.org, itetcu@FreeBSD.org, fluffy@FreeBSD.org Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Wed, 27 Apr 2011 16:32:12 -0000 On Wed, Apr 27, 2011 at 09:49:14AM +0300, Andriy Gapon wrote: > > [adding emulation@ to cc] > > on 26/04/2011 23:23 Juergen Lock said the following: > > Committed. (Also the linux_dvbwrapper-kmod port a few days ago btw.) > > Perhaps you can also commit one of the versions of linux alsa oss plugin port? :-) > > I know at least of two versions in the PR database and probably a few people > have their own private versions. I guess you mean, http://www.freebsd.org/cgi/query-pr.cgi?pr=147549&sourceid=opensearch ports/147549: [NEW PORT] audio:alsa-plugins-oss: linux alsa plugins oss ( for skype 2.1.0.81 ) Responsible: itetcu@FreeBSD.org and http://www.freebsd.org/cgi/query-pr.cgi?pr=147554&sourceid=opensearch ports/147554: new ports: audio/linux-f10-[alsa|pulseaudio] Responsible: fluffy@FreeBSD.org - both are already assigned tho so I guess I would be stepping on toes...? :) I'll Cc both. Cheers, Juergen From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 18:12:44 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A97C106564A; Wed, 27 Apr 2011 18:12:44 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id C760E8FC12; Wed, 27 Apr 2011 18:12:43 +0000 (UTC) Received: from [10.88.5.185] (unknown [109.166.128.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id A0E5E22C5531; Wed, 27 Apr 2011 20:53:32 +0300 (EEST) References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> User-Agent: K-9 Mail for Android In-Reply-To: <20110427163047.GA47520@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Ion-Mihai Tetcu Date: Wed, 27 Apr 2011 20:53:14 +0300 To: Juergen Lock ,Andriy Gapon Message-ID: <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> Cc: emulation@FreeBSD.org, netchild@FreeBSD.org, multimedia@FreeBSD.org, fluffy@FreeBSD.org Subject: Re: SNDCTL_DSP_GETIPTR implementation 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: Wed, 27 Apr 2011 18:12:44 -0000 Juergen Lock wrote: >On Wed, Apr 27, 2011 at 09:49:14AM +0300, Andriy Gapon wrote: >> >> [adding emulation@ to cc] >> >> on 26/04/2011 23:23 Juergen Lock said the following: >> > Committed. (Also the linux_dvbwrapper-kmod port a few days ago >btw.) >> >> Perhaps you can also commit one of the versions of linux alsa oss >plugin port? :-) >> >> I know at least of two versions in the PR database and probably a few >people >> have their own private versions. > >I guess you mean, > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147549&sourceid=opensearch > ports/147549: [NEW PORT] audio:alsa-plugins-oss: linux alsa plugins >oss ( for skype 2.1.0.81 ) > Responsible: itetcu@FreeBSD.org > >and > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147554&sourceid=opensearch > ports/147554: new ports: audio/linux-f10-[alsa|pulseaudio] > Responsible: fluffy@FreeBSD.org > >- both are already assigned tho so I guess I would be stepping on >toes...? :) I'll Cc both. > > Cheers, > Juergen Go ahead, i'm without net except on my phone for a few day now and it seems it will be like this for a few days more. Thanks and sorry. From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 27 18:24:31 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 8BEBE106566B for ; Wed, 27 Apr 2011 18:24:31 +0000 (UTC) (envelope-from jmg@h2.funkthat.com) Received: from h2.funkthat.com (gate.funkthat.com [70.36.235.232]) by mx1.freebsd.org (Postfix) with ESMTP id 6561B8FC18 for ; Wed, 27 Apr 2011 18:24:31 +0000 (UTC) Received: from h2.funkthat.com (localhost [127.0.0.1]) by h2.funkthat.com (8.14.3/8.14.3) with ESMTP id p3RHqlNt072576 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 27 Apr 2011 10:52:47 -0700 (PDT) (envelope-from jmg@h2.funkthat.com) Received: (from jmg@localhost) by h2.funkthat.com (8.14.3/8.14.3/Submit) id p3RHqlOM072575; Wed, 27 Apr 2011 10:52:47 -0700 (PDT) (envelope-from jmg) Date: Wed, 27 Apr 2011 10:52:47 -0700 From: John-Mark Gurney To: dieterbsd@engineer.com Message-ID: <20110427175247.GD90732@funkthat.com> Mail-Followup-To: dieterbsd@engineer.com, freebsd-multimedia@freebsd.org References: <8CDCDD17AD3289A-1A60-4F6B@web-mmc-m03.sysops.aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8CDCDD17AD3289A-1A60-4F6B@web-mmc-m03.sysops.aol.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.2-RELEASE i386 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (h2.funkthat.com [127.0.0.1]); Wed, 27 Apr 2011 10:52:47 -0700 (PDT) Cc: freebsd-multimedia@freebsd.org Subject: Re: Headless box with PVR-250 - ideas needed 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: Wed, 27 Apr 2011 18:24:31 -0000 dieterbsd@engineer.com wrote this message on Wed, Apr 20, 2011 at 20:23 -0400: > For playback on a TV, there are Ethernet-to-TV boxes. > http://www.avsforum.com/avs-vb/forumdisplay.php?f=39 > Some recent TVs have Ethernet and do DLNA. > http://en.wikipedia.org/wiki/DLNA > If you want things like seek/fast-forward/freeze-frame/etc. > do your homework, word is that many (perhaps all?) of these > things fail badly on anything except plain playback. I > have yet to read about one that does these things well. > (If anyone knows of one, please let us know.) For playback I use my PS3. It does fast forward/rewind quite well... It has 1.5x, 10x, 30x, and 120x... I do use it w/ gige and that is a necessity as w/ HD content, it will read at 10-30MB/sec when seeking... I have tried it over wireless (the built-in 11g and a 11n repeater) and it really doesn't work that well. I use a simple web interface with links to the raw MPEG2/AC3 MPEG-TS stream. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 08:26:37 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 8BF311065670 for ; Thu, 28 Apr 2011 08:26:37 +0000 (UTC) (envelope-from m-umwsJlIwa4ysXbTY0ftX8MpkRIe_X0HC3-ZgHMGB76brby@bounce.linkedin.com) Received: from maila-ad.linkedin.com (maila-ad.linkedin.com [69.28.147.143]) by mx1.freebsd.org (Postfix) with ESMTP id 692DF8FC1D for ; Thu, 28 Apr 2011 08:26:37 +0000 (UTC) DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=prod; d=linkedin.com; h=DKIM-Signature:Sender:Date:From:To:Message-ID:Subject:MIME-Version:Content-Type:X-LinkedIn-Template:X-LinkedIn-Class:X-LinkedIn-fbl; b=Jlf45L2IPf/6oTjg4iH+tD1w2jow8tl1i6ByRgTIgXNNtw1soA9mz1+230k4oek3 GPYJobYBnSkocYXeb9hrMWXLOd5dF+brHZJ67HAYnh8MKLQriLyzw0sYRotvY967 DKIM-Signature: v=1; a=rsa-sha1; d=linkedin.com; s=proddkim; c=relaxed/relaxed; q=dns/txt; i=@linkedin.com; t=1303979197; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=7QvLOoHWV4ALboIiJCAqhmSVTrs=; b=HLlL6VEiCWw5kQyipHy3tTkwnJWD0YTdT1dChWAOj8oTiUGZ2iSuO6HqIiAsgara 4cqM1ALN1oJcyPqVd1/wdOYFCdqcdkD92Q7CDP1CCohDr4aNcIb+3mCynMKKhi+G; Sender: messages-noreply@bounce.linkedin.com Date: Thu, 28 Apr 2011 08:26:37 +0000 (UTC) From: LinkedIn Connections To: =?UTF-8?Q?Micha=C5=82_Hendzel?= Message-ID: <907630388.2727710.1303979197071.JavaMail.app@ela4-bed39.prod> MIME-Version: 1.0 X-LinkedIn-Template: accept_invite_snacked_C_01 X-LinkedIn-Class: INVITE-ACCEPT X-LinkedIn-fbl: m-umwsJlIwa4ysXbTY0ftX8MpkRIe_X0HC3-ZgHMGB76brby Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: See what Denis has been up to... 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: Thu, 28 Apr 2011 08:26:37 -0000 Micha=C5=82, Congratulations! You and Denis are now connected. Denis Kozhemiakin Software Architect at Online Technology Poland Wroc=C5=82aw Area, Poland=20 Information Technology and Services Industry kad@otp.pl To view Denis Kozhemiakin's profile, go to http://www.linkedin.com/e/-mu8r6= -gn1fjnux-4x/fpf/22792189/EML-inv-acc-prof/ ---------------------------------------------- (c) 2011, LinkedIn Corporation From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 10:38:47 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 87D75106564A for ; Thu, 28 Apr 2011 10:38:47 +0000 (UTC) (envelope-from m-umwsJlIwa4ysXbTY0ftX8MpkRIe_X0HC3-ZgHMGB76brby@bounce.linkedin.com) Received: from maila-bf.linkedin.com (maila-bf.linkedin.com [216.52.242.145]) by mx1.freebsd.org (Postfix) with ESMTP id 636AE8FC17 for ; Thu, 28 Apr 2011 10:38:47 +0000 (UTC) DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=prod; d=linkedin.com; h=DKIM-Signature:Sender:Date:From:To:Message-ID:Subject:MIME-Version:Content-Type:X-LinkedIn-Template:X-LinkedIn-Class:X-LinkedIn-fbl; b=TxpnIwYh2OBriOCroBxuia0xtvukJ/viS0nxgZkvIWcA5LfeM3YNYoOXU/enxrLi d/zol3M1PqM50UHy9X0mDSs7Kz5e6QeqZiC/pMkb36nqwtCWVDBv2UUrojr+5DgF DKIM-Signature: v=1; a=rsa-sha1; d=linkedin.com; s=proddkim; c=relaxed/relaxed; q=dns/txt; i=@linkedin.com; t=1303987126; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=6Hx8+8IkLu8MXTKNeWTCW89RZpU=; b=YxLp2lK2n5ejWE/VQTEINXQ1rcy2KpYG2igBVeJGir5P4ElVQ0ySBVezrCueIiWn ITToMkiF8GywMcUqjrdnTrCkFymDfR6rduDX8Qk7HBuV3tnadxYM26dvyz5UXBXZ; Sender: messages-noreply@bounce.linkedin.com Date: Thu, 28 Apr 2011 10:38:46 +0000 (UTC) From: LinkedIn Connections To: =?UTF-8?Q?Micha=C5=82_Hendzel?= Message-ID: <339530419.2883143.1303987126959.JavaMail.app@ela4-bed84.prod> MIME-Version: 1.0 X-LinkedIn-Template: accept_invite_snacked_C_01 X-LinkedIn-Class: INVITE-ACCEPT X-LinkedIn-fbl: m-umwsJlIwa4ysXbTY0ftX8MpkRIe_X0HC3-ZgHMGB76brby Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: See what Stefan has been up to... 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: Thu, 28 Apr 2011 10:38:47 -0000 Micha=C5=82, Congratulations! You and Stefan are now connected. Stefan Gemperli Consultant at SNC Lavalin Transportation Montreal, Canada Area=20 Transportation/Trucking/Railroad Industry stefan.gemperli@gmail.com To view Stefan Gemperli's profile, go to http://www.linkedin.com/e/-mu8r6-g= n1k9mlo-6z/fpf/113191126/EML-inv-acc-prof/ ---------------------------------------------- (c) 2011, LinkedIn Corporation From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 13:35:50 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 75502106566B for ; Thu, 28 Apr 2011 13:35:50 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id ECF988FC17 for ; Thu, 28 Apr 2011 13:35:49 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id p3SDZWmE091428; Thu, 28 Apr 2011 15:35:48 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id p3SDZWuH091427; Thu, 28 Apr 2011 15:35:32 +0200 (CEST) (envelope-from olli) Date: Thu, 28 Apr 2011 15:35:32 +0200 (CEST) Message-Id: <201104281335.p3SDZWuH091427@lurza.secnetix.de> From: Oliver Fromme To: freebsd-multimedia@FreeBSD.ORG X-Newsgroups: list.freebsd-multimedia User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.5 (lurza.secnetix.de [127.0.0.1]); Thu, 28 Apr 2011 15:35:48 +0200 (CEST) Cc: Subject: mplayer problem (glitches) with H.264 HD videos 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: Thu, 28 Apr 2011 13:35:50 -0000 Hi, I've got a strange problem with mplayer that's difficult to debug. I'm not sure if it's FreeBSD-specific, but I think it is, because otherwise someone else would have noticed it, too, but Google doesn't find anything. Unfortunately I don't have a sufficiently powerful Linux machine to check. The problem only seems to occur when playing full-HD video (1080p) encoded with H.264/MPEG-4 AVC "High Profile", for example the *.m2ts files from an AVCHD structure. At certain locations in the video there's a small glitch, as if there was a bit error in the MPEG data stream. It's reproducible, i.e. it always happens at exactly the same locations. But there is no bit error. The same file can be played without any problems with ffplay, vlc and avidemux under FreeBSD, and also with VLC and some other player (I think it's Power- DVD) under Windows. Also, my hardware player (ASUS Oplay) plays it fine. Only mplayer is affected by the problem. When the glitch occurs, the following line is printed: [h264 @ 0x884f3a0]concealing 0 DC, 0 AC, 0 MV errors Sometimes -- but not always -- followed by these: [h264 @ 0x884f3a0]mmco: unref short failure [h264 @ 0x884f3a0]number of reference frames exceeds max (probably corrupt input) I'm pretty sure that the input file is not corrupt because all other players I've tried play the video fine and don't print any error messages. It must be a bug in mplayer's version of the x264 or libav libraries, or maybe something in the FreeBSD port's patches. The problem is not driver-related. The same messages are printed when I run mplayer without video output, i.e. "-vo null -ao null -nosound -benchmark". Can anybody reproduce this? I'm using a fairly recent 8-stable (i386) and the most recent port of mplayer (1.0.r20110329). The previous version of mplayer (1.0.r20101106) had exactly the same problem. I think this problem exists for a long time already. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd PI: int f[9814],b,c=9814,g,i;long a=1e4,d,e,h; main(){for(;b=c,c-=14;i=printf("%04d",e+d/a),e=d%a) while(g=--b*2)d=h*b+a*(i?f[b]:a/5),h=d/--g,f[b]=d%g;} From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 19:35:27 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66EBD106566C; Thu, 28 Apr 2011 19:35:27 +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 DBCC48FC08; Thu, 28 Apr 2011 19:35:26 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 74E451E00258; Thu, 28 Apr 2011 21:35:25 +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 p3SJXqoa009002; Thu, 28 Apr 2011 21:33:52 +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 p3SJXp5V009001; Thu, 28 Apr 2011 21:33:51 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 28 Apr 2011 21:33:51 +0200 To: Ion-Mihai Tetcu Message-ID: <20110428193351.GA8814@triton8.kn-bremen.de> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, bsam@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , Andriy Gapon , multimedia@FreeBSD.org, fluffy@FreeBSD.org Subject: audio/linux-f10-alsa-plugins-oss (was: Re: SNDCTL_DSP_GETIPTR implementation) 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: Thu, 28 Apr 2011 19:35:27 -0000 On Wed, Apr 27, 2011 at 08:53:14PM +0300, Ion-Mihai Tetcu wrote: > Juergen Lock wrote: > > >On Wed, Apr 27, 2011 at 09:49:14AM +0300, Andriy Gapon wrote: > >> > >> [adding emulation@ to cc] > >> > >> on 26/04/2011 23:23 Juergen Lock said the following: > >> > Committed. (Also the linux_dvbwrapper-kmod port a few days ago > >btw.) > >> > >> Perhaps you can also commit one of the versions of linux alsa oss > >plugin port? :-) > >> > >> I know at least of two versions in the PR database and probably a few > >people > >> have their own private versions. > > > >I guess you mean, > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147549&sourceid=opensearch > > ports/147549: [NEW PORT] audio:alsa-plugins-oss: linux alsa plugins > >oss ( for skype 2.1.0.81 ) > > Responsible: itetcu@FreeBSD.org > > > >and > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147554&sourceid=opensearch > > ports/147554: new ports: audio/linux-f10-[alsa|pulseaudio] > > Responsible: fluffy@FreeBSD.org > > > >- both are already assigned tho so I guess I would be stepping on > >toes...? :) I'll Cc both. > > > > Cheers, > > Juergen > > Go ahead, i'm without net except on my phone for a few day now and it seems it will be like this for a few days more. Thanks and sorry. Ok, I had to add SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}.src.rpm and post-patch: ${RM} ${WRKDIR}/etc/alsa/pcm/pcm-oss.conf.orig to ports/147549's Makefile - and now I guess I need approval from bsam (Cc'd) again about the bsd.linux-apps.mk change below: Thanx! :) Juergen Index: Mk/bsd.linux-apps.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v retrieving revision 1.39 diff -u -p -r1.39 bsd.linux-apps.mk --- Mk/bsd.linux-apps.mk 26 Apr 2011 20:17:14 -0000 1.39 +++ Mk/bsd.linux-apps.mk 28 Apr 2011 18:38:55 -0000 @@ -67,7 +67,8 @@ _LINUX_APPS_ALL= allegro alsalib arts as _LINUX_APPS_ALL+= # 2.6.16 components -_LINUX_26_APPS= blt cyrus-sasl2 dbusglib dbuslibs libidn libssh2 libv4l nspr nss openal-soft \ +_LINUX_26_APPS= alsa-plugins-oss blt cyrus-sasl2 dbusglib dbuslibs \ + libidn libssh2 libv4l nspr nss openal-soft \ openldap pulseaudio-libs sqlite3 tcl84 tk84 _LINUX_APPS_ALL+= ${_LINUX_26_APPS} @@ -97,6 +98,12 @@ allegro_DETECT= ${allegro${LINUX_DIST_S allegro_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-allegro allegro_DEPENDS= xorglibs +# no_alsa-plugins-oss_FILE +alsa-plugins-oss_f10_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so +alsa-plugins-oss_DETECT= ${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +alsa-plugins-oss_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-oss +alsa-plugins-oss_DEPENDS= alsalib + alsalib_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 alsalib_f10_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 alsalib_DETECT= ${alsalib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 19:45:56 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E985B1065673; Thu, 28 Apr 2011 19:45:56 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2748FC13; Thu, 28 Apr 2011 19:45:56 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtps (TLSv1:AES128-SHA:128) (Exim 4.54 (FreeBSD)) id 1QFX9u-000AGd-Pw; Thu, 28 Apr 2011 23:45:54 +0400 From: Boris Samorodov To: Juergen Lock References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> Date: Thu, 28 Apr 2011 23:45:54 +0400 In-Reply-To: <20110428193351.GA8814@triton8.kn-bremen.de> (Juergen Lock's message of "Thu, 28 Apr 2011 21:33:51 +0200") Message-ID: <68864477@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netchild@FreeBSD.org, emulation@FreeBSD.org, Andriy Gapon , multimedia@FreeBSD.org, Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss 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: Thu, 28 Apr 2011 19:45:57 -0000 On Thu, 28 Apr 2011 21:33:51 +0200 Juergen Lock wrote: > Ok, I had to add > SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}.src.rpm > and > post-patch: > ${RM} ${WRKDIR}/etc/alsa/pcm/pcm-oss.conf.orig > to ports/147549's Makefile - and now I guess I need approval from (any member of emulation@ may do it btw) ;-) > bsam (Cc'd) again about the bsd.linux-apps.mk change below: Approved (on behalf of emulation@). Thanks! > Thanx! :) > Juergen > Index: Mk/bsd.linux-apps.mk > =================================================================== > RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v > retrieving revision 1.39 > diff -u -p -r1.39 bsd.linux-apps.mk > --- Mk/bsd.linux-apps.mk 26 Apr 2011 20:17:14 -0000 1.39 > +++ Mk/bsd.linux-apps.mk 28 Apr 2011 18:38:55 -0000 > @@ -67,7 +67,8 @@ _LINUX_APPS_ALL= allegro alsalib arts as > _LINUX_APPS_ALL+= > > # 2.6.16 components > -_LINUX_26_APPS= blt cyrus-sasl2 dbusglib dbuslibs libidn libssh2 libv4l nspr nss openal-soft \ > +_LINUX_26_APPS= alsa-plugins-oss blt cyrus-sasl2 dbusglib dbuslibs \ > + libidn libssh2 libv4l nspr nss openal-soft \ > openldap pulseaudio-libs sqlite3 tcl84 tk84 > > _LINUX_APPS_ALL+= ${_LINUX_26_APPS} > @@ -97,6 +98,12 @@ allegro_DETECT= ${allegro${LINUX_DIST_S > allegro_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-allegro > allegro_DEPENDS= xorglibs > > +# no_alsa-plugins-oss_FILE > +alsa-plugins-oss_f10_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so > +alsa-plugins-oss_DETECT= ${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} > +alsa-plugins-oss_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-oss > +alsa-plugins-oss_DEPENDS= alsalib > + > alsalib_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 > alsalib_f10_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 > alsalib_DETECT= ${alsalib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} -- WBR, bsam From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 19:51:02 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 620CE106564A; Thu, 28 Apr 2011 19:51:02 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id F2D208FC08; Thu, 28 Apr 2011 19:51:01 +0000 (UTC) Received: from outgoing.leidinger.net (p5B155804.dip.t-dialin.net [91.21.88.4]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 196BB84400D; Thu, 28 Apr 2011 21:50:47 +0200 (CEST) Received: from unknown (IO.Leidinger.net [192.168.2.110]) by outgoing.leidinger.net (Postfix) with ESMTP id 4DFEE1172; Thu, 28 Apr 2011 21:50:44 +0200 (CEST) Date: Thu, 28 Apr 2011 21:50:42 +0200 From: Alexander Leidinger To: Juergen Lock Message-ID: <20110428215042.00002cd6@unknown> In-Reply-To: <20110428193351.GA8814@triton8.kn-bremen.de> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> X-Mailer: Claws Mail 3.7.8cvs47 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 196BB84400D.AEB7E X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-1, required 6, autolearn=disabled, ALL_TRUSTED -1.00) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1304625049.9562@RwnNP4Mjad0SsP9/93bZjw X-EBL-Spam-Status: No Cc: netchild@FreeBSD.org, bsam@FreeBSD.org, emulation@FreeBSD.org, Andriy Gapon , multimedia@FreeBSD.org, Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss (was: Re: SNDCTL_DSP_GETIPTR implementation) 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: Thu, 28 Apr 2011 19:51:02 -0000 On Thu, 28 Apr 2011 21:33:51 +0200 Juergen Lock wrote: > to ports/147549's Makefile - and now I guess I need approval from > bsam (Cc'd) again about the bsd.linux-apps.mk change below: I don't see an obvious error. I assume you are able to build a package with this, so it should be fine to commit it like it is (nothing breaks for you). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 20:01:33 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16E9D106566B; Thu, 28 Apr 2011 20:01:33 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id B8C628FC17; Thu, 28 Apr 2011 20:01:32 +0000 (UTC) Received: from outgoing.leidinger.net (p5B155804.dip.t-dialin.net [91.21.88.4]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id D953084401A; Thu, 28 Apr 2011 22:01:19 +0200 (CEST) Received: from unknown (IO.Leidinger.net [192.168.2.110]) by outgoing.leidinger.net (Postfix) with ESMTP id 14B421173; Thu, 28 Apr 2011 22:01:17 +0200 (CEST) Date: Thu, 28 Apr 2011 22:01:14 +0200 From: Alexander Leidinger To: Boris Samorodov Message-ID: <20110428220114.00004b22@unknown> In-Reply-To: <68864477@h30.sp.ipt.ru> References: <4DB6F7BA.4070808@FreeBSD.org> <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> <68864477@h30.sp.ipt.ru> X-Mailer: Claws Mail 3.7.8cvs47 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: D953084401A.AF802 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-0.999, required 6, autolearn=disabled, ALL_TRUSTED -1.00, FSL_RU_URL 0.00) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1304625680.43003@qRS+RtRCT3u4V1JHV7gn+Q X-EBL-Spam-Status: No Cc: netchild@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , Andriy Gapon , multimedia@FreeBSD.org, Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss 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: Thu, 28 Apr 2011 20:01:33 -0000 On Thu, 28 Apr 2011 23:45:54 +0400 Boris Samorodov wrote: > On Thu, 28 Apr 2011 21:33:51 +0200 Juergen Lock wrote: > > > Ok, I had to add > > > SRC_DISTFILES= > > ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}.src.rpm > > > and > > > post-patch: > > ${RM} ${WRKDIR}/etc/alsa/pcm/pcm-oss.conf.orig > > > to ports/147549's Makefile - and now I guess I need approval from > > (any member of emulation@ may do it btw) ;-) Maybe we should adopt Juergen into emulation@... :-) Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 20:04:50 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0542F106564A; Thu, 28 Apr 2011 20:04:50 +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 AC8D88FC15; Thu, 28 Apr 2011 20:04:49 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id C49021E00213; Thu, 28 Apr 2011 22:04:48 +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 p3SK2Co7015677; Thu, 28 Apr 2011 22:02:12 +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 p3SK2CmM015676; Thu, 28 Apr 2011 22:02:12 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 28 Apr 2011 22:02:12 +0200 To: Boris Samorodov Message-ID: <20110428200212.GA15664@triton8.kn-bremen.de> References: <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> <68864477@h30.sp.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <68864477@h30.sp.ipt.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , Andriy Gapon , multimedia@FreeBSD.org, Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss 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: Thu, 28 Apr 2011 20:04:50 -0000 On Thu, Apr 28, 2011 at 11:45:54PM +0400, Boris Samorodov wrote: > On Thu, 28 Apr 2011 21:33:51 +0200 Juergen Lock wrote: > > > Ok, I had to add > > > SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}.src.rpm > > > and > > > post-patch: > > ${RM} ${WRKDIR}/etc/alsa/pcm/pcm-oss.conf.orig > > > to ports/147549's Makefile - and now I guess I need approval from > > (any member of emulation@ may do it btw) ;-) > Oh I didn't know that! :) > > bsam (Cc'd) again about the bsd.linux-apps.mk change below: > > Approved (on behalf of emulation@). > Thanks! Thank you all, committed. Juergen From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 20:04:50 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0642E106566C; Thu, 28 Apr 2011 20:04:50 +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 AC8768FC12; Thu, 28 Apr 2011 20:04:49 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id C892D1E00228; Thu, 28 Apr 2011 22:04:48 +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 p3SK38j4015831; Thu, 28 Apr 2011 22:03:08 +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 p3SK38bf015830; Thu, 28 Apr 2011 22:03:08 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 28 Apr 2011 22:03:08 +0200 To: Alexander Leidinger Message-ID: <20110428200308.GB15664@triton8.kn-bremen.de> References: <4DB701C4.30802@FreeBSD.org> <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> <20110428215042.00002cd6@unknown> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110428215042.00002cd6@unknown> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, bsam@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , Andriy Gapon , multimedia@FreeBSD.org, Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss (was: Re: SNDCTL_DSP_GETIPTR implementation) 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: Thu, 28 Apr 2011 20:04:50 -0000 On Thu, Apr 28, 2011 at 09:50:42PM +0200, Alexander Leidinger wrote: > On Thu, 28 Apr 2011 21:33:51 +0200 Juergen Lock > wrote: > > > to ports/147549's Makefile - and now I guess I need approval from > > bsam (Cc'd) again about the bsd.linux-apps.mk change below: > > I don't see an obvious error. I assume you are able to build a package > with this, so it should be fine to commit it like it is (nothing breaks > for you). Yeah I ran it thru tinderbox so it should be good. Thanx, :) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 20:20:34 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8705E106566B; Thu, 28 Apr 2011 20:20:34 +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 3790C8FC08; Thu, 28 Apr 2011 20:20:34 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 46D651E000E4; Thu, 28 Apr 2011 22:20:33 +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 p3SKJeRq016581; Thu, 28 Apr 2011 22:19:40 +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 p3SKJeLG016580; Thu, 28 Apr 2011 22:19:40 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 28 Apr 2011 22:19:39 +0200 To: Alexander Leidinger Message-ID: <20110428201939.GA16556@triton8.kn-bremen.de> References: <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> <68864477@h30.sp.ipt.ru> <20110428220114.00004b22@unknown> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110428220114.00004b22@unknown> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: netchild@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , Andriy Gapon , multimedia@FreeBSD.org, Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss 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: Thu, 28 Apr 2011 20:20:34 -0000 On Thu, Apr 28, 2011 at 10:01:14PM +0200, Alexander Leidinger wrote: > On Thu, 28 Apr 2011 23:45:54 +0400 Boris Samorodov wrote: > > > > On Thu, 28 Apr 2011 21:33:51 +0200 Juergen Lock wrote: > > > > > Ok, I had to add > > > > > SRC_DISTFILES= > > > ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}.src.rpm > > > > > and > > > > > post-patch: > > > ${RM} ${WRKDIR}/etc/alsa/pcm/pcm-oss.conf.orig > > > > > to ports/147549's Makefile - and now I guess I need approval from > > > > (any member of emulation@ may do it btw) ;-) > > Maybe we should adopt Juergen into emulation@... :-) Hmm I wonder if that is a good idea... :) I missed an obvious bug _again_! (wrong pkg-descr.) *hangs head in shame*, Juergen From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 20:38:05 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 1221A1065673; Thu, 28 Apr 2011 20:38:05 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id AB7028FC16; Thu, 28 Apr 2011 20:38:04 +0000 (UTC) Received: by gyg13 with SMTP id 13so1556998gyg.13 for ; Thu, 28 Apr 2011 13:38:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:content-type:content-transfer-encoding; bh=9dw8AIUaG5kOsL2rTnjsyEusRaTjhbcYpdUnRqqNfZE=; b=IfefTuVZREKG7qm7/kWRQ+gOKvztnR5Uaq4G50DNf/YRh/Iq3vMDQNIJNtIwvtGXhQ TWQoassogHFuPiGRBxvakfykr1k/tiJd/3bq0W6ifiexLuAy8U3j47fTWfx0dZtCM1HB xFHn1vXmvfg5r4HaeeTxzG3e5aDbCsAIXFOf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=QhbYN+3+JPNspVqYeVCY3eT4StGYSc+AoLLLSrVDegCZJAC67Hbe31MqMQt5Qg+0nh cVvsPc1U1yBPgRMDH6gKGf9JBPt0rpUq3NKC2WvwBJFdno4E6FSVmrnuDdXvRDjXu44/ ZJrWUjLi5B7tiZqnI9Oru29mm/DOBSrRicbSo= Received: by 10.91.72.7 with SMTP id z7mr3531606agk.12.1304021452688; Thu, 28 Apr 2011 13:10:52 -0700 (PDT) Received: from jimmiejaz.org (bas9-toronto63-1128677676.dsl.bell.ca [67.70.65.44]) by mx.google.com with ESMTPS id w1sm2081868anh.36.2011.04.28.13.10.50 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2011 13:10:51 -0700 (PDT) Message-ID: <4DB9C9C9.6040901@gmail.com> Date: Thu, 28 Apr 2011 16:10:49 -0400 From: Jimmie James User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: oliver@FreeBSD.org Subject: audacious-2.5.0 broken X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2011 20:38:05 -0000 Removing audio/xmp fixes the xmp-audacious.so is not compatible with this version of Audacious Removing the icecast (libshout2) leaves Failed to load plugin (/usr/local/lib/audacious/Output/icecast.so): Shared object "libshout.so.5" not found, required by "icecast.so" Audacious will not load up no matter what. ~>audacious Failed to load plugin (/usr/local/lib/audacious/Input/ffaudio.so): /usr/local/lib/libavutil.so.1: version LIBAVUTIL_49 required by /usr/local/lib/audacious/Input/ffaudio.so not found *** ERROR: /usr/local/lib/audacious/Input/xmp-audacious.so is not compatible with this version of Audacious. *** ERROR: /usr/local/lib/audacious/Output/icecast.so is not compatible with this version of Audacious. pkg_info |grep -i audaci audacious-2.5.0 A media player based on BMP and XMMS audacious-plugins-2.5.0 Plugins needed for audacious uname -a FreeBSD jimmiejaz.org 8.2-STABLE FreeBSD 8.2-STABLE #1: Thu Apr 21 16:54:15 EDT 2011 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386 -- I am currently away on leave, traveling through time and will be returning last week. Life is tough, but it's tougher when you're stupid. From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 05:41:22 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C05E7106566B; Fri, 29 Apr 2011 05:41:22 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 965348FC0C; Fri, 29 Apr 2011 05:41:20 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id IAA13552; Fri, 29 Apr 2011 08:41:12 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QFgS0-000F6S-68; Fri, 29 Apr 2011 08:41:12 +0300 Message-ID: <4DBA4F77.1000409@FreeBSD.org> Date: Fri, 29 Apr 2011 08:41:11 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Juergen Lock References: <20110426174449.GA4437@triton8.kn-bremen.de> <20110426185132.GA8111@triton8.kn-bremen.de> <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> <68864477@h30.sp.ipt.ru> <20110428220114.00004b22@unknown> <20110428201939.GA16556@triton8.kn-bremen.de> In-Reply-To: <20110428201939.GA16556@triton8.kn-bremen.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netchild@FreeBSD.org, emulation@FreeBSD.org, multimedia@FreeBSD.org, Alexander Leidinger , Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss 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: Fri, 29 Apr 2011 05:41:22 -0000 There is another thing that I've just noticed - wouldn't the port overwrite a custom pcm-oss.conf (if any)? I think it would be nice to do the usual .conf-dist vs .conf dance here. E.g. something like: CONF_FILE= etc/alsa/pcm/pcm-oss.conf post-patch: @${RM} ${WRKDIR}/${CONF_FILE}.orig @${MV} ${WRKDIR}/${CONF_FILE} ${WRKDIR}/${CONF_FILE}-dist post-install: @if [ ! -f ${PREFIX}/${CONF_FILE} ]; then \ ${CP} -p ${PREFIX}/${CONF_FILE}-dist ${PREFIX}/${CONF_FILE} ; \ fi PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL And in pkg-plist: @unexec if cmp -s %D/etc/alsa/pcm/pcm-oss.conf-dist %D/etc/alsa/pcm/pcm-oss.conf; then rm -f %D/etc/alsa/pcm/pcm-oss.conf; fi etc/alsa/pcm/pcm-oss.conf-dist @exec if [ ! -f %D/etc/alsa/pcm/pcm-oss.conf ] ; then cp -p %D/%F %B/client.conf; fi What do you think? -- Andriy Gapon From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 06:32:50 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 ED188106566B for ; Fri, 29 Apr 2011 06:32:50 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id 4BEF98FC0A for ; Fri, 29 Apr 2011 06:32:49 +0000 (UTC) Received: (qmail 25543 invoked by uid 80); 29 Apr 2011 06:06:08 -0000 Received: from 164.61.223.12 ([164.61.223.12]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Fri, 29 Apr 2011 08:06:08 +0200 Message-ID: <20110429080608.183545x2qncw5qhc@avocado.salatschuessel.net> Date: Fri, 29 Apr 2011 08:06:08 +0200 From: Oliver Lehmann To: jimmiejaz@gmail.com References: <4DB9C9C9.6040901@gmail.com> In-Reply-To: <4DB9C9C9.6040901@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) / FreeBSD-7.3 Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: audacious-2.5.0 broken 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: Fri, 29 Apr 2011 06:32:51 -0000 Jimmie James wrote: > ~>audacious > Failed to load plugin (/usr/local/lib/audacious/Input/ffaudio.so): > /usr/local/lib/libavutil.so.1: version LIBAVUTIL_49 required by > /usr/local/lib/audacious/Input/ffaudio.so not found > *** ERROR: /usr/local/lib/audacious/Input/xmp-audacious.so is not > compatible with this version of Audacious. > *** ERROR: /usr/local/lib/audacious/Output/icecast.so is not > compatible with this version of Audacious. > please deinstall audacious and audacious-plugins first. if you are sure that icecast and xmp is also uninstalled: please clean /usr/local/lib/audacious the LIBAVUTIL_49 error seems to come from an old ffmpeg installation. could you please update your ffmpeg port and after that, please reinstall audacious and audacious-plugins ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 06:35:31 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 25494106564A; Fri, 29 Apr 2011 06:35:31 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id B42168FC1A; Fri, 29 Apr 2011 06:35:29 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=wd7fLirDSts22yawIUsTeMUS9lsm8Llc0grT6RvpTjU= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=jYxeF75EK8cA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=MvQ1FiUb5i5dL219HPMA:9 a=qEMmo64XCI_Ss-P-_yUA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 119676215; Fri, 29 Apr 2011 08:35:27 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Fri, 29 Apr 2011 08:34:18 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110426095558.116775i1hmtqaigw@webmail.leidinger.net> <20110426170717.GB52945@triton8.kn-bremen.de> In-Reply-To: <20110426170717.GB52945@triton8.kn-bremen.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104290834.18928.hselasky@c2i.net> Cc: kwm@freebsd.org, Alexander Leidinger , Juergen Lock , "olli@FreeBSD.org Andriy Gapon" , freebsd-emulation@freebsd.org, multimedia@freebsd.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Fri, 29 Apr 2011 06:35:31 -0000 On Tuesday 26 April 2011 19:07:17 Juergen Lock wrote: > > The reason why I want to do it this way is, that in later version the > > v4l* headers are a little bit reorganized and I do not want to > > introduce some regressions (code or license). > > Sounds like a plan! :) I'm not sure if webcamd uses the system installed v4l header files or the ones that are in the webcamd tarball. Might be worth a check. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 06:35:31 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25494106564A; Fri, 29 Apr 2011 06:35:31 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id B42168FC1A; Fri, 29 Apr 2011 06:35:29 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=wd7fLirDSts22yawIUsTeMUS9lsm8Llc0grT6RvpTjU= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=jYxeF75EK8cA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=MvQ1FiUb5i5dL219HPMA:9 a=qEMmo64XCI_Ss-P-_yUA:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 119676215; Fri, 29 Apr 2011 08:35:27 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Fri, 29 Apr 2011 08:34:18 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20110422121831.GA37083@triton8.kn-bremen.de> <20110426095558.116775i1hmtqaigw@webmail.leidinger.net> <20110426170717.GB52945@triton8.kn-bremen.de> In-Reply-To: <20110426170717.GB52945@triton8.kn-bremen.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104290834.18928.hselasky@c2i.net> Cc: kwm@freebsd.org, Alexander Leidinger , Juergen Lock , "olli@FreeBSD.org Andriy Gapon" , freebsd-emulation@freebsd.org, multimedia@freebsd.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Fri, 29 Apr 2011 06:35:31 -0000 On Tuesday 26 April 2011 19:07:17 Juergen Lock wrote: > > The reason why I want to do it this way is, that in later version the > > v4l* headers are a little bit reorganized and I do not want to > > introduce some regressions (code or license). > > Sounds like a plan! :) I'm not sure if webcamd uses the system installed v4l header files or the ones that are in the webcamd tarball. Might be worth a check. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 10:24:48 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE581065670; Fri, 29 Apr 2011 10:24:48 +0000 (UTC) (envelope-from netchild@freebsd.org) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3276B8FC16; Fri, 29 Apr 2011 10:24:48 +0000 (UTC) Received: from outgoing.leidinger.net (p5B154887.dip.t-dialin.net [91.21.72.135]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id AB34A84400D; Fri, 29 Apr 2011 12:24:33 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [IPv6:fd73:10c7:2053:1::2:102]) by outgoing.leidinger.net (Postfix) with ESMTP id D352E117D; Fri, 29 Apr 2011 12:24:30 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.4/8.13.8/Submit) id p3TAOUdx070161; Fri, 29 Apr 2011 12:24:30 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from pslux.ec.europa.eu (pslux.ec.europa.eu [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Fri, 29 Apr 2011 12:24:30 +0200 Message-ID: <20110429122430.11521v28yezwe600@webmail.leidinger.net> Date: Fri, 29 Apr 2011 12:24:30 +0200 From: Alexander Leidinger To: Hans Petter Selasky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.6) X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: AB34A84400D.AC353 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=0, required 6, autolearn=disabled) X-EBL-MailScanner-From: netchild@freebsd.org X-EBL-MailScanner-Watermark: 1304677475.31728@zF3gnpDXVHQ2fH4dkXsv4w X-EBL-Spam-Status: No Cc: kwm@FreeBSD.org, Juergen Lock , "olli@FreeBSD.org Andriy Gapon" , freebsd-multimedia@FreeBSD.org, freebsd-emulation@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Fri, 29 Apr 2011 10:24:48 -0000 Quoting Hans Petter Selasky (from Fri, 29 Apr 2011 08:34:18 +0200): > On Tuesday 26 April 2011 19:07:17 Juergen Lock wrote: >> > The reason why I want to do it this way is, that in later version the >> > v4l* headers are a little bit reorganized and I do not want to >> > introduce some regressions (code or license). >> >> Sounds like a plan! :) > > I'm not sure if webcamd uses the system installed v4l header files > or the ones > that are in the webcamd tarball. Might be worth a check. I doubt it uses the system ones, as the only v4l system ones are in /usr/src/sys/compat/linux/ and are not installed into /usr/include... Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Torque is cheap. From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 10:42:21 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 DF2C3106564A for ; Fri, 29 Apr 2011 10:42:21 +0000 (UTC) (envelope-from netchild@freebsd.org) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 931068FC12 for ; Fri, 29 Apr 2011 10:42:21 +0000 (UTC) Received: from outgoing.leidinger.net (p5B154887.dip.t-dialin.net [91.21.72.135]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id AB34A84400D; Fri, 29 Apr 2011 12:24:33 +0200 (CEST) Received: from webmail.leidinger.net (webmail.Leidinger.net [IPv6:fd73:10c7:2053:1::2:102]) by outgoing.leidinger.net (Postfix) with ESMTP id D352E117D; Fri, 29 Apr 2011 12:24:30 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.4/8.13.8/Submit) id p3TAOUdx070161; Fri, 29 Apr 2011 12:24:30 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from pslux.ec.europa.eu (pslux.ec.europa.eu [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Fri, 29 Apr 2011 12:24:30 +0200 Message-ID: <20110429122430.11521v28yezwe600@webmail.leidinger.net> Date: Fri, 29 Apr 2011 12:24:30 +0200 From: Alexander Leidinger To: Hans Petter Selasky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.6) X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: AB34A84400D.AC353 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=0, required 6, autolearn=disabled) X-EBL-MailScanner-From: netchild@freebsd.org X-EBL-MailScanner-Watermark: 1304677475.31728@zF3gnpDXVHQ2fH4dkXsv4w X-EBL-Spam-Status: No Cc: kwm@FreeBSD.org, Juergen Lock , "olli@FreeBSD.org Andriy Gapon" , freebsd-multimedia@FreeBSD.org, freebsd-emulation@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: Linuxolator v4l2/dvb - trying to collect data about latest skype 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: Fri, 29 Apr 2011 10:42:22 -0000 Quoting Hans Petter Selasky (from Fri, 29 Apr 2011 08:34:18 +0200): > On Tuesday 26 April 2011 19:07:17 Juergen Lock wrote: >> > The reason why I want to do it this way is, that in later version the >> > v4l* headers are a little bit reorganized and I do not want to >> > introduce some regressions (code or license). >> >> Sounds like a plan! :) > > I'm not sure if webcamd uses the system installed v4l header files > or the ones > that are in the webcamd tarball. Might be worth a check. I doubt it uses the system ones, as the only v4l system ones are in /usr/src/sys/compat/linux/ and are not installed into /usr/include... Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Torque is cheap. From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 11:04:54 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7D91065672 for ; Fri, 29 Apr 2011 11:04:54 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 1957B8FC29 for ; Fri, 29 Apr 2011 11:04:53 +0000 (UTC) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtps (TLSv1:AES128-SHA:128) (Exim 4.54 (FreeBSD)) id 1QFlVE-000BQu-Va; Fri, 29 Apr 2011 15:04:53 +0400 From: Boris Samorodov To: multimedia@FreeBSD.org Date: Fri, 29 Apr 2011 15:04:52 +0400 Message-ID: <72378267@bb.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: hps@FreeBSD.org Subject: webcamd-0.1.26: does not build with clang 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: Fri, 29 Apr 2011 11:04:54 -0000 Hi! The port builds with the system compiler but not with clang: ftp://ftp.bsam.ru/pub/tmp/webcamd.log.txt -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 13:24:16 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 ADA741065672 for ; Fri, 29 Apr 2011 13:24:16 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5FBE88FC0C for ; Fri, 29 Apr 2011 13:24:15 +0000 (UTC) Received: by gxk28 with SMTP id 28so1807575gxk.13 for ; Fri, 29 Apr 2011 06:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=g+vEMhZvfgB1z9+6Sp7AWLk1j2FrKVuSG2PQzLEL52A=; b=ujMDjZBSRUezY/C8z4OnT87P841bBfEKbNlD4TfThJJDXQgWiSe4juOP4z2iDSmljP n9TgVWaDu0Ryzix/7yB8FN/FfuPJIyxGh2ccsNfAoXo7LvnY5zN6Apldn0gV3bNggorB s/ZclEihmjPCzB1byVkHrpEMhDPFIKH+uHLjQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=NTbjjG1TShQQ13Ryfs3kN0DJyeihN/rYm4wX0mBuZ+4mkwAOsAOw8z6stLlVhTicYp 2ySAnrGY1b4idOc0sLijCrVLNm3CIzi0r4DngoF+3jGZP+JJQ+U2abD3tJ2VTweXTpfO RWlXxZ5JI+uPYN9UBRkwuYIw9ZvBswicgbcck= Received: by 10.236.161.230 with SMTP id w66mr6054107yhk.375.1304083455378; Fri, 29 Apr 2011 06:24:15 -0700 (PDT) Received: from jimmiejaz.org (bas9-toronto63-1128677676.dsl.bell.ca [67.70.65.44]) by mx.google.com with ESMTPS id u29sm1300886yhn.69.2011.04.29.06.24.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Apr 2011 06:24:13 -0700 (PDT) Message-ID: <4DBABBF9.5020303@gmail.com> Date: Fri, 29 Apr 2011 09:24:09 -0400 From: Jimmie James User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.15) Gecko/20110308 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Oliver Lehmann References: <4DB9C9C9.6040901@gmail.com> <20110429080608.183545x2qncw5qhc@avocado.salatschuessel.net> In-Reply-To: <20110429080608.183545x2qncw5qhc@avocado.salatschuessel.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: audacious-2.5.0 broken [SOLVED] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 13:24:16 -0000 On 04/29/11 02:06, Oliver Lehmann wrote: > Jimmie James wrote: > >> ~>audacious >> Failed to load plugin (/usr/local/lib/audacious/Input/ffaudio.so): >> /usr/local/lib/libavutil.so.1: version LIBAVUTIL_49 required by >> /usr/local/lib/audacious/Input/ffaudio.so not found >> *** ERROR: /usr/local/lib/audacious/Input/xmp-audacious.so is not >> compatible with this version of Audacious. >> *** ERROR: /usr/local/lib/audacious/Output/icecast.so is not >> compatible with this version of Audacious. >> > > please deinstall audacious and audacious-plugins first. > if you are sure that icecast and xmp is also uninstalled: > please clean /usr/local/lib/audacious > the LIBAVUTIL_49 error seems to come from an old ffmpeg installation. > could you please update your ffmpeg port and after that, please > reinstall audacious and audacious-plugins > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > Thanks, that appears to have fixed it, except for a popup message saying it's already running /strange. What's strange is all ports are up-to-date, including ffmpeg, and neither portupgrade or portmaster updated this properly. -- I am currently away on leave, traveling through time and will be returning last week. Life is tough, but it's tougher when you're stupid. From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 15:35:20 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 378DE1065687 for ; Fri, 29 Apr 2011 15:35:20 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id BAC108FC0A for ; Fri, 29 Apr 2011 15:35:19 +0000 (UTC) Received: by wwc33 with SMTP id 33so4000971wwc.31 for ; Fri, 29 Apr 2011 08:35:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Xl+vrthAbnc6aSWNZYnMwS/pxYOdPmx4aAnmzEuc2Zs=; b=F4MihL0oQsMUEwQCObu8GZX2DaLjPrJsaDEflfUq/L7tLFCUgM66BqvZTo22+yc9oM 0SmPIPv/vYb3h8j0dXk6IlVK4oBvhmh4ZFtFGUqK67xtdierQ3ZANhciHcJrDxcABgoo NKs8XA4L+HFShWu0hLIvDUnzz4D11ApU/aeMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=SBm53WY8402zyGn5ZZkfDNtx3TIez6uMwR9m9dy5t+/d/d/KAvKWMnrP9L0SKKvcTA wehtgxDEXi/Ftlsw3qk7gkTrq7obtQAf5CkG9ofHB5ZyeVKazZr5TGgzvcuqNFZmk6Pu XN4GhFP3eTZS3M7zf1seytm7CqsNvEPFdglYQ= Received: by 10.227.91.77 with SMTP id l13mr1025686wbm.44.1304091317329; Fri, 29 Apr 2011 08:35:17 -0700 (PDT) Received: from Groseille.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id x1sm1776659wbh.19.2011.04.29.08.35.15 (version=SSLv3 cipher=OTHER); Fri, 29 Apr 2011 08:35:16 -0700 (PDT) Message-ID: <4DBADACC.3030306@gmail.com> Date: Fri, 29 Apr 2011 17:35:40 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110410 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: <4DB9C9C9.6040901@gmail.com> <20110429080608.183545x2qncw5qhc@avocado.salatschuessel.net> In-Reply-To: <20110429080608.183545x2qncw5qhc@avocado.salatschuessel.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: audacious-2.5.0 broken 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: Fri, 29 Apr 2011 15:35:20 -0000 On 29/04/2011 08:06, Oliver Lehmann wrote: > Jimmie James wrote: > >> ~>audacious >> Failed to load plugin (/usr/local/lib/audacious/Input/ffaudio.so): >> /usr/local/lib/libavutil.so.1: version LIBAVUTIL_49 required by >> /usr/local/lib/audacious/Input/ffaudio.so not found >> *** ERROR: /usr/local/lib/audacious/Input/xmp-audacious.so is not >> compatible with this version of Audacious. >> *** ERROR: /usr/local/lib/audacious/Output/icecast.so is not >> compatible with this version of Audacious. >> > > please deinstall audacious and audacious-plugins first. > if you are sure that icecast and xmp is also uninstalled: > please clean /usr/local/lib/audacious > the LIBAVUTIL_49 error seems to come from an old ffmpeg installation. > could you please update your ffmpeg port and after that, please > reinstall audacious and audacious-plugins > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" By the way, audacious-plugins is completely needed by audacious to work. Why do not add a a RUN_DEPEND to audacious-plugins? Cheers, -- David Demelier From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 29 21:25:16 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74A3E106564A; Fri, 29 Apr 2011 21:25:16 +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 210728FC0C; Fri, 29 Apr 2011 21:25:15 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id F41441E002BE; Fri, 29 Apr 2011 23:25:14 +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 p3TLN8qZ098570; Fri, 29 Apr 2011 23:23:08 +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 p3TLN6lO098561; Fri, 29 Apr 2011 23:23:06 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 29 Apr 2011 23:23:06 +0200 To: Andriy Gapon Message-ID: <20110429212306.GA43822@triton8.kn-bremen.de> References: <4DB72341.7060201@FreeBSD.org> <20110426202349.GA14855@triton8.kn-bremen.de> <4DB7BC6A.7060207@FreeBSD.org> <20110427163047.GA47520@triton8.kn-bremen.de> <7d7a2fab-7c4e-44ce-bdf2-93811c40a4fe@email.android.com> <20110428193351.GA8814@triton8.kn-bremen.de> <68864477@h30.sp.ipt.ru> <20110428220114.00004b22@unknown> <20110428201939.GA16556@triton8.kn-bremen.de> <4DBA4F77.1000409@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DBA4F77.1000409@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Sat, 30 Apr 2011 02:09:34 +0000 Cc: netchild@FreeBSD.org, emulation@FreeBSD.org, Juergen Lock , HASHI Hiroaki , multimedia@FreeBSD.org, Alexander Leidinger , Ion-Mihai Tetcu , fluffy@FreeBSD.org Subject: Re: audio/linux-f10-alsa-plugins-oss 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: Fri, 29 Apr 2011 21:25:16 -0000 On Fri, Apr 29, 2011 at 08:41:11AM +0300, Andriy Gapon wrote: > > There is another thing that I've just noticed - wouldn't the port overwrite a > custom pcm-oss.conf (if any)? > That is true... I guess I didn't stumble across this because I edited the /compat/linux/etc/asound.conf similar to the one below /usr/local/etc instead of editing the pcm-oss.conf this port installs. > I think it would be nice to do the usual .conf-dist vs .conf dance here. > E.g. something like: > CONF_FILE= etc/alsa/pcm/pcm-oss.conf > > post-patch: > @${RM} ${WRKDIR}/${CONF_FILE}.orig > @${MV} ${WRKDIR}/${CONF_FILE} ${WRKDIR}/${CONF_FILE}-dist > > post-install: > @if [ ! -f ${PREFIX}/${CONF_FILE} ]; then \ > ${CP} -p ${PREFIX}/${CONF_FILE}-dist ${PREFIX}/${CONF_FILE} ; \ > fi > PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL > > > And in pkg-plist: > @unexec if cmp -s %D/etc/alsa/pcm/pcm-oss.conf-dist > %D/etc/alsa/pcm/pcm-oss.conf; then rm -f %D/etc/alsa/pcm/pcm-oss.conf; fi > etc/alsa/pcm/pcm-oss.conf-dist > @exec if [ ! -f %D/etc/alsa/pcm/pcm-oss.conf ] ; then cp -p %D/%F %B/client.conf; fi > > > What do you think? I think now that the port is committed it's the maintainer's call, so I Cc'd him. :) Thanx, Juergen From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 30 09:14:36 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 C3118106566B; Sat, 30 Apr 2011 09:14:36 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 1146F8FC18; Sat, 30 Apr 2011 09:14:35 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=NvrFngl24Vvwb7eBef0tfsytOWEnP/WlkqxQrRnklhk= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=DTDdM-GZRhcA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=urgtPA3lAAAA:8 a=XfMbDSpgDAx0JCAH1wsA:9 a=ItP-Z4OeWKTqHbFZO48A:7 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 119945980; Sat, 30 Apr 2011 11:14:32 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org, current@freebsd.org Date: Sat, 30 Apr 2011 11:13:25 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <72378267@bb.ipt.ru> In-Reply-To: <72378267@bb.ipt.ru> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104301113.25392.hselasky@c2i.net> Cc: Subject: Re: webcamd-0.1.26: does not build with clang 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: Sat, 30 Apr 2011 09:14:36 -0000 On Friday 29 April 2011 13:04:52 Boris Samorodov wrote: > Hi! > > The port builds with the system compiler but not with clang: > ftp://ftp.bsam.ru/pub/tmp/webcamd.log.txt Hi, Edit the webcamd's port Makefile so that only one file is compiled at a time. MAKE_JOBS_SAFE= yes The following error code indicates a bug in the C-frontend of clang? Instruction does not dominate all uses! %tmp164 = add i32 %i.0162, %tmp %conv24 = trunc i32 %tmp164 to i16 Instruction does not dominate all uses! %conv24 = trunc i32 %tmp164 to i16 %call28 = call fastcc i32 @dw210x_op_rw(%struct.usb_device* %tmp26, i8 zeroext -75, i16 zeroext %conv24, i16 zeroext 0, i8* %1, i16 zeroext 2, i32 0) Broken module found, compilation aborted! Stack dump: 0. Program arguments: /usr/bin/clang -cc1 -triple i386-undermydesk- freebsd9.0 -emit-obj -disable-free -main-file-name dw2102.c -mrelocation-model static -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -target-cpu i486 -momit-leaf-frame-pointer -resource-dir /usr/bin/../lib/clang/2.9 -include webcamd_global.h -D _GNU_SOURCE -D CURR_FILE_NAME="dw2102" -D CONFIG_USB_GSPCA -D CONFIG_USB_GSPCA_SONIXB -D CONFIG_USB_GSPCA_SONIXJ -D CONFIG_USB_GSPCA_ZC3XX -D CONFIG_DVB_AF9013 -D CONFIG_MEDIA_TUNER_MXL5005S -D CONFIG_DVB_STV0288 -D CONFIG_DVB_MT312 -D CONFIG_DVB_DS3000 -D CONFIG_DVB_STB0899 -D CONFIG_DVB_STB6100 -D CONFIG_DVB_LNBP22 -D CONFIG_DVB_TUNER_DIB0070 -D CONFIG_DVB_DIB7000P -D CONFIG_MEDIA_TUNER_MT2060 -D BITS_PER_LONG=32 -D LINUX -D CONFIG_INPUT -D CONFIG_VIDEO_V4L1_COMPAT -D CONFIG_DVB_DIB3000MC -D CONFIG_VIDEO_PVRUSB2_DVB - D CONFIG_I2C -D CONFIG_DVB_CORE -D CONFIG_AS102_USB -D CONFIG_FW_LOADER -D HAVE_WEBCAMD -D DBUS_API_SUBJECT_TO_CHANGE -D HAVE_HAL -D CONFIG_DVB_AT76C651 -D CONFIG_DVB_ATBM8830 -D CONFIG_DVB_AU8522 -D CONFIG_DVB_BCM3510 -D CONFIG_DVB_CX22700 -D CONFIG_DVB_CX22702 -D CONFIG_DVB_CX24110 -D CONFIG_DVB_CX24116 -D CONFIG_DVB_CX24123 -D CONFIG_DVB_DIB3000MB -D CONFIG_DVB_DIB3000MC -D CONFIG_DVB_DIB3000MC -D CONFIG_DVB_DIB7000M -D CONFIG_DVB_DIB7000P -D CONFIG_DVB_DIB8000 -D CONFIG_DVB_DRX397XD -D CONFIG_DVB_EC100 -D CONFIG_DVB_ISL6405 -D CONFIG_DVB_ISL6421 -D CONFIG_DVB_ISL6423 -D CONFIG_DVB_L64781 -D CONFIG_DVB_LGDT3304 -D CONFIG_DVB_LGDT3305 -D CONFIG_DVB_LGDT330X -D CONFIG_DVB_LGS8GL5 -D CONFIG_DVB_LGS8GXX -D CONFIG_DVB_LNBP21 -D CONFIG_DVB_LNBP22 -D CONFIG_DVB_MB86A16 -D CONFIG_DVB_MT312 -D CONFIG_DVB_MT352 -D CONFIG_DVB_NXT200X -D CONFIG_DVB_NXT6000 -D CONFIG_DVB_OR51132 -D CONFIG_DVB_OR51211 -D CONFIG_DVB_PLL -D CONFIG_DVB_S5H1409 -D CONFIG_DVB_S5H1411 -D CONFIG_DVB_S5H1420 -D CONFIG_DVB_S921 -D CONFIG_DVB_SI21XX -D CONFIG_DVB_SP8870 -D CONFIG_DVB_SP887X -D CONFIG_DVB_STB0899 -D CONFIG_DVB_STB6000 -D CONFIG_DVB_STB6100 -D CONFIG_DVB_STV0288 -D CONFIG_DVB_STV0297 -D CONFIG_DVB_STV0299 -D CONFIG_DVB_STV0900 -D CONFIG_DVB_STV090x -D CONFIG_DVB_STV6110 -D CONFIG_DVB_STV6110x -D CONFIG_DVB_TDA10021 -D CONFIG_DVB_TDA10023 -D CONFIG_DVB_TDA10048 -D CONFIG_DVB_TDA1004X -D CONFIG_DVB_TDA10086 -D CONFIG_DVB_TDA665x -D CONFIG_DVB_TDA8083 -D CONFIG_DVB_TDA80XX -D CONFIG_DVB_TDA8261 -D CONFIG_DVB_TDA826X -D CONFIG_DVB_TUA6100 -D CONFIG_DVB_TUNER_CX24113 -D CONFIG_DVB_TUNER_DIB0090 -D CONFIG_DVB_TUNER_ITD1000 -D CONFIG_DVB_VES1820 -D CONFIG_DVB_VES1X93 -D CONFIG_DVB_ZL10036 -D CONFIG_DVB_ZL10039 -D CONFIG_DVB_ZL10353 -D CONFIG_MEDIA_TUNER_MAX2165 -D CONFIG_MEDIA_TUNER_MC44S803 -D CONFIG_MEDIA_TUNER_MC44S803 -D CONFIG_MEDIA_TUNER_MT2060 -D CONFIG_MEDIA_TUNER_MT20XX -D CONFIG_MEDIA_TUNER_MT2131 -D CONFIG_MEDIA_TUNER_MT2266 -D CONFIG_MEDIA_TUNER_MXL5005S -D CONFIG_MEDIA_TUNER_MXL5007T -D CONFIG_MEDIA_TUNER_QT1010 -D CONFIG_MEDIA_TUNER_SIMPLE -D CONFIG_MEDIA_TUNER_TDA18271 -D CONFIG_MEDIA_TUNER_TDA18218 -D CONFIG_MEDIA_TUNER_TDA827X -D CONFIG_MEDIA_TUNER_TDA8290 -D CONFIG_MEDIA_TUNER_TDA9887 -D CONFIG_MEDIA_TUNER_TEA5761 -D CONFIG_MEDIA_TUNER_TEA5767 -D CONFIG_MEDIA_TUNER_XC2028 -D CONFIG_MEDIA_TUNER_XC5000 -D CONFIG_VIDEO_EM28XX_DVB -D CONFIG_VIDEO_SAA7134_DVB_MODULE -D CONFIG_IR_CORE - D CONFIG_VIDEO_IR -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/dummy - I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/headers -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/video/gspca -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/video/hdpvr -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/common/tuners -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/dvb/dvb-core -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/dvb/frontends -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/dvb/dvb-usb -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l-dvb/linux/include -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l-dvb/linux -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26 -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/dvb/ttpci -I /usr/local/include/hal -I /usr/local/include/dbus-1.0 -I /usr/local/include/dbus-1.0/include -I /usr/local/include -O2 -Wall -Wno-pointer-sign -std=gnu99 -ferror-limit 19 - fmessage-length 0 -stack-protector 1 -fgnu-runtime -fdiagnostics-show-option - o dw2102.o -x c /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/dvb/dvb-usb/dw2102.c 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module '/usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- dvb/linux/drivers/media/dvb/dvb-usb/dw2102.c'. 4. Running pass 'Module Verifier' on function '@dw2102_i2c_transfer' clang: error: unable to execute command: Abort trap: 6 (core dumped) clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) --HPS From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 30 09:47:39 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 B33A61065672; Sat, 30 Apr 2011 09:47:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA258FC12; Sat, 30 Apr 2011 09:47:37 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=wd7fLirDSts22yawIUsTeMUS9lsm8Llc0grT6RvpTjU= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=DTDdM-GZRhcA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=-5NIqxyrKXJaQO3_YM4A:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 120205547; Sat, 30 Apr 2011 11:47:35 +0200 From: Hans Petter Selasky To: Roman Divacky Date: Sat, 30 Apr 2011 11:46:28 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <72378267@bb.ipt.ru> <201104301113.25392.hselasky@c2i.net> <20110430094616.GA86210@freebsd.org> In-Reply-To: <20110430094616.GA86210@freebsd.org> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104301146.28225.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org, current@freebsd.org Subject: Re: webcamd-0.1.26: does not build with clang 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: Sat, 30 Apr 2011 09:47:39 -0000 On Saturday 30 April 2011 11:46:16 Roman Divacky wrote: > I just tested with new llvm/clang and it compiles ok. I hope there's > going to be a new llvm/clang import in a few days so please try again > after the import.. > > The port does not link though, because of some problems with > linux_init_mod/linux_exit_mod. I didnt analyze it but I suspect this may > be a bug in the code itself (C99 vs C89?) > Could you post the error message? --HPS From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 30 09:54:40 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 880991065686; Sat, 30 Apr 2011 09:54:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 87DD38FC1A; Sat, 30 Apr 2011 09:54:39 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=NvrFngl24Vvwb7eBef0tfsytOWEnP/WlkqxQrRnklhk= c=1 sm=1 a=SvYTsOw2Z4kA:10 a=DTDdM-GZRhcA:10 a=WQU8e4WWZSUA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=PZlEP0yC61p8N3krFd0A:9 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 119954048; Sat, 30 Apr 2011 11:54:37 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 30 Apr 2011 11:53:30 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <72378267@bb.ipt.ru> <20110430094616.GA86210@freebsd.org> <201104301146.28225.hselasky@c2i.net> In-Reply-To: <201104301146.28225.hselasky@c2i.net> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104301153.30356.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org, Roman Divacky , current@freebsd.org Subject: Re: webcamd-0.1.26: does not build with clang 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: Sat, 30 Apr 2011 09:54:40 -0000 On Saturday 30 April 2011 11:46:28 Hans Petter Selasky wrote: > linux_init_mod/linux_exit_mod. These two symbols are so-called sections. At least the GCC will resolve these, I.E. when there is an __attribute__((__section__("linux_init_mod"))), then also extern linux_init_mod resolves. --HPS From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 30 10:22:47 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 18E451065672; Sat, 30 Apr 2011 10:22:47 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [46.28.110.116]) by mx1.freebsd.org (Postfix) with ESMTP id 84F448FC12; Sat, 30 Apr 2011 10:22:46 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 91DEC7F3AF7; Sat, 30 Apr 2011 11:46:16 +0200 (CEST) Date: Sat, 30 Apr 2011 11:46:16 +0200 From: Roman Divacky To: Hans Petter Selasky Message-ID: <20110430094616.GA86210@freebsd.org> References: <72378267@bb.ipt.ru> <201104301113.25392.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104301113.25392.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@freebsd.org, current@freebsd.org Subject: Re: webcamd-0.1.26: does not build with clang 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: Sat, 30 Apr 2011 10:22:47 -0000 I just tested with new llvm/clang and it compiles ok. I hope there's going to be a new llvm/clang import in a few days so please try again after the import.. The port does not link though, because of some problems with linux_init_mod/linux_exit_mod. I didnt analyze it but I suspect this may be a bug in the code itself (C99 vs C89?) On Sat, Apr 30, 2011 at 11:13:25AM +0200, Hans Petter Selasky wrote: > On Friday 29 April 2011 13:04:52 Boris Samorodov wrote: > > Hi! > > > > The port builds with the system compiler but not with clang: > > ftp://ftp.bsam.ru/pub/tmp/webcamd.log.txt > > Hi, > > Edit the webcamd's port Makefile so that only one file is compiled at a time. > > MAKE_JOBS_SAFE= yes > > The following error code indicates a bug in the C-frontend of clang? > > Instruction does not dominate all uses! > %tmp164 = add i32 %i.0162, %tmp > %conv24 = trunc i32 %tmp164 to i16 > Instruction does not dominate all uses! > %conv24 = trunc i32 %tmp164 to i16 > %call28 = call fastcc i32 @dw210x_op_rw(%struct.usb_device* %tmp26, i8 > zeroext -75, i16 zeroext %conv24, i16 zeroext 0, i8* %1, i16 zeroext 2, i32 0) > Broken module found, compilation aborted! > Stack dump: > 0. Program arguments: /usr/bin/clang -cc1 -triple i386-undermydesk- > freebsd9.0 -emit-obj -disable-free -main-file-name dw2102.c -mrelocation-model > static -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases > -target-cpu i486 -momit-leaf-frame-pointer -resource-dir > /usr/bin/../lib/clang/2.9 -include webcamd_global.h -D _GNU_SOURCE -D > CURR_FILE_NAME="dw2102" -D CONFIG_USB_GSPCA -D CONFIG_USB_GSPCA_SONIXB -D > CONFIG_USB_GSPCA_SONIXJ -D CONFIG_USB_GSPCA_ZC3XX -D CONFIG_DVB_AF9013 -D > CONFIG_MEDIA_TUNER_MXL5005S -D CONFIG_DVB_STV0288 -D CONFIG_DVB_MT312 -D > CONFIG_DVB_DS3000 -D CONFIG_DVB_STB0899 -D CONFIG_DVB_STB6100 -D > CONFIG_DVB_LNBP22 -D CONFIG_DVB_TUNER_DIB0070 -D CONFIG_DVB_DIB7000P -D > CONFIG_MEDIA_TUNER_MT2060 -D BITS_PER_LONG=32 -D LINUX -D CONFIG_INPUT -D > CONFIG_VIDEO_V4L1_COMPAT -D CONFIG_DVB_DIB3000MC -D CONFIG_VIDEO_PVRUSB2_DVB - > D CONFIG_I2C -D CONFIG_DVB_CORE -D CONFIG_AS102_USB -D CONFIG_FW_LOADER -D > HAVE_WEBCAMD -D DBUS_API_SUBJECT_TO_CHANGE -D HAVE_HAL -D CONFIG_DVB_AT76C651 > -D CONFIG_DVB_ATBM8830 -D CONFIG_DVB_AU8522 -D CONFIG_DVB_BCM3510 -D > CONFIG_DVB_CX22700 -D CONFIG_DVB_CX22702 -D CONFIG_DVB_CX24110 -D > CONFIG_DVB_CX24116 -D CONFIG_DVB_CX24123 -D CONFIG_DVB_DIB3000MB -D > CONFIG_DVB_DIB3000MC -D CONFIG_DVB_DIB3000MC -D CONFIG_DVB_DIB7000M -D > CONFIG_DVB_DIB7000P -D CONFIG_DVB_DIB8000 -D CONFIG_DVB_DRX397XD -D > CONFIG_DVB_EC100 -D CONFIG_DVB_ISL6405 -D CONFIG_DVB_ISL6421 -D > CONFIG_DVB_ISL6423 -D CONFIG_DVB_L64781 -D CONFIG_DVB_LGDT3304 -D > CONFIG_DVB_LGDT3305 -D CONFIG_DVB_LGDT330X -D CONFIG_DVB_LGS8GL5 -D > CONFIG_DVB_LGS8GXX -D CONFIG_DVB_LNBP21 -D CONFIG_DVB_LNBP22 -D > CONFIG_DVB_MB86A16 -D CONFIG_DVB_MT312 -D CONFIG_DVB_MT352 -D > CONFIG_DVB_NXT200X -D CONFIG_DVB_NXT6000 -D CONFIG_DVB_OR51132 -D > CONFIG_DVB_OR51211 -D CONFIG_DVB_PLL -D CONFIG_DVB_S5H1409 -D > CONFIG_DVB_S5H1411 -D CONFIG_DVB_S5H1420 -D CONFIG_DVB_S921 -D > CONFIG_DVB_SI21XX -D CONFIG_DVB_SP8870 -D CONFIG_DVB_SP887X -D > CONFIG_DVB_STB0899 -D CONFIG_DVB_STB6000 -D CONFIG_DVB_STB6100 -D > CONFIG_DVB_STV0288 -D CONFIG_DVB_STV0297 -D CONFIG_DVB_STV0299 -D > CONFIG_DVB_STV0900 -D CONFIG_DVB_STV090x -D CONFIG_DVB_STV6110 -D > CONFIG_DVB_STV6110x -D CONFIG_DVB_TDA10021 -D CONFIG_DVB_TDA10023 -D > CONFIG_DVB_TDA10048 -D CONFIG_DVB_TDA1004X -D CONFIG_DVB_TDA10086 -D > CONFIG_DVB_TDA665x -D CONFIG_DVB_TDA8083 -D CONFIG_DVB_TDA80XX -D > CONFIG_DVB_TDA8261 -D CONFIG_DVB_TDA826X -D CONFIG_DVB_TUA6100 -D > CONFIG_DVB_TUNER_CX24113 -D CONFIG_DVB_TUNER_DIB0090 -D > CONFIG_DVB_TUNER_ITD1000 -D CONFIG_DVB_VES1820 -D CONFIG_DVB_VES1X93 -D > CONFIG_DVB_ZL10036 -D CONFIG_DVB_ZL10039 -D CONFIG_DVB_ZL10353 -D > CONFIG_MEDIA_TUNER_MAX2165 -D CONFIG_MEDIA_TUNER_MC44S803 -D > CONFIG_MEDIA_TUNER_MC44S803 -D CONFIG_MEDIA_TUNER_MT2060 -D > CONFIG_MEDIA_TUNER_MT20XX -D CONFIG_MEDIA_TUNER_MT2131 -D > CONFIG_MEDIA_TUNER_MT2266 -D CONFIG_MEDIA_TUNER_MXL5005S -D > CONFIG_MEDIA_TUNER_MXL5007T -D CONFIG_MEDIA_TUNER_QT1010 -D > CONFIG_MEDIA_TUNER_SIMPLE -D CONFIG_MEDIA_TUNER_TDA18271 -D > CONFIG_MEDIA_TUNER_TDA18218 -D CONFIG_MEDIA_TUNER_TDA827X -D > CONFIG_MEDIA_TUNER_TDA8290 -D CONFIG_MEDIA_TUNER_TDA9887 -D > CONFIG_MEDIA_TUNER_TEA5761 -D CONFIG_MEDIA_TUNER_TEA5767 -D > CONFIG_MEDIA_TUNER_XC2028 -D CONFIG_MEDIA_TUNER_XC5000 -D > CONFIG_VIDEO_EM28XX_DVB -D CONFIG_VIDEO_SAA7134_DVB_MODULE -D CONFIG_IR_CORE - > D CONFIG_VIDEO_IR -I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/dummy - > I /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/headers -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/video/gspca -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/video/hdpvr -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/common/tuners -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/dvb/dvb-core -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/dvb/frontends -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/dvb/dvb-usb -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l-dvb/linux/include -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l-dvb/linux -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26 -I > /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/dvb/ttpci -I /usr/local/include/hal -I > /usr/local/include/dbus-1.0 -I /usr/local/include/dbus-1.0/include -I > /usr/local/include -O2 -Wall -Wno-pointer-sign -std=gnu99 -ferror-limit 19 - > fmessage-length 0 -stack-protector 1 -fgnu-runtime -fdiagnostics-show-option - > o dw2102.o -x c /usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/dvb/dvb-usb/dw2102.c > 1. parser at end of file > 2. Code generation > 3. Running pass 'Function Pass Manager' on module > '/usr/ports/multimedia/webcamd/work/webcamd-0.1.26/v4l- > dvb/linux/drivers/media/dvb/dvb-usb/dw2102.c'. > 4. Running pass 'Module Verifier' on function '@dw2102_i2c_transfer' > clang: error: unable to execute command: Abort trap: 6 (core dumped) > clang: error: clang frontend command failed due to signal 1 (use -v to see > invocation) > > --HPS > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 30 20:08:26 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 538DA106564A for ; Sat, 30 Apr 2011 20:08:26 +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 133968FC0C for ; Sat, 30 Apr 2011 20:08:25 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 0CCB51E00219; Sat, 30 Apr 2011 22:08:25 +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 p3UK7fMZ015255 for ; Sat, 30 Apr 2011 22:07:41 +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 p3UK7fTT015254 for freebsd-multimedia@FreeBSD.org; Sat, 30 Apr 2011 22:07:41 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 30 Apr 2011 22:07:41 +0200 To: freebsd-multimedia@FreeBSD.org Message-ID: <20110430200741.GA15234@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: New vdr plugins (markad and two channel scanning ones) 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: Sat, 30 Apr 2011 20:08:26 -0000 Hi! For those that don't watch commitmail etc, after porting the markad plugin a while ago I now also ported reelchannelscan and wirbelscan, I'll just quote the snipped I added to the wiki page at http://wiki.freebsd.org/VDR Update: I now also ported the reelchannelscan and wirbelscan plugins, I ported both because the reelchannelscan plugin can also do a manual scan on a single transponder while wirbelscan knows non-german/european channel lists too, especially for dvb-t, and wirbelscan, unlike reelchannelscan, is also supposed to work with an empty channels.conf file. Enjoy, :) Juergen