2021-04-04, 10:13 PM
(This post was last modified: 2021-04-04, 10:24 PM by TauNeutrino.)
Hi,
first of all: at the moment i am running newst nextpvr version on my windows server backend with the DVBSky s960 CI Card (which works flawlessly).
--> Now, I just tried to use nextpvr as a backend on my pi4 with the latest raspberry pi os:
Therefore, I installed nextpvr using the deb provided in this thread: https://forums.nextpvr.com/showthread.php?tid=59576
so what i basically did is:
I also installed the firmware for my card (dvbsky s960) via
which results in
The Tuner card is found in the nextpvr setting page!
--> I did a first scan on ASTRA 19.2E and added some of the channels found to my channel list. The tuning and the search seems to work (at least some channels are found!
However, as soon as I try to switch to one of the channels (from a frontend pc with the browser or kodi) i get an error msg:
Here is the output of service nextpvr-server status
I actually dont know where the frequency 8006.25 MHz is comming from since I tried to switch to
I im serioulsy wondering how to fix this (since i tried out various stuff now for like 4 hours....). However I am very new to linux so might just be something obvious....
Any ideas?
first of all: at the moment i am running newst nextpvr version on my windows server backend with the DVBSky s960 CI Card (which works flawlessly).
--> Now, I just tried to use nextpvr as a backend on my pi4 with the latest raspberry pi os:
Therefore, I installed nextpvr using the deb provided in this thread: https://forums.nextpvr.com/showthread.php?tid=59576
so what i basically did is:
Code:
curl https://nextpvr.com/nextpvr-helper.deb -O
sudo apt install ./nextpvr-helper.deb --install-recommends
I also installed the firmware for my card (dvbsky s960) via
Code:
cd ~
wget http://www.dvbsky.net/download/linux/dvbsky-firmware.tar.gz
tar xfvz dvbsky-firmware.tar.gz
cd dvbsky-firmware
sudo ./copy-firmware.sh
which results in
Code:
[ 6.530345] usb 1-1.1: dvb_usb_v2: found a 'DVBSky S960CI' in warm state
[ 6.530566] usb 1-1.1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 6.530632] dvbdev: DVB: registering new adapter (DVBSky S960CI)
[ 6.544873] usb 1-1.1: dvb_usb_v2: MAC address: 00:18:42:54:96:0c
[ 6.547845] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[ 6.866400] dvbdev: dvb_create_media_entity: media entity 'dvb-ca-en50221' registered.
[ 6.870841] dvbdev: dvb_create_media_entity: media entity 'Montage Technology M88DS3103' registered.
[ 6.872722] Registered IR keymap rc-dvbsky
[ 6.873046] rc rc0: lirc_dev: driver dvb_usb_dvbsky registered at minor = 0, scancode receiver, no transmitter
[ 6.873513] usb 1-1.1: dvb_usb_v2: schedule remote query interval to 300 msecs
[ 6.873539] usb 1-1.1: dvb_usb_v2: 'DVBSky S960CI' successfully initialized and connected
[ 6.873730] usbcore: registered new interface driver dvb_usb_dvbsky
[ 18.576971] m88ds3103 11-0068: downloading firmware from file 'dvb-demod-m88ds3103.fw'
[ 305.542958] dvb_ca_en50221: dvb_ca adapter 0: DVB CAM detected and initialised successfully
The Tuner card is found in the nextpvr setting page!
--> I did a first scan on ASTRA 19.2E and added some of the channels found to my channel list. The tuning and the search seems to work (at least some channels are found!
However, as soon as I try to switch to one of the channels (from a frontend pc with the browser or kodi) i get an error msg:
Here is the output of service nextpvr-server status
Code:
Apr 04 23:37:10 raspberrypi systemd[1]: Started NextPVRServer.
Apr 04 23:49:37 raspberrypi server.sh[608]: ERROR frequency: 8006.25 MHz is out of LNBf range
Apr 04 23:49:37 raspberrypi server.sh[608]: ERROR FE_SET_PROPERTY: Invalid argument
Apr 04 23:49:37 raspberrypi server.sh[608]: ERROR Can't find device
Code:
Das Erste HD
at f = 11494 (h) @ 22k
I im serioulsy wondering how to fix this (since i tried out various stuff now for like 4 hours....). However I am very new to linux so might just be something obvious....
Any ideas?