Page 1 of 1

Tester needed, B series CI+ models

Posted: Mon May 27, 2013 10:08 am
by juusso
We have some kernel module to kick out authuld thread. Need to do some not dangerous testing.

Anyone with (or without) exlink cable and patched B series CI+ TV could help in testing?

Thanks in advance! :)

Re: Tester needed, B series CI+ models

Posted: Mon May 27, 2013 12:48 pm
by gchirtoaca
Sure, I'll be available for testing, after I'll finish work.
Where are the instructions?
What is the benefit of this?

Re: Tester needed, B series CI+ models

Posted: Sat Aug 10, 2013 7:17 pm
by vinibali
hi
i got an LE32B650, do u need more testers?

Re: Tester needed, B series CI+ models

Posted: Sat Aug 31, 2013 2:34 pm
by mattberlin
What exactly should be tested and how?

Re: Tester needed, B series CI+ models

Posted: Sun Sep 01, 2013 9:28 am
by juusso
I`m not sure if it still worth to play with this, because of low B series users activity. Module allows to skip authuld and hash checking, so we can open gates for further firmware customization w/o danger to brick TV.

But as i said - not worth the trouble...

Anyway, here is it:
noAuthuld.zip
place to /mtd_rwarea/

Code: Select all

insmod /mtd_rwarea/noAuthuld.ko
For testing it is worth to use temporal scripts to avoid boot loop. SamyGO.sh should be like..:

Code: Select all

#!/bin/sh
# 
#telnet
if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
        echo "telnetd Enabled"
             mount -t devpts devpts /dev/pts
             busybox telnetd
     else
        echo "/dev/pts is mounted"
fi 


[ -f /mtd_rwarea/SamyGO.sh_bak ] && rm -f /mtd_rwarea/SamyGO.sh_bak

insmod /mtd_rwarea/noAuthuld.ko || echo "where noAuthuld.ko module?" >> /dtv/usb/sda1/kmesg.log

killall -9 authuld >> kmesg.log 2 > &1 

cat /proc/kmsg >> /dtv/usb/sda1/kmesg.log

mv /mtd_rwarea/SamyGO.sh /mtd_rwarea/SamyGO.sh_bak
If everything goes ok, you can try to rename mac_config_file and look does tv complain about it`s absent after you reboot TV. If it does - use ftp (or telnet) to rename it back. This is goal of testing. If success - you can do whatever you want.

patched kernel is available as well.