Hi everyone,
I’m trying to get my tv stick working
It’s listed here: https://forums.plex.tv/discussion/289368/community-supported-tuners-lists
It’s a Hauppauge WinTV Nova-TD 52009
in /lib/firmware/
I have dvb-usb-dib0700-1.20.fw
This has been working in tvheadend previously so I know the adapter works. tvheadend is shut down.
Looking at the logs, It seems plex picks it up in a scan but the Server > Live TV & DVR just sits “Looking for compatible devices”
Does anyone know how to get this working?
Below is everything I can think of to check the device:
Plex server version is the latest version, installed today:
plexmediaserver_1.12.0.4829-6de959918_i386.deb
Linux Kernel:
Linux dataserver 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux```
Linux Version:
`# cat /etc/lsb-release`
```DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.5 LTS"```
dmesg output showing hardware initialised:
`# dmesg | grep -e dvb`
```[ 57.246135] dvb-usb: found a 'Hauppauge Nova-TD Stick (52009)' in warm state.
[ 57.246229] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 57.767154] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 58.160424] dvb-usb: schedule remote query interval to 50 msecs.
[ 58.160429] dvb-usb: Hauppauge Nova-TD Stick (52009) successfully initialized and connected.
[ 58.160622] usbcore: registered new interface driver dvb_usb_dib0700```
The Plex Tuner Service.log shows:
```Mar 14, 2018 11:08:29.700 [0xb23f8b40] INFO - * web_service_t::process_device_discovery
Mar 14, 2018 11:08:29.700 [0xb23f8b40] INFO - * device_reactor_t::get_device_list ()
Mar 14, 2018 11:08:29.700 [0xb23f8b40] INFO - * dvb_device_factory_t::get_device_list ()
Mar 14, 2018 11:08:31.703 [0xb23f8b40] INFO - * SAT2IP - discover_satip_servers(): no servers found
Mar 14, 2018 11:08:32.107 [0xb23f8b40] INFO - * v4l::DeviceGetList_impl. getting v4l device list
Mar 14, 2018 11:08:32.108 [0xb23f8b40] INFO - * v4l::DeviceGetList_impl. Successfully opened frontend /dev/dvb/adapter0/frontend0
Mar 14, 2018 11:08:32.108 [0xb23f8b40] INFO - * v4l::DeviceGetList_impl. Successfully opened frontend /dev/dvb/adapter1/frontend0
Mar 14, 2018 11:08:32.113 [0xb23f8b40] INFO - * dvb_device_factory_t::get_device_list. Id dvb#v4l#0#/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2:0, Name NovaT 500Stick, Standards 1
Mar 14, 2018 11:08:32.113 [0xb23f8b40] INFO - * dvb_device_factory_t::get_device_list. Id dvb#v4l#0#/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2:1, Name NovaT 500Stick, Standards 1
Mar 14, 2018 11:08:32.113 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx >>
Mar 14, 2018 11:08:32.114 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 8256:20992
Mar 14, 2018 11:08:32.115 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:1
Mar 14, 2018 11:08:32.115 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:1
Mar 14, 2018 11:08:32.115 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:1
Mar 14, 2018 11:08:32.115 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:1
Mar 14, 2018 11:08:32.115 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:1
Mar 14, 2018 11:08:32.115 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:2
Mar 14, 2018 11:08:32.115 [0xb23f8b40] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:2
Mar 14, 2018 11:08:32.116 [0xb23f8b40] INFO - * device_manager_t::get_device_list. Device NovaT 500Stick, id dvb#v4l#0#/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2:0, tuners 1, state 0, standards 1
Mar 14, 2018 11:08:32.116 [0xb23f8b40] INFO - * device_manager_t::get_device_list. Device NovaT 500Stick, id dvb#v4l#0#/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2:1, tuners 1, state 0, standards 1```
The hardware adapters in /dev/dvb:
`# ls /dev/dvb/adapter*`
```/dev/dvb/adapter0:
demux0 dvr0 frontend0 net0```
```/dev/dvb/adapter1:
demux0 dvr0 frontend0 net0```