Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Here for general support for H series TVs, request and problem solve area.

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by sectroyer »

leikli wrote: Telnet to port 3123 and port 33 works. The TV now responds to telnet to port port 23, but I will never get a shell prompt and it will crash and reboot the TV after a number of seconds.
Okay looks I need your dumps. Please run:

Code: Select all

 cat /proc/cmdline
also please run:

Code: Select all

cat /dev/mmcblk0p6  > /tmp/uImage1.bin
and:

Code: Select all

cat /dev/mmcblk0p8 > /tmp/uImage2.bin
now you will have two dumps in /tmp. Please zip them and pm to me :) It looks I need to fix my modules for your NON-MST :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
leikli
SamyGO Project Donor
Posts: 79
Joined: Mon Dec 29, 2014 11:41 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by leikli »

sectroyer wrote:
leikli wrote: Telnet to port 3123 and port 33 works. The TV now responds to telnet to port port 23, but I will never get a shell prompt and it will crash and reboot the TV after a number of seconds.
Okay looks I need your dumps. Please run:

Code: Select all

 cat /proc/cmdline
also please run:

Code: Select all

cat /dev/mmcblk0p6  > /tmp/uImage1.bin
and:

Code: Select all

cat /dev/mmcblk0p8 > /tmp/uImage2.bin
now you will have two dumps in /tmp. Please zip them and pm to me :) It looks I need to fix my modules for your NON-MST :)
I am not sure if the line got truncated here:

Code: Select all

VDLinux#> cat /proc/cmdline
root=/dev/mmcblk0p7 rootfstype=squashfs console=tty3,115200n8 rootwait earlyprintk no_console_suspend ?????????? onboot=RCA-0002 quiet vmalloc=350M EME_BUFFINFO=0x7FF80000,256K maintv sdp_sparsemem
You do not have the required permissions to view the files attached to this post.
Model: UE40H7005 Firmware: T-GFSDEUC-1210.5 (previously T-GFSDEUC-1142.0)
leikli
SamyGO Project Donor
Posts: 79
Joined: Mon Dec 29, 2014 11:41 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by leikli »

sectroyer wrote:

Code: Select all

dmesg | tail
I am a bit worried by this line from the dmesg output:

Code: Select all

EXT4-fs error (device sdb1): ext4_mb_generate_buddy:744: group 2515, 19403 clusters in bitmap, 7914 in gd; block bitmap corrupt.
Obviously, the usb disk I use for recordings has become corrupt. I have noticed that some recordings have failed. I have connected it to a Linux computer right now, and am trying to save the contents. I will probably have to reformat it. I hope this will not happen again.
Model: UE40H7005 Firmware: T-GFSDEUC-1210.5 (previously T-GFSDEUC-1142.0)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by juusso »

It is not your USB corrupt, but here are some issues in ext4 image, containing all samygo stuff. Maybe not proper mount/unmount when tv is power off`ed/ unpluged... Just ignore this error fro now...

It is very interesting to have full dump of your partitions, could you please spend half an hour and upload zipped images to external storage (please do not attach big files to forum, we have not enough space for attachments.

If yes, i will post what you have to do. But this is out of scope of this topic, maybe we will move somewhere else.

p.s. use

Code: Select all

 text formating for output in telnet window instead of [b]
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
leikli
SamyGO Project Donor
Posts: 79
Joined: Mon Dec 29, 2014 11:41 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by leikli »

juuso wrote:It is not your USB corrupt, but here are some issues in ext4 image, containing all samygo stuff. Maybe not proper mount/unmount when tv is power off`ed/ unpluged... Just ignore this error fro now...

