User Tools

Site Tools


hardware:pinnacle_pctv_hybrid_pro

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hardware:pinnacle_pctv_hybrid_pro [2008/03/06 21:21] kratz00hardware:pinnacle_pctv_hybrid_pro [2010/03/23 18:42] (current) kratz00
Line 1: Line 1:
-http://mcentral.de/wiki/index.php5/Em2880+==Pinnacle PCTV Hybrid Pro Stick 320e==
  
-Get the unstable/testing tree (interesting for testing new features):+ID eb1a:2881 eMPIA Technology, Inc.
  
-Needed patches:\\  +Support for V4L and DVB in the Linux kernel is needed.
-http://mcentral.de/pipermail/em28xx/attachments/20080220/c262d436/v4l-dvb-kernel-2.6.24.bin\\  +
-http://mcentral.de/pipermail/em28xx/attachments/20080227/28d47fb6/v4l-dvb-kernel-2.6.24-backwards-compat.bin+
  
-<code> +|**Linux Kernel Configuration:** //Device Drivers -> Multimedia devices//  | 
-hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental && +|<code> 
-cd v4l-dvb-experimental +    *** Multimedia core support *** 
-</code+<M> Video For Linux 
- +[*]   Enable Video For Linux API 1 (DEPRECATED) 
-or for the stable tree:+-*  Enable Video For Linux API 1 compatible Layer 
 +<MDVB for Linux 
 +    *** Multimedia drivers *** 
 +[*] Load and attach frontend and tuner driver modules as needed 
 +... 
 +</code>|
  
 <code> <code>
-hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel && +hg clone http://linuxtv.org/hg/v4l-dvb&& 
-cd v4l-dvb-kernel+cd v4l-dvb && 
 +make
 </code> </code>
  
-<code> 
-patch -p1 -R -i ../v4l-dvb-kernel-2.6.24.bin && 
-patch -p1 -i ../v4l-dvb-kernel-2.6.24-backwards-compat.bin && 
-make SRCDIR=/usr/src/linux-2.6.24.3/ LINUXINCLUDE="-I`pwd`/linux/include -I`pwd`/v4l -Iinclude -include include/linux/autoconf.h" 
-</code> 
- 
-Firmware is required for this card (SHA1 hash: 792193b3e073c27d1d2eccebc72ec9ad1b6950a6  firmware_v3.tgz) 
-<code> 
-http://konstantin.filtschew.de/v4l-firmware/firmware_v3.tgz 
-http://www.tuxamito.com.es/em2880/firmware_v3.tgz 
-</code> 
 Installation: Installation:
  
 <code> <code>
 make install make install
-tar xvf firmware_v3.tgz -C /lib/firmware/ 
 </code> </code>
  
-===== udev setup =====+=== Setup === 
 + 
 +Right now my stick is not detected automatically
  
-/etc/udev/rules.d/dvb.rules 
 <code> <code>
-KERNEL=="dvb*", PROGRAM="dvb %k", NAME="%c", GROUP="video"+modprobe em28xx card=53
 </code> </code>
  
-/lib/udev/dvb+Install firmware, following this instructions: 
 <code> <code>
-#!/bin/sh +wget http://www.steventoth.net/linux/xc5000/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip && 
-/bin/echo $1 | /bin/sed -e 's,dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\),dvb/adapter\1/\ +unzip -j HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip Driver85/hcw85bda.sys && 
-2\3,' +wget http://linuxtv.org/hg/v4l-dvb/raw-file/tip/linux/Documentation/video4linux/extract_xc3028.pl && 
-</code>+perl extract_xc3028.pl 
 +cp xc3028-v27.fw /lib/firmware</code>
  
 ===== remote control ===== ===== remote control =====
hardware/pinnacle_pctv_hybrid_pro.1204834878.txt.gz · Last modified: 2008/03/06 21:21 by kratz00