From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 25 15:03:05 2012 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 C6515106566C for ; Mon, 25 Jun 2012 15:03:05 +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 4975F8FC15 for ; Mon, 25 Jun 2012 15:03:05 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 289176829; Mon, 25 Jun 2012 16:57:55 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Mon, 25 Jun 2012 16:57:37 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <4FE83768.6000909@itservice-schaefer.de> In-Reply-To: <4FE83768.6000909@itservice-schaefer.de> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201206251657.37990.hselasky@c2i.net> 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:03:05 -0000 On Monday 25 June 2012 12:03:20 Timo Sch=E4fer wrote: > Hi together, >=20 > 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. >=20 > It works directly with all FTA channels (HD also). >=20 > 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. >=20 > 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. >=20 > Under Linux i see entries in /var/log/syslog that CI Module found and > supported card is inserted. >=20 > I run following ports of vdr and webamd(compiled without debug enabled): >=20 > [root@barney /usr/ports/multimedia/webcamd]# less distinfo > SHA256 (webcamd-3.5.0.2.tar.bz2) =3D > 0111aa9066e1e79e28a051856981ae89d3c583148fb15c9fedc7c82ba30de077 > SIZE (webcamd-3.5.0.2.tar.bz2) =3D 9217074 >=20 > [root@barney /usr/ports/multimedia/vdr]# less distinfo > SHA256 (vdr/vdr-1.7.28.tar.bz2) =3D > c932df0468e9a256d35c7339247ec212b48d911f88ec8ea3c367e22816d9484f > SIZE (vdr/vdr-1.7.28.tar.bz2) =3D 782861 >=20 > Any chance to get the CI slot with AlphaCrypt to work with this setup? >=20 > Kind regards aus dem Ruhrpott, >=20 > 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= =20 were added. =2D-HPS