2025-09-02, 07:08 PM
I've been happily using an old arm32v7 image, version 6.1.5.231022, for years on a Raspberry Pi 4. Works fine for my purposes.
Today I tried to update to the latest image, version 7.0.2.250621. The only thing I changed was to pull the new image from Docker Hub; I kept the rest of the configuration the same. To me it now "feels" like I've lost communication with my tuner, which is a USB-connected single tuner Hauppauge 950.
For this device, the docker run command specifies:
but perhaps this is not correct or sufficient for the new version of NextPVR? From dmesg I see the tuner device being found and being initialized with microcode on /dev/dvb, so that's good.
On the plus side, the web interface for the new version does come up, I can log into it, and I see my device list and channel map as before. EPG fetching also works. But there's no evidence that NextPVR is talking with the tuner (channel scan, manual program request yield either "Transcoder exited" or "There is no tuner available").
If I simply switch back to the old image (with docker tag) and reboot, everything works again. I'd sure like to have the benefits of the newest NextPVR version if possible - any suggestions? Thanks!
Today I tried to update to the latest image, version 7.0.2.250621. The only thing I changed was to pull the new image from Docker Hub; I kept the rest of the configuration the same. To me it now "feels" like I've lost communication with my tuner, which is a USB-connected single tuner Hauppauge 950.
For this device, the docker run command specifies:
Code:
--device /dev/dvb:/dev/dvb
but perhaps this is not correct or sufficient for the new version of NextPVR? From dmesg I see the tuner device being found and being initialized with microcode on /dev/dvb, so that's good.
On the plus side, the web interface for the new version does come up, I can log into it, and I see my device list and channel map as before. EPG fetching also works. But there's no evidence that NextPVR is talking with the tuner (channel scan, manual program request yield either "Transcoder exited" or "There is no tuner available").
If I simply switch back to the old image (with docker tag) and reboot, everything works again. I'd sure like to have the benefits of the newest NextPVR version if possible - any suggestions? Thanks!