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 [2007/12/20 21:21] kratz00hardware:pinnacle_pctv_hybrid_pro [2010/03/23 18:42] (current) kratz00
Line 1: Line 1:
-Get the unstable/testing tree (interesting for testing new features):+==Pinnacle PCTV Hybrid Pro Stick 320e==
  
-<code> +ID eb1a:2881 eMPIA Technology, Inc.
-hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental && +
-cd v4l-dvb-experimental +
-</code>+
  
-or for the stable tree:+Support for V4L and DVB in the Linux kernel is needed.
  
-<code> +|**Linux Kernel Configuration:** //Device Drivers -> Multimedia devices//  | 
-hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel && +|<code> 
-cd v4l-dvb-kernel +    *** Multimedia core support *** 
-</code>+<M> Video For Linux 
 +[*]   Enable Video For Linux API 1 (DEPRECATED) 
 +-*  Enable Video For Linux API 1 compatible Layer 
 +<M> DVB for Linux 
 +    *** Multimedia drivers *** 
 +[*] Load and attach frontend and tuner driver modules as needed 
 +... 
 +</code>|
  
 <code> <code>
 +hg clone http://linuxtv.org/hg/v4l-dvb/ &&
 +cd v4l-dvb &&
 make make
 </code> </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>
  
-/etc/udev/rules.d/dvb.rules+=== Setup === 
 + 
 +Right now my stick is not detected automatically 
 <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 && 
 +perl extract_xc3028.pl 
 +cp xc3028-v27.fw /lib/firmware</code> 
 + 
 +===== remote control ===== 
 +cat /proc/bus/input/devices 
 +<code> 
 +I: Bus=0003 Vendor=0000 Product=0000 Version=0000 
 +N: Name="em2880/em2870 remote control" 
 +P: Phys=USB 
 +S: Sysfs=/devices/virtual/input/input9 
 +U: Uniq= 
 +H: Handlers=kbd event9  
 +B: EV=100003 
 +B: KEY=c0000 100040 0 0 0 0 0 180 80000001 9e0000 0 40000 ffd
 </code> </code>
- 
hardware/pinnacle_pctv_hybrid_pro.1198182070.txt.gz · Last modified: 2007/12/20 21:21 by kratz00