Page 1 of 1

ChannelInfo for E-Series - Need some help

Posted: Sat Dec 28, 2013 11:49 pm
by AtSchU
Hello there,
as mentioned in the topic I need some help getting the Channelinfo working.

I was able to get root access to my TV ES6300 with FW:1040
I can connect via FTP.

- First of all I looked for "/mtd_down/so" folder but I've been rederected to "/mtd_rwcommon". Looks like ohter users have the same issue.
- Then I copied "samyGOso" to "/mnt/opt/privateer/usr/bin" like Jiggy mentioned HERE
- I used putty to connect to TV an entered "chmod 755 /mnt/opt/privateer/usr/bin/samyGOso"
Now I get the error message "No such file or directory"

Well I'm stuck now =)

Would be nice if someone could post a How to for dumm win users :oops:

Thx

Re: ChannelInfo for E-Series - Need some help

Posted: Sun Dec 29, 2013 3:09 pm
by AtSchU
Hello there,

got passed error: ""No such file or directory"

now I'm suckt at this:

Code: Select all

VDLinux#> chmod 755/mnt/opt/privateer/usr/samgGoso
BusyBox v1.20.2 (2012-11-15 22:46:44 PST) multi-call binary.

Usage: chmod [-Rcvf] MODE[,MODE]... FILE...

Each MODE is one or more of the letters ugoa, one of the
symbols +-= and one or more of the letters rwxst

        -R      Recurse
        -c      List changed files
        -v      List all files
        -f      Hide errors

Code: Select all

chmod u=rwx/mnt/opt/privateer/usr/bin/samyGOso
Same result

Could someone give me a hint?

Re: ChannelInfo for E-Series - Need some help

Posted: Mon Dec 30, 2013 12:46 pm
by juusso

Code: Select all

chmod +x /mnt/opt/privateer/usr/bin/samyGOso
chmod +x /mnt/etc/init.d/99_99_ChannInfoON.init

Re: ChannelInfo for E-Series - Need some help

Posted: Sat Jan 04, 2014 8:28 am
by juusso
worked?

Re: ChannelInfo for E-Series - Need some help

Posted: Sun Feb 23, 2014 11:14 am
by atilla
segment fault .... i have installed oscam...!?

//edit2:
i put the 2 files in /mnt/opt/privateer/usr/so .... chmod 777 .. then put the script to init.d end restart ... working perfect..!!!

Re: ChannelInfo for E-Series - Need some help

Posted: Sun Feb 23, 2014 11:23 am
by greenhorn
try:

Code: Select all

chmod 0755 /mnt/opt/privateer/usr/bin/samyGOso
chmod 0755 /mnt/etc/init.d/99_99_ChannInfoON.init

Re: ChannelInfo for E-Series - Need some help

Posted: Sun Feb 23, 2014 11:42 am
by atilla
thanks working !!

but its working only when i write /init.d/99_99 xxxx start .... where can i put the start command for autostart??