Jump to content
XPEnology Community

JMRR

Member
  • Posts

    152
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JMRR's Achievements

Advanced Member

Advanced Member (4/7)

5

Reputation

  1. @pocopico is there any requirement to run this system? I have an Asrock J5005-itx, and in bios there arent many options to use. i folowed all steps but cant boot this distro. All 3 partitions show on bios but any one i choose to boot it flashs a screen fo a 1ms and returns to bios. I tried to burn image several times with Rufus and Win32diskImager and select 3 partition as active. Tested on all usb ports of mainboard, but it doesent boot. Is there any way to boot this distro?
  2. - Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2.2 update4 - Loader version and model: Jun's v1.03b - DS3615xs - Using custom extra.lzma: Yes, v0.11 for 6.2.3, applyed just before update without reboot - Installation type: BAREMETAL - HP ProLiant Microserver Gen8 (Xeon 1265Lv2) - - Additional comment: (HP NC360T) and enabled the onboard NICs in BIOS.
  3. Cant help on that, from 6.2 update i couldnt compile drivers for tbs anymore. Maybe someone can help you. Sent from my iPad using Tapatalk
  4. - Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2.2-24922-1 - Loader version and model: JUN'S LOADER v1.03b - DS3615xs - Using custom extra.lzma: NO - Installation type: BAREMETAL - HP MICROSERVER GEN 8 + HP NC360T (dual ports nic) - Additional comments: Integrated nics disabled in bios, reboot required
  5. - Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2-23739 - Loader version and model: JUN'S LOADER v1.03b - DS3615xs - Using custom extra.lzma: NO - Installation type: BAREMETAL - HP Gen8 Microserver - Additional comment: Internal NIC disabled, added a HP NC360T dual port NIC.
  6. JMRR

    DSM 6.2 Loader

    you have 2 options - mount your loader like you did first time, edit grub and comment the entries you dont want, reflash pen drive and boot like a new instalation; - the second option is editing on running machine: access your mounted path, edit grub and comment out the line you dont want.
  7. JMRR

    DSM 6.2 Loader

    i think you can comment all other entries leaving only the option you want.
  8. dont think so, maybe you are having some input signal problems?
  9. yes i was was using asrock j5005 and 1.04b/918+, on a original serial number and mac address. transcoding was activated and working exelent. but i tried to update dsm verstion to 6.2.2 and fu*ed up my instalation, so had to start over a new instalation on a HPE microserver gen 8, on 3615 loader, and migrated all data. now my main tvh instalation is ubuntu minimal on asrock j5005, and only one instalations to all devices with vaapi enabled. my dsm instalations is on HPE MS gen8. i few days back i tried to compile tbs drivers to 918+, but didnt had success. it would be funny to have again all setups combined on same macinhe( dsm+dvb and tvh on docker).maybe some one can help. on a side note, on this docker image its very easy to compile tvh with only modules you use. i compile mine withou satip server, without hdhomerun, no cas.....and removed a lot of other things a didnt use, its like a light instalation, try this as next step if your initial setups works as you want.
  10. Docker platform manages cpu architecture, you dont need to worry about that. here is all you need to configure tvh inside docker on synology. https://hub.docker.com/r/linuxserver/tvheadend/ Just install docker pakage, and my sugestion is to manually run the create comand: adapt this exemple to your needs: docker create \ --name=tvheadend \ -e PUID=0 \ #verify on your syno root id mine is 0 -e PGID=0 \ #verify on your syno root id mine is 0 -e TZ=Europe/London \ #adapt for your location -e RUN_OPTS=--satip_xml http://ip_of_satip_source:port/desc.xml \ #optional for me i used satip from external source, so i need to point in here the start up comand of tvheadend to point for satip server -p 9981:9981 \ -p 9982:9982 \ # i dont use htsp, my is just an iptv server -p 9983:9983 \ # i dont use satip as server, just as client, so no need to map this port -v <path to data>:/config \ #its beter to save config outside docker , so any upgrade dont delete config. my example( -v /volume1/docker/tvheadend/config :/config) -v <path to recordings>:/recordings \ #same thing for recordings.my example( -v /volume1/docker/tvheadend/recordings 😕recordings) --device /dev/dri:/dev/dri \ #if you have transcoding capable device map this(this enables vaapi on tvheadend) --device /dev/drb:/dev/dvb \ #if no dvb device present remove, i dont have. --restart unless-stopped \ linuxserver/tvheadend and thats it, tvh will be available on port 9981. ps:uninstall tvh package first to eliminate port conflit. i use 2 instalations of tvh, on on another machine(generic computer) with tbs dvb input device, that servers all tvs on my house by htsp. the other instalation is on synology just as iptv to when im outside my house, and want to watch television, on computer/ipad/mobile. this one is vaapi transcoding capable, so doesent use to much network bandwith. this second tvh instalation is conected to first tvh instalation by satip or iptv. i tested both and prefer iptv. epg works the same way.
  11. Try tvheadend from linuxserver.io on docker. It has vaapi enabled, and all libraries ready. On creating docker comand you just need to map yout dvb device, to be available inside docker, simple as that. They have all steps on their site, and its very simple. Sent from my iPad using Tapatalk
  12. Outcome of the update: FAILED DSM version prior to update: DSM 6.2.1-23824U6 Loader version and model: Jun v1.04b - DS918 Using custom extra.lzma: NO Installation type: BAREMETAL - Asrock J5005-ITX Additional comments: No network
  13. I use mac and sn from an RS model and it works. Sent from my iPad using Tapatalk
  14. JMRR

    DSM 6.2 Loader

    if you dont mind using top gives 512 chars, the remain could be screenshot. top -b -n1 -w512 | grep ffmpeg > topoutput.txt the last part could be screenshots thanks in advance.
  15. JMRR

    DSM 6.2 Loader

    its the full strings that htop show. Some parameters i have to adjust, like location of video, volumes... On htop you have someting like: /var/packages/VideoStation/target/bin/ ffmpeg -ss 0.000 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx i need all parameters.
×
×
  • Create New...