Page 2 of 3

Re: AllShare (MirrorLink, Miracast...) not working after roo

Posted: Mon Jan 26, 2015 5:00 pm
by juusso
we don`t play with drm. Weird that mir* stuff won`t work. You could disable scripts one by one and check, maybe here is some certain script/module what prevents your app to work correctly.

Re: AllShare (MirrorLink, Miracast...) not working after roo

Posted: Tue Jan 27, 2015 11:47 am
by majonezz
file: /mnt/etc/init.d/01_01_catch_crap.init
line 30:

Code: Select all

        insmod $MOD_DIR/kernel/drivers/pty/anyver.ko || dmesg | tail >> $LOGFILE 2>&1
:(
When i comment it out Mirrorlink starts to work. But all other rooting stuff stops to work. Is there any way to "live" rmmod this module?

Code: Select all

# rmmod anyver.ko
rmmod: chdir(3.8.13): No such file or directory
# depmod
depmod: chdir(3.8.13): No such file or directory
# modinfo anyver.ko
modinfo: can't open '/lib/modules/3.8.13/modules.dep': No such file or directory

Re: AllShare (MirrorLink, Miracast...) not working after roo

Posted: Tue Jan 27, 2015 12:58 pm
by juusso
Well. Possible to get stuff working without that module.

Your kernel requres modules, version 0128. Modules we shipp with samyext4 are 0128. the anyver.ko makes your kernel happy with modules different version. Basically, we don`t know what exact module prevents miracast from starting. Maybe anyver does something by self, but i think this is problem of other modules.
Leave01_01_catch_crap.init script and anyver.ko enabled and try to disable other (one by one). Check for miracast after every script disable (reboot first).

Re: AllShare (MirrorLink, Miracast...) not working after rooting

Posted: Sun Dec 13, 2015 4:25 pm
by fraglord
Is there a solution for this problem yet? Also in latest samygo it is still an issue :(

Re: AllShare (MirrorLink, Miracast...) not working after rooting

Posted: Sun Dec 13, 2015 11:30 pm
by djcool
Screen Mirror at least fixed:
1) Important do that first!! Go to /dtv/usb/sd* and make a backup of your samyext4.img
2) Disable that script by renaming /mnt/etc/init.d "01_01_catch_crap.init" to "01_01_catch_crap.dis".Reboot TV.Working at H series with firmware MST14
If root is not working for you take out usb stick and copy back samyext4.img (from backup) to samygo folder.

Re: AllShare (MirrorLink, Miracast...) not working after rooting

Posted: Mon Dec 14, 2015 11:28 am
by sectroyer
Disable SSH ONLY it is said to help with your shitty shit :)

Re: AllShare (MirrorLink, Miracast...) not working after rooting

Posted: Thu Dec 17, 2015 12:36 pm
by djcool
I checked all modules and its defintive thats avyver.ko its causing the miracast/mirrorlink bug,
Another way to bypass anyver.ko?

Re: AllShare (MirrorLink, Miracast...) not working after rooting

Posted: Thu Dec 17, 2015 6:33 pm
by fraglord
I disabled sshd and it is working as well.

Re: AllShare (MirrorLink, Miracast...) not working after rooting

Posted: Thu Dec 17, 2015 7:28 pm
by zoelechat
Seems consistent that disabling anyver.ko solves issue since any further module insertion fails then.
Disabling only ssh is enough though :)

Re: AllShare (MirrorLink, Miracast...) not working after rooting

Posted: Thu Dec 17, 2015 9:10 pm
by djcool
zoelechat wrote:Seems consistent that disabling anyver.ko solves issue since any further module insertion fails then.
Disabling only ssh is enough though :)
Yes you are right.But there is somethinhg strange i disable ssh.init and all ok.
But there are still port 3023 open ssh (that doesnt work) ?With SSH initiated only work port 22 (not 3023)