From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 25 08:22:02 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DB18106567A; Sun, 25 Apr 2010 08:22:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 442078FC21; Sun, 25 Apr 2010 08:22:02 +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 o3P8M2YZ080359; Sun, 25 Apr 2010 08:22:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3P8M2Iw080355; Sun, 25 Apr 2010 08:22:02 GMT (envelope-from linimon) Date: Sun, 25 Apr 2010 08:22:02 GMT Message-Id: <201004250822.o3P8M2Iw080355@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called 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, 25 Apr 2010 08:22:02 -0000 Synopsis: [snd_hda] race condition when kldunload snd_hda sound called Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Sun Apr 25 08:21:26 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=146031 From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 25 10:06:51 2010 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 97483106566C; Sun, 25 Apr 2010 10:06:51 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-relay3.uni-muenster.de (ZIVM-RELAY3.UNI-MUENSTER.DE [128.176.192.19]) by mx1.freebsd.org (Postfix) with ESMTP id C37828FC23; Sun, 25 Apr 2010 10:06:50 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.52,269,1270418400"; d="scan'208";a="32204838" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay3.uni-muenster.de with ESMTP; 25 Apr 2010 12:06:49 +0200 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id A0A8E1B0769; Sun, 25 Apr 2010 12:06:49 +0200 (CEST) Date: Sun, 25 Apr 2010 12:06:49 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Roman Divacky , Ulrich =?iso-8859-1?Q?Sp=F6rlein?= , Andrew Reilly Message-ID: In-Reply-To: <20100424080533.GA77435@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, freebsd-current@FreeBSD.org Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now 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, 25 Apr 2010 10:06:51 -0000 Roman Divacky schrieb am 2010-04-24: > ping.... any progress on this? :) sorry it took some time, but i've been rather busy. i was able to pinpoint the exact function which is causing the problem: it's snd_xbytes(). [snip] > > > Great stuff to have narrowed it down so much. Next logical step > > > would > > > be > > > to do the bisect on function-level scope. > > > Copy one half of buffer.c to buffer-clang.c, the other half to > > > buffer-gcc.c, > > > adjust the Makefile to use buffer-{gcc,clang}.c instead of > > > buffer.c > > > and > > > compile them accordingly. Redo your tests till we know the single > > > function(s) > > > where clang produces bad code. [snip] -- Alexander Best From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 25 11:30:04 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B254B106564A for ; Sun, 25 Apr 2010 11:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8823A8FC1E for ; Sun, 25 Apr 2010 11:30:04 +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 o3PBU4Du036475 for ; Sun, 25 Apr 2010 11:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3PBU4NL036472; Sun, 25 Apr 2010 11:30:04 GMT (envelope-from gnats) Date: Sun, 25 Apr 2010 11:30:04 GMT Message-Id: <201004251130.o3PBU4NL036472@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Alexander Best Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2010 11:30:04 -0000 The following reply was made to PR kern/146031; it has been noted by GNATS. From: Alexander Best To: Garrett Cooper Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called Date: Sun, 25 Apr 2010 13:26:33 +0200 (CEST) running sh -c 'i=1; while [ 1 ] ; do echo "Try $i"; kldload snd_hda; kldunload snd_hda sound; : $(( i += 1 )); done' complains about sound.ko not being loaded, since unloading snd_hda.ko also unloads sound.ko. is this what you got too? i'm not sure this logic is correct. loading snd_hda.ko also loads sound.ko, since it depends on it. however i don't see why unloading snd_hda.ko also unloads sound.ko, since sound.ko has no dependencies and can exist without any snd_*.ko module. i wasn't able to trigger the panic however (command cancelled with i=350 or so). i'm running 9-CURRENT (r207154). -- Alexander Best From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 25 23:40:04 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B236106566C for ; Sun, 25 Apr 2010 23:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 40CFB8FC0A for ; Sun, 25 Apr 2010 23:40:04 +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 o3PNe43X070569 for ; Sun, 25 Apr 2010 23:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3PNe4QA070567; Sun, 25 Apr 2010 23:40:04 GMT (envelope-from gnats) Date: Sun, 25 Apr 2010 23:40:04 GMT Message-Id: <201004252340.o3PNe4QA070567@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2010 23:40:04 -0000 The following reply was made to PR kern/146031; it has been noted by GNATS. From: Garrett Cooper To: Alexander Best Cc: bug-followup@freebsd.org Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called Date: Sun, 25 Apr 2010 16:31:24 -0700 On Sun, Apr 25, 2010 at 4:26 AM, Alexander Best wrote: > running > > sh -c 'i=1; while [ 1 ] ; do echo "Try $i"; kldload snd_hda; kldunload snd_hda > sound; : $(( i += 1 )); done' > > complains about sound.ko not being loaded, since unloading snd_hda.ko also > unloads sound.ko. is this what you got too? > > i'm not sure this logic is correct. loading snd_hda.ko also loads sound.ko, > since it depends on it. however i don't see why unloading snd_hda.ko also > unloads sound.ko, since sound.ko has no dependencies and can exist without any > snd_*.ko module. > > i wasn't able to trigger the panic however (command cancelled with i=350 or > so). > > i'm running 9-CURRENT (r207154). Hi Alexander, 1. How many cores and processors does your machine have? 2. Do you have SMP enabled? Thanks, -Garrett From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 25 23:40:06 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15100106564A for ; Sun, 25 Apr 2010 23:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DED378FC14 for ; Sun, 25 Apr 2010 23:40:05 +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 o3PNe5Ya070579 for ; Sun, 25 Apr 2010 23:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3PNe5D8070578; Sun, 25 Apr 2010 23:40:05 GMT (envelope-from gnats) Date: Sun, 25 Apr 2010 23:40:05 GMT Message-Id: <201004252340.o3PNe5D8070578@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2010 23:40:06 -0000 The following reply was made to PR kern/146031; it has been noted by GNATS. From: Garrett Cooper To: Garrett Cooper Cc: Alexander Best , bug-followup@freebsd.org Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called Date: Sun, 25 Apr 2010 16:34:53 -0700 Sorry... forgot to answer the questions. On Sun, Apr 25, 2010 at 4:31 PM, Garrett Cooper wrote: > On Sun, Apr 25, 2010 at 4:26 AM, Alexander Best wrote: >> running >> >> sh -c 'i=1; while [ 1 ] ; do echo "Try $i"; kldload snd_hda; kldunload snd_hda >> sound; : $(( i += 1 )); done' >> >> complains about sound.ko not being loaded, since unloading snd_hda.ko also >> unloads sound.ko. is this what you got too? Yes, because it's kldunload(2) unloads all dependent modules for snd_hda.ko not in use (in this case sound.ko). >> i'm not sure this logic is correct. loading snd_hda.ko also loads sound.ko, >> since it depends on it. however i don't see why unloading snd_hda.ko also >> unloads sound.ko, since sound.ko has no dependencies and can exist without any >> snd_*.ko module. The point was that there's a race condition if the time between both snd_hda.ko and sound.ko was done, s.t. not all of the pieces were cleaned up and/or communicated in the kernel. >> i wasn't able to trigger the panic however (command cancelled with i=350 or >> so). >> >> i'm running 9-CURRENT (r207154). Ok. This might have been fixed in a later revision that hasn't been MFCed from HEAD, but I really don't want to have to take down my server to test this... Thanks, -Garrett From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 26 10:30:09 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07B3A106566B for ; Mon, 26 Apr 2010 10:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A2F28FC13 for ; Mon, 26 Apr 2010 10:30:08 +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 o3QAU8bF069974 for ; Mon, 26 Apr 2010 10:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3QAU8gv069970; Mon, 26 Apr 2010 10:30:08 GMT (envelope-from gnats) Date: Mon, 26 Apr 2010 10:30:08 GMT Message-Id: <201004261030.o3QAU8gv069970@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Alexander Best Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 10:30:09 -0000 The following reply was made to PR kern/146031; it has been noted by GNATS. From: Alexander Best To: Garrett Cooper Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called Date: Mon, 26 Apr 2010 12:23:26 +0200 (CEST) Garrett Cooper schrieb am 2010-04-26: [snip] > Hi Alexander, > 1. How many cores and processors does your machine have? > 2. Do you have SMP enabled? > Thanks, > -Garrett 1. one cpu with 2 cores. 2. yes and using the old bsd4 scheduler. -- Alexander Best From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 26 11:00:12 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECA3B106566B for ; Mon, 26 Apr 2010 11:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DBD618FC1A for ; Mon, 26 Apr 2010 11:00:12 +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 o3QB0CFp095271 for ; Mon, 26 Apr 2010 11:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3QB0CWv095264; Mon, 26 Apr 2010 11:00:12 GMT (envelope-from gnats) Date: Mon, 26 Apr 2010 11:00:12 GMT Message-Id: <201004261100.o3QB0CWv095264@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 11:00:13 -0000 The following reply was made to PR kern/146031; it has been noted by GNATS. From: Garrett Cooper To: Alexander Best Cc: bug-followup@freebsd.org Subject: Re: kern/146031: [snd_hda] race condition when kldunload snd_hda sound called Date: Mon, 26 Apr 2010 03:58:06 -0700 On Mon, Apr 26, 2010 at 3:23 AM, Alexander Best wrote: > Garrett Cooper schrieb am 2010-04-26: > > [snip] > >> Hi Alexander, >> =A0 =A0 1. How many cores and processors does your machine have? >> =A0 =A0 2. Do you have SMP enabled? >> Thanks, >> -Garrett > > 1. one cpu with 2 cores. > 2. yes and using the old bsd4 scheduler. Ok... now this is definitely non-standard. 1. My laptop is a dual-core Core2Duo proc (the full details are in the original PR). 2. I'm using SCHED_ULE, like most other folks post-7.x. I suggest using SCHED_ULE instead of SCHED_4BSD. You might only be able to run into the issue with SCHED_ULE because of how it schedules tasks. Thanks, -Garrett From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 26 11:07:05 2010 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 70AC4106566B for ; Mon, 26 Apr 2010 11:07:05 +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 5E53A8FC14 for ; Mon, 26 Apr 2010 11:07:05 +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 o3QB75YV004213 for ; Mon, 26 Apr 2010 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3QB74bK004211 for freebsd-multimedia@FreeBSD.org; Mon, 26 Apr 2010 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Apr 2010 11:07:04 GMT Message-Id: <201004261107.o3QB74bK004211@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, 26 Apr 2010 11:07:05 -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/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound f ports/145770 multimedia [patch] multimedia/gstreamer-plugins-v4l2 says Device 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 s kern/113950 multimedia [sound] [patch] [request] add per-vchan mixer support 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 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 57 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 27 04:50:56 2010 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 C022F1065672; Tue, 27 Apr 2010 04:50:56 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwmtas04p.mx.bigpond.com (nschwmtas04p.mx.bigpond.com [61.9.189.146]) by mx1.freebsd.org (Postfix) with ESMTP id 01AE78FC15; Tue, 27 Apr 2010 04:50:55 +0000 (UTC) Received: from nschwotgx02p.mx.bigpond.com ([124.188.161.100]) by nschwmtas04p.mx.bigpond.com with ESMTP id <20100427045054.MHBU9850.nschwmtas04p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com>; Tue, 27 Apr 2010 04:50:54 +0000 Received: from duncan.reilly.home ([124.188.161.100]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20100427045054.EAPH2131.nschwotgx02p.mx.bigpond.com@duncan.reilly.home>; Tue, 27 Apr 2010 04:50:54 +0000 Date: Tue, 27 Apr 2010 14:50:53 +1000 From: Andrew Reilly To: Alexander Best Message-ID: <20100427045053.GA64971@duncan.reilly.home> References: <20100424080533.GA77435@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Authentication-Info: Submitted using SMTP AUTH LOGIN at nschwotgx02p.mx.bigpond.com from [124.188.161.100] using ID areilly@bigpond.net.au at Tue, 27 Apr 2010 04:50:54 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.4BD66D2E.00ED,ss=1,fgs=0 X-SIH-MSG-ID: rRw7FNX/TAD0zmQs0WyzOwJxyArnqyN48Z4QX81loRIGTUDCp8DeQ9rHNvZRsM6kxDxLJhqBNGQgaangTY3Rs9mK Cc: freebsd-multimedia@freebsd.org, Roman Divacky , freebsd-current@FreeBSD.org, Ulrich =?iso-8859-1?Q?Sp=F6rlein?= Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now 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, 27 Apr 2010 04:50:56 -0000 On Sun, Apr 25, 2010 at 12:06:49PM +0200, Alexander Best wrote: > i was able to pinpoint the > exact function which is causing the problem: > > it's snd_xbytes(). This is an odd-looking function. Its purpose is to compute the size of a target buffer for a block of audio samples that might be sample-rate-converted or format changed. It has a loop to compute the gcd of the second two arguments (from, to), so that it can divide by that common factor so that it can then do v * (to/x) / (from/x). It's not immediately obvious to me why it bothers to find the gcd, since the division by the original from should work anyway, as it's using a 64-bit numerator... The only difference that I can see when this is compiled with cc vs clang on my amd64 system is that the latter uses a divq in the loop and the former uses a divl. I haven't figured out why, yet. Hmm. If the same division logic is being used in the i386 version of clang, then it's possible that this is resulting in a call to an extended precision divide subroutine, which could slow things down a bit. Cheers, -- Andrew From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 27 07:24:32 2010 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 BE5011065703 for ; Tue, 27 Apr 2010 07:24:32 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 75A358FC08 for ; Tue, 27 Apr 2010 07:24:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 55DD69CB0DE; Tue, 27 Apr 2010 09:04:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qkliA3BLwEI8; Tue, 27 Apr 2010 09:04:53 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1DF6B9CB452; Tue, 27 Apr 2010 09:04:53 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o3R74qqE017138; Tue, 27 Apr 2010 09:04:52 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 27 Apr 2010 09:04:51 +0200 From: Roman Divacky To: Andrew Reilly Message-ID: <20100427070451.GA16910@freebsd.org> References: <20100424080533.GA77435@freebsd.org> <20100427045053.GA64971@duncan.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100427045053.GA64971@duncan.reilly.home> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@FreeBSD.org, Alexander Best , Ulrich Sp?rlein , freebsd-current@FreeBSD.org Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now 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, 27 Apr 2010 07:24:32 -0000 while I agree that the function is strange there indeed is a bug in llvm. See: http://llvm.org/bugs/show_bug.cgi?id=6941 On Tue, Apr 27, 2010 at 02:50:53PM +1000, Andrew Reilly wrote: > On Sun, Apr 25, 2010 at 12:06:49PM +0200, Alexander Best wrote: > > i was able to pinpoint the > > exact function which is causing the problem: > > > > it's snd_xbytes(). > > This is an odd-looking function. Its purpose is to compute the > size of a target buffer for a block of audio samples that might > be sample-rate-converted or format changed. It has a loop to > compute the gcd of the second two arguments (from, to), so that > it can divide by that common factor so that it can then do v * > (to/x) / (from/x). It's not immediately obvious to me why it > bothers to find the gcd, since the division by the original > from should work anyway, as it's using a 64-bit numerator... > > The only difference that I can see when this is compiled with cc > vs clang on my amd64 system is that the latter uses a divq in > the loop and the former uses a divl. I haven't figured out why, > yet. Hmm. If the same division logic is being used in the i386 > version of clang, then it's possible that this is resulting in > a call to an extended precision divide subroutine, which could > slow things down a bit. > > Cheers, > > -- > Andrew From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 27 18:01:11 2010 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 10B58106566B for ; Tue, 27 Apr 2010 18:01:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 85E978FC19 for ; Tue, 27 Apr 2010 18:01:10 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1O6p5o-0005q3-SY; Tue, 27 Apr 2010 20:01:09 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Tue, 27 Apr 2010 20:01:09 +0200 From: Bernhard Froehlich To: Torfinn Ingolfsen In-Reply-To: <20100408030227.ea2637b7.torfinn.ingolfsen@broadpark.no> References: <1e534313b60b351c2e3c9e07023391d9@bluelife.at> <20100408030227.ea2637b7.torfinn.ingolfsen@broadpark.no> Message-ID: X-Sender: decke@FreeBSD.org User-Agent: RoundCube Webmail/0.4-beta X-Spam-Score: 4.2 (++++) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Thu, 08 Apr 2010 03:02:27 +0200, Torfinn Ingolfsen wrote: > Hi, > > Ok, I have tried the mythtv 0.23 port now. The port compiles and > installs fine. > The programs mythtv-setup, mythfilldatabase and mythfrontend works > ("works" in this specific paragraph means that the program can be > started, and that navigating the menus works). [...] Content analysis details: (4.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org. -0.2 AWL AWL: From: address is in the auto white-list Cc: freebsd-multimedia@FreeBSD.org Subject: Re: Call for Testers: MythTV 0.23 for FreeBSD 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, 27 Apr 2010 18:01:11 -0000 On Thu, 08 Apr 2010 03:02:27 +0200, Torfinn Ingolfsen wrote: > Hi, > > Ok, I have tried the mythtv 0.23 port now. The port compiles and > installs fine. > The programs mythtv-setup, mythfilldatabase and mythfrontend works > ("works" in this specific paragraph means that the program can be > started, and that navigating the menus works). It took me a few weeks to have a closer look at the problems but I do have made progress so here I am again with some news. > General comments: > mythtv-setup: the channel scanner doesn't work with my PVR-500 card; it > tries to use "traditional" channel numbers (E5, E2, etc) for tuning, > but the driver (pvrxxx by usleep) only accepts frequencies. I've had a look at this and the driver definitely supports setting frequencies because I've found the following code in the setchannel binary of the pvrxxx driver. ioctl( tfd, TVTUNER_SETFREQ, &freq ) I currently don't know how mythtv detects the prvxxx driver but probably it is not doing it correctly and this is why it does not use the frequencies. > mythfilldatabase: works, but needs a newer version of p5-xmltv than the > one in ports for the grabber I am using (tv_grab_no_gfeed) to work. > > So you will have to set up everything manually, this time > too. p5-xmltv was already updated from sylvio@ to 0.5.53 and i've also talked to him about updating it to the latest version 0.5.57 so this will also happen in the future. Does 0.5.53 already work for you? > After configuring everything, I tried "watch TV" in mythfrontend. It > didn't work. Here are the relevant parts of /var/log/mythbackend.log: > 2010-04-08 02:45:34.621 MainServer::ANN Playback > 2010-04-08 02:45:34.621 adding: kg-fil.kg4.no as a client (events: 0) > 2010-04-08 02:45:34.623 TVRec(3): Changing from None to WatchingLiveTV > 2010-04-08 02:45:34.629 TVRec(3): HW Tuner: 3->3 > 2010-04-08 02:45:35.285 ProgramInfo(): Updated pathname '':'' -> > '1000_20100408024535.mpg' > 2010-04-08 02:45:35.293 > > Not ivtv or pvrusb2 or hdpvr driver > > > 2010-04-08 02:45:35.293 MPEGRec(/dev/cxm0) Warning: Unable to set audio > mode > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.294 mpegrecorder.cpp:set_ctrls(): Could not set Audio > Sampling Frequency to 2 > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.305 mpegrecorder.cpp:set_ctrls(): Could not set Video > Aspect ratio to 1 > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.306 mpegrecorder.cpp:set_ctrls(): Could not set Audio > Encoding to 1 > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.306 mpegrecorder.cpp:set_ctrls(): Could not set Audio > L2 Bitrate to 13 > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.307 mpegrecorder.cpp:set_ctrls(): Could not set MPEG > Stream type to 0 > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.308 mpegrecorder.cpp:set_ctrls(): Could not set Video > Average Bitrate to 4500000 > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.308 mpegrecorder.cpp:set_ctrls(): Could not set Video > Peak Bitrate to 6000000 > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.309 MPEGRec(/dev/cxm0) Warning: Can't enable VBI > recording (5) > eno: Inappropriate ioctl for device (25) > 2010-04-08 02:45:35.312 AutoExpire: CalcParams(): Max required Free Space: > 2.0 GB w/freq: 15 min > 2010-04-08 02:45:35.436 ProgramInfo(): Updated pathname '':'' -> > '1000_20100408024535.mpg' > 2010-04-08 02:45:35.439 ProgramInfo(): Updated pathname '':'' -> > '1000_20100408024535.mpg' > 2010-04-08 02:45:37.948 DevRdB(/dev/cxm0) Error: Poll giving up > > Hmm, didn't we see the same error "Not ivtv or pvrusb2 or hdpvr driver" in > the initial days of the 0.22 port too? I'm not sure yet what is going wrong there because the mythtv code in that files did not change significantly since 0.22. From the output is looks like mythtv misdetected the driver and does nonsense. I've added a patch to the mythtv port to output a few more debugging infos about the driver right after the "Not ivtv or pvrusb2 or hdpvr driver" message. So please recompile mythtv and send me the output again so that I can hopefully get a clue what is going wrong with pvrxxx. VDPAU support should already work fine since the last nvidia-driver update and I have also patched mythtv to compile with enabled v4l support now. Why? Because finally I decided to buy a Pinnacle PCTV 452e (USB) device that supports DVB-S2 and play around with webcamd to get it working in mythtv. I'll let you all know as soon as I have success. That's it for now! Happy testing. http://home.bluelife.at/ports/mythtv-cft-20100427.tar.gz -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 27 18:11:58 2010 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 526DD106564A; Tue, 27 Apr 2010 18:11:58 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id AE3C08FC13; Tue, 27 Apr 2010 18:11:57 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so1001196fgb.13 for ; Tue, 27 Apr 2010 11:11:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.127.212 with SMTP id h20mr96791fas.89.1272391908698; Tue, 27 Apr 2010 11:11:48 -0700 (PDT) Sender: scjamorim@bsd.com.br Received: by 10.223.122.135 with HTTP; Tue, 27 Apr 2010 11:11:48 -0700 (PDT) In-Reply-To: References: <1e534313b60b351c2e3c9e07023391d9@bluelife.at> <20100408030227.ea2637b7.torfinn.ingolfsen@broadpark.no> Date: Tue, 27 Apr 2010 15:11:48 -0300 X-Google-Sender-Auth: 88a67ae075a8dc01 Message-ID: From: Sylvio Cesar Teixeira To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@freebsd.org Subject: Re: Call for Testers: MythTV 0.23 for FreeBSD 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, 27 Apr 2010 18:11:58 -0000 2010/4/27 Bernhard Froehlich : > On Thu, 08 Apr 2010 03:02:27 +0200, Torfinn Ingolfsen > wrote: >> Hi, >> >> Ok, I have tried the mythtv 0.23 port now. The port compiles and >> installs fine. >> The programs mythtv-setup, mythfilldatabase and mythfrontend works >> ("works" in this specific paragraph means that the program can be >> started, and that navigating the menus works). > > It took me a few weeks to have a closer look at the problems but I do hav= e > made progress so here I am again with some news. > >> General comments: >> mythtv-setup: the channel scanner doesn't work with my PVR-500 card; it >> tries to use "traditional" channel numbers (E5, E2, etc) for tuning, >> but the driver (pvrxxx by usleep) only accepts frequencies. > > I've had a look at this and the driver definitely supports setting > frequencies because I've found the following code in the setchannel binar= y > of the pvrxxx driver. > > ioctl( tfd, TVTUNER_SETFREQ, &freq ) > > I currently don't know how mythtv detects the prvxxx driver but probably > it is not doing it correctly and this is why it does not use the > frequencies. > >> mythfilldatabase: works, but needs a newer version of p5-xmltv than the >> one in ports for the grabber I am using (tv_grab_no_gfeed) to work. >> >> So you will have to set up everything manually, this time >> too. > > p5-xmltv was already updated from sylvio@ to 0.5.53 and i've also talked > to him about updating it to the latest version 0.5.57 so this will also > happen in the future. Does 0.5.53 already work for you? In soon, I'll go update to version 0.5.57. > >> After configuring everything, I tried "watch TV" in mythfrontend. It >> didn't work. Here are the relevant parts of /var/log/mythbackend.log: >> 2010-04-08 02:45:34.621 MainServer::ANN Playback >> 2010-04-08 02:45:34.621 adding: kg-fil.kg4.no as a client (events: 0) >> 2010-04-08 02:45:34.623 TVRec(3): Changing from None to WatchingLiveTV >> 2010-04-08 02:45:34.629 TVRec(3): HW Tuner: 3->3 >> 2010-04-08 02:45:35.285 ProgramInfo(): Updated pathname '':'' -> >> '1000_20100408024535.mpg' >> 2010-04-08 02:45:35.293 >> >> Not ivtv or pvrusb2 or hdpvr driver >> >> >> 2010-04-08 02:45:35.293 MPEGRec(/dev/cxm0) Warning: Unable to set audio >> mode >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.294 mpegrecorder.cpp:set_ctrls(): Could not set > Audio >> Sampling Frequency to 2 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.305 mpegrecorder.cpp:set_ctrls(): Could not set > Video >> Aspect ratio to 1 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.306 mpegrecorder.cpp:set_ctrls(): Could not set > Audio >> Encoding to 1 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.306 mpegrecorder.cpp:set_ctrls(): Could not set > Audio >> L2 Bitrate to 13 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.307 mpegrecorder.cpp:set_ctrls(): Could not set MPEG >> Stream type to 0 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.308 mpegrecorder.cpp:set_ctrls(): Could not set > Video >> Average Bitrate to 4500000 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.308 mpegrecorder.cpp:set_ctrls(): Could not set > Video >> Peak Bitrate to 6000000 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.309 MPEGRec(/dev/cxm0) Warning: Can't enable VBI >> recording (5) >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 eno: Inappropriate ioctl= for device (25) >> 2010-04-08 02:45:35.312 AutoExpire: CalcParams(): Max required Free > Space: >> 2.0 GB w/freq: 15 min >> 2010-04-08 02:45:35.436 ProgramInfo(): Updated pathname '':'' -> >> '1000_20100408024535.mpg' >> 2010-04-08 02:45:35.439 ProgramInfo(): Updated pathname '':'' -> >> '1000_20100408024535.mpg' >> 2010-04-08 02:45:37.948 DevRdB(/dev/cxm0) Error: Poll giving up >> >> Hmm, didn't we see the same error "Not ivtv or pvrusb2 or hdpvr driver" > in >> the initial days of the 0.22 port too? > > I'm not sure yet what is going wrong there because the mythtv code in tha= t > files did not change significantly since 0.22. From the output is looks > like mythtv misdetected the driver and does nonsense. I've added a patch = to > the mythtv port to output a few more debugging infos about the driver rig= ht > after the "Not ivtv or pvrusb2 or hdpvr driver" message. So please > recompile mythtv and send me the output again so that I can hopefully get= a > clue what is going wrong with pvrxxx. > > VDPAU support should already work fine since the last nvidia-driver updat= e > and I have also patched mythtv to compile with enabled v4l support now. > Why? Because finally I decided to buy a Pinnacle PCTV 452e (USB) device > that supports DVB-S2 and play around with webcamd to get it working in > mythtv. I'll let you all know as soon as I have success. > > That's it for now! Happy testing. > > http://home.bluelife.at/ports/mythtv-cft-20100427.tar.gz > > -- > Bernhard Froehlich > http://www.bluelife.at/ > _______________________________________________ > 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" > From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 27 20:27:56 2010 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 42D69106566B for ; Tue, 27 Apr 2010 20:27:56 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id EC2AA8FC1D for ; Tue, 27 Apr 2010 20:27:55 +0000 (UTC) Received: from [91.205.172.21] (helo=webmail.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1O6rNo-0006T8-Ni; Tue, 27 Apr 2010 22:27:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Tue, 27 Apr 2010 22:27:53 +0200 From: Bernhard Froehlich To: Message-ID: <0168891d0285943b62cb1431c65f298e@bluelife.at> X-Sender: decke@FreeBSD.org User-Agent: RoundCube Webmail/0.4-beta X-Spam-Score: 4.1 (++++) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Multimedia Users! Thanks to the work of Hans Petter Selasky on video4bsd it is finally possible to watch Live TV on mythtv. Not from an old analog card but from an relative new DVB-S2 device (Pinnacle PCTV Sat HDTV Pro USB 452e). [...] Content analysis details: (4.1 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 3.4 FH_DATE_PAST_20XX The date is grossly in the future. 2.4 DNS_FROM_OPENWHOIS RBL: Envelope sender listed in bl.open-whois.org. -0.3 AWL AWL: From: address is in the auto white-list Cc: Subject: DVB-S Live TV on MythTV 0.23 with webcamd 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, 27 Apr 2010 20:27:56 -0000 Hi Multimedia Users! Thanks to the work of Hans Petter Selasky on video4bsd it is finally possible to watch Live TV on mythtv. Not from an old analog card but from an relative new DVB-S2 device (Pinnacle PCTV Sat HDTV Pro USB 452e). http://home.bluelife.at/images/mythtv-0.23-DVB-1.jpg It only took me one evening to enable v4l support on mythtv and everything else just worked! Thanks also to nox@ for the work on this device and the descriptions of how to use it. I will commit this together with the mythtv 0.23 update that will come in a few weeks. So what do you need? * a supported USB device (eg. Pinnacle PCTV Sat HDTV Pro USB 452e) * video4bsd from the svn repository http://www.selasky.org/hans_petter/video4bsd/ * mythtv 0.23 with enabled v4l http://home.bluelife.at/ports/mythtv-cft-20100427.tar.gz -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 27 20:35:11 2010 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 9C275106564A; Tue, 27 Apr 2010 20:35:11 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 1419F8FC08; Tue, 27 Apr 2010 20:35:10 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so1058255fgb.13 for ; Tue, 27 Apr 2010 13:35:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.32.85 with SMTP id b21mr138655fad.95.1272400503384; Tue, 27 Apr 2010 13:35:03 -0700 (PDT) Received: by 10.223.122.135 with HTTP; Tue, 27 Apr 2010 13:35:03 -0700 (PDT) In-Reply-To: <0168891d0285943b62cb1431c65f298e@bluelife.at> References: <0168891d0285943b62cb1431c65f298e@bluelife.at> Date: Tue, 27 Apr 2010 17:35:03 -0300 Message-ID: From: =?ISO-8859-1?Q?Sylvio_C=E9sar?= To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: multimedia@freebsd.org Subject: Re: DVB-S Live TV on MythTV 0.23 with webcamd 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, 27 Apr 2010 20:35:11 -0000 2010/4/27 Bernhard Froehlich : > Hi Multimedia Users! > > Thanks to the work of Hans Petter Selasky on video4bsd it is finally > possible to watch Live TV on mythtv. Not from an old analog card but from > an relative new DVB-S2 device (Pinnacle PCTV Sat HDTV Pro USB 452e). > > http://home.bluelife.at/images/mythtv-0.23-DVB-1.jpg > > It only took me one evening to enable v4l support on mythtv and everythin= g > else just worked! Thanks also to nox@ for the work on this device and the > descriptions of how to use it. I will commit this together with the mytht= v > 0.23 update that will come in a few weeks. > > So what do you need? > > * a supported USB device (eg. Pinnacle PCTV Sat HDTV Pro USB 452e) > * video4bsd from the svn repository > =A0http://www.selasky.org/hans_petter/video4bsd/ > * mythtv 0.23 with enabled v4l > =A0http://home.bluelife.at/ports/mythtv-cft-20100427.tar.gz > > > -- > Bernhard Froehlich > http://www.bluelife.at/ > _______________________________________________ > 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" > Thank you very much decke@, I'm sure that all will to love this update. --=20 Regards, Sylvio Cesar || FreeBSD Committer || Team multimedia@FreeBSD.= org sylvio@FreeBSD.org || http://people.freebsd.org/~sylvio || http://www.scjamorim.org || http://www.freebsd.org "Tenho posto o Senhor continuamente diante de mim; porque Ele est=E1 =E0 minha m=E3o direita, n=E3o vacilarei. Portanto, alegre est=E1 o meu cora=E7=E3o". (Salmos 16:8) "Os olhos do SENHOR est=E3o sobre os justos, e os seus ouvidos atentos ao seu clamor". (Salmos 34:15) From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 28 07:03:15 2010 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 3BB871065672 for ; Wed, 28 Apr 2010 07:03:15 +0000 (UTC) (envelope-from kopp.robert@yahoo.com) Received: from web50602.mail.re2.yahoo.com (web50602.mail.re2.yahoo.com [206.190.38.89]) by mx1.freebsd.org (Postfix) with SMTP id D731E8FC14 for ; Wed, 28 Apr 2010 07:03:13 +0000 (UTC) Received: (qmail 10850 invoked by uid 60001); 28 Apr 2010 07:03:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1272438188; bh=hPJe0+x3ofo+eN1+NHdJgBBpg1gDnNuqTFC4/O6ClW4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=V7VD6chuR5eV2bL5f3rOGcALLbxk6GntU9GoAowTuej3WqvQ6WZnV38cFkw1pthtpo4scFIkt59Hl7ns88RAX9ww12WP6O/RC5m3SWTQWyuv5g5ZpeR6tEHgbZQRADbhm/d97zpt/xjdVZQSJer1rnVILnQftbXPT5eDSZYhLVA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=5xTTVJP3AbbfUwNMdMPVncQpJCULscIUbmbjEaW8mzsu9NBCo95/o8rWFX1m3XhVaVditDui7xuhfF99I7tKe/hGVQc2PG0NumX7kcNzfxnIYFNV9u0FxntyYdJRentg94/bpcrMM6Gu98NW5VgThVbnRokjjg8Jwe3YqApzJ98=; Message-ID: <86745.9125.qm@web50602.mail.re2.yahoo.com> X-YMail-OSG: aHOhCUIVM1miiWT4q.JC8YRgiUWGu8gF8dLJaRRwHnDT6tn hCO_o128x5cV.yn0Md1HhikiFel8g9m8jTCjz23Mx8QA4z5cjaABPM7IhOla NcdVv4tRh28j4YL_Luvi54Zl8kxaQIeThoxem_tmpU3yAzTLd05__2QBZOnz vOsS0AId.a08CJuPViGCqaI4w3VDJsQc1C_hnwTD5v0v9vXBBRkbQ0wK611H 6rDyVhREzsVlSC1Hsj7m30M.FX8b_vxto8Kd2hDY3RKkduj4WhoxCHIsSLa2 prUApjexNs0MZ2bSPIZwIhKrVi8nOJhCevCPuKnhSCL5zDYcjo5qEGOPP97r zfVSjlL0DpTkkHd4ptdsYojQ03uE- Received: from [75.164.157.166] by web50602.mail.re2.yahoo.com via HTTP; Wed, 28 Apr 2010 00:03:07 PDT X-Mailer: YahooMailRC/348.5 YahooMailWebService/0.8.103.269680 Date: Wed, 28 Apr 2010 00:03:07 -0700 (PDT) From: Robert Kopp To: FreeBSD Multimedia MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: VLC audio input 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, 28 Apr 2010 07:03:15 -0000 When I use VLC with a Webcam (/dev/video0) and a microphone (/dev/dsp), the= video is recorded, but it complains about the sound. According to the info= on the videolan Website, it is necessary to use VLC with the switch --inpu= t-slave=3Doss:// to blend these streams, although it is not obvious how to = do this. This seems like a common task, so perhaps someone else has already= done it.=0A=0AAnyhow, mpeg4ip (called with "mp4live") gets it right withou= t configuration, and I have I have been using it for such tasks. But I get = the impression that VLC is more configurable.=0A=0A =0ARobert "Tim" Kopp = =0Ahttp://analytic.tripod.com/ From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 28 17:50:11 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31F8C106566B; Wed, 28 Apr 2010 17:50:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 096B28FC22; Wed, 28 Apr 2010 17:50:11 +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 o3SHoAl2042400; Wed, 28 Apr 2010 17:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3SHoAwt042391; Wed, 28 Apr 2010 17:50:10 GMT (envelope-from edwin) Date: Wed, 28 Apr 2010 17:50:10 GMT Message-Id: <201004281750.o3SHoAwt042391@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/146121: fix for audio/fluidsynth 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, 28 Apr 2010 17:50:11 -0000 Synopsis: fix for audio/fluidsynth Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 28 17:50:10 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=146121 From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 28 18:00:20 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55FAC106567C; Wed, 28 Apr 2010 18:00:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2D1888FC21; Wed, 28 Apr 2010 18:00:20 +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 o3SI0KD9050683; Wed, 28 Apr 2010 18:00:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3SI0K60050672; Wed, 28 Apr 2010 18:00:20 GMT (envelope-from edwin) Date: Wed, 28 Apr 2010 18:00:20 GMT Message-Id: <201004281800.o3SI0K60050672@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/146122: fix for audio/fluidsynth 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, 28 Apr 2010 18:00:20 -0000 Synopsis: fix for audio/fluidsynth Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 28 18:00:19 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=146122 From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 28 18:10:05 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B50D106566C for ; Wed, 28 Apr 2010 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0130B8FC13 for ; Wed, 28 Apr 2010 18:10:05 +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 o3SIA4oq058137 for ; Wed, 28 Apr 2010 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3SIA4TV058136; Wed, 28 Apr 2010 18:10:04 GMT (envelope-from gnats) Date: Wed, 28 Apr 2010 18:10:04 GMT Message-Id: <201004281810.o3SIA4TV058136@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: olhe Cc: Subject: Re: ports/146121: fix for audio/fluidsynth X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olhe List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2010 18:10:05 -0000 The following reply was made to PR ports/146121; it has been noted by GNATS. From: olhe To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/146121: fix for audio/fluidsynth Date: Wed, 28 Apr 2010 20:00:23 +0200 --R3G7APHDIzY6R/pk Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Sorry I submitted a wrong patch. Cheers Oliver --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="fluidsynth.txt" Content-Transfer-Encoding: quoted-printable diff -ruN /usr/ports/audio/fluidsynth/Makefile fluidsynth/Makefile --- /usr/ports/audio/fluidsynth/Makefile 2010-01-05 00:14:28.000000000 +0100 +++ fluidsynth/Makefile 2010-04-28 19:32:40.000000000 +0200 @@ -73,4 +73,7 @@ @${REINPLACE_CMD} -e 's| -O2 | |g ; \ s|=3D=3D "yes"|=3D "yes"|g' ${WRKSRC}/configure =20 + @${REINPLACE_CMD} -e '197 s/,/ /' ${WRKSRC}/include/fluidsynth/synth.h + + .include --82I3+IH0IqGh5yIs-- --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvYd7UACgkQ02mffhwz8p+7wACfcR6qrTzNd12xBUVZg9uLFTQE ZMYAnj1BlCqdDeVcoMde57mWMWy/Kfa+ =Ofam -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 28 22:50:13 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8652106566B; Wed, 28 Apr 2010 22:50:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB9E8FC14; Wed, 28 Apr 2010 22:50:13 +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 o3SMoDm9099222; Wed, 28 Apr 2010 22:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3SMoDSx099211; Wed, 28 Apr 2010 22:50:13 GMT (envelope-from edwin) Date: Wed, 28 Apr 2010 22:50:13 GMT Message-Id: <201004282250.o3SMoDSx099211@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/146126: Fixed build of multimedia/gstreamer-plugins-good 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, 28 Apr 2010 22:50:13 -0000 Synopsis: Fixed build of multimedia/gstreamer-plugins-good Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 28 22:50:13 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=146126 From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 29 00:18:14 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2740106566B; Thu, 29 Apr 2010 00:18:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB5F18FC16; Thu, 29 Apr 2010 00:18:13 +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 o3T0IDs4075251; Thu, 29 Apr 2010 00:18:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3T0IDRa075247; Thu, 29 Apr 2010 00:18:13 GMT (envelope-from linimon) Date: Thu, 29 Apr 2010 00:18:13 GMT Message-Id: <201004290018.o3T0IDRa075247@freefall.freebsd.org> To: oh@fixmbr.de, linimon@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/146122: fix for audio/fluidsynth 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, 29 Apr 2010 00:18:14 -0000 Synopsis: fix for audio/fluidsynth State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Apr 29 00:17:53 UTC 2010 State-Changed-Why: Duplicate of ports/146121. http://www.freebsd.org/cgi/query-pr.cgi?pr=146122 From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 29 06:51:38 2010 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 6566F106564A for ; Thu, 29 Apr 2010 06:51:38 +0000 (UTC) (envelope-from freebsd-multimedia@dino.sk) Received: from loki.netlab.sk (ns3.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id ECE9A8FC15 for ; Thu, 29 Apr 2010 06:51:37 +0000 (UTC) Received: from fw1.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by loki.netlab.sk with esmtp; Thu, 29 Apr 2010 08:40:55 +0200 id 0002E181.4BD929F7.00015504 From: Milan Obuch To: freebsd-multimedia@freebsd.org Date: Thu, 29 Apr 2010 08:41:55 +0200 User-Agent: KMail/1.9.10 X-Face: #.82A~?`t~x[OKOO/VQ$LB:#W:[KnFgA8on=vx$ji1k|N(Jtn]{Rf:p1*Cd>*[[ UQMwF+"+(H(z8O%>/7rv9J>j8s=K}WNeL,&3}Ay+\f,I|yW; xB7Ceq"9mH12,Sn4us|/>W YPt^?y}Em=X\Kugpo'3>^t=xQWh&fxn&yTG\*B'Ult040wcquXk MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201004290841.55708.freebsd-multimedia@dino.sk> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: webcamd/pwcview report 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, 29 Apr 2010 06:51:38 -0000 Hi, today I tried webcam support on my MSI Wind U100 netbook. I just did cd /usr/ports/multimedia/webcamd make install clean cd /usr/ports/multimedia/pwcview make install clean kldload cuse4bsd /usr/local/etc/rc.d/webcamd onestart pwcview and it just worked. Big thanks to Hans Petter who made this possible. I was able to test with both internal webcamera and small external camera: usbconfig -u 0 -a 2 dump_device_desc ugen0.2: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0110 bDeviceClass = 0x00ff bDeviceSubClass = 0x00ff bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0008 idVendor = 0x04fc idProduct = 0x0561 bcdDevice = 0x0000 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 usbconfig -u 4 -a 2 dump_device_desc ugen4.2: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x00ef bDeviceSubClass = 0x0002 bDeviceProtocol = 0x0001 bMaxPacketSize0 = 0x0040 idVendor = 0x0c45 idProduct = 0x62c0 bcdDevice = 0x0100 iManufacturer = 0x0002 iProduct = 0x0001 iSerialNumber = 0x0003 bNumConfigurations = 0x0001 Test was made with both 8.0-STABLE and 9.0-CURRENT. There is one issue in my case: I tested it under console, and after pressing 'q' display remains dark. No output seen there any more, but I can blindly type 'pwciew' and image from webcamera is there again. Card used there is vgapci0@pci0:0:2:0: class=0x030000 card=0x01101462 chip=0x27ae8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = 'Mobile 945 Express Chipset Family' class = display subclass = VGA Also, I would like to run pwcview or something similar remotely, maybe over ssh connection. No success now, just cleared screen. If someone has any advice, I am all ears. Regards, Milan From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 29 08:42:20 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB7371065673; Thu, 29 Apr 2010 08:42:20 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B3CB88FC15; Thu, 29 Apr 2010 08:42:20 +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 o3T8gKbA047054; Thu, 29 Apr 2010 08:42:20 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3T8gKkN047050; Thu, 29 Apr 2010 08:42:20 GMT (envelope-from kwm) Date: Thu, 29 Apr 2010 08:42:20 GMT Message-Id: <201004290842.o3T8gKkN047050@freefall.freebsd.org> To: magik@roorback.net, kwm@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/146126: Fixed build of multimedia/gstreamer-plugins-good 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, 29 Apr 2010 08:42:20 -0000 Synopsis: Fixed build of multimedia/gstreamer-plugins-good State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Thu Apr 29 08:35:41 UTC 2010 State-Changed-Why: Thanks for you patch. I just updated gstreamer-plugins-good to 0.10.22. But I missed seeing this pr. http://www.freebsd.org/cgi/query-pr.cgi?pr=146126 From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 29 20:16:50 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8C90106566B for ; Thu, 29 Apr 2010 20:16:49 +0000 (UTC) (envelope-from redtick@sbcglobal.net) Received: from web81205.mail.mud.yahoo.com (web81205.mail.mud.yahoo.com [68.142.199.109]) by mx1.freebsd.org (Postfix) with SMTP id B1F538FC13 for ; Thu, 29 Apr 2010 20:16:49 +0000 (UTC) Received: (qmail 3819 invoked by uid 60001); 29 Apr 2010 19:50:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1272570609; bh=DyQ7a2Z4SiYU5RBhettDs11vUFbf73CNNHMi3mohzzA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=qCRJyRVrvf9LTstZAbS2fG8SDJcC629qAXkhRXu2gdJazvtSfHD/Wlqah4GyVMdF68agZxfLwV1cyhtWDq5ZmGoJPJ6NQWiH5L1RAoQ/BY7RQwG1PazNRc8J++ggYWtkukOmelt1jnCf2C48Pb5ZsVVwmp2QkPN6uYVH8KJrhnM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=JDVsZO+uY/hBiMQZcFHUvC5qs8Gmv5F+4X0mtcEhHi9g9d0kWAYHqr3t3JFpsAXnMIWFJR5dbdOcHhNc4wDSZAb1MIc+U9TOIB0dJektloC6rd3gr3rgnFz8tpiYXe+mszopRqX0NnzevjY+lhDGlSt/udmuxd9Bg8U1EVz8Neo=; Message-ID: <795090.2877.qm@web81205.mail.mud.yahoo.com> X-YMail-OSG: GVLIKEsVM1lwTxCFeikwbCJTnvlLYc6hthmQ0p_bUporQIN YbfmLg8EtS69g4yYRifhVUbZ6XZTOxdQKK_HORI5bWYMjsdCa1UFioQwqcdA PtRZdXfyL2TUZICIu_yeLFDbolrwPGbkrahzqM_8d_dOqMsUKqxyAUkLpyN. 8UArawlzpcLuTVXdJd3tWSdTGB8TF4kVdw9.AcjdCPvhev6KvFmjD04Q3c9O ROkZR.YnK4tcpU0ExCq8KobTVAyTy.RPyYE6F5aiRJjekyRFGYHEnX3zz5de DuY9L.RKT_ENKfCKVl0crRNP2E7nmLA.ofaMo2uuZfAZ9tNuQ.HQCHpQ- Received: from [75.41.234.83] by web81205.mail.mud.yahoo.com via HTTP; Thu, 29 Apr 2010 12:50:09 PDT X-Mailer: YahooMailClassic/10.1.11 YahooMailWebService/0.8.103.269680 Date: Thu, 29 Apr 2010 12:50:09 -0700 (PDT) From: Mark To: freeb list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: new'ish low profile pvr150 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, 29 Apr 2010 20:16:50 -0000 I bought a low-profile pvr150 card, but after loading the cxm and setting the input with pvr250-setchannel, I get a black screen without audio. It does not have composit input, just an FM-cable, TV-cable S-video and IR. I've tried both inputs but no joy. Any chance to get it added the the cxm driver?? ;) pciconf -lv {section} cxm0@pci0:6:1:0: class=0x040000 card=0xc8010070 chip=0x00164444 rev=0x01 hdr=0x00 vendor = 'Conexant Inc (Was: Globespan, ICompression Inc)' device = 'iTVC16/CX23416 MPEG Codec' class = multimedia subclass = video /var/log/messages cxm0: mem 0x50000000-0x53ffffff irq 22 at device 1.0 on pci6 cxm_iic0: on cxm0 iicbb0: on cxm_iic0 iicbus0: on iicbb0 master-only iicbus0: at addr 0 iicbus0: at addr 0 <2>tveeprom: ivtv version <2>tveeprom: Hauppauge: model = 25012, rev = C5A3, serial# = 9956065 <2>tveeprom: tuner = TCL MFNM05-4 (idx = 103, type = 43) <2>tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) <2>tveeprom: audio processor = CX25843 (type = 25) <2>tveeprom: decoder processor = CX25843 (type = 1e) tuner type: 43 cxm0: Eeprom NTSC tuner: type set to 43 (Philips NTSC MK3 (FM1236MK3 or FM1236/F)) by cxm tuner: switching to v4l2 before tuner_command! tuner: tv freq set to 61.25 tuner: tv 0x06 0xb0 0x8e 0x01 <2>cxm 0-0000: Video signal: not present <2>cxm 0-0000: Detected format: NTSC-M <2>cxm 0-0000: Detected audio mode: forced mode <2>cxm 0-0000: Detected audio standard: no detected audio standard <2>cxm 0-0000: Audio muted: yes <2>cxm 0-0000: Audio microcontroller: running <2>cxm 0-0000: Configured audio standard: automatic detection <2>cxm 0-0000: Configured audio system: BTSC <2>cxm 0-0000: Specified standard: NTSC-M Apr 29 19:31:57 intel kernel: <2>cxm 0-0000: Specified input: Tuner <2>cxm 0-0000: Specified audio input: Tuner <2>cxm 0-0000: Specified audioclock freq: 48 kHz <2>cxm 0-0000: Preferred audio mode: stereo cxm0: [ITHREAD] cxm0: encoder firmware version 0x2060039 From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 29 22:46:21 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6F42106566B; Thu, 29 Apr 2010 22:46:21 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mail2.timeinc.net (mail2.timeinc.net [64.236.74.30]) by mx1.freebsd.org (Postfix) with ESMTP id 603318FC1C; Thu, 29 Apr 2010 22:46:21 +0000 (UTC) Received: from mail.timeinc.net (mail.timeinc.net [64.12.55.166]) by mail2.timeinc.net (8.13.8/8.13.8) with ESMTP id o3TMJ5fT028131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Apr 2010 18:19:05 -0400 Received: from ws-mteterin.dev.pathfinder.com (ws-mteterin.dev.pathfinder.com [209.251.223.173]) by mail.timeinc.net (8.13.8/8.13.8) with SMTP id o3TMJ4QD029524; Thu, 29 Apr 2010 18:19:04 -0400 Message-ID: <4BDA05D8.5040302@aldan.algebra.com> Date: Thu, 29 Apr 2010 18:19:04 -0400 From: "Mikhail T." Organization: Virtual Estates, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; uk; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: Beech Rintoul Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Skype video on FreeBSD 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, 29 Apr 2010 22:46:21 -0000 Hello! It seems, you were looking into the issue in subject back in 2009 . Have you found a software/hardware combination that works? Thanks! Yours, -mi