Upgraded from 4.0.7 to 4.2.4 - No adapters
Added by Anders Gustafsson almost 7 years ago
Everything seems to work, but there are no adapters listed in configuration. I have four USB sticks that worked just fine with 4.0.7. What could be wrong?
tvburk:~ # ls -l /dev/dvb
total 0
drwxr-xr-x 2 root root 140 Jan 13 09:49 adapter0
drwxr-xr-x 2 root root 120 Jan 13 09:49 adapter1
drwxr-xr-x 2 root root 120 Jan 13 09:49 adapter2
drwxr-xr-x 2 root root 120 Jan 13 09:50 adapter3
So to recap: If I roll back to 4.0.7 adapters work. On 4.2.4 they do not show up. Buut... Suddenly it works? Basically what I did was this:
Reverted to 4.0.7 by stopping tvh 4.2.4, renaming .hts to hts424, copying back the backup .hts
Started the tvh service (service tvheadend start)
Checked that all was OK
Stopped the service
Renamed .hts to hts407
renamed .hts424 to .hts
Started the executable I built (cd build.linux ./tvheadend
2018-01-13 10:41:11.911 [ INFO] scanfile: ATSC-T - loaded 2 regions with 14 networks
2018-01-13 10:41:12.686 [ INFO] linuxdvb: adapter added /dev/dvb/adapter2
2018-01-13 10:41:13.566 [ INFO] linuxdvb: adapter added /dev/dvb/adapter1
2018-01-13 10:41:14.448 [ INFO] linuxdvb: adapter added /dev/dvb/adapter0
2018-01-13 10:41:15.304 [WARNING] linuxdvb: adapter 0 has tuner count 2 for type DVB-T (wrong config)
2018-01-13 10:41:15.304 [WARNING] linuxdvb: adapter 0 has tuner count 1 for type DVB-C (wrong config)
2018-01-13 10:41:15.304 [ INFO] linuxdvb: adapter 0 setting exclusive flag
I guess it complains about the two adapters that are actual "dual", ie both DVBT and DVBC, but they are used for DVBC and have the DVBT part disabled.
Replies (7)
RE: Upgraded from 4.0.7 to 4.2.4 - No adapters - Added by saen acro almost 7 years ago
Reconfigure on clean
4.0.xxx is out of support
RE: Upgraded from 4.0.7 to 4.2.4 - No adapters - Added by Anders Gustafsson almost 7 years ago
Yes, I know that 4.0 is out of support, that is why I am upgrading. Can you please elaborate what you mean by "Reconfigure on clean"
Currently 4.2.4 is running, but I cannot watch recordings on XMBC:
2018-01-13 11:47:04.802 [WARNING] htsp: 192.168.1.6 [ | Kodi Media Center ]: failed to serialize data
RE: Upgraded from 4.0.7 to 4.2.4 - No adapters - Added by saen acro almost 7 years ago
Point your Kodi to folder where recording are
RE: Upgraded from 4.0.7 to 4.2.4 - No adapters - Added by Anders Gustafsson almost 7 years ago
Not sure what you mean? Recordings are in the same place as they were on 4.0.7 and when I use the PVR addon Kodi does not access those files directly, but rather through HTSP, right? Unlike when I watch saved files that are in a different folder, accessed over NFS.
I can watch those recordings just fine on my PC over the tvheadend web interface.
RE: Upgraded from 4.0.7 to 4.2.4 - No adapters - Added by Anders Gustafsson almost 7 years ago
OK Pulled down the latest which seems to be HTS Tvheadend 4.3-943~g9b85e7b7c
./configure --enable-bundle --disable-dvbscan --disable-hdhomerun_static --disable-libopus
make
cd build.linux
./tvheadend
It seems to run OK. I can watch, I can play streams, but not record. It crashes if I do
RE: Upgraded from 4.0.7 to 4.2.4 - No adapters - Added by Dan Voller almost 7 years ago
I'm using 4.0.8-1 on Synology. They also told me it is out of support. But what benefit do you really get, when supported versions like 4.3 are buggy...? I'd like to know, where are the real production versions for Synology?
RE: Upgraded from 4.0.7 to 4.2.4 - No adapters - Added by Anders Gustafsson almost 7 years ago
To be fair, 4.3 is the development version. 4.2 is the released one and judging from the error I see on 4.2.5 it seems that it is related to descrambling and not everyone might use that.
I am a developer myself and know how hard it is to test every scenario