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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-22-2012, 05:30 PM
|
#1
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,721
|
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.
|
|
|
12-22-2012, 06:04 PM
|
#2
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,352
|
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
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.
|
|
|
12-23-2012, 03:57 AM
|
#3
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,721
Original Poster
|
Quote:
Originally Posted by teckk
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
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
|
|
|
12-23-2012, 04:05 AM
|
#4
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,721
Original Poster
|
$ 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
|
|
|
12-23-2012, 09:52 AM
|
#5
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,352
|
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.
|
|
|
12-23-2012, 10:47 AM
|
#6
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,352
|
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.
|
|
|
All times are GMT -5. The time now is 06:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|