Bug #4986
4.3-1117~g8213c0e54 - TV Tuners not visible when using unRAID version 6.5.0rc1
0%
Description
I'm not sure who's responsibility this is, but posting here anyway to let someone more knowledeable than me decide.
When I run 4.3-1117~g8213c0e54 with unRAID 6.4.1 and the linuxserver tvheadend docker everything is fine. As soon as I upgrade to 6.5.0rc1, tvheadend starts but my dvb cards are not added to tvheadend. I tried installing dvblink to check and it can see the cards fine.
I'm currently trying to rollback to 4.2.5 https://tvheadend.org/boards/5/topics/31653 to see if that works with 6.5.1rc1, but I'm assuming/confident it will as other 4.2.5 users are not having problems.
System spec:
Xeon E5-2683 V3, ASUS X99-A II, TBS 6205 DVB-T2 Quad Tuner, latest linuxserver docker
Docker run command:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tvheadend' --net='br0.33' --ip='192.168.30.96' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'PGID'='100' -e 'PUID'='99' -e 'TCP_PORT_9981'='9981' -e 'TCP_PORT_9982'='9982' -v '/mnt/cache/appdata/tvheadend':'/config':'rw' -v '/mnt/user/tv_recordings/':'/recordings':'rw' --device=/dev/dvb 'linuxserver/tvheadend'
Files
History
Updated by Jaroslav Kysela over 6 years ago
--trace linuxdvb : https://tvheadend.org/projects/tvheadend/wiki/Traces
Updated by DZMM Highlander over 6 years ago
- File screenshot.1.jpg screenshot.1.jpg added
Thanks. When I do "htsp,subscription,pat,pmt,bat"
@I get this in my logs:
2018-03-03 11:05:24.708 [ ERROR] config: unkown subsystem 'pat'
2018-03-03 11:05:24.708 [ ERROR] config: unkown subsystem 'pmt'
2018-03-03 11:05:24.708 [ ERROR] config: unkown subsystem 'bat'
@
I've tried removing pat, pmt and bat but nothing seems to be happening - what am I doing wrong?
Thanks
Updated by Pablo R. over 6 years ago
DZMM Highlander wrote:
Thanks. When I do "htsp,subscription,pat,pmt,bat"
@I get this in my logs:
2018-03-03 11:05:24.708 [ ERROR] config: unkown subsystem 'pat'
2018-03-03 11:05:24.708 [ ERROR] config: unkown subsystem 'pmt'
2018-03-03 11:05:24.708 [ ERROR] config: unkown subsystem 'bat'
@I've tried removing pat, pmt and bat but nothing seems to be happening - what am I doing wrong?
Thanks
You should use +linuxdvb as Jaroslav Kysela said.
Updated by DZMM Highlander about 6 years ago
Apologies for not updating - this was an error with the unRAID build.
Please close