From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 25 15:39:56 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 C5FC2106566B for ; Mon, 25 Jun 2012 15:39:56 +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 501BB8FC08 for ; Mon, 25 Jun 2012 15:39:56 +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 mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 289430272; Mon, 25 Jun 2012 17:39:54 +0200 From: Hans Petter Selasky To: Timo =?iso-8859-15?q?Sch=E4fer?= Date: Mon, 25 Jun 2012 17:39:38 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <4FE83768.6000909@itservice-schaefer.de> <201206251657.37990.hselasky@c2i.net> <4FE884E2.4070601@itservice-schaefer.de> In-Reply-To: <4FE884E2.4070601@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: <201206251739.38172.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org 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:39:56 -0000 On Monday 25 June 2012 17:33:54 Timo Sch=E4fer wrote: > Am 25.06.2012 16:57, schrieb Hans Petter Selasky: > > 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 > >=20 > > Hi, > >=20 > > Check with usbconfig, which ugen instance is connected to the CI module. > >=20 > > Then "ps auxw | grep webcamd" and see if any webcamd instance is > > attached. > >=20 > > BTW: There is a new version of webcamd coming soon: > >=20 > > svn --username anonsvn --password anonsvn \ > >=20 > > checkout svn://svn.turbocat.net/i4b/trunk/ports > >=20 > > NOTE: You need to install new cuse4bsd-kmod module first, because new > > API's were added. > >=20 > > --HPS >=20 > Hi, >=20 > thats what usbconfig and ps say: > As far is i see nothing about the CI Module inside the ttusb. >=20 > ugen3.2: at usbus3, cfg=3D0 md=3DHOST spd=3DHIGH > (480Mbps) pwr=3DON >=20 > 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 >=20 What entries are under /dev/dvb ? =2D-HPS