-------------------------------------------------------
How to install OpenPCTV
-------------------------------------------------------
Install OpenPCTV in a USB flash disk Under Windows (Two ways)
1. You can use 'Ultraiso' to write openpctv-*.iso into a USB flash disk.
2. Or copy all included files of openpctv-*.iso into the USB flash disk, then start the cmd.exe in administrator.
E: # if E: is your USB flash disk.
cd boot
bootinst # make the USB flash disk as syslinux bootable disk.
Install OpenPCTV into a USB flash under Linux
You can also copy all included files of openpctv-*.iso into the USB flash disk, then run a bash script to make the USB flash disk as syslinux bootable disk.
Such as:
mkdir /tmp/iso # set openpctv-.iso file mountpoint.
mount -o loop/where/is/you/openpctv-.iso /tmp/iso #
mount openpctv-.iso to /tmp/iso.
cp -a /tmp/iso/ /media/usb # copy all included files of ISO to your USB flash disk, if /media/usb is the mountpoint of your USB flash disk.
cd /media/usb
bash bootinst.sh # make the USB flash disk as syslinux bootable disk.
-------------------------------------------------------
More Informations
-------------------------------------------------------
*When you start it for the first time, please enter 'Setup mode' to complete all the initial configurations.After installing the driver and restart, please re-enter setup mode to configure.
*openpctv-*.iso can be burned into CD, and you can normally run OpenPCTV with LiveCD mode, but all changes will be lost after reboot. *You can use the installer to install the system in your hard disk. The installation will install grub into the boot sector of the hard disk. If you run OpenPCTV with USB flash disk, you needn't install it.
*All the Engiam2/VDR/XBMC run under Xorg, it runs on tty4, you can at any time press Ctrl+Alt+F1 ... F3 to switch and login to shell using root:root, you can run 'setup' in the bash shell environment to configure. Note that if vdr.service is running, then all changes for VDR will be invalid. You can stop vdr.service this time. such as:
systemctl stop vdr # Stop vdr.service
*You can use the ssh remote to login in OpenPCTV (user:root,password:root,scp and sftp are both supported), also can use
ftp (user
assword openpctv
penpctv)
*You can enable or disable 'OSCam' for Enigma2PC/VDR. The config files for OSCam are in /etc/oscam. You can go the OSCam wiki for more informations:
Sie müssen registriert sein, um Links zu sehen.
*We provide the script updating EPG every hour:/usr/bin/update-EPG, we only provide the EPG download link for Chinese users. If you have a different EPG solutions, please let me know.