Hello,
A couple of weeks ago I installed NextPVR on Ubuntu 18.04 and it worked normally for a couple of days, but at some point the tv tuner disappeared from the Devices list.
I can still use the same tv tuner with Kaffeine (on the same computer) and it works ok.
I removed NextPVR (with apt purge) and installed it again today, only to find out that NextPVR does not detect it, again (but the web UI works).
lsusb returns Bus 001 Device 004: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
I also saw this in the log
and sudo systemctl status nextpvr-server returns this
server.sh[925]: ERROR: Open frontend0 failed
A couple of weeks ago I installed NextPVR on Ubuntu 18.04 and it worked normally for a couple of days, but at some point the tv tuner disappeared from the Devices list.
I can still use the same tv tuner with Kaffeine (on the same computer) and it works ok.
I removed NextPVR (with apt purge) and installed it again today, only to find out that NextPVR does not detect it, again (but the web UI works).
lsusb returns Bus 001 Device 004: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
I also saw this in the log
Code:
[...startup]
2019-10-19 20:44:12.760 [DEBUG][1] No /var/opt/nextpvr/scripts/PreStartup.sh
2019-10-19 20:44:12.771 [DEBUG][1] Checking if upgrade required
2019-10-19 20:44:12.773 [DEBUG][1] master file is /opt/nextpvr/system/data/Config-master-dont-edit.xml
2019-10-19 20:44:12.780 [DEBUG][1] Doing database updates
2019-10-19 20:44:12.781 [DEBUG][1] Database: /var/opt/nextpvr/npvr.db3
2019-10-19 20:44:12.847 [INFO][1] Version 5.0.0.191018
2019-10-19 20:44:12.966 [DEBUG][1] CaptureSource.LoadAll()
2019-10-19 20:44:13.625 [DEBUG][1] []
2019-10-19 20:44:13.648 [DEBUG][1] HDHR Discover
2019-10-19 20:44:14.608 [DEBUG][1] Local Devices: <devices>
2019-10-19 20:44:14.650 [ERROR][1] Unexpected error scanning for other devices: System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: devices. Line 2, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ThrowUnclosedElements()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at NShared.Visible.CaptureSource.UpdateDevices(ICaptureSourceUpdateStatus callback)
2019-10-19 20:44:17.011 [DEBUG][1] CaptureSource.LoadAll()
2019-10-19 20:44:17.028 [INFO][1] Using in-progress RecordingService
2019-10-19 20:44:17.030 [INFO][1] RecordingService.Startup()
2019-10-19 20:44:17.034 [DEBUG][9] PowerManagement CancelWakeup (needs implementation)
2019-10-19 20:44:17.040 [DEBUG][9] Requesting wake up for 'EPG-UPDATE' [EPG Update] at
and sudo systemctl status nextpvr-server returns this
server.sh[925]: ERROR: Open frontend0 failed