It is very interesting to have full dump of your partitions, could you please spend half an hour and upload zipped images to external storage (please do not attach big files to forum, we have not enough space for attachments.

If yes, i will post what you have to do. But this is out of scope of this topic, maybe we will move somewhere else.
/dtv/usb/sdb1 is the usb disk I use for recordings. Do you mean that this is not a real error?

I will do the partition dump later. What command should I use? ls -alR / >dumpfile?
Model: UE40H7005 Firmware: T-GFSDEUC-1210.5 (previously T-GFSDEUC-1142.0)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by juusso »

leikli wrote: /dtv/usb/sdb1 is the usb disk I use for recordings. Do you mean that this is not a real error?
Emm, then this is my fault, maybe you can try to reformat it. In the other hand, if PVR works, then no need to care about.
leikli wrote:I will do the partition dump later. What command should I use?
Like you did for kernel dumping, but this time you should take bigger USB dies (or use that one for PVR recordings) and excecute commands one by one:

Code: Select all

cat /dev/mmcblk0p0 > /dtv/usb/sda1/mmcblk0p0.dmp

cat /dev/mmcblk0p1 > /dtv/usb/sda1/mmcblk0p1.dmp

cat /dev/mmcblk0p2 > /dtv/usb/sda1/mmcblk0p2.dmp

cat /dev/mmcblk0p3 > /dtv/usb/sda1/mmcblk0p3.dmp

cat /dev/mmcblk0p4 > /dtv/usb/sda1/mmcblk0p4.dmp

cat /dev/mmcblk0p5 > /dtv/usb/sda1/mmcblk0p5.dmp

cat /dev/mmcblk0p6 > /dtv/usb/sda1/mmcblk0p6.dmp

cat /dev/mmcblk0p7 > /dtv/usb/sda1/mmcblk0p7.dmp

cat /dev/mmcblk0p8 > /dtv/usb/sda1/mmcblk0p8.dmp

cat /dev/mmcblk0p9 > /dtv/usb/sda1/mmcblk0p9.dmp

cat /dev/mmcblk0p10 > /dtv/usb/sda1/mmcblk0p10.dmp

cat /dev/mmcblk0p11 > /dtv/usb/sda1/mmcblk0p11.dmp

cat /dev/mmcblk0p12 > /dtv/usb/sda1/mmcblk0p12.dmp

cat /dev/mmcblk0p13 > /dtv/usb/sda1/mmcblk0p13.dmp

cat /dev/mmcblk0p14 > /dtv/usb/sda1/mmcblk0p14.dmp

cat /dev/mmcblk0p16 > /dtv/usb/sda1/mmcblk0p16.dmp

Pls take care you use the > (left to right, but not vice versa) in the commands.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by juusso »

we had mysql crash this afternoon, sorry, some post didn`t survive.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by sectroyer »

The problem was because there was no anyver.ko. Please first check it's loaded!! However now it should EVEN without it. Insmod and dimes like last time :)
You do not have the required permissions to view the files attached to this post.
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
leikli
SamyGO Project Donor
Posts: 79
Joined: Mon Dec 29, 2014 11:41 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by leikli »

sectroyer wrote:The problem was because there was no anyver.ko. Please first check it's loaded!! However now it should EVEN without it. Insmod and dimes like last time :)
Here we go again. I think it looks better now.

Code: Select all

VDLinux#> insmod /tmp/newmount.ko
VDLinux#> dmesg | tail
 [newmount] sys_call_table: 0xc0012f84
 [newmount] sys_mount: 0xc00e7248
 [newmount] sys_umount: 0xc00549dc
 [newmount] found MOV_RD_0x9E9FE3F1 at: 0xc00e6cb0
 [newmount] found ORR_RD_RD_7 at: 0xc00e6954
 [newmount] found AND_RD_RD, BRANCH_BEQ at: 0xc00e69a0
 [newmount] patching ORR_RD_RD_7 at: 0xc00e6954
 [newmount] patching BRANCH_BEQ at: 0xc00e69a4
=============================================================
newmount mod ld
Model: UE40H7005 Firmware: T-GFSDEUC-1210.5 (previously T-GFSDEUC-1142.0)
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: Model: UE40H7005 Firmware: T-GFSDEUC-1142.0

Post by sectroyer »

leikli wrote:
sectroyer wrote:The problem was because there was no anyver.ko. Please first check it's loaded!! However now it should EVEN without it. Insmod and dimes like last time :)
Here we go again. I think it looks better now.

Code: Select all

VDLinux#> insmod /tmp/newmount.ko
VDLinux#> dmesg | tail
 [newmount] sys_call_table: 0xc0012f84
 [newmount] sys_mount: 0xc00e7248
 [newmount] sys_umount: 0xc00549dc
 [newmount] found MOV_RD_0x9E9FE3F1 at: 0xc00e6cb0
 [newmount] found ORR_RD_RD_7 at: 0xc00e6954
 [newmount] found AND_RD_RD, BRANCH_BEQ at: 0xc00e69a0
 [newmount] patching ORR_RD_RD_7 at: 0xc00e6954
 [newmount] patching BRANCH_BEQ at: 0xc00e69a4
=============================================================
newmount mod ld
yeah definitely. Replace original newmount.ko reboot tv and report results :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!

Post Reply

Return to “[H] Support”