Advertisement
fuad_drg

Building & Install OSCAM pada STB (HG860P/B860H) Armbian

May 24th, 2019
2,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.50 KB | None | 0 0
  1. Building & Install OSCAM
  2. ========================
  3. sudo apt-get update && sudo apt-get upgrade -y
  4. sudo apt-get install cvs subversion libusb-1.0
  5.  
  6. svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
  7.  
  8. cd oscam-svn
  9.  
  10. wget https://github.com/oscam-emu/oscam-emu/raw/master/oscam-emu.patch
  11.  
  12. patch -p0 < oscam-emu.patch
  13.  
  14. make config  >> add-ons  >> untick WITH_SOFTCAM  >> Ok  >> Save
  15.  
  16. make CONF_DIR=/etc/oscam USE_SSL=1 USE_LIBUSB=1
  17.  
  18. Hasil:
  19. /root/oscam-svn/Distribution
  20. oscam-1.20_svnXXXXX-XXX-aarch64-linux-gnu-ssl-libusb
  21. Duplicate >> /bin/oscam
  22.  
  23. Folder oscam:
  24. https://drive.google.com/open?id=16kXpSjSHoDp63bMyuk7Y4fI4mDKTKJ6Y
  25.  
  26. Run:
  27. /bin/oscam &
  28.  
  29. Start On Boot
  30. /etc/rc.local >> /bin/oscam &
  31.  
  32. Video :
  33. Flash STB HG680P Armbian Linux (Dual Boot)                     https://youtu.be/X0Mwl7dAy9U
  34. Flash STB B860H Android to Armbian and Armbian to Android      https://youtu.be/fzf6uXTZ8pw
  35. Install Openmediavault STB HG680P Armbian Linux                https://youtu.be/3r7kKW8TXi0
  36. Install Nginx MySQL phpMyAdmin Mikhmon OMV                     https://youtu.be/RuUOBpQrNVM
  37. Install MPD Server STB Armbian Linux                           https://youtu.be/Ku8pCu1W-mU
  38. Install Mikhmon dan Mikbotam                                   https://youtu.be/6kB6-ToJU2g
  39. Building & Install OSCAM pada STB (HG860P/B860H) Armbian       https://youtu.be/HrG5JDidSRM
  40.  
  41. Grup Facebook ARMBIAN LINUX STB HG680P B860H [ID]:
  42. https://www.facebook.com/groups/447949046027700/
  43.  
  44. Regrads,
  45. FuadSalim
  46. fb.com/fuad.salim.drg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement