I seem to be having the same problem. Win-TV tuner was working a few weeks ago but after upgrading the server to the latest my DVR setup was removed and now when I try to setup DVR again the tuner isn’t detected. Did you get your issue fixed? Did you find a way to escalate? I just paid for a year subscription and now want to cancel or at least pause it until this is fixed.
I thought the whole point of installing via a Snap was to get away from all that? Regardless, in the Unsupported Tuner’s page it states that many unsupported tuners still work, they just have to conform to the Linux DVB API. Well, the WinTV DualHD is working and all I have ever installed is the DVB API.
Reverting back to Ubuntu 18 is not an option, that would be too disruptive to the other services running on my box.
Reverting Plex version on Snap was not possible. Might see if I can do this via PPA instead.
Okay…reverting PMS via PPA was not possible, spent a long time trying to work out how, eventually found that you can download a .deb package and spent another long while trying to work out how to download older versions.
Tried to install 1.15.8 and 1.16.2, but both times I got a DPKG error 1 at the end of the install using terminal.
I did note a verbose message about not having Udev installed, before the DPKG error 1. I have checked and Udev version 242-7ubuntu3.2 is installed.
If the tuner is accessible then restart Plex Media Server, wait 5 minutes as we need to make sure the PlexTunerService application is running - then go through DVR Setup. Select Create DVR - wait 20 seconds or so - because I have seen old device entries in the database may interfere and we may need to wait for timeout
If device does not appear after 20-30 seconds, take a screenshot and collect the server logs. Make sure debug logging was enabled for the server before restarting the server for this test
Thanks SA2000, the WinTV stick works on the linux box fine. Plex now reinstalled through the app store, which is about the fourth uninstall/reinstall done. Service restarted as requested. Log and pictures below. Noticed libusb_init failed when restarting the service. restarted service again, same libusb message.
Jan 01, 2020 07:11:22.893 [0x7fa7c2ffd700] WARN - [E] v4l::DeviceGetList_impl. open failed on frontend /dev/dvb/adapter0/frontend0 (1)
Jan 01, 2020 07:11:22.893 [0x7fa7c2ffd700] WARN - [E] v4l::DeviceGetList_impl. open failed on frontend /dev/dvb/adapter1/frontend0 (1)
Jan 01, 2020 07:11:22.902 [0x7fa7c2ffd700] INFO - [I] onetv_factory::DeviceGetListEx >>
Jan 01, 2020 07:11:22.902 [0x7fa7c2ffd700] WARN - [W] onetv_factory::DeviceGetListEx. libusb_init returned an error -99
These were logged by the Plex Tuner Service process - which was started at this time
Thank you. The error changed.
What is showing now is a permissions error - Error 13 EACCES Permission denied
Jan 03, 2020 10:48:58.968 [0x7fb2abfff700] INFO - [I] v4l::DeviceGetList_impl. getting v4l device list
Jan 03, 2020 10:48:58.978 [0x7fb2abfff700] WARN - [E] v4l::DeviceGetList_impl. open failed on frontend /dev/dvb/adapter0/frontend0 (13)
Jan 03, 2020 10:48:58.979 [0x7fb2abfff700] WARN - [E] v4l::DeviceGetList_impl. open failed on frontend /dev/dvb/adapter1/frontend0 (13)
Try doing ‘sudo usermod -a -G video plex’ to give the plex user access to the video group, which is likely where /dev/dvb/adapter1/frontend0 lives and you should be good to go.
Could you look into this. The command is mentioned on this web page
disabled snap service
installed PMS via PPA and set up a test server.
WinTV working.
So, I guess I have to switch to the PPA and switch all my clients to the PPA…and re-import my media…and re-check my media as played…and put up with the manual update messages.
I guess that means it is snap specific and probably is the dvb plug I noted above.
I guess I also found the answer to what other support there is when the forum doesn’t deliver.