SichboPVR για Linux

Το SichboPVR είναι διαθέσιμο σε μερικές παραλλαγές x64 Debian. Μπορούν να προστεθούν πρόσθετες διανομές και αρχιτεκτονικές εάν υπάρχει αρκετή ζήτηση.

Αυτές είναι κατασκευές προ-κυκλοφορίας, αλλά είστε ευπρόσδεκτοι να βάλετε τα λάστιχα πάνω τους. Έχουν δημιουργηθεί σταθερά αποθετήρια, αλλά δεν υπάρχουν ακόμα σταθερές εκδόσεις — προσέχετε για σταθερές εκδόσεις στο μέλλον. Τα δυαδικά αρχεία Linux δημιουργούνται από τον ίδιο κώδικα με τα Windows, αλλά το επίπεδο αφαίρεσης της πλατφόρμας μου δεν έχει ακόμη την ισοτιμία χαρακτηριστικών.

Τρέχοντες περιορισμοί:

Ελάχιστες Απαιτήσεις Συστήματος:

Ο πελάτης (sichbopvr4)
Μια GPU που υποστηρίζει OpenGL 3.3 και αποκωδικοποίηση υλικού VAAPI, μνήμη βίντεο 1 GB, μνήμη RAM 1 GB.

Ο διακομιστής (sichbopvr4-service)
Σχεδόν οποιοδήποτε παράδειγμα υπολογιστή ή VPS/VM — χρησιμοποιεί πολύ λίγους πόρους.

Ζητώ συγνώμη που αυτή η σελίδα είναι διαθέσιμη μόνο στα Αγγλικά.

How to install.

  1. Add the Sichbo Interactive public key.
    wget -qO- https://sichbopvr.com/releases/sichbointeractive.asc | gpg --dearmor > sichbointeractive.gpg
    sudo install -D -o root -g root -m 644 sichbointeractive.gpg /etc/apt/keyrings/sichbointeractive.gpg
    rm -f sichbointeractive.gpg
                
  2. Add the SichboPVR apt repository.
     

    Debian

    (MX 21, et al)

    Debian 11 (Bullseye)

    sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/sichbointeractive.gpg] https://sichbopvr.com/releases/debian-11/test bullseye main" > /etc/apt/sources.list.d/sichbopvr-test.list'
     

    Ubuntu

    (Mint, Elementary, et al)

    Ubuntu 22.04 (Jammy)

    sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/sichbointeractive.gpg] https://sichbopvr.com/releases/ubuntu-22.04/test jammy main" > /etc/apt/sources.list.d/sichbopvr-test.list'

    Ubuntu 20.04 (Focal)

    sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/sichbointeractive.gpg] https://sichbopvr.com/releases/ubuntu-20.04/test focal main" > /etc/apt/sources.list.d/sichbopvr-test.list'
  3. Do the usual...
    sudo apt update && sudo apt install sichbopvr

Graphical setup.

The experience is identical to Windows. SichboPVR will be added to your programs menu. Just run it and it'll start the background service and scan in channels. You can also configure it to install as a daemon under Setup > Local TV Server.

Command line setup.

For a server setup over SSH, run:

sichbopvr4-service -configure

By default SichboPVR is locked down to localhost and only works with a SichboPVR GUI running on the same machine. The interactive server "-configure" mode will let you easily change the network settings so that it accepts connections from the internet and also set an initial admin password (a user/password is always required for remote connections.) Once set, use a SichboPVR client on Windows or an X11 Linux machine to finish configuring the server.

General Linux nonsense...

Display drivers. They're generally horrible.

The SichboPVR UI can't function at all or will function unreliably in the following configurations:

Disable/blacklist the Nouveau nvidia driver.

$ sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
$ sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
$ sudo update-initramfs -u
$ sudo reboot

Tuner drivers.

Avermedia TD-310

$ sudo modprobe dvb-usb-af9035
$ cd /lib/firmware/
$ sudo wget https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-demod-si2168-02.fw https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-usb-it9303-01.fw https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-demod-si2168-b40-01.fw

Insert the tuner
$ dmesg

Should say "'AVerMedia TD310 DVB-T2' successfully initialized and connected"

More notes to come, probably...

Αυτό το περιεχόμενο έχει μεταφραστεί αυτόματα από τα Αγγλικά από την Google και είναι πιθανώς ξεκαρδιστικά λάθος, συγνώμη.