LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-22-2012, 04:30 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
Hauppauge wintv-hvr h006 - dvb-t tuner - usb-stick - hybrid tv stick


Hi,

I have tried these configurations:

HAUPPAUGE WINTV-HVR H006 - DVB-T TUNER - USB-STICK - HYBRID TV STICK


Code:
[ 3693.561062] eth1: no IPv6 routers present
[ 5168.004971] usb 1-2.3: USB disconnect, address 8
[ 5186.892548] usb 1-2.3: new high speed USB device using ehci_hcd and address 9
[ 5186.987091] usb 1-2.3: New USB device found, idVendor=2040, idProduct=b138
[ 5186.987108] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5186.987121] usb 1-2.3: Product: Hauppauge Device
[ 5186.987130] usb 1-2.3: Manufacturer: Hauppauge
[ 5186.987139] usb 1-2.3: SerialNumber: XXX
[ 5186.987498] usb 1-2.3: configuration #1 chosen from 1 choice


Code:
$ vlc
VLC media player 1.1.3 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
[0x9c5f0d4] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb69910d4, 0xb6991048)
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
[0x9e7237c] dvb access error: FrontEndOpen: opening device failed (No such file or directory)
[0x9d5581c] main input error: open of `dvb://frequency=0' failed: (null)
[0x9ed0434] dvb access error: FrontEndOpen: opening device failed (No such file or directory)
[0xb73066bc] main input error: open of `dvb://frequency=0' failed: (null)
[0x9ed2044] dvb access error: FrontEndOpen: opening device failed (No such file or directory)
[0x9ee0ccc] main input error: open of `dvb://frequency=0000' failed: (null)
[0x9edc1ec] dvb access error: FrontEndOpen: opening device failed (No such file or directory)
[0x9d3daa4] main input error: open of `dvb://frequency=0000' failed: (null)
[0x9ee1164] dvb access error: FrontEndOpen: opening device failed (No such file or directory)
[0x9ee100c] main input error: open of `dvb://frequency=0000' failed: (null)

I have tried the 3 possibilities of DVB DVB-C and DVB-T.

Would you know how to play anything ?

yours sincerely,
X.
 
Old 12-22-2012, 05:04 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
I don't use VLC.
I can give you an overview how to use it, I use mplayer.
Same idea for any other player.

Make sure that you have software support for the device.
Code:
dmesg | tail
.....
[73892.944851] dvb-usb: Pinnacle PCTV HD USB Stick successfully initialized and connected.
[73892.945193] usbcore: registered new interface driver dvb_usb_dib0700
Then scan for channels from a channel list. An example for ATSC OTA
Code:
scan /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
Take the output of that and make a ~/.mplayer/channels.conf
Example
Code:
WSEC-TV:479028615:8VSB:49:52:1
WSEC-D2:479028615:8VSB:65:68:2
WSEC-D3:479028615:8VSB:81:84:3
WAND:491028615:8VSB:49:52:3
STORM:491028615:8VSB:65:68:4
WICS:641028615:8VSB:49:52:3
TCN:641028615:8VSB:65:68:4
WCIA:213028615:8VSB:65:68:4
WCIX:213028615:8VSB:49:52:3
WRSP:653028615:8VSB:49:52:3
METV:653028615:8VSB:65:68:4
HSN:587028615:8VSB:481:482:1
WBUI:521028615:8VSB:49:52:3
THIS:521028615:8VSB:65:68:4
Play a channel with
Code:
mplayer dvb://WSEC-TV
or
Code:
mplayer dvb://
Then use the h and k keys to move through the channels.

So you'll need a working tuner, software support on your machine for it, scan for channels to make a channel list for the player, use a player to play a channel.
 
Old 12-23-2012, 02:57 AM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by teckk View Post
I don't use VLC.
I can give you an overview how to use it, I use mplayer.
Same idea for any other player.

Make sure that you have software support for the device.
Code:
dmesg | tail
.....
[73892.944851] dvb-usb: Pinnacle PCTV HD USB Stick successfully initialized and connected.
[73892.945193] usbcore: registered new interface driver dvb_usb_dib0700
Then scan for channels from a channel list. An example for ATSC OTA
Code:
scan /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
Take the output of that and make a ~/.mplayer/channels.conf
Example
Code:
WSEC-TV:479028615:8VSB:49:52:1
WSEC-D2:479028615:8VSB:65:68:2
WSEC-D3:479028615:8VSB:81:84:3
WAND:491028615:8VSB:49:52:3
STORM:491028615:8VSB:65:68:4
WICS:641028615:8VSB:49:52:3
TCN:641028615:8VSB:65:68:4
WCIA:213028615:8VSB:65:68:4
WCIX:213028615:8VSB:49:52:3
WRSP:653028615:8VSB:49:52:3
METV:653028615:8VSB:65:68:4
HSN:587028615:8VSB:481:482:1
WBUI:521028615:8VSB:49:52:3
THIS:521028615:8VSB:65:68:4
Play a channel with
Code:
mplayer dvb://WSEC-TV
or
Code:
mplayer dvb://
Then use the h and k keys to move through the channels.

So you'll need a working tuner, software support on your machine for it, scan for channels to make a channel list for the player, use a player to play a channel.

thank you

I will try

if it is for france, would you have the channels (Tf1, ...)

regards / bonnes fetes
 
Old 12-23-2012, 03:05 AM   #4
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
$ scan /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
scanning /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2284: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory
xera@debian07:~$ dmesg | tail
[ 2036.694717] usb 1-1: USB disconnect, address 11
[ 2036.694735] usb 1-1.1: USB disconnect, address 12
[ 2036.754202] usb 1-1.2: USB disconnect, address 13
[ 2084.708154] usb 1-2: new high speed USB device using ehci_hcd and address 20
[ 2084.843145] usb 1-2: New USB device found, idVendor=2040, idProduct=b138
[ 2084.843162] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2084.843175] usb 1-2: Product: Hauppauge Device
[ 2084.843184] usb 1-2: Manufacturer: Hauppauge
[ 2084.843193] usb 1-2: SerialNumber: xx
[ 2084.843556] usb 1-2: configuration #1 chosen from 1 choice
 
Old 12-23-2012, 08:52 AM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Quote:
scan /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
scanning /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2284: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory
Your device isn't working, you don't have the correct software installed for it, or you don't have it plugged in.

Google for what software you need for your USB tuner.
See how that loads in your flavor of linux. If there is support.
Check to see what kernel supports it. You make have to build it. There may be no support.

http://www.linuxtv.org/wiki/index.php/Hauppauge
http://ppa.launchpad.net/pitti/ppa/u.../v4l-dvb-dkms/
http://www.drivers-4u.com/w/wintv_hvr_h006_for.html

Good luck. Post back If you get it working so others can benefit.
 
Old 12-23-2012, 09:47 AM   #6
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Some more help for you. How to get info from a device. Different flavors of linux will have info in slightly different places. Use you own machine.
Code:
lsusb
....
Bus 001 Device 007: ID 2304:023b Pinnacle Systems, Inc. PCTV 801e SE
....
Code:
sudo lsusb -v -d 2304:023b
Bus 001 Device 007: ID 2304:023b Pinnacle Systems, Inc. PCTV 801e SE
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.
  idProduct          0x023b PCTV 801e SE
  bcdDevice            1.00
  iManufacturer           1 YUANRD
  iProduct                2 PCTV 801e SE
  iSerial                 3 1624552682
  bNumConfigurations      1
.......
.......
Code:
udevadm info -q all -p /sys/bus/usb/devices/1-10:1.0
P: /devices/pci0000:00/0000:00:02.1/usb1/1-10/1-10:1.0
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-10/1-10:1.0
E: DEVTYPE=usb_interface
E: DRIVER=dvb_usb_dib0700
E: ID_PRODUCT_FROM_DATABASE=PCTV 801e SE
E: ID_VENDOR_FROM_DATABASE=Pinnacle Systems, Inc.
E: INTERFACE=255/0/0
E: MODALIAS=usb:v2304p023Bd0100dc00dsc00dp00icFFisc00ip00in00
E: PRODUCT=2304/23b/100
E: SUBSYSTEM=usb
E: TYPE=0/0/0
E: USEC_INITIALIZED=76928749
Code:
sudo tail -n 40 /var/log/messages.log
Code:
sudo tail -n 40 /var/log/kernel.log
Take your info to google.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hauppauge WinTV USB 2 Stick tuner HowTo vivek456 Linux - Kernel 1 03-13-2011 12:45 AM
WinTV-HVR-850 Hybrid Stick - no /dev/video0 Grischuna Slackware 14 09-02-2010 05:44 AM
No Sound Hauppauge WinTV-HVR1110 DVB-T/Hybrid (Cause and Workaround) Zoutmax Linux - Hardware 0 04-29-2009 03:12 PM
No sound with Hauppauge WinTV-HVR1110 DVB-T/Hybrid Gralgrathor Linux - Desktop 5 04-28-2009 04:45 PM
How To Install Hauppauge TV-Tuner WinTV-HVR-1600 on Mandriva 09 ? dolphans1 Mandriva 75 01-27-2009 04:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration