* [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j
@ 2008-02-29 16:42 Jelle de Jong
2008-02-29 16:48 ` Markus Rechberger
0 siblings, 1 reply; 7+ messages in thread
From: Jelle de Jong @ 2008-02-29 16:42 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1: Type: text/plain, Size: 122 bytes --]
This message contains the following attachment(s):
Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
[-- Attachment #2: Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt --]
[-- Type: text/plain, Size: 20723 bytes --]
#!/bin/bash
# Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.1j.txt
#
# Copyright 2008 Jelle de Jong <jelledejong@powercraft.nl>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
# to-do:
# howto add group for created devices so that all users in that group can use the devices?
# notes:
# there is less then 10% cpu load on an ASUS eeepc when watching analog tv with xawtv, is there hardware encoding?
# how to watch teletext?
# no audio yet, need to find out how to channel the audio to my primary soundcard, without lossing sync!
# support:
# email the linux-dvb mailinglist
# step 0: only do this if you already tried to compile some linux drivers
sudo apt-get remove linux-image-(uname -r) linux-headers linux-source linux-headers-$(uname -r)
sudo apt-get autoremove
sudo rm -r -f /usr/src/*
sudo rm -r -f /lib/modules/*
sudo apt-get install atl2-modules-2.6.24-1-686 linux-image-2.6.24-1-686
sudo update-grub
# step 1: update your system
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove
# step 2: clean your system
sudo apt-get remove linux-headers linux-source linux-headers-$(uname -r)
sudo apt-get autoremove
# step 3: install the necessary tools
sudo apt-get install linux-source linux-headers-$(uname -r) build-essential mercurial
# step 4: extract the kernel source
cd /usr/src
sudo tar --bzip2 -xvf linux-source-2.6.*.tar.bz2
cd ~
# step 5: remove old symlinks when present
sudo rm /usr/src/linux
sudo rm /lib/modules/$(uname -r)/source
# step 6: create new sysmlinks, change the kernel to its current version
sudo ln -s /usr/src/linux-source-2.6.24 /usr/src/linux
sudo ln -s /usr/src/linux-source-2.6.24 /lib/modules/$(uname -r)/source
# step 7: copy your orignal config to the kernel source root tree
sudo cp --verbose /boot/config-$(uname -r) /usr/src/linux/.config
# step 8: check if the symlink and kernel source is there
ls -hal /usr/src/
#total 44M
#drwxrwsr-x 6 root src 4.0K Feb 29 15:16 .
#drwxr-xr-x 11 root root 4.0K Feb 23 00:32 ..
#lrwxrwxrwx 1 root src 28 Feb 29 15:16 linux -> /usr/src/linux-source-2.6.24
#drwxr-xr-x 4 root root 4.0K Feb 29 15:10 linux-headers-2.6.24-1-686
#drwxr-xr-x 18 root root 4.0K Feb 29 15:10 linux-headers-2.6.24-1-common
#drwxr-xr-x 3 root root 4.0K Feb 29 15:10 linux-kbuild-2.6.24
#drwxr-xr-x 20 root root 4.0K Feb 29 15:17 linux-source-2.6.24
#-rw-r--r-- 1 root root 44M Feb 11 12:42 linux-source-2.6.24.tar.bz2
# step 9: make sure all these files and locations excist
ls -hal /lib/modules/$(uname -r)/source
ls -hal /lib/modules/$(uname -r)/source/drivers/media/dvb/dvb-core/dmxdev.h
ls -hal /lib/modules/$(uname -r)/source/drivers/media/dvb/dvb-core/dvb_frontend.h
ls -hal /lib/modules/$(uname -r)/source/drivers/media/dvb/dvb-core/dvb_demux.h
ls -hal /lib/modules/$(uname -r)/source/drivers/media/dvb/dvb-core/dvb_net.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dmxdev.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dvb_frontend.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dvb_demux.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dvb_net.h
# step 10: download and build the first driver necessary to build the second one
cd ~
sudo rm -r userspace-drivers
hg clone http://mcentral.de/hg/~mrec/userspace-drivers
cd userspace-drivers
sudo ./build.sh
cd ~
# step 11: download and build the second driver after you build the first one
cd ~
sudo rm -r em28xx-userspace2
hg clone http://mcentral.de/hg/~mrec/em28xx-userspace2
cd em28xx-userspace2
sudo ./build.sh
cd ~
# step 12: reboot your computer just to be on the save side
sudo shutdown -r now
# step 12: load the main userspace kernel module that should load all others to
sudo modprobe em28xx-dvb
# step 13: plugin the device and check the dmesg output
dmesg
# step 14: install completed exiting, please look at the uing guide for more info
exit
# -- -- -- -- -- -- --
# -- -- -- -- -- -- --
# extra info about the device
Bus 005 Device 015: ID 2304:0226 Pinnacle Systems, Inc. [hex]
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x2304 Pinnacle Systems, Inc. [hex]
idProduct 0x0226
bcdDevice 1.10
iManufacturer 3 Pinnacle Systems
iProduct 1 PCTV 330e
iSerial 2 070901090280
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 305
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0000 1x 0 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0000 1x 0 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0000 1x 0 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 1
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0000 1x 0 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x00c4 1x 196 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0234 1x 564 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 2
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0ad4 2x 724 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x00c4 1x 196 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0234 1x 564 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 3
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0c00 2x 0 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x00c4 1x 196 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0234 1x 564 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 4
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x1300 3x 768 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x00c4 1x 196 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0234 1x 564 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 5
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x135c 3x 860 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x00c4 1x 196 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0234 1x 564 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 6
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x13c4 3x 964 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x00c4 1x 196 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0234 1x 564 bytes
bInterval 1
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 7
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 255
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 11
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x1400 3x 0 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x00c4 1x 196 bytes
bInterval 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0234 1x 564 bytes
bInterval 1
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j
2008-02-29 16:42 [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j Jelle de Jong
@ 2008-02-29 16:48 ` Markus Rechberger
2008-02-29 16:55 ` Jelle de Jong
2008-03-03 11:32 ` [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j [OT] Lukasz Sokol
0 siblings, 2 replies; 7+ messages in thread
From: Markus Rechberger @ 2008-02-29 16:48 UTC (permalink / raw)
To: Jelle de Jong; +Cc: linux-dvb, em28xx
Hi Jelle,
On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
> This message contains the following attachment(s):
> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
>
the correct mailinglist for those devices is em28xx at mcentral dot de
I added some comments below and prefixed them with /////////
This message contains the following attachment(s):
Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
#!/bin/bash
# Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.1j.txt
#
# Copyright 2008 Jelle de Jong <jelledejong@powercraft.nl>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
# to-do:
# howto add group for created devices so that all users in that group
can use the devices?
# notes:
# there is less then 10% cpu load on an ASUS eeepc when watching
analog tv with xawtv, is there hardware encoding?
# how to watch teletext?
# no audio yet, need to find out how to channel the audio to my
primary soundcard, without lossing sync!
///////////
use tvtime from mcentral.de it runs well on my eeePC and audio is also
in sync, I tested it with NTSC, PAL-BG and SECAM.
# support:
# email the linux-dvb mailinglist
//////////
email the em28xx mailinglist!
# step 0: only do this if you already tried to compile some linux drivers
sudo apt-get remove linux-image-(uname -r) linux-headers linux-source
linux-headers-$(uname -r)
sudo apt-get autoremove
sudo rm -r -f /usr/src/*
sudo rm -r -f /lib/modules/*
sudo apt-get install atl2-modules-2.6.24-1-686 linux-image-2.6.24-1-686
sudo update-grub
# step 1: update your system
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove
# step 2: clean your system
sudo apt-get remove linux-headers linux-source linux-headers-$(uname -r)
sudo apt-get autoremove
# step 3: install the necessary tools
sudo apt-get install linux-source linux-headers-$(uname -r)
build-essential mercurial
# step 4: extract the kernel source
cd /usr/src
sudo tar --bzip2 -xvf linux-source-2.6.*.tar.bz2
cd ~
# step 5: remove old symlinks when present
sudo rm /usr/src/linux
sudo rm /lib/modules/$(uname -r)/source
# step 6: create new sysmlinks, change the kernel to its current version
sudo ln -s /usr/src/linux-source-2.6.24 /usr/src/linux
sudo ln -s /usr/src/linux-source-2.6.24 /lib/modules/$(uname -r)/source
# step 7: copy your orignal config to the kernel source root tree
sudo cp --verbose /boot/config-$(uname -r) /usr/src/linux/.config
# step 8: check if the symlink and kernel source is there
ls -hal /usr/src/
#total 44M
#drwxrwsr-x 6 root src 4.0K Feb 29 15:16 .
#drwxr-xr-x 11 root root 4.0K Feb 23 00:32 ..
#lrwxrwxrwx 1 root src 28 Feb 29 15:16 linux ->
/usr/src/linux-source-2.6.24
#drwxr-xr-x 4 root root 4.0K Feb 29 15:10 linux-headers-2.6.24-1-686
#drwxr-xr-x 18 root root 4.0K Feb 29 15:10 linux-headers-2.6.24-1-common
#drwxr-xr-x 3 root root 4.0K Feb 29 15:10 linux-kbuild-2.6.24
#drwxr-xr-x 20 root root 4.0K Feb 29 15:17 linux-source-2.6.24
#-rw-r--r-- 1 root root 44M Feb 11 12:42 linux-source-2.6.24.tar.bz2
# step 9: make sure all these files and locations excist
ls -hal /lib/modules/$(uname -r)/source
ls -hal /lib/modules/$(uname -r)/source/drivers/media/dvb/dvb-core/dmxdev.h
ls -hal /lib/modules/$(uname
-r)/source/drivers/media/dvb/dvb-core/dvb_frontend.h
ls -hal /lib/modules/$(uname -r)/source/drivers/media/dvb/dvb-core/dvb_demux.h
ls -hal /lib/modules/$(uname -r)/source/drivers/media/dvb/dvb-core/dvb_net.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dmxdev.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dvb_frontend.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dvb_demux.h
ls -hal /usr/src/linux/drivers/media/dvb/dvb-core/dvb_net.h
# step 10: download and build the first driver necessary to build the
second one
cd ~
sudo rm -r userspace-drivers
hg clone http://mcentral.de/hg/~mrec/userspace-drivers
cd userspace-drivers
sudo ./build.sh
cd ~
# step 11: download and build the second driver after you build the first one
cd ~
sudo rm -r em28xx-userspace2
hg clone http://mcentral.de/hg/~mrec/em28xx-userspace2
cd em28xx-userspace2
sudo ./build.sh
cd ~
# step 12: reboot your computer just to be on the save side
sudo shutdown -r now
# step 12: load the main userspace kernel module that should load all others to
sudo modprobe em28xx-dvb
////////
the module gets loaded automatically, this is not needed at all.
# step 13: plugin the device and check the dmesg output
dmesg
# step 14: install completed exiting, please look at the uing guide
for more info
exit
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j
2008-02-29 16:48 ` Markus Rechberger
@ 2008-02-29 16:55 ` Jelle de Jong
2008-02-29 17:01 ` Markus Rechberger
2008-03-03 11:32 ` [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j [OT] Lukasz Sokol
1 sibling, 1 reply; 7+ messages in thread
From: Jelle de Jong @ 2008-02-29 16:55 UTC (permalink / raw)
To: Markus Rechberger, em28xx, linux-dvb
[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]
Markus Rechberger wrote:
> Hi Jelle,
>
> On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
>> This message contains the following attachment(s):
>> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
>>
>
> the correct mailinglist for those devices is em28xx at mcentral dot de
>
> I added some comments below and prefixed them with /////////
>
> This message contains the following attachment(s):
> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
>
We will get it working in the next few days, i am already working on a
user guide. I will add the comments to the new version, i just thought
release as soon as possible, dont want somebody else to spent hours and
hours of his day installing your nice driver.
Nice, I was working on building tvtime but it gave me errors,
# remove orignal application
sudo apt-get remove tvtime
# install necessary tools
sudo apt-get install build-essential mercurial
cd ~
sudo rm -r tvtime
hg clone http://mcentral.de/hg/~mrec/tvtime
cd tvtime
./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
cd ~
[-- Attachment #2: error-log-tvtime-number-1.txt --]
[-- Type: text/plain, Size: 29928 bytes --]
jelle@xubutu-en12000e:~$ # remove orignal application
jelle@xubutu-en12000e:~$ sudo apt-get remove tvtime
[sudo] password for jelle:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tvtime is not installed, so not removed
The following packages were automatically installed and are no longer required:
nvidia-kernel-common
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jelle@xubutu-en12000e:~$ # remove orignal application
jelle@xubutu-en12000e:~$ sudo apt-get remove tvtime
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tvtime is not installed, so not removed
The following packages were automatically installed and are no longer required:
nvidia-kernel-common
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jelle@xubutu-en12000e:~$
jelle@xubutu-en12000e:~$ # install necessary tools
jelle@xubutu-en12000e:~$ sudo apt-get install build-essential mercurial
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
mercurial is already the newest version.
The following packages were automatically installed and are no longer required:
nvidia-kernel-common
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jelle@xubutu-en12000e:~$
jelle@xubutu-en12000e:~$ cd ~
jelle@xubutu-en12000e:~$ sudo rm -r tvtime
jelle@xubutu-en12000e:~$ hg clone http://mcentral.de/hg/~mrec/tvtime
destination directory: tvtime
requesting all changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 376 changes to 375 files
375 files updated, 0 files merged, 0 files removed, 0 files unresolved
jelle@xubutu-en12000e:~$ cd tvtime
jelle@xubutu-en12000e:~/tvtime$ ./configure --prefix=/usr --sysconfdir=/etc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for g++... yes
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking wordexp.h usability... yes
checking wordexp.h presence... yes
checking for wordexp.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for asprintf... yes
checking for atexit... yes
checking for fork... yes
checking for execlp... yes
checking for getopt_long... yes
checking for getpriority... yes
checking for gettimeofday... yes
checking for seteuid... yes
checking for memset... yes
checking for setreuid... yes
checking for setpriority... yes
checking for signal... yes
checking for sigemptyset... yes
checking for sigaction... yes
checking for strerror... yes
checking for vsscanf... yes
checking for wordexp... yes
checking for wordfree... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ranlib... (cached) ranlib
checking for strerror in -lcposix... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for locale.h... (cached) yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_read_png in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for freetype-config... /usr/bin/freetype-config
checking for xml2-config... /usr/bin/xml2-config
checking for X... libraries , headers in standard search path
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XShmCreateImage in -lXext... yes
checking for XvShmCreateImage in -lXv... yes
checking for XineramaQueryScreens in -lXinerama... yes
checking for XTestFakeKeyEvent in -lXtst... yes
checking for XF86VidModeGetModeLine in -lXxf86vm... yes
checking if gcc supports -g -O3 flags... yes
checking if gcc supports -g -O3 -fomit-frame-pointer flags... yes
checking if gcc supports -g -O3 -fomit-frame-pointer -std=gnu99 flags... yes
checking if gcc supports -g -O3 -fomit-frame-pointer -std=gnu99 flags... yes
checking for memalign... yes
checking return type of signal handlers... void
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether byte ordering is bigendian... no
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating data/Makefile
config.status: creating plugins/Makefile
config.status: creating src/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating docs/man/Makefile
config.status: creating docs/man/de/Makefile
config.status: creating docs/man/en/Makefile
config.status: creating docs/man/es/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
jelle@xubutu-en12000e:~/tvtime$ make
make all-recursive
make[1]: Entering directory `/home/jelle/tvtime'
Making all in intl
make[2]: Entering directory `/home/jelle/tvtime/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jelle/tvtime/intl'
Making all in m4
make[2]: Entering directory `/home/jelle/tvtime/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jelle/tvtime/m4'
Making all in docs
make[2]: Entering directory `/home/jelle/tvtime/docs'
Making all in man
make[3]: Entering directory `/home/jelle/tvtime/docs/man'
Making all in de
make[4]: Entering directory `/home/jelle/tvtime/docs/man/de'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/jelle/tvtime/docs/man/de'
Making all in en
make[4]: Entering directory `/home/jelle/tvtime/docs/man/en'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/jelle/tvtime/docs/man/en'
Making all in es
make[4]: Entering directory `/home/jelle/tvtime/docs/man/es'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/jelle/tvtime/docs/man/es'
make[4]: Entering directory `/home/jelle/tvtime/docs/man'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/jelle/tvtime/docs/man'
make[3]: Leaving directory `/home/jelle/tvtime/docs/man'
make[3]: Entering directory `/home/jelle/tvtime/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jelle/tvtime/docs'
make[2]: Leaving directory `/home/jelle/tvtime/docs'
Making all in data
make[2]: Entering directory `/home/jelle/tvtime/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jelle/tvtime/data'
Making all in plugins
make[2]: Entering directory `/home/jelle/tvtime/plugins'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jelle/tvtime/plugins'
Making all in src
make[2]: Entering directory `/home/jelle/tvtime/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-mixer.o -MD -MP -MF ".deps/tvtime-mixer.Tpo" \
-c -o tvtime-mixer.o `test -f 'mixer.c' || echo './'`mixer.c; \
then mv -f ".deps/tvtime-mixer.Tpo" ".deps/tvtime-mixer.Po"; \
else rm -f ".deps/tvtime-mixer.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-videoinput.o -MD -MP -MF ".deps/tvtime-videoinput.Tpo" \
-c -o tvtime-videoinput.o `test -f 'videoinput.c' || echo './'`videoinput.c; \
then mv -f ".deps/tvtime-videoinput.Tpo" ".deps/tvtime-videoinput.Po"; \
else rm -f ".deps/tvtime-videoinput.Tpo"; exit 1; \
fi
In file included from videoinput.c:39:
videodev2.h:19:46: error: linux/compiler.h: No such file or directory
In file included from videoinput.c:42:
tvaudio.h:3:28: error: alsa/asoundlib.h: No such file or directory
In file included from videoinput.c:42:
tvaudio.h:7: error: expected specifier-qualifier-list before âsnd_pcm_tâ
videoinput.c: In function âvideoinput_newâ:
videoinput.c:489: error: âstruct tvaudioâ has no member named âstateâ
make[2]: *** [tvtime-videoinput.o] Error 1
make[2]: Leaving directory `/home/jelle/tvtime/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jelle/tvtime'
make: *** [all] Error 2
jelle@xubutu-en12000e:~/tvtime$ sudo make install
Making install in intl
make[1]: Entering directory `/home/jelle/tvtime/intl'
if { test "tvtime" = "gettext-runtime" || test "tvtime" = "gettext-tools"; } \
&& test 'no' = yes; then \
/bin/sh .././mkinstalldirs /usr/lib /usr/include; \
/usr/bin/install -c -m 644 libintl.h /usr/include/libintl.h; \
/bin/sh ../libtool --mode=install \
/usr/bin/install -c -m 644 libintl.a /usr/lib/libintl.a; \
if test "@RELOCATABLE@" = yes; then \
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
if test -n "ependencies"; then \
rm -f /usr/lib/libintl.la; \
fi; \
fi; \
else \
: ; \
fi
if test "tvtime" = "gettext-tools" \
&& test 'no' = no; then \
/bin/sh .././mkinstalldirs /usr/lib; \
/bin/sh ../libtool --mode=install \
/usr/bin/install -c -m 644 libgnuintl.a /usr/lib/libgnuintl.a; \
rm -f /usr/lib/preloadable_libintl.so; \
/usr/bin/install -c -m 644 /usr/lib/libgnuintl.so /usr/lib/preloadable_libintl.so; \
/bin/sh ../libtool --mode=uninstall \
rm -f /usr/lib/libgnuintl.a; \
else \
: ; \
fi
if test 'no' = yes; then \
test yes != no || /bin/sh .././mkinstalldirs /usr/lib; \
temp=/usr/lib/t-charset.alias; \
dest=/usr/lib/charset.alias; \
if test -f /usr/lib/charset.alias; then \
orig=/usr/lib/charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
if test yes = no; then \
orig=charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
fi; \
fi; \
/bin/sh .././mkinstalldirs /usr/share/locale; \
test -f /usr/share/locale/locale.alias \
&& orig=/usr/share/locale/locale.alias \
|| orig=./locale.alias; \
temp=/usr/share/locale/t-locale.alias; \
dest=/usr/share/locale/locale.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
: ; \
fi
if test "tvtime" = "gettext-tools"; then \
/bin/sh .././mkinstalldirs /usr/share/gettext/intl; \
/usr/bin/install -c -m 644 VERSION /usr/share/gettext/intl/VERSION; \
/usr/bin/install -c -m 644 ChangeLog.inst /usr/share/gettext/intl/ChangeLog; \
dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c relocatable.c localename.c log.c osdep.c os2compat.c intl-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ./$file \
/usr/share/gettext/intl/$file; \
done; \
chmod a+x /usr/share/gettext/intl/config.charset; \
dists="plural.c"; \
for file in $dists; do \
if test -f $file; then dir=.; else dir=.; fi; \
/usr/bin/install -c -m 644 $dir/$file \
/usr/share/gettext/intl/$file; \
done; \
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h"; \
for file in $dists; do \
rm -f /usr/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/jelle/tvtime/intl'
Making install in m4
make[1]: Entering directory `/home/jelle/tvtime/m4'
make[2]: Entering directory `/home/jelle/tvtime/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/jelle/tvtime/m4'
make[1]: Leaving directory `/home/jelle/tvtime/m4'
Making install in docs
make[1]: Entering directory `/home/jelle/tvtime/docs'
Making install in man
make[2]: Entering directory `/home/jelle/tvtime/docs/man'
Making install in de
make[3]: Entering directory `/home/jelle/tvtime/docs/man/de'
make[4]: Entering directory `/home/jelle/tvtime/docs/man/de'
make[4]: Nothing to be done for `install-exec-am'.
/bin/bash ../../../mkinstalldirs /usr/man/de/man1
mkdir -p -- /usr/man/de/man1
/usr/bin/install -c -m 644 ./tvtime.1 /usr/man/de/man1/tvtime.1
/usr/bin/install -c -m 644 ./tvtime-command.1 /usr/man/de/man1/tvtime-command.1
/usr/bin/install -c -m 644 ./tvtime-configure.1 /usr/man/de/man1/tvtime-configure.1
/usr/bin/install -c -m 644 ./tvtime-scanner.1 /usr/man/de/man1/tvtime-scanner.1
/bin/bash ../../../mkinstalldirs /usr/man/de/man5
mkdir -p -- /usr/man/de/man5
/usr/bin/install -c -m 644 ./tvtime.xml.5 /usr/man/de/man5/tvtime.xml.5
/usr/bin/install -c -m 644 ./stationlist.xml.5 /usr/man/de/man5/stationlist.xml.5
make[4]: Leaving directory `/home/jelle/tvtime/docs/man/de'
make[3]: Leaving directory `/home/jelle/tvtime/docs/man/de'
Making install in en
make[3]: Entering directory `/home/jelle/tvtime/docs/man/en'
make[4]: Entering directory `/home/jelle/tvtime/docs/man/en'
make[4]: Nothing to be done for `install-exec-am'.
/bin/bash ../../../mkinstalldirs /usr/man/man1
mkdir -p -- /usr/man/man1
/usr/bin/install -c -m 644 ./tvtime.1 /usr/man/man1/tvtime.1
/usr/bin/install -c -m 644 ./tvtime-command.1 /usr/man/man1/tvtime-command.1
/usr/bin/install -c -m 644 ./tvtime-configure.1 /usr/man/man1/tvtime-configure.1
/usr/bin/install -c -m 644 ./tvtime-scanner.1 /usr/man/man1/tvtime-scanner.1
/bin/bash ../../../mkinstalldirs /usr/man/man5
mkdir -p -- /usr/man/man5
/usr/bin/install -c -m 644 ./tvtime.xml.5 /usr/man/man5/tvtime.xml.5
/usr/bin/install -c -m 644 ./stationlist.xml.5 /usr/man/man5/stationlist.xml.5
make[4]: Leaving directory `/home/jelle/tvtime/docs/man/en'
make[3]: Leaving directory `/home/jelle/tvtime/docs/man/en'
Making install in es
make[3]: Entering directory `/home/jelle/tvtime/docs/man/es'
make[4]: Entering directory `/home/jelle/tvtime/docs/man/es'
make[4]: Nothing to be done for `install-exec-am'.
/bin/bash ../../../mkinstalldirs /usr/man/es/man1
mkdir -p -- /usr/man/es/man1
/usr/bin/install -c -m 644 ./tvtime.1 /usr/man/es/man1/tvtime.1
/usr/bin/install -c -m 644 ./tvtime-command.1 /usr/man/es/man1/tvtime-command.1
/usr/bin/install -c -m 644 ./tvtime-configure.1 /usr/man/es/man1/tvtime-configure.1
/usr/bin/install -c -m 644 ./tvtime-scanner.1 /usr/man/es/man1/tvtime-scanner.1
/bin/bash ../../../mkinstalldirs /usr/man/es/man5
mkdir -p -- /usr/man/es/man5
/usr/bin/install -c -m 644 ./tvtime.xml.5 /usr/man/es/man5/tvtime.xml.5
/usr/bin/install -c -m 644 ./stationlist.xml.5 /usr/man/es/man5/stationlist.xml.5
make[4]: Leaving directory `/home/jelle/tvtime/docs/man/es'
make[3]: Leaving directory `/home/jelle/tvtime/docs/man/es'
make[3]: Entering directory `/home/jelle/tvtime/docs/man'
make[4]: Entering directory `/home/jelle/tvtime/docs/man'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jelle/tvtime/docs/man'
make[3]: Leaving directory `/home/jelle/tvtime/docs/man'
make[2]: Leaving directory `/home/jelle/tvtime/docs/man'
make[2]: Entering directory `/home/jelle/tvtime/docs'
make[3]: Entering directory `/home/jelle/tvtime/docs'
make install-exec-hook
make[4]: Entering directory `/home/jelle/tvtime/docs'
mkdir -p -- '/etc/tvtime' || touch noconfdir
if [ -f noconfdir ]; then \
rm -f noconfdir; \
else \
/usr/bin/install -c -m 'u=rw,go=r' 'html/default.tvtime.xml' \
'/etc/tvtime/tvtime.xml' || touch noconfdir; \
fi
make[4]: Leaving directory `/home/jelle/tvtime/docs'
/usr/bin/install -c -d '/usr/share/icons/hicolor/16x16/apps'
/usr/bin/install -c -d '/usr/share/icons/hicolor/32x32/apps'
/usr/bin/install -c -d '/usr/share/icons/hicolor/48x48/apps'
/usr/bin/install -c -d '/usr/share/pixmaps'
/usr/bin/install -c -m 644 './tvtime.16x16.png' '/usr/share/icons/hicolor/16x16/apps/tvtime.png'
/usr/bin/install -c -m 644 './tvtime.32x32.png' '/usr/share/icons/hicolor/32x32/apps/tvtime.png'
/usr/bin/install -c -m 644 './tvtime.48x48.png' '/usr/share/icons/hicolor/48x48/apps/tvtime.png'
/usr/bin/install -c -m 644 './tvtime.32x32.xpm' '/usr/share/pixmaps/tvtime.xpm'
/usr/bin/install -c -m 644 './tvtime.48x48.png' '/usr/share/pixmaps/tvtime.png'
/bin/bash ../mkinstalldirs /usr/share/applications
/usr/bin/install -c -m 644 net-tvtime.desktop /usr/share/applications/net-tvtime.desktop
make[3]: Leaving directory `/home/jelle/tvtime/docs'
make[2]: Leaving directory `/home/jelle/tvtime/docs'
make[1]: Leaving directory `/home/jelle/tvtime/docs'
Making install in data
make[1]: Entering directory `/home/jelle/tvtime/data'
make[2]: Entering directory `/home/jelle/tvtime/data'
make[2]: Nothing to be done for `install-exec-am'.
/bin/bash ../mkinstalldirs /usr/share/tvtime
mkdir -p -- /usr/share/tvtime
/usr/bin/install -c -m 644 FreeMonoBold.ttf /usr/share/tvtime/FreeMonoBold.ttf
/usr/bin/install -c -m 644 tvtimeSansBold.ttf /usr/share/tvtime/tvtimeSansBold.ttf
/usr/bin/install -c -m 644 filmstrip_0000.png /usr/share/tvtime/filmstrip_0000.png
/usr/bin/install -c -m 644 filmstrip_0001.png /usr/share/tvtime/filmstrip_0001.png
/usr/bin/install -c -m 644 filmstrip_0002.png /usr/share/tvtime/filmstrip_0002.png
/usr/bin/install -c -m 644 filmstrip_0003.png /usr/share/tvtime/filmstrip_0003.png
/usr/bin/install -c -m 644 filmstrip_0004.png /usr/share/tvtime/filmstrip_0004.png
/usr/bin/install -c -m 644 infoicon_0000.png /usr/share/tvtime/infoicon_0000.png
make[2]: Leaving directory `/home/jelle/tvtime/data'
make[1]: Leaving directory `/home/jelle/tvtime/data'
Making install in plugins
make[1]: Entering directory `/home/jelle/tvtime/plugins'
make[2]: Entering directory `/home/jelle/tvtime/plugins'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/jelle/tvtime/plugins'
make[1]: Leaving directory `/home/jelle/tvtime/plugins'
Making install in src
make[1]: Entering directory `/home/jelle/tvtime/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-videoinput.o -MD -MP -MF ".deps/tvtime-videoinput.Tpo" \
-c -o tvtime-videoinput.o `test -f 'videoinput.c' || echo './'`videoinput.c; \
then mv -f ".deps/tvtime-videoinput.Tpo" ".deps/tvtime-videoinput.Po"; \
else rm -f ".deps/tvtime-videoinput.Tpo"; exit 1; \
fi
In file included from videoinput.c:39:
videodev2.h:19:46: error: linux/compiler.h: No such file or directory
In file included from videoinput.c:42:
tvaudio.h:3:28: error: alsa/asoundlib.h: No such file or directory
In file included from videoinput.c:42:
tvaudio.h:7: error: expected specifier-qualifier-list before âsnd_pcm_tâ
videoinput.c: In function âvideoinput_newâ:
videoinput.c:489: error: âstruct tvaudioâ has no member named âstateâ
make[1]: *** [tvtime-videoinput.o] Error 1
make[1]: Leaving directory `/home/jelle/tvtime/src'
make: *** [install-recursive] Error 1
jelle@xubutu-en12000e:~/tvtime$ cd ~
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j
2008-02-29 16:55 ` Jelle de Jong
@ 2008-02-29 17:01 ` Markus Rechberger
2008-02-29 17:27 ` Jelle de Jong
0 siblings, 1 reply; 7+ messages in thread
From: Markus Rechberger @ 2008-02-29 17:01 UTC (permalink / raw)
To: Jelle de Jong; +Cc: linux-dvb, em28xx
On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
> Markus Rechberger wrote:
> > Hi Jelle,
> >
> > On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
> >> This message contains the following attachment(s):
> >> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
> >>
> >
> > the correct mailinglist for those devices is em28xx at mcentral dot de
> >
> > I added some comments below and prefixed them with /////////
> >
> > This message contains the following attachment(s):
> > Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
> >
>
> We will get it working in the next few days, i am already working on a
> user guide. I will add the comments to the new version, i just thought
> release as soon as possible, dont want somebody else to spent hours and
> hours of his day installing your nice driver.
>
> Nice, I was working on building tvtime but it gave me errors,
>
libasound2-dev and the linux kernel headers or at least a symlink from
/usr/include/linux -> kernelroot/include/linux is missing.
It would be nice if you can create a howto on mcentral.de! I'm sure it
might help some people. My guide only explains how to compile it on a
already set up system (and this can differ with every distribution).
I will release precompiled packages for the eeePC within the next few
days. I just need to package the binaries for it.
I added tvtime, gqradio and kaffeine buttons to my eeePC and
everything works really well.
I'll focus on ATSC devices next week (after the cebit)
thanks for the howto so far!
Markus
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j
2008-02-29 17:01 ` Markus Rechberger
@ 2008-02-29 17:27 ` Jelle de Jong
2008-02-29 17:46 ` Markus Rechberger
0 siblings, 1 reply; 7+ messages in thread
From: Jelle de Jong @ 2008-02-29 17:27 UTC (permalink / raw)
To: Markus Rechberger; +Cc: linux-dvb, em28xx
[-- Attachment #1: Type: text/plain, Size: 2070 bytes --]
Markus Rechberger wrote:
> On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
>> Markus Rechberger wrote:
>>> Hi Jelle,
>>>
>>> On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
>>>> This message contains the following attachment(s):
>>>> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
>>>>
>>> the correct mailinglist for those devices is em28xx at mcentral dot de
>>>
>>> I added some comments below and prefixed them with /////////
>>>
>>> This message contains the following attachment(s):
>>> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
>>>
>> We will get it working in the next few days, i am already working on a
>> user guide. I will add the comments to the new version, i just thought
>> release as soon as possible, dont want somebody else to spent hours and
>> hours of his day installing your nice driver.
>>
>> Nice, I was working on building tvtime but it gave me errors,
>>
>
> libasound2-dev and the linux kernel headers or at least a symlink from
> /usr/include/linux -> kernelroot/include/linux is missing.
>
> It would be nice if you can create a howto on mcentral.de! I'm sure it
> might help some people. My guide only explains how to compile it on a
> already set up system (and this can differ with every distribution).
>
> I will release precompiled packages for the eeePC within the next few
> days. I just need to package the binaries for it.
> I added tvtime, gqradio and kaffeine buttons to my eeePC and
> everything works really well.
> I'll focus on ATSC devices next week (after the cebit)
>
> thanks for the howto so far!
>
> Markus
I will work on the docu you on the nice code :-p
Just one thing how to fix the below? Than we can release a first draft.
We need a group that is compatiable with udev and the driver, so that we
can do adduser $USER $GROUP to give premissions to use the devices
# to-do:
# howto add group for created devices so that all users in that group
can use the devices?
oja also i cant get /dev/vdi0 working
Kind regards,
Jelle
[-- Attachment #2: sudo mtt -debug -tty -device -dev-vbi0 - logfile.txt --]
[-- Type: text/plain, Size: 3691 bytes --]
sudo mtt -debug -tty -device /dev/vbi0
Try to open V4L2 0.20 VBI device, libzvbi interface rev.
$Id: io-v4l2.c,v 1.33 2006/05/22 09:00:47 mschimek Exp $
Opened /dev/vbi0
libzvbi:capture_v4l2k_new: Try to open V4L2 2.6 VBI device, libzvbi interface rev.
$Id: io-v4l2k.c,v 1.42 2006/09/24 03:10:04 mschimek Exp $.
libzvbi:capture_v4l2k_new: Opened /dev/vbi0.
libzvbi:capture_v4l2k_new: /dev/vbi0 (Pinnacle Hybrid Pro (2)) is a v4l2 vbi device,
driver em28xx, version 0x00000001.
libzvbi:capture_v4l2k_new: Using streaming interface.
libzvbi:v4l2_get_videostd: Current scanning system is 625.
libzvbi:v4l2_update_services: Querying current vbi parameters...
libzvbi:v4l2_update_services: ...success.
libzvbi:print_vfmt: VBI capture parameters supported: format 59455247 [GREY], 13500000 Hz, 720 bpl, offs 0, F1 15...20, F2 10...15, flags 00000000.
libzvbi:print_vfmt: VBI capture parameters granted: format 59455247 [GREY], 13500000 Hz, 720 bpl, offs 0, F1 15...20, F2 10...15, flags 00000000.
libzvbi:_vbi_sampling_par_valid_log: Invalid VBI scan range 15-20 (6 lines), 10-15 (6 lines).
libzvbi:v4l2_update_services: Nyquist check passed.
libzvbi:v4l2_update_services: Request decoding of services 0x60000c7f, strict level -1.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000001 (Teletext System B 625 Level 1.5) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000003 (Teletext System B, 625) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000001 (Teletext System B 625 Level 1.5) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000003 (Teletext System B, 625) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000004 (Video Program System) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000400 (Wide Screen Signalling 625) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000008 (Closed Caption 625, field 1) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000010 (Closed Caption 625, field 2) requires videostd_set 0x1, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000020 (Closed Caption 525, field 1) requires videostd_set 0x2, have 0x0.
libzvbi:_vbi_sampling_par_permit_service: Service 0x00000040 (Closed Caption 525, field 2) requires videostd_set 0x2, have 0x0.
libzvbi:v4l2_update_services: Will capture services 0x00000000, added 0x0 commit=1.
libzvbi:capture_v4l2k_new: Failed with errno 22, errmsg 'Sorry, /dev/vbi0 (Pinnacle Hybrid Pro (2)) cannot capture any of the requested data services.'.
libzvbi: Try to open v4l vbi device, libzvbi interface rev.
$Id: io-v4l.c,v 1.33 2006/05/22 09:01:04 mschimek Exp $
libzvbi: Opened /dev/vbi0
libzvbi: Driver name 'Pinnacle Hybrid Pro (2)'
libzvbi: Attempt to guess the videostandard
libzvbi: Driver supports VIDIOCGTUNER: mode 0 (0=PAL, 1=NTSC, 2=SECAM)
libzvbi: Videostandard is PAL/SECAM
libzvbi: /dev/vbi0 (Pinnacle Hybrid Pro (2)) is a v4l vbi device
libzvbi: Hinted video standard 0, guessed 625
libzvbi: Driver supports VIDIOCGVBIFMT, guessed videostandard 525
VBI capture parameters supported: format 0000000c, 13500000 Hz, 720 bpl, F1 15+6, F2 10+6, flags 00000000
VBI capture parameters granted: format 0000000c, 13500000 Hz, 720 bpl, F1 15+6, F2 10+6, flags 00000000
libzvbi: Accept current vbi parameters
libzvbi: Nyquist check passed
libzvbi: Request decoding of services 0x60000c7f, strict level -1
libzvbi: Will capture services 0x00000000, added 0x0 commit:1
vbi: open failed [/dev/vbi0]
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j
2008-02-29 17:27 ` Jelle de Jong
@ 2008-02-29 17:46 ` Markus Rechberger
0 siblings, 0 replies; 7+ messages in thread
From: Markus Rechberger @ 2008-02-29 17:46 UTC (permalink / raw)
To: Jelle de Jong; +Cc: linux-dvb, em28xx
On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
> Markus Rechberger wrote:
> > On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
> >> Markus Rechberger wrote:
> >>> Hi Jelle,
> >>>
> >>> On 2/29/08, Jelle de Jong <jelledejong@powercraft.nl> wrote:
> >>>> This message contains the following attachment(s):
> >>>> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
> >>>>
> >>> the correct mailinglist for those devices is em28xx at mcentral dot de
> >>>
> >>> I added some comments below and prefixed them with /////////
> >>>
> >>> This message contains the following attachment(s):
> >>> Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j.txt
> >>>
> >> We will get it working in the next few days, i am already working on a
> >> user guide. I will add the comments to the new version, i just thought
> >> release as soon as possible, dont want somebody else to spent hours and
> >> hours of his day installing your nice driver.
> >>
> >> Nice, I was working on building tvtime but it gave me errors,
> >>
> >
> > libasound2-dev and the linux kernel headers or at least a symlink from
> > /usr/include/linux -> kernelroot/include/linux is missing.
> >
> > It would be nice if you can create a howto on mcentral.de! I'm sure it
> > might help some people. My guide only explains how to compile it on a
> > already set up system (and this can differ with every distribution).
> >
> > I will release precompiled packages for the eeePC within the next few
> > days. I just need to package the binaries for it.
> > I added tvtime, gqradio and kaffeine buttons to my eeePC and
> > everything works really well.
> > I'll focus on ATSC devices next week (after the cebit)
> >
> > thanks for the howto so far!
> >
> > Markus
>
> I will work on the docu you on the nice code :-p
>
> Just one thing how to fix the below? Than we can release a first draft.
> We need a group that is compatiable with udev and the driver, so that we
> can do adduser $USER $GROUP to give premissions to use the devices
>
feel free to work on it, if you have some patches to apply for the
build.sh scripts just submit them :)
> # to-do:
> # howto add group for created devices so that all users in that group
> can use the devices?
>
> oja also i cant get /dev/vdi0 working
>
the vbi interface was only tested with osc which is part of the
libzvbi package. There's currently no application available which
works with the vbi interface, it needs some more fiddling around with
the libzvbi library.
This is a topic which has a lower priority since other parts have to
be improved first..
Patches in that area are welcome of course.
Markus
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j [OT]
2008-02-29 16:48 ` Markus Rechberger
2008-02-29 16:55 ` Jelle de Jong
@ 2008-03-03 11:32 ` Lukasz Sokol
1 sibling, 0 replies; 7+ messages in thread
From: Lukasz Sokol @ 2008-03-03 11:32 UTC (permalink / raw)
To: linux-dvb
Hello Markus,
Do you plan to merge this driver into mainline - either linux-dvb or
anything else ?
Regards,
Lukasz Sokol
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-03-03 11:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 16:42 [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j Jelle de Jong
2008-02-29 16:48 ` Markus Rechberger
2008-02-29 16:55 ` Jelle de Jong
2008-02-29 17:01 ` Markus Rechberger
2008-02-29 17:27 ` Jelle de Jong
2008-02-29 17:46 ` Markus Rechberger
2008-03-03 11:32 ` [linux-dvb] Pinnacle PCTV Hybrid Pro Stick 330e - Installation Guide - v0.1.2j [OT] Lukasz Sokol
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.