Page 3 of 18
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:23 pm
by zoelechat
@juuso
PVRAnyDev script is mine coming from E and there's no environment $SODIR, path is set in script itself

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:26 pm
by karo2204
Where can I find the .so path?
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:28 pm
by zoelechat
Since on F it is included in environment and that is is defined wiht the same name ($SODIR) in script, maybe it's the problem.
So I suggest that you just remove line "SODIR=..." at the the beginning of script(s)
edit: sorry no it is LIBSO_DIR it seems, so set SODIR on top of script
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:30 pm
by juusso
karo2204 wrote:Where can I find the .so path?
Just put this to telnet console (telnet to TV...) and give the output here.
Code: Select all
source /dtv/SGO.env
ls -la $LIBSO_DIR/*
@zoele, yes, there is no
$LIBSO_DIR in E series, but IT EXISTS in F series Extensions. Btw, we`re off topic here.
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:32 pm
by zoelechat
juuso wrote:@zoele, yes, there is no $LIBSO_DIR in E series, but IT IS in F series Extensions.
Understood, but PVRAnydev script she's using comes from E and doesn't use LIBSO_DIR

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:34 pm
by karo2204
ok here is the output
ImageUploadedByTapatalk1395498851.582662.jpg
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:34 pm
by karo2204
I have F
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:35 pm
by juusso
Achso... I prefer to use unified environment variables and path, i think i will update F series Extensions for F series to stop all this confusion. BTW, F series already have init script included! Here was just so library missing. No need to use any other script from E series.
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:37 pm
by karo2204
yeah the init scripts are there except the one toTS. an the scripts are not starting up automatically. even not the NFS mount script
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Sat Mar 22, 2014 3:37 pm
by juusso
in the output we see, libso is missing.
@karo2204, place libPVRtoTS.so in /mnt/opt/privateer/usr/libso/ via ftp and use original script (not one from E series)
Edit: okey, here is no script for it. Sorry. Can i look at the script you`re using ?