From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 25 15:48:07 2012 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 03C9C106564A for ; Mon, 25 Jun 2012 15:48:07 +0000 (UTC) (envelope-from mlist@itservice-schaefer.de) Received: from v220101070074062.yourvserver.net (static.68.133.47.78.clients.your-server.de [78.47.133.68]) by mx1.freebsd.org (Postfix) with ESMTP id 9853A8FC15 for ; Mon, 25 Jun 2012 15:48:06 +0000 (UTC) Received: from [192.168.1.131] (ip-88-153-232-225.unitymediagroup.de [88.153.232.225]) by v220101070074062.yourvserver.net (Postfix) with ESMTPA id C83EA1F412F7; Mon, 25 Jun 2012 17:48:05 +0200 (CEST) Message-ID: <4FE88835.5070306@itservice-schaefer.de> Date: Mon, 25 Jun 2012 17:48:05 +0200 From: =?ISO-8859-15?Q?Timo_Sch=E4fer?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: <4FE83768.6000909@itservice-schaefer.de> <201206251657.37990.hselasky@c2i.net> <4FE884E2.4070601@itservice-schaefer.de> <201206251739.38172.hselasky@c2i.net> In-Reply-To: <201206251739.38172.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: DVB-C (CT-3650) with UnityMedia CI Module not working 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 Jun 2012 15:48:07 -0000 Am 25.06.2012 17:39, schrieb Hans Petter Selasky: > On Monday 25 June 2012 17:33:54 Timo Schäfer wrote: >> Am 25.06.2012 16:57, schrieb Hans Petter Selasky: >>> On Monday 25 June 2012 12:03:20 Timo Schäfer wrote: >>>> Hi together, >>>> >>>> after running my fitpc2i for month now with a simple terratec dvb-t >>>> stick as VDR (USB XXS), i tried >>>> now to run it with my TechnoTrend CT-3650. >>>> >>>> It works directly with all FTA channels (HD also). >>>> >>>> To open all base encrypted private channels, i have a AlphaCrypt CI >>>> Module with my UnityMedia CustomerCard inside the CI slot of the >>>> CT-3650. Works with yavdr0.4 (ubuntu based vdr distribution), but not >>>> with my FreeBSD setup. >>>> >>>> Unfortunately i have no clue where to check if the AplhaCrypt and the >>>> inserted UM Card >>>> is detected or not under FreeBSD 9.0-RELEASE i386. >>>> >>>> Under Linux i see entries in /var/log/syslog that CI Module found and >>>> supported card is inserted. >>>> >>>> I run following ports of vdr and webamd(compiled without debug enabled): >>>> >>>> [root@barney /usr/ports/multimedia/webcamd]# less distinfo >>>> SHA256 (webcamd-3.5.0.2.tar.bz2) = >>>> 0111aa9066e1e79e28a051856981ae89d3c583148fb15c9fedc7c82ba30de077 >>>> SIZE (webcamd-3.5.0.2.tar.bz2) = 9217074 >>>> >>>> [root@barney /usr/ports/multimedia/vdr]# less distinfo >>>> SHA256 (vdr/vdr-1.7.28.tar.bz2) = >>>> c932df0468e9a256d35c7339247ec212b48d911f88ec8ea3c367e22816d9484f >>>> SIZE (vdr/vdr-1.7.28.tar.bz2) = 782861 >>>> >>>> Any chance to get the CI slot with AlphaCrypt to work with this setup? >>>> >>>> Kind regards aus dem Ruhrpott, >>>> >>>> Timo >>> Hi, >>> >>> Check with usbconfig, which ugen instance is connected to the CI module. >>> >>> Then "ps auxw | grep webcamd" and see if any webcamd instance is >>> attached. >>> >>> BTW: There is a new version of webcamd coming soon: >>> >>> svn --username anonsvn --password anonsvn \ >>> >>> checkout svn://svn.turbocat.net/i4b/trunk/ports >>> >>> NOTE: You need to install new cuse4bsd-kmod module first, because new >>> API's were added. >>> >>> --HPS >> Hi, >> >> thats what usbconfig and ps say: >> As far is i see nothing about the CI Module inside the ttusb. >> >> ugen3.2: at usbus3, cfg=0 md=HOST spd=HIGH >> (480Mbps) pwr=ON >> >> root 618 6.0 0.8 29236 8464 ?? Ss 5:30PM 0:07.22 >> /usr/local/sbin/webcamd -B -U webcamd -G webcamd -d ugen3.2 -i 0 >> > What entries are under /dev/dvb ? > > --HPS [root@barney /dev/dvb]# find . . ./adapter0 ./adapter0/ca0 ./adapter0/demux0 ./adapter0/dvr0 ./adapter0/frontend0 free to air programs work, but to unscramble the scrambled stations the ci module needs to access the smartcard inside from my cable tv provider, that seems not to happen. for linux v4l has to be compiled due to missing ci module support in the vanilla v4l modules. compiled from this sources ci module support is enabled for the ttusb2: git clone git://linuxtv.org/media_build.git maybe support also missing in freebsd port of ttusb2? Timo