Native Linux (postmarketOS) on Tab 3? - Galaxy Tab 3 Q&A, Help & Troubleshooting

I've been trying to port postmarketOS to this tablet however I need some help. (https://wiki.postmarketos.org/wiki/Samsung_Galaxy_Tab_3_10.1_3G_(samsung-santos103g))
My progress: I compiled the kernel successfully (from santos10-dev on GitHub), however due to the initramfs being compressed with gzip in postmarketOS the kernel crashes with RAMDISK: gzip decompressor not configured!, so I enabled CONFIG_RD_GZIP, but now the kernel won't load at all (on both of my tablets). I also tried the maximum-attention hook because the 3g variant has a vibration motor but nothing happened and to be sure that the hook works I took the script from the hook and tried it in TWRP out and it vibrated.
The next thing I did is analyze the boot.img from postmarketOS and LineageOS (from nels83) and noticed that the boot.img contains a file called ramdisk. In the LineageOS boot.img the ramdisk is compressed with LZMA and in the postmarketOS boot.img the file is compressed with gzip, but the kernel crashed with the gzip-compressed ramdisk, so the kernel did load, right?
I also made a 619k ohm UART adapter and I'm getting output but after the logo shows on the tablet nothing more will output. The pmOS wiki says that I need to add console=ttyS0,115200n8 to CONFIG_CMDLINE but in TWRP and LineageOS, there is no ttySX in /dev, so I enabled serial-related kernel configs and still nothing :/
Im not good at programming and running native Linux on this tablet would be so cool! And due to this tablet having MHL this could be a really nice portable PC (even though it only has 1GB of RAM...)
Here are a few logs I got:
Spoiler: Kernel crashing without CONFIG_RD_GZIP enabled (from /proc/last_kmsg)
Code:
[ 0.297125] C0 [ swapper/0] SPID not found in kernel command line.
[ 0.615822] C1 [ swapper/0] pci 0000:00:03.1: unsupported PM cap regs version (4)
[ 0.638509] C2 [ swapper/0] PMU DRIVER BEFORE PROBE
[ 0.875526] C3 [ ia_watchdog] intel_scu_watchdog: intel_scu_watchdog: intel_scu_stop
[ 1.523324] C2 [ swapper/0] Request for hsu(64) GPIO fails
[ 1.524084] C2 [ swapper/0] Request for hsu(67) GPIO fails
[ 1.632454] C2 [ swapper/0] penwell_otg 0000:00:02.3: PHY can't enter low power mode when UDC is in idle mode
[ 1.772449] C2 [ swapper/0] ehci_hcd 0000:00:06.5: can't setup
[ 1.772788] C2 [ swapper/0] ehci_hcd 0000:00:06.5: init 0000:00:06.5 fail, -19
[ 2.669666] C2 [ swapper/0] i2c_dw_pci_probe: invalid bus index 259
[ 2.675593] C2 [ swapper/0] i2c_dw_pci_probe: invalid bus index 261
[ 2.726561] C2 [ swapper/0] i2c i2c-9: sendbytes: NAK bailout.
[ 2.726601] C2 [ swapper/0] Failed to stmpe811 write, reg: 3
[ 2.951859] C2 [ swapper/0] tc35876x_vid_detect: It seems to use Intel Stand-alone Bootloader...
[ 3.110758] C2 [ swapper/0] bh1730fvc_test_device : POWER ON 0, 3
[ 3.110777] C2 [ swapper/0] bh1730fvc_test_device : slave addr : 0x29
[ 3.124751] C3 [ swapper/0] power_supply sec-fuelgauge: driver failed to report `status' property: 4294967274
[ 3.131543] C3 [ kworker/3:0] power_supply sec-fuelgauge: driver failed to report `status' property: 4294967274
[ 3.315524] C0 [ swapper/0] power_supply sec-charger: driver failed to report `power_now' property: 4294967274
[ 3.329554] C0 [ kworker/0:1] power_supply sec-charger: driver failed to report `power_now' property: 4294967274
[ 5.101678] C2 [ swapper/0] RAMDISK: gzip decompressor not configured!
[ 5.101700] C2 [ swapper/0] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 5.101722] C2 [ swapper/0] IP: [< (null)>] (null)
[ 5.101740] C2 [ swapper/0] *pdpt = 0000000000000000 *pde = 20676e696c6c0a0d
[ 5.101764] C2 [ swapper/0] Oops: 0010 [#1] PREEMPT SMP
[ 5.101787] C2 [ swapper/0]
[ 5.101803] C2 [ swapper/0] Pid: 1, comm: swapper/0 Tainted: G W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.101835] C2 [ swapper/0] EIP: 0060:[<00000000>] EFLAGS: 00010246 CPU: 2
[ 5.101851] C2 [ swapper/0] EIP is at 0x0
[ 5.101864] C2 [ swapper/0] EAX: 00000000 EBX: 00000000 ECX: c1beff11 EDX: 00000000
[ 5.101880] C2 [ swapper/0] ESI: ef596c00 EDI: 00000000 EBP: c0077fa4 ESP: c0077f5c
[ 5.101896] C2 [ swapper/0] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.101911] C2 [ swapper/0] CR0: 8005003b CR2: 00000000 CR3: 01c7f000 CR4: 000007f0
[ 5.101927] C2 [ swapper/0] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.101942] C2 [ swapper/0] DR6: ffff0ff0 DR7: 00000400
[ 5.101958] C2 [ swapper/0] Process swapper/0 (pid: 1, ti=c0076000 task=c0078000 task.ti=c0076000)
[ 5.101972] C2 [ swapper/0] Stack:
[ 5.101984] C2 [ swapper/0] c1bf026c c1beff4c 00000000 00000000 c1befef5 00100000 61800000 c1a1bf01
[ 5.102031] C2 [ swapper/0] 00000000 00000000 00000000 00000001 c0077fa4 c1a6288d 5c2d2f7c 00000000
[ 5.102076] C2 [ swapper/0] 00000000 c1a1c378 c0077fc4 c1bf0565 c1a1bef8 00006180 00000100 c1a1bef8
[ 5.102121] C2 [ swapper/0] Call Trace:
[ 5.102147] C2 [ swapper/0] [<c1bf026c>] ? rd_load_image+0x2a5/0x4ce
[ 5.102168] C2 [ swapper/0] [<c1beff4c>] ? compr_fill+0x3b/0x3b
[ 5.102189] C2 [ swapper/0] [<c1befef5>] ? prepare_namespace+0x176/0x176
[ 5.102210] C2 [ swapper/0] [<c1bf0565>] initrd_load+0x3a/0x2eb
[ 5.102230] C2 [ swapper/0] [<c1befe3c>] prepare_namespace+0xbd/0x176
[ 5.102250] C2 [ swapper/0] [<c1bef9de>] kernel_init+0x18b/0x190
[ 5.102269] C2 [ swapper/0] [<c1bef853>] ? do_one_initcall+0x10b/0x10b
[ 5.102291] C2 [ swapper/0] [<c1837cba>] kernel_thread_helper+0x6/0x10
[ 5.102304] C2 [ swapper/0] Code: Bad EIP value.
[ 5.102327] C2 [ swapper/0] EIP: [<00000000>] 0x0 SS:ESP 0068:c0077f5c
[ 5.102348] C2 [ swapper/0] CR2: 0000000000000000
[ 5.102422] C2 [ swapper/0] Board Information: santos10wifi - Samsung Board (0xAC84D59E): 08, cpu Intel(R) Atom(TM) CPU Z2560 @ 1.60GHz stepping 1
[ 5.102457] C2 [ swapper/0] ---[ end trace a0c19de72eec37db ]---
[ 5.102522] C2 [ swapper/0] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[ 5.102527] C2 [ swapper/0]
[ 5.102540] C2 [ swapper/0] sending NMI to all CPUs:
[ 5.102557] C3 [ swapper/3] NMI backtrace for cpu 3
[ 5.102566] C3 [ swapper/3]
[ 5.102578] C3 [ swapper/3] Pid: 0, comm: swapper/3 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.102604] C3 [ swapper/3] EIP: 0060:[<c12feec4>] EFLAGS: 00000046 CPU: 3
[ 5.102620] C3 [ swapper/3] EIP is at soc_s0ix_idle+0x164/0x4f0
[ 5.102633] C3 [ swapper/3] EAX: 00000052 EBX: f00a4000 ECX: 00000001 EDX: 00000000
[ 5.102646] C3 [ swapper/3] ESI: 00000052 EDI: 00000000 EBP: f00a5f28 ESP: f00a5ef4
[ 5.102659] C3 [ swapper/3] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.102672] C3 [ swapper/3] CR0: 8005003b CR2: 00000000 CR3: 01c7f000 CR4: 000007f0
[ 5.102686] C3 [ swapper/3] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.102699] C3 [ swapper/3] DR6: ffff0ff0 DR7: 00000400
[ 5.102712] C3 [ swapper/3] Process swapper/3 (pid: 0, ti=f00a4000 task=c007f380 task.ti=f00a4000)
[ 5.102724] C3 [ swapper/3] Stack:
[ 5.102733] C3 [ swapper/3] 00000281 c1b53980 00000040 00000003 00000006 00000000 00000052 00000000
[ 5.102768] C3 [ swapper/3] 00000052 00000003 c1b97ba0 000001c8 00000001 f00a5f38 c1570eac c1b97ba0
[ 5.102802] C3 [ swapper/3] 2c6a5255 f00a5f5c c157153a c1b97ba0 fffffff9 00000006 f0c1425c f00a4000
[ 5.102837] C3 [ swapper/3] Call Trace:
[ 5.102855] C3 [ swapper/3] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.102873] C3 [ swapper/3] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.102889] C3 [ swapper/3] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.102907] C3 [ swapper/3] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.102923] C3 [ swapper/3] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.102942] C3 [ swapper/3] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.102960] C3 [ swapper/3] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.102977] C3 [ swapper/3] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.102989] C3 [ swapper/3] Code: 00 00 89 e3 31 d2 81 e3 00 e0 ff ff 89 d1 8d 43 08 0f 01 c8 0f ae f0 89 f6 8b 43 08 a8 08 75 0b b9 01 00 00 00 8b 45 e4 0f 01 c9 <8b> 4d e8 85 c9 0f 85 c1 01 00 00 83 7d e4 52 0f 85 47 03 00 00
[ 5.103177] C3 [ swapper/3] Call Trace:
[ 5.103192] C3 [ swapper/3] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.103208] C3 [ swapper/3] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.103225] C3 [ swapper/3] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.103241] C3 [ swapper/3] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.103258] C3 [ swapper/3] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.103275] C3 [ swapper/3] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.103291] C3 [ swapper/3] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.103307] C3 [ swapper/3] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.103319] C2 [ swapper/0] NMI backtrace for cpu 2
[ 5.103329] C2 [ swapper/0]
[ 5.103341] C2 [ swapper/0] Pid: 1, comm: swapper/0 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.103361] C2 [ swapper/0] EIP: 0060:[<c12bed71>] EFLAGS: 00000206 CPU: 2
[ 5.103374] C2 [ swapper/0] EIP is at __const_udelay+0x1/0x20
[ 5.103385] C2 [ swapper/0] EAX: 00418958 EBX: 00002710 ECX: c1b563e0 EDX: 00000c00
[ 5.103396] C2 [ swapper/0] ESI: c0078000 EDI: c0078000 EBP: c0077da8 ESP: c0077d98
[ 5.103408] C2 [ swapper/0] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.103419] C2 [ swapper/0] CR0: 8005003b CR2: ffffffd5 CR3: 01c7f000 CR4: 000007f0
[ 5.103430] C2 [ swapper/0] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.103440] C2 [ swapper/0] DR6: ffff0ff0 DR7: 00000400
[ 5.103450] C2 [ swapper/0] Process swapper/0 (pid: 1, ti=c0076000 task=c0078000 task.ti=c0076000)
[ 5.103459] C2 [ swapper/0] Stack:
[ 5.103467] C2 [ swapper/0] c0077da8 c1022e12 c1a2ae87 c0078274 c0077dc0 c182f47c 00000001 c0078274
[ 5.103495] C2 [ swapper/0] c0078000 c0078000 c0077e0c c104b20e c1a2fed4 00000009 c1b68040 c0077e04
[ 5.103523] C2 [ swapper/0] c10487b0 00000000 01c8aa60 00020f8b 00000001 c1b6f5c0 c1a3d766 c0078274
[ 5.103551] C2 [ swapper/0] Call Trace:
[ 5.103565] C2 [ swapper/0] [<c1022e12>] ? arch_trigger_all_cpu_backtrace+0x62/0x80
[ 5.103579] C2 [ swapper/0] [<c182f47c>] panic+0x87/0x16f
[ 5.103593] C2 [ swapper/0] [<c104b20e>] do_exit+0x81e/0x820
[ 5.103607] C2 [ swapper/0] [<c10487b0>] ? kmsg_dump+0xb0/0xe0
[ 5.103621] C2 [ swapper/0] [<c100676d>] oops_end+0x7d/0xc0
[ 5.103635] C2 [ swapper/0] [<c1029946>] no_context+0x106/0x1e0
[ 5.103649] C2 [ swapper/0] [<c1029ad5>] __bad_area_nosemaphore+0xb5/0x140
[ 5.103663] C2 [ swapper/0] [<c1046894>] ? __call_console_drivers+0xa4/0xb0
[ 5.103677] C2 [ swapper/0] [<c106be83>] ? up+0x13/0x50
[ 5.103689] C2 [ swapper/0] [<c106be9a>] ? up+0x2a/0x50
[ 5.103702] C2 [ swapper/0] [<c1047421>] ? console_unlock+0x211/0x2f0
[ 5.103716] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103730] C2 [ swapper/0] [<c1029b77>] bad_area_nosemaphore+0x17/0x20
[ 5.103744] C2 [ swapper/0] [<c102a0aa>] do_page_fault+0x28a/0x410
[ 5.103759] C2 [ swapper/0] [<c1836984>] ? _raw_spin_unlock_irqrestore+0x24/0x50
[ 5.103774] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103788] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103801] C2 [ swapper/0] [<c18374ab>] error_code+0x5f/0x64
[ 5.103814] C2 [ swapper/0] [<c1beff11>] ? error+0x1c/0x1c
[ 5.103828] C2 [ swapper/0] [<c1bf00d8>] ? rd_load_image+0x111/0x4ce
[ 5.103842] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103856] C2 [ swapper/0] [<c1bf026c>] ? rd_load_image+0x2a5/0x4ce
[ 5.103869] C2 [ swapper/0] [<c1beff4c>] ? compr_fill+0x3b/0x3b
[ 5.103883] C2 [ swapper/0] [<c1befef5>] ? prepare_namespace+0x176/0x176
[ 5.103897] C2 [ swapper/0] [<c1bf0565>] initrd_load+0x3a/0x2eb
[ 5.103910] C2 [ swapper/0] [<c1befe3c>] prepare_namespace+0xbd/0x176
[ 5.103924] C2 [ swapper/0] [<c1bef9de>] kernel_init+0x18b/0x190
[ 5.103937] C2 [ swapper/0] [<c1bef853>] ? do_one_initcall+0x10b/0x10b
[ 5.103951] C2 [ swapper/0] [<c1837cba>] kernel_thread_helper+0x6/0x10
[ 5.103960] C2 [ swapper/0] Code: 26 00 c7 05 c0 58 b9 c1 70 ec 2b c1 5d c3 8d b4 26 00 00 00 00 8d 74 26 00 90 55 89 e5 3e 8d 74 26 00 ff 15 c0 58 b9 c1 5d c3 55 <c1> e0 02 64 8b 15 9c 41 c7 c1 8d 14 92 89 e5 8d 14 92 f7 e2 8d
[ 5.104111] C2 [ swapper/0] Call Trace:
[ 5.104123] C2 [ swapper/0] [<c1022e12>] ? arch_trigger_all_cpu_backtrace+0x62/0x80
[ 5.104136] C2 [ swapper/0] [<c182f47c>] panic+0x87/0x16f
[ 5.104149] C2 [ swapper/0] [<c104b20e>] do_exit+0x81e/0x820
[ 5.104162] C2 [ swapper/0] [<c10487b0>] ? kmsg_dump+0xb0/0xe0
[ 5.104175] C2 [ swapper/0] [<c100676d>] oops_end+0x7d/0xc0
[ 5.104188] C2 [ swapper/0] [<c1029946>] no_context+0x106/0x1e0
[ 5.104202] C2 [ swapper/0] [<c1029ad5>] __bad_area_nosemaphore+0xb5/0x140
[ 5.104215] C2 [ swapper/0] [<c1046894>] ? __call_console_drivers+0xa4/0xb0
[ 5.104229] C2 [ swapper/0] [<c106be83>] ? up+0x13/0x50
[ 5.104241] C2 [ swapper/0] [<c106be9a>] ? up+0x2a/0x50
[ 5.104253] C2 [ swapper/0] [<c1047421>] ? console_unlock+0x211/0x2f0
[ 5.104267] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104281] C2 [ swapper/0] [<c1029b77>] bad_area_nosemaphore+0x17/0x20
[ 5.104294] C2 [ swapper/0] [<c102a0aa>] do_page_fault+0x28a/0x410
[ 5.104308] C2 [ swapper/0] [<c1836984>] ? _raw_spin_unlock_irqrestore+0x24/0x50
[ 5.104324] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104337] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104350] C2 [ swapper/0] [<c18374ab>] error_code+0x5f/0x64
[ 5.104363] C2 [ swapper/0] [<c1beff11>] ? error+0x1c/0x1c
[ 5.104376] C2 [ swapper/0] [<c1bf00d8>] ? rd_load_image+0x111/0x4ce
[ 5.104389] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104403] C2 [ swapper/0] [<c1bf026c>] ? rd_load_image+0x2a5/0x4ce
[ 5.104417] C2 [ swapper/0] [<c1beff4c>] ? compr_fill+0x3b/0x3b
[ 5.104430] C2 [ swapper/0] [<c1befef5>] ? prepare_namespace+0x176/0x176
[ 5.104444] C2 [ swapper/0] [<c1bf0565>] initrd_load+0x3a/0x2eb
[ 5.104457] C2 [ swapper/0] [<c1befe3c>] prepare_namespace+0xbd/0x176
[ 5.104470] C2 [ swapper/0] [<c1bef9de>] kernel_init+0x18b/0x190
[ 5.104484] C2 [ swapper/0] [<c1bef853>] ? do_one_initcall+0x10b/0x10b
[ 5.104496] C2 [ swapper/0] [<c1837cba>] kernel_thread_helper+0x6/0x10
[ 5.104514] C1 [ swapper/1] NMI backtrace for cpu 1
[ 5.104538] C1 [ swapper/1]
[ 5.104561] C1 [ swapper/1] Pid: 0, comm: swapper/1 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.104604] C1 [ swapper/1] EIP: 0060:[<c12fece1>] EFLAGS: 00000046 CPU: 1
[ 5.104632] C1 [ swapper/1] EIP is at intel_idle+0x91/0x110
[ 5.104652] C1 [ swapper/1] EAX: 00000000 EBX: 00000001 ECX: 00000001 EDX: 00000000
[ 5.104674] C1 [ swapper/1] ESI: 00000002 EDI: 00000000 EBP: f0069f28 ESP: f0069f14
[ 5.104696] C1 [ swapper/1] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.104717] C1 [ swapper/1] CR0: 8005003b CR2: 00000000 CR3: 01c7f000 CR4: 000007f0
[ 5.104738] C1 [ swapper/1] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.104758] C1 [ swapper/1] DR6: ffff0ff0 DR7: 00000400
[ 5.104780] C1 [ swapper/1] Process swapper/1 (pid: 0, ti=f0068000 task=c007bc80 task.ti=f0068000)
[ 5.104799] C1 [ swapper/1] Stack:
[ 5.104814] C1 [ swapper/1] 00000004 00000001 c1b97ba0 0000004c 00000001 f0069f38 c1570eac c1b97ba0
[ 5.104871] C1 [ swapper/1] 2c48130b f0069f5c c157153a c1b97ba0 fffffffe 00000001 f0bfe25c f0068000
[ 5.104926] C1 [ swapper/1] c1be6174 f0bfe25c f0069f68 c15715c2 c1570ea0 f0069f90 c1571202 c106c08b
[ 5.104982] C1 [ swapper/1] Call Trace:
[ 5.105014] C1 [ swapper/1] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.105042] C1 [ swapper/1] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.105070] C1 [ swapper/1] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.105097] C1 [ swapper/1] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.105125] C1 [ swapper/1] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.105154] C1 [ swapper/1] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.105182] C1 [ swapper/1] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.105211] C1 [ swapper/1] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.105230] C1 [ swapper/1] Code: e2 08 75 27 31 d2 83 c0 08 89 d1 0f 01 c8 0f ae f0 89 f6 89 e0 25 00 e0 ff ff 8b 40 08 a8 08 75 0a b9 01 00 00 00 89 f8 0f 01 c9 <e8> 9a 24 dd ff 66 83 3d 2c 9d b5 c1 00 75 60 85 35 98 7b b9 c1
[ 5.105535] C1 [ swapper/1] Call Trace:
[ 5.105559] C1 [ swapper/1] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.105585] C1 [ swapper/1] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.105612] C1 [ swapper/1] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.105638] C1 [ swapper/1] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.105666] C1 [ swapper/1] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.105693] C1 [ swapper/1] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.105719] C1 [ swapper/1] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.105745] C1 [ swapper/1] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.105765] C0 [ swapper/0] NMI backtrace for cpu 0
[ 5.105781] C0 [ swapper/0]
[ 5.105797] C0 [ swapper/0] Pid: 0, comm: swapper/0 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.105829] C0 [ swapper/0] EIP: 0060:[<c12feec4>] EFLAGS: 00000046 CPU: 0
[ 5.105848] C0 [ swapper/0] EIP is at soc_s0ix_idle+0x164/0x4f0
[ 5.105864] C0 [ swapper/0] EAX: 00000052 EBX: c1b4c000 ECX: 00000001 EDX: 00000000
[ 5.105882] C0 [ swapper/0] ESI: 00000052 EDI: 00000000 EBP: c1b4df48 ESP: c1b4df14
[ 5.105899] C0 [ swapper/0] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.105916] C0 [ swapper/0] CR0: 8005003b CR2: ffe64000 CR3: 01c7f000 CR4: 000007f0
[ 5.105934] C0 [ swapper/0] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.105950] C0 [ swapper/0] DR6: ffff0ff0 DR7: 00000400
[ 5.105967] C0 [ swapper/0] Process swapper/0 (pid: 0, ti=c1b4c000 task=c1b52060 task.ti=c1b4c000)
[ 5.105983] C0 [ swapper/0] Stack:
[ 5.105994] C0 [ swapper/0] 00000001 c1b53980 00000040 00000007 00000007 00000000 00000052 00000000
[ 5.106039] C0 [ swapper/0] 00000052 00000000 c1b97ba0 00000214 00000001 c1b4df58 c1570eac c1b97ba0
[ 5.106083] C0 [ swapper/0] 2c6a5311 c1b4df7c c157153a c1b97ba0 fffffff8 00000007 f0bf325c c1b4c000
[ 5.106128] C0 [ swapper/0] Call Trace:
[ 5.106149] C0 [ swapper/0] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.106171] C0 [ swapper/0] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.106193] C0 [ swapper/0] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.106215] C0 [ swapper/0] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.106237] C0 [ swapper/0] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.106259] C0 [ swapper/0] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.106281] C0 [ swapper/0] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.106304] C0 [ swapper/0] [<c1812d80>] rest_init+0x6c/0x7c
[ 5.106327] C0 [ swapper/0] [<c1bef743>] start_kernel+0x2e5/0x2ea
[ 5.106349] C0 [ swapper/0] [<c1bef0b1>] i386_start_kernel+0xb1/0xb9
[ 5.106364] C0 [ swapper/0] Code: 00 00 89 e3 31 d2 81 e3 00 e0 ff ff 89 d1 8d 43 08 0f 01 c8 0f ae f0 89 f6 8b 43 08 a8 08 75 0b b9 01 00 00 00 8b 45 e4 0f 01 c9 <8b> 4d e8 85 c9 0f 85 c1 01 00 00 83 7d e4 52 0f 85 47 03 00 00
[ 5.106605] C0 [ swapper/0] Call Trace:
[ 5.106625] C0 [ swapper/0] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.106646] C0 [ swapper/0] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.106668] C0 [ swapper/0] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.106690] C0 [ swapper/0] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.106712] C0 [ swapper/0] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.106734] C0 [ swapper/0] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.106755] C0 [ swapper/0] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.106777] C0 [ swapper/0] [<c1812d80>] rest_init+0x6c/0x7c
[ 5.106798] C0 [ swapper/0] [<c1bef743>] start_kernel+0x2e5/0x2ea
[ 5.106819] C0 [ swapper/0] [<c1bef0b1>] i386_start_kernel+0xb1/0xb9
[ 5.107510] C2 [ swapper/0] Request SCU panic dump
[ 5.108522] C2 [ swapper/0] SCU trace on Kernel panic:
[ 5.108536] C2 [ swapper/0] EW0:0x53435554 EW1:0x25210301 TUCS....
[ 5.108549] C2 [ swapper/0] EW2:0x00077810 EW3:0x00000000 .x......
[ 5.108561] C2 [ swapper/0] EW4:0x00000000 EW5:0x00000000 ........
[ 5.108574] C2 [ swapper/0] EW6:0x00000084 EW7:0x01000000 ........
[ 5.108587] C2 [ swapper/0] EW8:0x00000000 EW9:0x00000000 ........
[ 5.108600] C2 [ swapper/0] EW10:0x00000100 EW11:0x08000000 ........
[ 5.108612] C2 [ swapper/0] EW12:0x00000000 EW13:0x08000000 ........
[ 5.108626] C2 [ swapper/0] EW14:0x80000000 EW15:0x00000000 ........
[ 5.108638] C2 [ swapper/0] EW16:0x00000000 EW17:0x00076c66 ....fl..
[ 5.108652] C2 [ swapper/0] EW18:0x00076583 EW19:0x000765c3 .e...e..
[ 5.108665] C2 [ swapper/0] EW20:0x150c150c EW21:0x00000000 ........
[ 5.108678] C2 [ swapper/0] EW22:0x00000000 EW23:0x00000000 ........
[ 5.108691] C2 [ swapper/0] EW24:0x00076c60 EW25:0x00000013 .l......
[ 5.108704] C2 [ swapper/0] EW26:0xc0000000 EW27:0x00000000 ........
[ 5.108716] C2 [ swapper/0] EW28:0x00000000 EW29:0x00000000 ........
[ 5.108729] C2 [ swapper/0] EW30:0x00000000 EW31:0x00000000 ........
[ 5.108742] C2 [ swapper/0] EW32:0x00000000 EW33:0x00000000 ........
[ 5.108755] C2 [ swapper/0] EW34:0x00000000 EW35:0x00000000 ........
[ 5.108767] C2 [ swapper/0] EW36:0x00000000 EW37:0x00000000 ........
[ 5.108781] C2 [ swapper/0] EW38:0x00000000 EW39:0x00000000 ........
[ 5.108793] C2 [ swapper/0] EW40:0x00000000 EW41:0x00000000 ........
[ 5.108806] C2 [ swapper/0] EW42:0x00000000 EW43:0x00000000 ........
[ 5.108819] C2 [ swapper/0] EW44:0x00000000 EW45:0x00000000 ........
[ 5.108832] C2 [ swapper/0] EW46:0x00000000 EW47:0x00000000 ........
[ 5.108844] C2 [ swapper/0] EW48:0x00000000 EW49:0x00000000 ........
[ 5.108857] C2 [ swapper/0] EW50:0x00000000 EW51:0x00000000 ........
[ 5.108870] C2 [ swapper/0] EW52:0x00000000 EW53:0x00000000 ........
[ 5.108883] C2 [ swapper/0] EW54:0x00000000 EW55:0x00000000 ........
[ 5.108896] C2 [ swapper/0] EW56:0x00000000 EW57:0x00000000 ........
[ 5.108909] C2 [ swapper/0] EW58:0x00000000 EW59:0x00000000 ........
[ 5.108921] C2 [ swapper/0] EW60:0x00000000 EW61:0x00000000 ........
[ 5.108934] C2 [ swapper/0] EW62:0x00000000 EW63:0x00000000 ........
[ 5.108947] C2 [ swapper/0] EW64:0x00000000 EW65:0x00000000 ........
[ 5.108960] C2 [ swapper/0] EW66:0x00000000 EW67:0x00000000 ........
[ 5.108972] C2 [ swapper/0] EW68:0x00000000 EW69:0x00000000 ........
[ 5.108985] C2 [ swapper/0] EW70:0x00000000 EW71:0x00000000 ........
[ 5.108998] C2 [ swapper/0] EW72:0x00000000 EW73:0x00000000 ........
[ 5.109011] C2 [ swapper/0] EW74:0x00000000 EW75:0x00000000 ........
[ 5.109024] C2 [ swapper/0] EW76:0x00000000 EW77:0x00000000 ........
[ 5.109037] C2 [ swapper/0] EW78:0x00000000 EW79:0x00000000 ........
[ 5.109049] C2 [ swapper/0] EW80:0x00000000 EW81:0x00000000 ........
[ 5.109062] C2 [ swapper/0] EW82:0x00000000 EW83:0x00000000 ........
[ 5.109075] C2 [ swapper/0] EW84:0x00000000 EW85:0x00000000 ........
[ 5.109088] C2 [ swapper/0] EW86:0x00000000 EW87:0x00000000 ........
[ 5.109100] C2 [ swapper/0] EW88:0x00000000 EW89:0x00000000 ........
[ 5.109114] C2 [ swapper/0] EW90:0x00000000 EW91:0x00000000 ........
[ 5.109126] C2 [ swapper/0] EW92:0x00000000 EW93:0x00000000 ........
[ 5.109139] C2 [ swapper/0] EW94:0x00000000 EW95:0x00000000 ........
[ 5.109152] C2 [ swapper/0] EW96:0x00000000 EW97:0x00000000 ........
[ 5.109165] C2 [ swapper/0] EW98:0x00000000 EW99:0x00000000 ........
[ 5.109178] C2 [ swapper/0] EW100:0x00000000 EW101:0x00000000 ........
[ 5.109191] C2 [ swapper/0] EW102:0x00000000 EW103:0x00000000 ........
[ 5.109204] C2 [ swapper/0] EW104:0x00000000 EW105:0x00000000 ........
[ 5.109217] C2 [ swapper/0] EW106:0x00000000 EW107:0x00000000 ........
[ 5.109231] C2 [ swapper/0] EW108:0x00000000 EW109:0x00000000 ........
[ 5.109244] C2 [ swapper/0] EW110:0x00000000 EW111:0x00000000 ........
[ 5.109257] C2 [ swapper/0] EW112:0x00000000 EW113:0x00000000 ........
[ 5.109270] C2 [ swapper/0] EW114:0x00000000 EW115:0x00000000 ........
[ 5.109283] C2 [ swapper/0] EW116:0x00000000 EW117:0x00000000 ........
[ 5.109297] C2 [ swapper/0] EW118:0x00000000 EW119:0x00000000 ........
[ 5.109310] C2 [ swapper/0] EW120:0x00000000 EW121:0x00000000 ........
[ 5.109323] C2 [ swapper/0] EW122:0x00000000 EW123:0x00000000 ........
[ 5.109336] C2 [ swapper/0] EW124:0x00000000 EW125:0x00000000 ........
[ 5.109350] C2 [ swapper/0] EW126:0x00000000 EW127:0x00000000 ........
[ 5.109363] C2 [ swapper/0] EW128:0x00000000 EW129:0x00400040 ........
[ 5.109377] C2 [ swapper/0] EW130:0x434d4d65 EW131:0x4c4c4420 eMMC.DLL
[ 5.109391] C2 [ swapper/0] EW132:0x636f4c20 EW133:0x2064656b .Locked.
[ 5.109404] C2 [ swapper/0] EW134:0x203b6e69 EW135:0x74696157 in..Wait
[ 5.109418] C2 [ swapper/0] EW136:0x756f6320 EW137:0x7520746e .count.u
[ 5.109432] C2 [ swapper/0] EW138:0x4c442c73 EW139:0x6f4c204c s.DLL.Lo
[ 5.109445] C2 [ swapper/0] EW140:0x78302063 EW141:0x30303030 c.0x0000
[ 5.109459] C2 [ swapper/0] EW142:0x31303030 EW143:0x30783020 0001.0x0
[ 5.109472] C2 [ swapper/0] EW144:0x30303030 EW145:0x00303030 0000000.
[ 5.109486] C2 [ swapper/0] EW146:0x00000000 EW147:0x00000000 ........
[ 5.109499] C2 [ swapper/0] EW148:0x00000000 EW149:0x00000000 ........
[ 5.109512] C2 [ swapper/0] EW150:0x00000000 EW151:0x00000000 ........
[ 5.109525] C2 [ swapper/0] EW152:0x00000000 EW153:0x00000000 ........
[ 5.109538] C2 [ swapper/0] EW154:0x00000000 EW155:0x00000000 ........
[ 5.109552] C2 [ swapper/0] EW156:0x00000000 EW157:0x00000000 ........
[ 5.109565] C2 [ swapper/0] EW158:0x00000000 EW159:0x00000000 ........
[ 5.109578] C2 [ swapper/0] EW160:0x00000000 EW161:0x00000000 ........
[ 5.109591] C2 [ swapper/0] EW162:0x00000000 EW163:0x00000000 ........
[ 5.109604] C2 [ swapper/0] EW164:0x00000000 EW165:0x00000000 ........
[ 5.109618] C2 [ swapper/0] EW166:0x00000000 EW167:0x00000000 ........
[ 5.109631] C2 [ swapper/0] EW168:0x00000000 EW169:0x00000000 ........
[ 5.109644] C2 [ swapper/0] EW170:0x00000000 EW171:0x00000000 ........
[ 5.109657] C2 [ swapper/0] EW172:0x00000000 EW173:0x00000000 ........
[ 5.109671] C2 [ swapper/0] EW174:0x00000000 EW175:0x00000000 ........
[ 5.109684] C2 [ swapper/0] EW176:0x00000000 EW177:0x00000000 ........
[ 5.109697] C2 [ swapper/0] EW178:0x00000000 EW179:0x00000000 ........
[ 5.109710] C2 [ swapper/0] EW180:0x00000000 EW181:0x00000000 ........
[ 5.109723] C2 [ swapper/0] EW182:0x00000000 EW183:0x00000000 ........
[ 5.109736] C2 [ swapper/0] EW184:0x00000000 EW185:0x00000000 ........
[ 5.109750] C2 [ swapper/0] EW186:0x00000000 EW187:0x00000000 ........
[ 5.109763] C2 [ swapper/0] EW188:0x00000000 EW189:0x00000000 ........
[ 5.109776] C2 [ swapper/0] EW190:0x00000000 EW191:0x00000000 ........
[ 5.109789] C2 [ swapper/0] EW192:0x00000000 EW193:0x00000000 ........
[ 5.109802] C2 [ swapper/0] EW194:0x00000000 EW195:0x00000000 ........
[ 5.109816] C2 [ swapper/0] EW196:0x00000000 EW197:0x00000000 ........
[ 5.109829] C2 [ swapper/0] EW198:0x000000ff EW199:0x00000000 ........
[ 5.109841] C2 [ swapper/0] EW200:0xaaaa5555 UU..
[ 5.109852] C2 [ swapper/0] intel_scu_ipc_emergency_write_oemnib: POEMNIB remap poemnibw 0xffff3440 size 64
[ 5.109936] C2 [ swapper/0] intel_scu_ipc_emergency_write_oemnib: POEMNIB remap poemnibw 0xffff3440 size 64
[ 5.196121] C2 [ swapper/0] (sec_debug_panic_handler) checksum_sched_log: 0
[ 5.196133] C2 [ swapper/0] (sec_debug_hw_reset) Kernel Build Info : Date:Mar 8 2021 Time:16:56:02
Spoiler: Log from UART
Code:
IA32 CPU Firmware
Copyright (C) 1999-2013, Intel Corporation. All rights reserved.
------------------------------>FOR Teewinot ONLY<-----------------------------
******************************************************************************
************** Customer release based on Rel 00.49 + TWN changes**************
**************** BZ=115220 Bypass time/date check for product ****************
****************** BZ=118523 Cold Reset on ExecuteOS failure *****************
****** BZ=124478[TW 346-500-676] Request for logging enhancement in IAFW *****
************* BZ=127192 Disable Active Refresh during JEDEC Init *************
******************* BZ=none include ucode patch M013065110E ******************
**************************** New in this code drop ***************************
***** BZ=none Changed trace to match TWN RAMDUMP application requirement *****
*************** BZ=none Removed UART and PTI HW output methods ***************
******** Short circuiting the emInit when a fixed battery is detected. *******
********************* Customization done 201308261512 MST ********************
******************************************************************************
******************************INTEL CONFIDENTIAL******************************
0x1E, 0x20, 0x21,
ERROR:::::SPID Not Programmed, Fake data being used based on IFWI version
ERROR:::::SPID FRU Not Programmed, Fake data being used based on IFWI version
OSC_CLK3 defaults only
0x22,
OEM board; Skip spidBasedPanelNdxUpdate
0x23,
Forced Battery via SMIP FPO Bit 2
0x28, 0x2A, 0x2B, in csSFIDevsEntries, HW Id 0x0019
SFI Dev...PR3
in csSFIGpioEntries, HW Id 0x0019
SFIOEMBInit:tbl->spidTbl update
0x2C, 0x2D, 0x2F PostCodes Done
IA32 FW: CPU v000.073/00.49; SUPP v000.073/00.49; VH: 000.081/00.51
IA Timestamp: 2013.08.26:18.00 (INTELFDK)
SCU FW: ROM 177.000/B1.00; RT 033.048/21.30
PUNIT FW: v224.064/E0.40
IFWI: v249.086/F9.56
PL: 0000010E
Config & PCB: OEM Platform, C, CLV+ B1, Micron (00,00) SR 4Gb 1067 1GB
FHOB DW0/DW1: 00000104:00010140
I2C Expander: FFFFFFFC:0000000F
IA Options: 024020A1:00000000:03E00000:80005C00:00000101;0558
[OS HASH VERIFY] [EIST] [eMMC] [VALID BATT][WDT]
Loading OS...
pOsip = 1000000
-->OSIP verified
FA050000 FA050000
FA050000 FA050000
Boot path override selected OS image 0 (OS Attribute 0x00, Reboot Reason 0x00)
FA050000 FA050000
Splash disabled in GCT
Splash display time: 2 ms
-->Bootable OS image 0 found for requested type 0 (OSII attribute 0x00)
-->Loading OS image 0 from eMMC block 0x00000032 to DRAM address 0x010FFE20
-->Starting transfer of 0xA11 512-byte blocks to DRAM
-->Done loading OS Image to DRAM
-->platformConfigBuffer_pt.scuFhobDw0.osven != 0
-->osIndex: 0, Signed Image
OS image 0 PASSED verify
Booting MOS
*********************************
Starting command line:
-init=/init pci=noearly console=ttyMFD2 console=ttyS0 console=logk0 earlyprintk=nologger loglevel=8 hsu_dma=7 kmemleak=off ptrace.ptrace_can_access=1 androidboot.bootmedia=sdcard androidboot.hardware=ctp_pr1 emmc_ipanic.ipanic_part_number=1 ip=50.0.0.2:50.0.0.1::255.255.255.0::usb0:on hsu_rx_wa g_android.fastboot=1 droidboot.scratch=100
-
OSNIB.wakesrc = 0x5
OSNIB.RR = 0x0
Battery is high enough for normal boot
3767mV > 0mV
Ending command line:
-init=/init pci=noearly console=ttyMFD2 console=ttyS0 console=logk0 earlyprintk=nologger loglevel=8 hsu_dma=7 kmemleak=off ptrace.ptrace_can_access=1 androidboot.bootmedia=sdcard androidboot.hardware=ctp_pr1 emmc_ipanic.ipanic_part_number=1 ip=50.0.0.2:50.0.0.1::255.255.255.0::usb0:on hsu_rx_wa g_android.fastboot=1 droidboot.scratch=100 androidboot.wakesrc=05 androidboot.mode=main-
*********************************
WDT aka Timer7 setup
Warn Duration for Timer7: 00 seconds
Start Timer7 bit 0 -> 1: 00000000000000000000000000000000
Calling OS entry point --> 0x01101000 ...
Using NEW OSHOB structure size = 176 bytes
OSNIB size = 32 bytes OEMNIB size = 64 bytes
0xFF00_0510 FullChipRegister: Status flag = 0x0
0xFF10_0510 SCFabricRegister: Status flag = 0x0
RTCSC2 = 0x11, RTCSC3 = 0xcf, RTCSC4 = 0xcf
Watchdog Disabled!
__stmpe811_write : fail
MUIC: CONTROL1:0x1b
MUIC: CONTROL1:0x1b
MUIC: CONTROL2:0x3e
MUIC: CONTROL2:0x3e
[SCU_IPC_DEBUG] board ID: NOT_IDENTIFIED(8)
VERSION : 0xa501
mmc_read_ext_csd : ext_csd_rev = 0x5
cardtype: 0x00000007
SB_MMC_HS_52MHZ_1_8V_3V_IO
mmc->card_caps: 0x00000311
mmc->host_caps: 0x00000311
!!!Enter 8 Bit mode.!!!
clt_mmc_init: mmc->capacity = 0x1d58000
[BOOT] RESETIRQ1=0x00 RESETIRQ2=0x00 (interrupt tree)
[BOOT] SCU_TR=0x00020003 IA_TR=0xffffffff (oshob)
[BOOT] RR=0x00 WD=0x00 ALARM=0x00 (osnib)
[BOOT] WAKESRC=0x05 RESETIRQ1=0x01 RESETIRQ2=0x00 (osnib)
Samsung S-Boot 4.0 for GT-P5200 (Aug 27 2014 - 18:02:10)
CLT(EVT 0.0) / 1024MB / 15024MB / Rev 8 / P5200XXxxxxx
pit_check_signature (PIT) valid.
initialize_ddi_data: usable! (24:0xf)
PARAM ENV VERSION: v1.0..
pressed_key = 0x0
clt_charger_init : [battery] using external charger init(3)
STATUS1:0x3d, 2:0x40
vbvolt=0x1, chgtyp=0x0, adc=0x1d, ret=0x1001d
[check_cable_type] : Output of USB Charger Detection 0
[max77693_init_charger] : attached device(0x00) : Battery
clt_max77693_set_charger_state: chg_cnfg_02 (0x9f) -> (0x1f) -> (0x1f)
clt_max77693_set_charger_state: chg_cnfg_03 (0x20) -> (0x00) -> (0x00)
clt_max77693_set_charger_state: chg_cnfg_04 (0xdd) -> (0xdd) -> (0xdd)
clt_max77693_set_charger_state: chg_cnfg_09 (0x19) -> (0x05) -> (0x05)
set_charger_state : buck(1), chg(0), reg(0x04)
init_fuel_gauge: Start!!
[0] get_adc_battid() = 68
[1] get_adc_battid() = 68
[2] get_adc_battid() = 69
get_adc_battid() = 68
init_fuel_gauge: Battery type : SDI
init_fuel_gauge: NOT initialized (0x32cc)
do_soft_por: Lock Done
do_soft_por - Status (0x00 = 0x0002)
do_soft_por - SoftPOR Done
Initialization_routine: Start!!
[MAX17050 Model data] : 0xab80 0xb730 0xb980 0xbb00 0xbc00 0xbd00 0xbe30 0xbfa0 0xc0f0 0xc240 0xc4d0 0xc720 0xcc20 0xcf30 0xd230 0xd630 0x1c0 0x1300 0xd90 0x1640 0x1e60 0x18d0 0x15f0 0xff0 0xff0 0x7e0 0xb30 0x7c0 0x7d0 0x8f0 0x5d0 0x5d0 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180
Initialization_routine: QResidual20 (0x1404)
Initialization_routine: QResidual30 (0x1004)
get_CGAIN: CGain = 0x3645
Initialization_routine: Finished!! (SDI type)
STATUS1:0x3d, 2:0x40
vbvolt=0x1, chgtyp=0x0, adc=0x1d, ret=0x1001d
Initialization_routine: Start!!
[MAX17050 Model data] : 0xab80 0xb730 0xb980 0xbb00 0xbc00 0xbd00 0xbe30 0xbfa0 0xc0f0 0xc240 0xc4d0 0xc720 0xcc20 0xcf30 0xd230 0xd630 0x1c0 0x1300 0xd90 0x1640 0x1e60 0x18d0 0x15f0 0xff0 0xff0 0x7e0 0xb30 0x7c0 0x7d0 0x8f0 0x5d0 0x5d0 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180
Initialization_routine: QResidual20 (0x1404)
Initialization_routine: QResidual30 (0x1004)
get_CGAIN: CGain = 0x3645
Initialization_routine: Finished!! (SDI type)
init_fuel_gauge: re-write val(0x0077) at LearnCFG_REG
clt_charger_init : cable_type(0x00)
intel_scu_ipc_cmd_oemnib : done => 0x12345670
check_reboot_cmd: nCmd = 12345670 ... setting REBOOT_MODE to 0
clear_reboot_mode
intel_scu_ipc_cmd_oemnib : done => 0x0
debug level = 0x4f4c
disable max77693 manual reset
clt_max77693_disable_manual_reset: set max77693 MANCTRL1 val = 0x4
clt_max77693_disable_manual_reset: read max77693 MANCTRL1 val = 0x4
disable PMIC cod off triggered by PWRBTN#: 6
intel_scu_ipc_cmd_oemnib : done => 0xffffffff
check_download: 0
Is_lpm_boot : boot-mode saved in param = 0
Is_lpm_boot : jig-on level = 0, ignore...
STATUS1:0x3d, 2:0x40
vbvolt=0x1, chgtyp=0x0, adc=0x1d, ret=0x1001d
stat=0x1001d, adc=0x1d, chg=0x0, vbvolt=1, pinLevel=0
Is_lpm_boot : charger is not detected
fuel_gauge_read_vcell: VCELL(3846), data(0xc054)
fuel_gauge_read_soc: SOC(56), data(0x38ad)
check_low_battery : rb=0 jig=0
check_low_battery : v=3846 soc=56
scr_draw_image: draw 'logo.jpg'...
read 'logo.jpg'(105420) completed.
If there's someone who is willing to help me improve postmarketOS on this tablet, feel free to contact me:
(Matrix) @ungeskriptet:matrix.org

Finally got it to work. This commit should fix it.
Wiki page
I used this kernel instead: https://github.com/dpdudek/android_kernel_samsung_santos10

so can we now install linux? the device is still in "not booting" category on pmos website.

You might be looking at the 3G version. The Wi-Fi port also works on the 3G variant (and LTE maybe?) but it really isn't usable with X11 right now although wayland seems to work somewhat fine without HW acceleration. I could only find GPU drivers for ARM for this tablet since it is x86 and has a PowerVR GPU.

great, 3g version is what i have. and i dodnt noticed when wiki page mooved to "boot successful" category, sorry.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
but my question is when i am executing the instruction of installation via pmbootstrap i'm being asked for device codename, neither santos103g not p5200 there, but santos10wifi. so if i have 3g version, should i use santos10wifi or what? sorry my bad english and stupid questions
oh sorry ive didnt notice that sign on santos103g wiki page saying the installation is the same

Select the Wi-Fi version. The 3G version uses the same kernel and the only thing that won't work is 3G.
I recommend you to use Weston if possible, as it is the best working graphical environment. Gnome also uses Wayland so it should be also good, but currently it won't start (haven't figured it out yet).

great, thanks very much for your work. btw what user interfaces can i have working? you said wayland so i've tried plasma-bigscreen and stuck at "Loading..." however weston wokrs well.

Your only option is Weston for a usable interface at the moment and AFAIK plasma-bigscreen is for TVs.

hi ,
i'm sorry but i did not understand how to install in my TAB 3 wifi
can some one share the install process because realy intersting about this project.

First you need to have Linux installed on your PC/in a VM (if you use a VM, you need to setup USB forwarding), I recommend you installing Manjaro XFCE.
Once you are booted into Linux, follow these steps:
Spoiler: Instructions to install pmbootstrap from pip (any Linux distro)
1. Install pip from your package manager:
For Arch Linux (and Manjaro): sudo pacman -S python-pip
For Debian (and Ubuntu, Linux Mint, Pop OS): sudo apt-get install python3-pip
2. Install pmbootstrap with pip:
pip install --user pmbootstrap && source ~/.profile
Spoiler: Instuctions to install pmbootstrap from the AUR (Arch Linux and Arch-based distros only)
1. Option: Install using an AUR helper
Code:
git clone https://aur.archlinux.org/paru-bin
cd paru-bin
makepkg -si
paru -S pmbootstrap
2. Option: Install with Pamac (GUI method, preinstalled on Manjaro)
Launch Pamac → 3 Dots → Preferences → Third Party → Turn on "Enable AUR support", "Check for updates" and "Check for development packages updates"
Search for pmbootstrap and install it.
Spoiler: Instructions to install postmarketOS
Launch a terminal and initialize pmbootstrap:
Code:
pmbootstrap init
# Work path: ~/.pmbootstrap
# Channel: edge
# Vendor: samsung
# Device codename: santos10wifi (choose this even if you have a 3G or LTE tablet)
# Enable Wi-Fi firmware
# Username: santos (choose a name you like)
# User interface: weston (currently only weston is the most usable UI, X11-based UIs are very laggy)
# Don't change additional options
# Extra packages: vim,htop,onboard (recommended, but optional)
# Enable your timezone
# Choose your default locale (en_US.UTF-8 for American English)
# Device hostname: santos10wifi (choose a hostname you like)
# Copy public SSH keys (recommended if you have generated a pair but optional)
# Build outdated packages during 'pmbootstrap install': y
Generate the images:
Code:
pmbootstrap install
# Set a password
Flash the kernel and rootfs to the tablet (backup your data before):
Code:
# Put the device into download mode: Power & Vol -
# This should be fast so be ready to put the device into download mode again after it reboots
pmbootstrap flasher flash_kernel
# Flashing the rootfs might take a while
pmbootstrap flasher flash_rootfs
Spoiler: Connecting to a Wi-Fi network
Connect the tablet to a PC (it should create a new network interface):
Code:
ssh [email protected]
# change santos to your username, if you changed it and type yes if asked
sudo nmtui
# A blue menu will appear
In nmtui:
Activate a connection → Select your network → Type your Wi-Fi password → Quit nmtui
When connected, unplug the cable.
After you followed these steps your tablet is running pmOS with a Wi-Fi connection.

thanks friend will try now

i get this errors in log file when generating the image :
/home/wintosh/.pmbootstrap/chroot_rootfs_samsung-santos10wifi --cache-dir /home/wintosh/.pmbootstrap/cache_apk_x86 --initdb --arch x86 add alpine-base
EDIT:
i was it using Windows subsystem for Linux (WSL) and it's not compatible

@Ungeskriptet many thanks for your efforts.

@kls0e I'll try mainlining the device (after I mainlined GT-I9100G or not) with this kernel. This could fix many problems like X11

great. I will be happy to test and update the documentation.

Ungeskriptet said:
# Put the device into download mode: Power & Vol -
# This should be fast so be ready to put the device into download mode again after it reboots
pmbootstrap flasher flash_kernel
Click to expand...
Click to collapse
- I am assuming that the device is connected to the Linux (Fedora in my case) computer via USB:
I get:
Code:
$ pmbootstrap flasher flash_kernel
[sudo] password for phr:
[19:41:24] (rootfs_samsung-santos10wifi) mkinitfs samsung-santos10wifi
[19:41:28] (native) flash kernel samsung-santos10wifi
[19:41:29] (native) install heimdall avbtool
< wait for any device >
- and nothing else happens on the computer or the tablet . . I was expecting that pbmbootstrap would find the USB-connected tablet and do the flashing . .
BTW, I have not installed TWRP - the native download mode should be OK?
Thanks,
Phil.

philip_rhoades said:
- I am assuming that the device is connected to the Linux (Fedora in my case) computer via USB:
I get:
Code:
$ pmbootstrap flasher flash_kernel
[sudo] password for phr:
[19:41:24] (rootfs_samsung-santos10wifi) mkinitfs samsung-santos10wifi
[19:41:28] (native) flash kernel samsung-santos10wifi
[19:41:29] (native) install heimdall avbtool
< wait for any device >
- and nothing else happens on the computer or the tablet . . I was expecting that pbmbootstrap would find the USB-connected tablet and do the flashing . .
BTW, I have not installed TWRP - the native download mode should be OK?
Thanks,
Phil.
Click to expand...
Click to collapse
Hmm. Seems like your tablet isn't being recognized by pmbootstrap.
Does your tablet show up in lsusb or dmesg on your PC when connected via USB?
TWRP isn't neccessary for postmarketOS unless you flash it via a recovery ZIP, so thats not the issue.

Ungeskriptet said:
Hmm. Seems like your tablet isn't being recognized by pmbootstrap.
Does your tablet show up in lsusb or dmesg on your PC when connected via USB?
TWRP isn't neccessary for postmarketOS unless you flash it via a recovery ZIP, so thats not the issue.
Click to expand...
Click to collapse
Ah! - there were two problems - I had forgotten to turn on USB debugging and secondly I had some dodgy USB cables - lucky #3 worked!
OK, so the tablet booted up happily with pmOS ! I played around with the tk stuff for a while and was able to start Wayland terminals, and the screen looks very nice - but I can't do much with it because I can't get access to anything else and no visual keyboard pops up . .
Also, although it still showing up on my LAN as 192.168.1.105, I can't even ping it, let alone ssh to it . . but still - some progress! I am happy that I have made it this far but is there more that can be done with the tablet now?
I should write out my variations on using Fedora and clarifying some steps too . .
Thanks!

hey people, i recently tried setting up postmarketOS on Samsung Galaxy Tab 3 10.1 and i am facing the same problem as philip, but changing the usb cables and trying to flash from other computers (other linux mint, and ubuntu) did not help.
i am new to this and just started with postmarketOS trying to use the old samsung device without google stuffs...
tldr: use "Power + Volume Down"!
Spoiler: this is what happens when you press "Power + Volume Up" instead...
usb debugging is activated and pmbootstrap installed/prepared as described above by Ungeskriptet.
(Edit: I wasnt following the guide accordingly, i pressed "Power + Vol Up" instead of "Power + Vol Down"....)
i am using Linux Mint 20.2 Cinnamon btw.
when doing "pmbootstrap init" multiple times (to make sure everything is set up fresh) i am also asked for "Zap existing chroots to apply configuration? (y/n) [y]: _ "
-- is it fine to just "y" there?
so moving on to flashing i am receiving same as philip:
Spoiler: wait for any device - problem
Code:
$ pmbootstrap flasher flash_kernel
[16:45:32] WARNING: package postmarketos-mkinitfs: aport version 1.1.2-r4 is lower than 1.2-r0 from the binary repository. 1.2-r0 will be used when installing postmarketos-mkinitfs. See also: <https://postmarketos.org/warning-repo2>
[16:45:32] (rootfs_samsung-santos10wifi) mkinitfs samsung-santos10wifi
[16:45:32] (native) flash kernel samsung-santos10wifi
< wait for any device >
however "lsusb" doesnt show any Samsung device
but "dmesg" displays a lot including:
Spoiler: dmesg output
Code:
[17027.280526] usb 1-4: USB disconnect, device number 9
[17027.701836] usb 1-4: new high-speed USB device number 10 using xhci_hcd
[17027.939869] usb 1-4: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= 4.00
[17027.939872] usb 1-4: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[17027.939873] usb 1-4: Product: GT-P5210
[17027.939874] usb 1-4: Manufacturer: samsung
[17027.939875] usb 1-4: SerialNumber: 3200574e03bfc000
[17027.982910] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[17094.836586] usb 1-4: USB disconnect, device number 10
-- the same without the line "USB disconnect, device number 10" does appear when starting the tablet in original android - so i would say, the usb cable is working
deviceinfo
from the wiki i already tried setting the deviceinfo "deviceinfo_flash_fastboot_vendor_id="04e8" "
in "~/.pmbootstrap/cache_git/pmaports/device/testing/device-samsung-santos10wifi/deviceinfo"
-- but i am still "waiting for any device"
and the wiki of deviceinfo states as obsolete options:
flash_fastboot_vendor_id: fastboot used to have a -i option, but this was removed (#1830). Since we only had one device using this and nobody to verify if the option is really needed with this device, we decided to remove it. If you are interested in bringing it back, please create a new issue.
Click to expand...
Click to collapse
udev
the fix "Maybe you need to install udev rules on your host Linux distribution" (also from wiki), i do not really understand how to start with ..could you give me a hint? browsing resulted in finding this https://community.linuxmint.com/software/view/udev - Version 245.4-4ubuntu3.14 of this was already installed
last solution from wiki with "pmbootstrap shutdown" did not help either
but some different output at dmesg was produced (dont know it it really was because of pmb shutdown):
Spoiler: dmesg output (a little different than earlier)
Code:
[18287.548108] usb 1-4: new high-speed USB device number 14 using xhci_hcd
[18287.786734] usb 1-4: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= 4.00
[18287.786737] usb 1-4: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[18287.786738] usb 1-4: Product: GT-P5210
[18287.786739] usb 1-4: Manufacturer: samsung
[18287.786740] usb 1-4: SerialNumber: 3200574e03bfc000
[18287.830790] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[18293.078518] usb 1-4: reset high-speed USB device number 14 using xhci_hcd
[18293.243338] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[18366.042217] usb 1-4: reset high-speed USB device number 14 using xhci_hcd
[18366.207183] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[18408.865985] [UFW BLOCK] IN=enp6s0 OUT= MAC=01:00:5e:00:00:01:88:9e:68:cd:5b:0c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
[18408.866158] [UFW BLOCK] IN=enp6s0 OUT= MAC=01:00:5e:00:00:01:88:9e:68:cd:5b:0c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
// -- and 10 more times the same "[UFW BLOCK] ..." line inbetween --
[19094.131416] usb 1-4: USB disconnect, device number 14
when starting the tablet with power+vol [*edit: Vol Up] i am seeing "Android system recovery <3e>" quit fast ..is this where i need to start the "pmbootstrap flasher flash_kernel"? (i also tried starting the flasher and waiting for the device when booting using power+vol.. ending up with the same result)
Spoiler: device displays this when fastbooting(?)
Code:
Android system recovery <3e>
KOT49H.P5210XXUB0H1
Volume up/down to move hightlight:
power button to select.
> reboot system now
> apply update from ADB
> apply update from external storage
> wipe data/factory reset
> wipe cache partition
> apply update from cache
# MANUAL MODE
-- Applying Multi-CSC...
Applied the CSC-code: DBT
Successfully applied multi-CSC.
and in the background i can see "Kein Befehl" + the green Android thing with a warning in its open "stomach"
additionally the battery (the original already "gave up" and was replaced earlier) shows a sign for two days now displaying a red cross in the battery icon, and it has not been loading since then, just reducing its capacity to 35% at the moment ..so time is kind of running out soon :x -- it was loading fine when not activated and running android.
__________
do you have any idea what i am doing wrong?
thanks for your help!
ps: sorry for the long post, i just wanted to give you all information needed..
"Power + Volume Down" = flash mode <- this is what we want.
("Power + Volume Up" = recovery mode)

My fault.
myusernamemustbeunique said:
usb debugging is activated and pmbootstrap installed/prepared as described above by Ungeskriptet.
[...]
when starting the tablet with power+vol[up] i am seeing "Android system recovery <3e>" quit fast ..is this where i need to start the "pmbootstrap flasher flash_kernel"?
Click to expand...
Click to collapse
Answer: No!
I was just too stupid... I pressed "Power + Volume Up" so I entered the recovery mode..... ._.
(-> So it has not been "prepared as described above" (using "Power + Volume Down") and that was the fault.)
Sorry for the troublemaking.
And thanks a lot for the guide, @Ungeskriptet !
I will now step into installing packages for firefox, visual keyboard, etc. ...
-> Do you have any recommodation for setting up the keyboard?

Related

Wireless USB Adapter and OTG

Hello all,
I'm trying to get wireless usb devices to work on the Nexus 7 (2013) flo/deb. I've built a kernel with wiress usb device support (ath9k_htc/rtl8187) and added firmware. It's based off the latest CM and devices are being recognized. However, it's not showing up under wlan1. Could anyone help with figuring out where the problem might be? Here are the dmesg logs:
Code:
[ 1456.991302] PM: suspend exit 2013-10-14 19:16:54.020104957 UTC
[ 1456.991363] suspend: exit suspend, ret = 0 (2013-10-14 19:16:54.020196461 UTC)
[ 1457.013336] request_suspend_state: wakeup (3->0) at 1456985326827 (2013-10-14 19:16:54.042153234 UTC)
[ 1457.013488] late_resume: call handlers
[ 1457.025329] [ektf3k]:[elan] elan_ktf3k_ts_resume: enter
[ 1457.026061] [ektf3k]:[elan] dump repsponse: 58
[ 1457.026153] late_resume: done
[ 1457.027709] mipi_dsi_panel_power+, on=1
[ 1457.069061] bq27541_get_psp status: Not charging ret= 0x0101
[ 1457.069915] bq27541_get_psp status: Not charging ret= 0x0101
[ 1457.070770] bq27541_get_psp voltage_now= 4204000 uV
[ 1457.071624] bq27541_get_capacity = 96% ret= 95
[ 1457.072448] bq27541_get_psp temperature= 229 (0.1\xffffffa2XC)
[ 1457.074127] bq27541_get_psp current = -9 mA
[ 1457.076721] bq27541_get_capacity = 96% ret= 95
[ 1457.080841] bq27541_get_psp voltage_now= 4204000 uV
[ 1457.082427] bq27541_get_psp temperature= 229 (0.1\xffffffa2XC)
[ 1457.083343] bq27541_get_psp status: Not charging ret= 0x0101
[ 1457.108123] mipi_dsi_panel_power-
[ 1457.114318] mipi_JDI_lcd_on+
[ 1457.114318] mipi_JDI_lcd_on, JDI display on command+, command bl
[ 1457.148529] gpio_keys: Released KEY_POWER
[ 1457.259948] mipi_JDI_lcd_on, JDI display on command-
[ 1457.259948] mipi_JDI_lcd_on-
[ 1457.273559] EXT_COMMON: hdmi_common_wta_hpd: '1' (unchanged)
[ 1457.285797] mdp4_overlay_mdp_perf_upd mdp clk is changed [1] from 0 to 200000000
[ 1457.378265] mipi_JDI_set_backlight: pwm enable
[ 1457.461456] wlan: [921:E :SME] sme_QosPmcDeviceStateUpdateInd: 7214: nothing to process in PMC state 6
[ 1457.461700] wlan: [1004:E :HDD] hdd_conf_hostarpoffload:
[ 1457.461700]
[ 1473.598663] id_pin_irq_work_function: APQ_OTG_ID_PIN is low : Host mode
[ 1473.600891] msm_otg msm_otg: USB exited from low power mode
[ 1473.613067] vbus_otg is NULL.
[ 1473.714599] smb345_charger: [smb345_otg_status] otg function: on
[ 1473.722991] msm_otg msm_otg: phy_reset: success
[ 1473.723937] smb345_charger: [smb345_inok_isr] VBUS_DET = L
[ 1473.831237] Host mode: Set DC level as 0x61 for deb.
[ 1473.833618] msm_hsusb_host msm_hsusb_host: Qualcomm On-Chip EHCI Host Controller
[ 1473.834045] msm_hsusb_host msm_hsusb_host: new USB bus registered, assigned bus number 2
[ 1473.860137] msm_hsusb_host msm_hsusb_host: irq 132, io mem 0x12500000
[ 1473.879516] msm_hsusb_host msm_hsusb_host: USB 2.0 started, EHCI 1.00
[ 1473.880004] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1473.880371] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1473.880737] usb usb2: Product: Qualcomm On-Chip EHCI Host Controller
[ 1473.880950] usb usb2: Manufacturer: Linux 3.4.0-g56840ae ehci_hcd
[ 1473.881317] usb usb2: SerialNumber: msm_hsusb_host
[ 1473.890472] hub 2-0:1.0: USB hub found
[ 1473.890747] hub 2-0:1.0: 1 port detected
[ 1474.209442] usb 2-1: new high-speed USB device number 2 using msm_hsusb_host
[ 1474.340423] notifying plugin
[ 1474.384582] usb 2-1: New USB device found, idVendor=0cf3, idProduct=9271
[ 1474.384826] usb 2-1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ 1474.385162] usb 2-1: Product: USB2.0 WLAN
[ 1474.385375] usb 2-1: Manufacturer: ATHEROS
[ 1474.385711] usb 2-1: SerialNumber: 12345
[ 1494.828704] mipi_JDI_set_backlight: pwm disable
[ 1494.920135] mipi_JDI_lcd_off+
[ 1494.920165] mipi_JDI_lcd_off, JDI display off command+
[ 1495.013153] wlan: [921:E :SME] sme_QosPmcDeviceStateUpdateInd: 7214: nothing to process in PMC state 6
[ 1495.013214] wlan: [1004:E :HDD] hdd_conf_hostarpoffload:
[ 1495.013214]
[ 1495.013214] wlan: [1004:E :HDD] hdd_conf_hostarpoffload: Enabled
[ 1495.013214]
[ 1495.038787] mipi_JDI_lcd_off, JDI display off command-
[ 1495.038787] mipi_JDI_lcd_off-
[ 1495.038818] mipi_dsi_panel_power+, on=0
[ 1495.130493] mipi_dsi_panel_power-
[ 1495.137207] EXT_COMMON: hdmi_common_wta_hpd: '1' (unchanged)
[ 1495.138244] request_suspend_state: sleep (0->3) at 1495109608988 (2013-10-14 19:17:32.166435395 UTC)
[ 1495.138366] early_suspend: call handlers
[ 1495.138488] [ektf3k]:[elan] elan_ktf3k_ts_suspend: enter
[ 1495.139678] active wake lock sns_async_ev_wakelock
[ 1495.139678] PM: Syncing filesystems...
[ 1495.147277] sync done.
[ 1496.337799] suspend: enter suspend
[ 1496.338104] PM: suspend entry 2013-10-14 19:17:33.366295013 UTC
[ 1496.338500] PM: Preparing system for mem sleep
[ 1496.338623] PM: Syncing filesystems...
[ 1496.363891] sync done.
[ 1496.410156] Freezing user space processes ... (elapsed 0.05 seconds) done.
[ 1496.461547] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 1496.481689] PM: Entering mem sleep
[ 1496.481689] Suspending console(s) (use no_console_suspend to debug)
[ 1496.489349] msm_fb_ext_suspend: Turning off HPD circuitry
[ 1496.491088] smb345_suspend+
[ 1496.491088] smb345_suspend-
[ 1496.506896] msm_otg msm_otg: USB in low power mode
[ 1496.507781] PM: suspend of devices complete after 23.498 msecs
[ 1496.508666] PM: late suspend of devices complete after 0.885 msecs
[ 1496.511169] power_suspend_late return 0
[ 1496.511169] PM: noirq suspend of devices complete after 2.471 msecs
[ 1496.511199] Disabling non-boot CPUs ...
[ 1496.511444] msm_pm_enter
[ 1496.511444] msm_pm_enter: power collapse
[ 1496.511444] msm_mpm_irqs_detectable: cannot monitor 000000,00000000,00000000,00000000,00000000,00000020,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
[ 1496.511444] msm_pm_enter: return
[ 1496.513671] PM: noirq resume of devices complete after 1.556 msecs
[ 1496.515258] wakeup wake lock: alarm_rtc
[ 1496.516204] PM: early resume of devices complete after 0.823 msecs
[ 1496.520080] hub 2-0:1.0: hub_port_status failed (err = -108)
[ 1496.520111] hub 2-0:1.0: cannot disable port 1 (err = -108)
[ 1496.521026] smb345_resume+
[ 1496.521057] smb345_resume-
[ 1496.522003] msm_fb_ext_resume: Turning on HPD circuitry
[ 1496.526336] PM: resume of devices complete after 10.131 msecs
[ 1496.529266] PM: Finishing wakeup.
[ 1496.529266] Restarting tasks ...
[ 1496.538970] QSEECOM: qseecom_receive_req: Interrupted: exiting wait_rcv_req loop
[ 1496.539184] QSEECOM: qseecom_ioctl: failed qseecom_receive_req: -512
[ 1496.539276] QSEECOM: qseecom_receive_req: Interrupted: exiting wait_rcv_req loop
[ 1496.539367] QSEECOM: qseecom_ioctl: failed qseecom_receive_req: -512
[ 1496.546356] done.
[ 1496.546569] PM: suspend exit 2013-10-14 19:17:38.023832156 UTC
[ 1496.546661] suspend: exit suspend, ret = 0 (2013-10-14 19:17:38.023923685 UTC)
[ 1496.546783] active wake lock PowerManagerService.WakeLocks
[ 1496.546905] suspend: abort suspend
[ 1496.620147] bq27541_get_psp status: Not charging ret= 0x0101
[ 1496.620819] bq27541_get_psp status: Not charging ret= 0x0101
[ 1496.621887] bq27541_get_psp voltage_now= 4197000 uV
[ 1496.622497] bq27541_get_capacity = 96% ret= 95
[ 1496.623168] bq27541_get_psp temperature= 230 (0.1\xffffffa2XC)
[ 1496.624389] bq27541_get_psp current = -85 mA
[ 1496.626495] bq27541_get_capacity = 96% ret= 95
[ 1496.627227] bq27541_get_psp voltage_now= 4197000 uV
[ 1496.638122] bq27541_get_psp temperature= 230 (0.1\xffffffa2XC)
[ 1496.638915] bq27541_get_psp status: Not charging ret= 0x0101
[ 1496.882568] suspend: enter suspend
[ 1496.882751] PM: suspend entry 2013-10-14 19:17:38.359820384 UTC
[ 1496.882842] PM: Preparing system for mem sleep
[ 1496.882873] PM: Syncing filesystems...
[ 1496.891632] Freezing user space processes ...
[ 1496.905517] sync done.
[ 1496.920227] (elapsed 0.02 seconds) done.
[ 1496.920410] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 1496.940368] PM: Entering mem sleep
[ 1496.940368] Suspending console(s) (use no_console_suspend to debug)
[ 1496.946990] msm_fb_ext_suspend: Turning off HPD circuitry
[ 1496.948547] smb345_suspend+
[ 1496.948577] smb345_suspend-
[ 1496.964752] PM: suspend of devices complete after 21.936 msecs
[ 1496.965545] PM: late suspend of devices complete after 0.762 msecs
[ 1496.967864] power_suspend_late return 0
[ 1496.967895] PM: noirq suspend of devices complete after 2.318 msecs
[ 1496.967895] Disabling non-boot CPUs ...
[ 1497.001037] msm_pm_enter
[ 1497.001037] msm_pm_enter: power collapse
[ 1497.001037] msm_mpm_irqs_detectable: cannot monitor 000000,00000000,00000000,00000000,00000000,00000020,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000
[ 1497.001037] msm_pm_enter: return
[ 1497.001708] Enabling non-boot CPUs ...
[ 1497.006317] CPU1 is up
[ 1497.014404] CPU2 is up
[ 1497.024475] CPU3 is up
[ 1497.025970] PM: noirq resume of devices complete after 1.464 msecs
[ 1497.028442] PM: early resume of devices complete after 0.732 msecs
[ 1497.029724] wakeup wake lock: qcom_rx_wakelock
[ 1497.030059] smb345_resume+
[ 1497.030090] smb345_resume-
[ 1497.030944] msm_fb_ext_resume: Turning on HPD circuitry
[ 1497.034088] PM: resume of devices complete after 5.580 msecs
[ 1497.038269] PM: Finishing wakeup.
[ 1497.038269] Restarting tasks ...
[ 1497.040008] QSEECOM: qseecom_receive_req: Interrupted: exiting wait_rcv_req loop
[ 1497.040191] QSEECOM: qseecom_ioctl: failed qseecom_receive_req: -512
[ 1497.040283] QSEECOM: qseecom_receive_req: Interrupted: exiting wait_rcv_req loop
[ 1497.040405] QSEECOM: qseecom_ioctl: failed qseecom_receive_req: -512
[ 1497.046295] done.
[ 1497.046478] PM: suspend exit 2013-10-14 19:17:43.014942221 UTC
[ 1497.046813] suspend: exit suspend, ret = 0 (2013-10-14 19:17:43.015277658 UTC)
[ 1497.079406] wake lock qcom_rx_wakelock, expired
[ 1497.079711] suspend: enter suspend
[ 1497.079864] PM: suspend entry 2013-10-14 19:17:43.048302022 UTC
[ 1497.079956] PM: Preparing system for mem sleep
[ 1497.080169] PM: Syncing filesystems...
[ 1497.088012] sync done.
[ 1497.134063] Freezing user space processes ...
[ 1497.139862] bq27541_get_psp status: Not charging ret= 0x0101
[ 1497.140594] bq27541_get_psp status: Not charging ret= 0x0101
[ 1497.141265] bq27541_get_psp voltage_now= 4197000 uV
[ 1497.142028] active wake lock power-supply
[ 1497.142150]
[ 1497.142211] Freezing of user space aborted
[ 1497.142272]
[ 1497.142333] Restarting tasks ...
[ 1497.142364] bq27541_get_capacity = 96% ret= 95
[ 1497.143768] bq27541_get_psp temperature= 230 (0.1\xffffffa2XC)
[ 1497.144988] bq27541_get_psp current = -85 mA
[ 1497.146545] bq27541_get_capacity = 96% ret= 95
[ 1497.147247] bq27541_get_psp voltage_now= 4197000 uV
[ 1497.148162] QSEECOM: qseecom_receive_req: Interrupted: exiting wait_rcv_req loop
[ 1497.148254] QSEECOM: qseecom_ioctl: failed qseecom_receive_req: -512
[ 1497.148590] QSEECOM: qseecom_receive_req: Interrupted: exiting wait_rcv_req loop
[ 1497.148742] QSEECOM: qseecom_ioctl: failed qseecom_receive_req: -512
[ 1497.148742] bq27541_get_psp temperature= 230 (0.1\xffffffa2XC)
[ 1497.149322] done.
[ 1497.149719] PM: suspend exit 2013-10-14 19:17:43.118107406 UTC
[ 1497.149841] suspend: exit suspend, ret = -16 (2013-10-14 19:17:43.118229388 UTC)
[ 1497.149993] active wake lock qcom_rx_wakelock, time left 4
[ 1497.150085] suspend: abort suspend
[ 1497.151611] bq27541_get_psp status: Not charging ret= 0x0101
[ 1497.189300] wake lock qcom_rx_wakelock, expired
[ 1497.189636] suspend: enter suspend
[ 1497.189636] PM: Syncing filesystems...
[ 1497.189758] PM: suspend entry 2013-10-14 19:17:43.158118797 UTC
[ 1497.189880] PM: Preparing system for mem sleep
[ 1497.190002] Freezing user space processes ...
[ 1497.196289] active wake lock qcom_rx_wakelock, time left 5
[ 1497.196441]
[ 1497.196502] Freezing of user space aborted
[ 1497.196563]
[ 1497.196624] Restarting tasks ...
I've also tried integrating the patch from the Nexus 4 in case it wasn't getting enough power. Still nothing. Any advice or direction would be much appreciated.

[Q] ROM with Cifs support

I am trying to get the CifsManager App working on my tab3.
It says I need "Your current kernel or rom lacks the necessary CIFS support. Try to find a matching kernel module (cifs.ko) or use a rom with explicit CIFS support."
Can someone point me in the direction of a ROM that supports this please?
I tried placing the cifs.ko module in my system/lib/modules folder but I still can't get it working
Thanks,
Phil
pmbrady said:
I am trying to get the CifsManager App working on my tab3.
It says I need "Your current kernel or rom lacks the necessary CIFS support. Try to find a matching kernel module (cifs.ko) or use a rom with explicit CIFS support."
Can someone point me in the direction of a ROM that supports this please?
I tried placing the cifs.ko module in my system/lib/modules folder but I still can't get it working
Thanks,
Phil
Click to expand...
Click to collapse
What device ? What Android version ?
You need the module in your boot image for stock, as best as i can tell.
You also need to insmod from .rc in boot.img if you want auto-load.
I am working with a tester to enable cifs in the new KK source for the gt-p5210
m
pmbrady said:
I am trying to get the CifsManager App working on my tab3.
It says I need "Your current kernel or rom lacks the necessary CIFS support. Try to find a matching kernel module (cifs.ko) or use a rom with explicit CIFS support."
Can someone point me in the direction of a ROM that supports this please?
I tried placing the cifs.ko module in my system/lib/modules folder but I still can't get it working
Thanks,
Phil
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=51498427&postcount=1
I have a P5210 - TAB3 10 Wifi.
I been working this issue for a few days. But since yesterday @moonbutt74 has been helping me. Let me rephrase, I been helping him as a tester. Hi compiled the needed lib's.ko and implemented on a boot.img. Tab do not show it working but I found that in fact the mount operation occurred. We can test this with adb shell. My best guess is that SElinux is preventing us to access the mounted directory. Just my thought. moonbutt74 has ask me to post in here my findings.
I has setup an Ubuntu Machine IP 192.168.3.11 with the Public folder as Share without passwords. So its address is //192.168.3.11/Public.
We are trying to mount the Public folder in the tablet as /mnt/cifs
we are trying to overcome SElinux by setting Selinux Permissive.
Here is the adb communication
Code:
[email protected]:/ # setenforce Permissive
[email protected]:/ # getenforce
Permissive
[email protected]:/ # busybox mount [COLOR="Red"]//192.168.3.11/Public[/COLOR] [COLOR="Blue"]/mnt/cifs[/COLOR] -t cifs -o user=Guess
[email protected]:/ # ls /mnt/cifs
[COLOR="Lime"]openwrt-wrt54gs_v4-squashfs.trx
test[/COLOR]
[email protected]:/ #
openwrt-wrt54gs_v4-squashfs.trx and test are files inside Public Folder in Ubuntu. This prove that the mount has ocured. But Tablet does not show it.
lsmod show the associated libraries attached
Code:
[email protected]:/ # lsmod
dhd 592899 0 - Live 0x00000000
atomisp 650467 0 - Live 0x00000000
db8131m 18243 1 - Live 0x00000000
s5k5ccgx 58659 1 - Live 0x00000000
videobuf_vmalloc 4381 1 atomisp, Live 0x00000000
videobuf_core 17050 2 atomisp,videobuf_vmalloc, Live 0x00000000
[COLOR="Purple"]ntfs 238266 0 - Live 0x00000000[/COLOR]
[COLOR="Purple"]md4 2896 0 - Live 0x00000000
cifs 265952 2 - Live 0x00000000[/COLOR]
hdmi_audio 18103 0 - Live 0x00000000 (C)
pvrsgx 319199 11 - Live 0x00000000 (C)
pnwdisp 494300 59 hdmi_audio,pvrsgx, Live 0x00000000 (C)
mount command shows it is mounted
Code:
[email protected]:/ # mount
...
//192.168.3.11/Public /mnt/cifs cifs rw,relatime,sec=ntlm,unc=\\192.168.3.11\Public,username=Guess,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.3.11,unix,posixpaths,serverino,acl,rsize=1048576,wsize=65536,actimeo=1 0 0
dmesg no debug
Code:
<6>[ 6440.177065] C0 [ watchdog] [email protected] 214
<7>[ 6443.645770] C3 [ busybox] SELinux: initialized (dev cifs, type cifs), not configured for labeling
<6>[ 6443.849287] C3 [ kworker/3:1] k2dh_work_func: x:-2, y:-218, z:964
here is a dmesg with debug enabled "echo 7 > /proc/fs/cifs/cifsFYI "
Code:
<6>[ 8095.970164] C2 [ healthd] healthd: battery l=70 v=4005 t=31.4 h=2 st=3 c=0 o=4 ca=357 ct=1 ps=0 chg=u
<7>[ 8103.250228] C2 [ busybox] fs/cifs/cifsfs.c: Devname: //192.168.3.11/Public flags: 32768
<7>[ 8103.250310] C2 [ busybox] fs/cifs/connect.c: Username: Guess
<7>[ 8103.250332] C2 [ busybox] fs/cifs/connect.c: file mode: 0x1ed dir mode: 0x1ed
<7>[ 8103.251610] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 48 with uid: 0
<7>[ 8103.251632] C2 [ busybox] fs/cifs/connect.c: UNC: \\192.168.3.11\Public ip: 192.168.3.11
<7>[ 8103.251653] C2 [ busybox] fs/cifs/netmisc.c: address conversion returned 1 for 192.168.3.11
<7>[ 8103.251719] C2 [ busybox] fs/cifs/connect.c: Socket created
<7>[ 8103.251736] C2 [ busybox] fs/cifs/connect.c: sndbuf 262144 rcvbuf 1048576 rcvtimeo 0x2bc
<7>[ 8103.263040] C3 [ busybox] fs/cifs/connect.c: CIFS VFS: in cifs_get_smb_ses as Xid: 49 with uid: 0
<7>[ 8103.263065] C3 [ busybox] fs/cifs/connect.c: Existing smb sess not found
<7>[ 8103.263113] C1 [ cifsd] fs/cifs/connect.c: Demultiplex PID: 5691
<7>[ 8103.263178] C3 [ busybox] fs/cifs/cifssmb.c: secFlags 0x7
<7>[ 8103.263200] C3 [ busybox] fs/cifs/transport.c: For smb_command 114
<7>[ 8103.263216] C3 [ busybox] fs/cifs/transport.c: Sending smb: total_len 82
<7>[ 8103.267662] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x61
<7>[ 8103.267795] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=114 mid=1 state=4
<7>[ 8103.267821] C2 [ busybox] fs/cifs/cifssmb.c: Dialect: 2
<7>[ 8103.267836] C2 [ busybox] fs/cifs/cifssmb.c: Max buf = 16644
<7>[ 8103.267851] C2 [ busybox] fs/cifs/cifssmb.c: negprot rc 0
<7>[ 8103.267868] C2 [ busybox] fs/cifs/connect.c: Security Mode: 0x3 Capabilities: 0x80f3fd TimeAdjust: 14400
<7>[ 8103.267884] C2 [ busybox] fs/cifs/sess.c: sess setup type 1
<7>[ 8103.267990] C2 [ busybox] fs/cifs/transport.c: For smb_command 115
<7>[ 8103.268006] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 222
<7>[ 8103.270610] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x60
<7>[ 8103.270692] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=115 mid=2 state=4
<7>[ 8103.270718] C2 [ busybox] fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
<7>[ 8103.270736] C2 [ busybox] fs/cifs/sess.c: Guest login
<7>[ 8103.270749] C2 [ busybox] fs/cifs/sess.c: UID = 100
<7>[ 8103.270762] C2 [ busybox] fs/cifs/sess.c: bleft 54
<7>[ 8103.270781] C2 [ busybox] fs/cifs/sess.c: serverOS=Unix
<7>[ 8103.270798] C2 [ busybox] fs/cifs/sess.c: serverNOS=Samba 3.6.6
<7>[ 8103.270815] C2 [ busybox] fs/cifs/sess.c: serverDomain=WORKGROUP
<7>[ 8103.270830] C2 [ busybox] fs/cifs/sess.c: ssetup freeing small buf dbdf0540
<7>[ 8103.270848] C2 [ busybox] fs/cifs/connect.c: CIFS Session Established successfully
<7>[ 8103.270866] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: leaving cifs_get_smb_ses (xid = 49) rc = 0
<7>[ 8103.270887] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: in cifs_get_tcon as Xid: 50 with uid: 0
<7>[ 8103.270911] C2 [ busybox] fs/cifs/transport.c: For smb_command 117
<7>[ 8103.270926] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 98
<7>[ 8103.532984] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x3e
<7>[ 8103.533088] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=117 mid=3 state=4
<7>[ 8103.533122] C2 [ busybox] fs/cifs/connect.c: disk share connection
<7>[ 8103.533146] C2 [ busybox] fs/cifs/connect.c: nativeFileSystem=NTFS
<7>[ 8103.533160] C2 [ busybox] fs/cifs/connect.c: Tcon flags: 0x1
<7>[ 8103.533177] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: leaving cifs_get_tcon (xid = 50) rc = 0
<7>[ 8103.533192] C2 [ busybox] fs/cifs/connect.c: CIFS Tcon rc = 0
<7>[ 8103.533207] C2 [ busybox] fs/cifs/cifssmb.c: In QFSUnixInfo
<7>[ 8103.533230] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.533246] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 72
<7>[ 8103.537893] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x44
<7>[ 8103.537985] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=4 state=4
<7>[ 8103.538022] C2 [ busybox] fs/cifs/connect.c: unix caps which server supports 379
<7>[ 8103.538038] C2 [ busybox] fs/cifs/connect.c: negotiated posix acl support
<7>[ 8103.538051] C2 [ busybox] fs/cifs/connect.c: negotiate posix pathnames
<7>[ 8103.538065] C2 [ busybox] fs/cifs/connect.c: Negotiate caps 0x15b
<7>[ 8103.538078] C2 [ busybox] fs/cifs/connect.c: FCNTL cap
<7>[ 8103.538090] C2 [ busybox] fs/cifs/connect.c: EXTATTR cap
<7>[ 8103.538102] C2 [ busybox] fs/cifs/connect.c: POSIX path cap
<7>[ 8103.538114] C2 [ busybox] fs/cifs/connect.c: POSIX ACL cap
<7>[ 8103.538127] C2 [ busybox] fs/cifs/connect.c: very large read cap
<7>[ 8103.538139] C2 [ busybox] fs/cifs/connect.c: transport encryption cap
<7>[ 8103.538153] C2 [ busybox] fs/cifs/cifssmb.c: In SETFSUnixInfo
<7>[ 8103.538175] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.538191] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 86
<7>[ 8103.540383] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x37
<7>[ 8103.540469] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=5 state=4
<7>[ 8103.540504] C2 [ busybox] fs/cifs/cifssmb.c: In QFSDeviceInfo
<7>[ 8103.540527] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.540543] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 72
<7>[ 8103.542631] C2 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x40
<7>[ 8103.542778] C3 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=6 state=4
<7>[ 8103.542807] C3 [ busybox] fs/cifs/cifssmb.c: In QFSAttributeInfo
<7>[ 8103.542830] C3 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.542846] C3 [ busybox] fs/cifs/transport.c: Sending smb: total_len 72
<7>[ 8103.545164] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x4c
<7>[ 8103.545273] C3 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=7 state=4
<7>[ 8103.545313] C3 [ busybox] fs/cifs/connect.c: build_unc_path_to_root: full_path=//192.168.3.11/Public
<7>[ 8103.545343] C3 [ busybox] fs/cifs/transport.c: For smb_command 117
<7>[ 8103.545359] C3 [ busybox] fs/cifs/transport.c: Sending smb: total_len 94
<7>[ 8103.547703] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x38
<7>[ 8103.547791] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=117 mid=8 state=4
<7>[ 8103.547828] C2 [ busybox] fs/cifs/connect.c: CIFS Tcon rc = 0 ipc_tid = 2
<7>[ 8103.547846] C2 [ busybox] fs/cifs/cifssmb.c: In GetDFSRefer the path \192.168.3.11\Public
<7>[ 8103.547875] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.547890] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 116
<7>[ 8103.669635] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x23
<7>[ 8103.669690] C3 [ cifsd] fs/cifs/connect.c: invalid transact2 word count
<7>[ 8103.669744] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=9 state=4
<5>[ 8103.669778] C2 [ busybox] Status code returned 0xc0000225 NT_STATUS_NOT_FOUND
<7>[ 8103.669803] C2 [ busybox] fs/cifs/netmisc.c: Mapping smb error code 0xc0000225 to POSIX err -5
<7>[ 8103.669825] C2 [ busybox] fs/cifs/cifssmb.c: Send error in GetDFSRefer = -5
<7>[ 8103.669859] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.669874] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 78
<7>[ 8103.674116] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0x86
<7>[ 8103.674235] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=10 state=4
<7>[ 8103.674279] C2 [ busybox] fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 48) rc = 0
<7>[ 8103.674361] C2 [ busybox] fs/cifs/inode.c: CIFS VFS: in cifs_root_iget as Xid: 51 with uid: 0
<7>[ 8103.674376] C2 [ busybox] fs/cifs/inode.c: Getting info on
<7>[ 8103.674390] C2 [ busybox] fs/cifs/cifssmb.c: In QPathInfo (Unix) the path
<7>[ 8103.674417] C2 [ busybox] fs/cifs/transport.c: For smb_command 50
<7>[ 8103.674432] C2 [ busybox] fs/cifs/transport.c: Sending smb: total_len 78
<7>[ 8103.677197] C3 [ cifsd] fs/cifs/connect.c: RFC1002 header 0xa0
<7>[ 8103.677317] C2 [ busybox] fs/cifs/transport.c: cifs_sync_mid_result: cmd=50 mid=11 state=4
<7>[ 8103.677364] C2 [ busybox] fs/cifs/inode.c: looking for uniqueid=5537809
<7>[ 8103.677392] C2 [ busybox] fs/cifs/inode.c: cifs_revalidate_cache: revalidating inode 5537809
<7>[ 8103.677409] C2 [ busybox] fs/cifs/inode.c: cifs_revalidate_cache: inode 5537809 is new
<7>[ 8103.677427] C2 [ busybox] fs/cifs/inode.c: inode 0xc639a204 old_time=0 new_time=780393
<7>[ 8103.677460] C2 [ busybox] fs/cifs/cifsfs.c: Get root dentry for
<7>[ 8103.677476] C2 [ busybox] fs/cifs/cifsfs.c: dentry root is: c628ce80
<7>[ 8103.677508] C2 [ busybox] SELinux: initialized (dev cifs, type cifs), not configured for labeling
here is cifs debugdata file
Code:
Display Internal CIFS Data Structures for Debugging
---------------------------------------------------
CIFS Version 1.78
Features: dfs lanman posix spnego xattr acl
Active VFS Requests: 0
Servers:
1) Name: 192.168.3.11 Domain: WORKGROUP Uses: 1 OS: Unix
NOS: Samba 3.6.6 Capability: 0x80f3fd
SMB session status: 1 TCP status: 1
Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0 In Send: 0 In MaxReq Wait: 0
Shares:
1) \\192.168.3.11\Public Mounts: 1 Type: NTFS DevInfo: 0x20 Attributes: 0x1002f
PathComponentMax: 255 Status: 0x1 type: DISK
MIDs:
Attached are the files

[Q] S4 Mini Restarts.... Kernel Panic! Pls Help!

Hello Community,
i have about 20x Galaxy S4 Mini, there are all have random reboots.... all with the same failure..... I hope somebody can help me ....
What i have tried:
Many Firmwares ....
Other Kernels....
Custom Mods....
But nothing helps, after this i have readout the Logfile from the System(in the next Post)
Is there anything i can do? Change an IC or anything else?
I need to repair this phones .... i hope somebody can help me!
GREAT THANKS!!!
here is the LOG!
[ 0.186265] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
[ 0.227926] msm_gpiomux_install: write failure: -22
[ 0.227956] msm_gpiomux_install: write failure: -22
[ 0.227956] msm_gpiomux_install: write failure: -22
[ 0.227956] msm_gpiomux_install: write failure: -22
[ 0.234671] pm8xxx-regulator pm8xxx-regulator.3: Failed to set supply 8921_l29
[ 0.234793] pm8xxx_vreg_probe: regulator_register failed: 8921_l29, rc=-16
[ 0.234793] pm8xxx_vreg_probe: error for 8921_l29, rc=-16
[ 0.242423] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.242453] AXI: msm_bus_rpm_is_mem_interleaved(): Status read for interleaving returned: -22
[ 0.242453] Using interleaved memory by default
[ 0.242636] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.242667] AXI: msm_bus_rpm_is_mem_interleaved(): Status read for interleaving returned: -22
[ 0.242667] Using interleaved memory by default
[ 0.242850] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.242881] AXI: msm_bus_rpm_is_mem_interleaved(): Status read for interleaving returned: -22
[ 0.242881] Using interleaved memory by default
[ 0.243064] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.243064] AXI: msm_bus_rpm_is_mem_interleaved(): Status read for interleaving returned: -22
[ 0.243094] Using interleaved memory by default
[ 0.243247] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.243277] AXI: msm_bus_rpm_is_mem_interleaved(): Status read for interleaving returned: -22
[ 0.243277] Using interleaved memory by default
[ 0.460155] [CAMERA][msm8930_init_cam:1906] Start
[ 0.460552] [msm_camera_gpio_install:274] [Start]
[ 0.503372] qup_i2c qup_i2c.0: Could not get core_clk
[ 0.616664] smd_channel_probe_worker: allocation table not initialized
[ 0.634701] msm_iommu_dev: Could not find context <jpegd_src>
[ 0.635006] msm_iommu_dev: Could not find context <jpegd_dst>
[ 0.684816] [mdnie lite] start!
[ 0.685304] [mdnie lite] end!
[ 0.690920] hdmi_msm hdmi_msm.1: external_common_state_create: sysfs group dfae7808
[ 0.692415] Inside writeback_driver_init
[ 0.693117] Inside writeback_probe
[ 1.004974] wcd9xxx-i2c-core 8-0077: wcd9xxx_i2c_proberobe for other slaves
[ 1.004974] devices of codec I2C slave Addr = 77
[ 1.015840] wcd9xxx-i2c-core 8-0066: wcd9xxx_i2c_proberobe for other slaves
[ 1.015840] devices of codec I2C slave Addr = 66
[ 1.027529] wcd9xxx-i2c-core 8-0055: wcd9xxx_i2c_proberobe for other slaves
[ 1.027559] devices of codec I2C slave Addr = 55
[ 1.205432] Atmel MXT336S 3-004a: tsp_atmel/mxt336s_Serrano.fw
[ 1.205676] couldn't get usb power supply
[ 1.775888] Atmel MXT336S 3-004a: 555clear_cover_enable = 0
[ 1.792858] Atmel MXT336S 3-004a: [GDC] changed gdc_value Init -> Init
[ 1.813093] Atmel MXT336S 3-004a: [GDC] changed gdc_value Init -> Init
[ 1.833358] mpu6050_input_probe: mpu6050 probe failed
[ 1.892781] Atmel MXT336S 3-004a: [GDC] changed gdc_value Init -> Init
[ 1.961941] imx175 spi driver probe
[ 1.964962] imx175_spi_read_id: ReadID:0xf8, 0x12
[ 1.969357] imx175_spi_read : Enter - reg_addr : 0x40
[ 1.974759] imx175_spi_read : Enter - reg_addr : 0x1000
[ 1.979887] imx175_spi_read : Enter - reg_addr : 0x2000
[ 1.985106] imx175_spi_read : Enter - reg_addr : 0x300c
[ 1.995452] imx175_spi_read : Enter - reg_addr : 0x1200
[ 2.000274] imx175_spi_read : Enter - reg_addr : 0x1218
[ 2.010499] imx175_format_calibrationdata: is_all_supported= 1
[ 2.015809] [shchang : imx175_format_afdata] Little Endian!!
[ 2.021150] [shchang : imx175_format_wbdata] Little Endian!!
[ 2.028109] msm_sensor_i2c_probe s5k3h5xa probe succeeded
[ 2.032656] [teddy]msm_sensor_i2c_probe s5k3h5xa sensor_create_node
[ 2.039096] [teddy][/opt/jenkins/android/workspace/android/jellybean/kernel/samsung/msm8930-common/drivers/media/video/msm/sensors/s5k3h5xa.c::::S5K3H5XA_create_node][1]
[ 2.054051] [teddy][/opt/jenkins/android/workspace/android/jellybean/kernel/samsung/msm8930-common/drivers/media/video/msm/sensors/s5k3h5xa.c::::S5K3H5XA_create_node][2]
[ 2.069159] [teddy][/opt/jenkins/android/workspace/android/jellybean/kernel/samsung/msm8930-common/drivers/media/video/msm/sensors/s5k3h5xa.c::::S5K3H5XA_create_node][3]
[ 2.084632] msm_eeprom_probe probe_fail
[ 2.089363] msm_sensor_i2c_probe s5k6a3yx probe succeeded
[ 2.093911] msm_eeprom_probe probe_fail
[ 2.142560] mmc0: No card detect facilities available
[ 2.156905] mmc1: No card detect facilities available
[ 2.322997] soc-audio soc-audio.0: Failed to add Speaker Function: -16
[ 2.388768] tc360_probe start
[ 2.392247] tc360_init: init done 0
[ 2.395482] read_ocv_trim: program rev reg is 0x19
[ 2.399572] pm8921_is_usb_chg_plugged_in: called before init
[ 2.406836] pm8921_is_usb_chg_plugged_in: called before init
[ 2.411597] pm8921_is_batfet_closed: called before init
[ 2.446970] pm8921_is_usb_chg_plugged_in: called before init
[ 2.454051] pm8921_is_usb_chg_plugged_in: called before init
[ 2.458995] pm8921_is_batfet_closed: called before init
[ 2.486983] pm8921_is_usb_chg_plugged_in: called before init
[ 2.495223] pm8921_usb_ovp_disable: called before init
[ 2.499587] power_supply usb: driver failed to report `present' property: 4294967274
[ 2.507340] power_supply usb: driver failed to report `present' property: 4294967274
[ 2.514939] power_supply ac: driver failed to report `present' property: 4294967274
[ 2.522905] power_supply ac: driver failed to report `present' property: 4294967274
[ 2.539050] power_supply fuelgauge: driver failed to report `current_max' property: 4294967274
[ 2.550221] irda_device_init called!
[ 2.553364] barcode_emul_ice4: probe complete barcode_emul_probe
[ 2.559011] power_supply fuelgauge: driver failed to report `current_max' property: 4294967274
[ 2.668060] init: do_chown: Could not access /selinux/booleans
[ 2.884602] power_supply usb: driver failed to report `health' property: 4294967274
[ 2.894430] power_supply fuelgauge: driver failed to report `current_max' property: 4294967274
[ 2.925988] sec_jack_det_work_func : err det jack state 0
[ 2.930444] sec_jack:sec_jack_set_type return, same type reason 0
[ 2.936609] init: could not open /dev/keychord
[ 3.647947] tsu6721 15-0025: dev1: 0x0, dev2: 0x0, dev3: 0x0, ADC: 0x1f JigFF
[ 3.944788] wcnss: no space available for smd frame
[ 3.976316] wcnss: no space available for smd frame
[ 4.006317] wcnss: no space available for smd frame
[ 4.036349] wcnss: no space available for smd frame
[ 5.718937] init: no such service 'quipc_igsn'
[ 5.754188] init: no such service 'quipc_main'
[ 5.782847] init: no such service 'location_mq'
[ 5.802411] init: no such service 'lowi-server'
[ 5.963192] init: no such service 'battery_monitor'
[ 7.044651] [mdnie lite] is negative Mode On = 0
[ 7.044651] [mdnie lite] negative off when resume, tuning again!
[ 7.044651] [mdnie lite] mDNIe_Set_Mode start , mode(0), background(1)
[ 7.044651] [mdnie lite] = UI MODE =
[ 7.044681] [mdnie lite] = STANDARD MODE =
[ 7.044681] [mdnie lite] send tuning cmd!!
[ 7.077949] [mdnie lite] mDNIe_Set_Mode end , mode(0), background(1)
[ 10.643949] Notify: smsm init
[ 11.774942] diag: proc 0, msg mask update fail -12, tried 419
[ 14.976865] accel_open_calibration: Can't open calibration file
[ 25.216023] Atmel MXT336S 3-004a: [GDC] changed gdc_value Init -> Waiting
[ 28.649107] Atmel MXT336S 3-004a: [GDC] changed gdc_value Waiting -> Getting
[ 28.803631] Atmel MXT336S 3-004a: [GDC] changed gdc_value Getting -> Aquired
[ 29.215382] Atmel MXT336S 3-004a: [GDC] changed gdc_value Aquired -> Finish
[ 39.948206] NOHZ: local_softirq_pending 08
[ 40.158003] NOHZ: local_softirq_pending 08
[ 40.170151] NOHZ: local_softirq_pending 08
[ 40.180314] NOHZ: local_softirq_pending 08
[ 40.300228] NOHZ: local_softirq_pending 08
[ 40.338593] NOHZ: local_softirq_pending 08
[ 40.478681] NOHZ: local_softirq_pending 08
[ 41.278681] NOHZ: local_softirq_pending 08
[ 41.662627] NOHZ: local_softirq_pending 08
[ 41.808057] NOHZ: local_softirq_pending 08
[ 98.966976] [CAMERA][cameraflash_file_cmd_store:1715] [value::1]
[ 98.972226] [CAMERA][MIC2871YMK_set_flash:1575] [teddy][Torch flash]ON
[ 100.315550] [CAMERA][cameraflash_file_cmd_store:1715] [value::0]
[ 100.321043] [CAMERA][MIC2871YMK_set_flash:1571] [teddy][Torch flash]OFF
[ 110.878345] mdp4_dsi_video_wait4vsync timeout ret=0
[ 110.919639] dtv_pipe is not configured yet
[ 112.513566] tsu6721 15-0025: dev1: 0x0, dev2: 0x0, dev3: 0x0, ADC: 0x1f JigFF
[ 113.363985] tsu6721 15-0025: dev1: 0x0, dev2: 0x0, dev3: 0x0, ADC: 0x1f JigFF
[ 122.870624] tsu6721 15-0025: dev1: 0x4, dev2: 0x0, dev3: 0x2, ADC: 0x1f JigFF
[ 122.870929] pm_chg_usb_trim: trim_orig 61 write 0x47 index=2 value 0xa to USB_OVP_TRIM
[ 122.870959] pm8921_set_max_battery_charge_current: pm8921_set_max_battery_charge_current (475mA)--------
[ 122.871783] power_supply usb: driver failed to report `health' property: 4294967274
[ 122.979063] tsu6721 15-0025: dev1: 0x4, dev2: 0x0, dev3: 0x2, ADC: 0x1f JigFF
[ 122.979246] pm_batt_power_set_property: Same cable type, no need to change
[ 123.042972] get_prop_batt_status: get_prop_batt_status: Not enough charging SOC:49,3810mV
[ 123.232595] accel_open_calibration: Can't open calibration file
[ 123.534961] [mdnie lite] is negative Mode On = 0
[ 123.539661] [mdnie lite] negative off when resume, tuning again!
[ 123.544697] [mdnie lite] mDNIe_Set_Mode start , mode(0), background(1)
[ 123.551258] [mdnie lite] = UI MODE =
[ 123.554829] [mdnie lite] = STANDARD MODE =
[ 123.559041] [mdnie lite] send tuning cmd!!
[ 123.584953] [mdnie lite] mDNIe_Set_Mode end , mode(0), background(1)
[ 123.699923] tc360 16-0020: no button press interrupt(0x0)
[ 123.887532] Atmel MXT336S 3-004a: 555clear_cover_enable = 0
[ 123.903799] Atmel MXT336S 3-004a: [GDC] changed gdc_value Finish -> Aquired
[ 124.331573] Atmel MXT336S 3-004a: [GDC] changed gdc_value Aquired -> Finish
[ 244.310941] pm_chg_usb_trim: trim_orig 61 write 0x3d index=0 value 0x0 to USB_OVP_TRIM
[ 244.318357] power_supply usb: driver failed to report `health' property: 4294967274
[ 244.327147] pm_batt_power_set_property: Same cable type, no need to change
[ 244.336975] power_supply usb: driver failed to report `health' property: 4294967274
[ 244.579124] Atmel MXT336S 3-004a: 555clear_cover_enable = 0
[ 244.595605] Atmel MXT336S 3-004a: [GDC] changed gdc_value Finish -> Aquired
[ 244.954402] Atmel MXT336S 3-004a: [GDC] changed gdc_value Aquired -> Finish
[ 245.347932] power_supply usb: driver failed to report `health' property: 4294967274
[ 304.627163] ------------[ cut here ]------------
[ 304.630825] kernel BUG at /opt/jenkins/android/workspace/android/jellybean/kernel/samsung/msm8930-common/fs/ext4/indirect.c:666!
[ 304.642392] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM
[ 304.648222] Modules linked in: adsprpc
[ 304.651915] CPU: 1 Tainted: G W (3.4.0-cyanogenmod-g55208d9 #1)
[ 304.659087] PC is at ext4_ind_map_blocks+0x98/0x5d4
[ 304.663879] LR is at ext4_map_blocks+0x54/0x328
[ 304.668396] pc : [<c01ade70>] lr : [<c017cf4c>] psr: 00000013
[ 304.668396] sp : df58dc90 ip : 00000000 fp : dee12e68
[ 304.679841] r10: df58ddb0 r9 : 00000000 r8 : 00000001
[ 304.685121] r7 : 00001121 r6 : 00000000 r5 : 00000000 r4 : df58ddb0
[ 304.691561] r3 : 00080000 r2 : df58ddb0 r1 : dee12e68 r0 : 00000000
[ 304.698122] Flags: nzcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
[ 304.705447] Control: 10c5787d Table: 9dc6c06a DAC: 00000015
[ 304.711094]
[ 304.711094] PC: 0xc01addf0:
[ 304.715397] ddf0 e1a0b001 e592800c e58d302c e3a03000 e1a0a002 e58d3030 e58d3034 e1a00000
[ 304.723515] de10 ea000013 e58d6000 e1a03008 e514c008 e5140004 e1a0100b e1a02007 e12fff3c
[ 304.731664] de30 e4943008 e3530000 1afffff5 e1a0000d e3c02d7f e3c2203f e5923004 e2433001
[ 304.739813] de50 e5823004 e5923000 e3130002 0a000000 eb1565aa e51b3034 e3130702 0a000000
[ 304.747993] de70 e7f001f2 e3550000 1a000002 e3160001 0a000000 e7f001f2 e1a0000b e59a1008
[ 304.756142] de90 e28d2038 e28d3030 ebfffc34 e3500000 e58d0024 1a000005 e59a7008 e1ca40d0
[ 304.764291] deb0 e59a800c e59da02c e1a00000 ea000111 e28d302c e1a0000b e59d1024 e28d2038
[ 304.772470] ded0 e58d3000 e28d3048 ebfffd71 e2504000 1a00001f e59d1024 e3a0200c e28d0078
[ 304.780619]
[ 304.780619] LR: 0xc017cecc:
[ 304.784922] cecc 12844008 1affff94 eaffff9c e28dd018 e8bd8fd0 c0918c62 c0721a54 c0918cf8
[ 304.793041] ceec c091439b c0ac11dc c0b7e3c0 e92d4ff0 e1a07003 e3a03000 e2418010 e1a05001
[ 304.801190] cf0c e1a09000 e5823010 e1a00008 e24dd05c e1a04002 eb1626de e5153034 e1a00009
[ 304.809369] cf2c e1a01005 e1a02004 e3130702 e2073080 0a000001 eb0087d7 ea000000 eb00c3a2
[ 304.817518] cf4c e1a0a000 e1a00008 ebfc4683 e35a0000 ca000002 e3170001 1a000012 ea0000a3
[ 304.825667] cf6c e5943010 e3130020 0afffff9 e595301c e594200c e58d2000 e59301e8 e1c420d0
[ 304.833847] cf8c eb00b749 e3500000 1afffff1 e1a00005 e30011ef e1a02004 eb160ca2 e3500000
[ 304.841995] cfac 1a000099 eaffffea e35a0000 da000002 e5943010 e3130020 1a00008c e5943010
[ 304.850144]
[ 304.850144] SP: 0xdf58dc10:
[ 304.854417] dc10 00011200 df58dc38 c008a538 00011210 c0ac9c00 00000001 c0ac0ff8 c18d62a8
[ 304.862566] dc30 c18d9540 c01ade74 00000013 c000de14 00000000 c000dba8 00000000 dee12e68
[ 304.870715] dc50 df58ddb0 00080000 df58ddb0 00000000 00000000 00001121 00000001 00000000
[ 304.878895] dc70 df58ddb0 dee12e68 00000000 df58dc90 c017cf4c c01ade70 00000013 ffffffff
[ 304.887044] dc90 00000000 00000000 00000000 d87d0c40 00000400 000007fc 00000000 00000000
[ 304.895193] dcb0 00000000 00000000 00000001 fffffffb 00000000 00000000 00000000 00000000
[ 304.903372] dcd0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 304.911521] dcf0 00000000 00000000 c0b7804c df58ddb0 dee12e58 c0707f00 00000001 df58ddb0
[ 304.919700]
[ 304.919700] FP: 0xdee12de8:
[ 304.923943] 2de8 00000000 00000000 0000542f 00000351 00000000 00000000 00000000 00000000
[ 304.932092] 2e08 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 304.940271] 2e28 00000000 00000000 00000000 00080000 00000000 00000000 dee12e40 dee12e40
[ 304.948420] 2e48 dee12e48 dee12e48 0542f000 00000000 00000001 22432243 dee12e60 dee12e60
[ 304.956569] 2e68 00008180 00000000 00000000 00000000 ffffffff ffffffff c0721880 df9fd800
[ 304.964748] 2e88 dee12f38 df4763c0 00000008 00000001 00000000 00000000 00000000 00000000
[ 304.972897] 2ea8 00000000 00000000 00000000 00190019 00000000 00000000 0002a178 00000000
[ 304.981046] 2ec8 0542f000 00000000 00000000 00000000 00000001 00000000 dee12ee0 dee12ee0
[ 304.989226]
[ 304.989226] R1: 0xdee12de8:
[ 304.993468] 2de8 00000000 00000000 0000542f 00000351 00000000 00000000 00000000 00000000
[ 305.001617] 2e08 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 305.009797] 2e28 00000000 00000000 00000000 00080000 00000000 00000000 dee12e40 dee12e40
[ 305.017945] 2e48 dee12e48 dee12e48 0542f000 00000000 00000001 22432243 dee12e60 dee12e60
[ 305.026125] 2e68 00008180 00000000 00000000 00000000 ffffffff ffffffff c0721880 df9fd800
[ 305.034274] 2e88 dee12f38 df4763c0 00000008 00000001 00000000 00000000 00000000 00000000
[ 305.042423] 2ea8 00000000 00000000 00000000 00190019 00000000 00000000 0002a178 00000000
[ 305.050602] 2ec8 0542f000 00000000 00000000 00000000 00000001 00000000 dee12ee0 dee12ee0
[ 305.058751]
[ 305.058751] R2: 0xdf58dd30:
[ 305.062994] dd30 c18df9a0 00000000 00000002 00000046 c0a8b540 df29a6c0 00000000 d7675d80
[ 305.071173] dd50 00000000 00000000 0000003e 0000003e 00000000 00000002 ddf62000 c0ac882c
[ 305.079322] dd70 c0a88280 c0018244 c00091a0 fffffffe c0ac9c00 00000001 c0ac0ff8 00000000
[ 305.087471] dd90 00000000 df58ddf0 00000000 dee12e68 25bd5a1d 00000000 00000000 c017f040
[ 305.095650] ddb0 00000000 00000000 00001121 00000001 00000000 d7675d80 00000000 00000000
[ 305.103799] ddd0 dee12e68 dee12f38 00001121 25bd5a1d df9fd400 c014a1dc df58ddf0 00000000
[ 305.111948] ddf0 00000000 00000000 00000001 00000000 00000000 00000000 00001000 00000001
[ 305.120128] de10 000001dd 00000001 00000000 00000001 00000000 00000000 00000000 d87d0c40
[ 305.128277]
[ 305.128277] R4: 0xdf58dd30:
[ 305.132580] dd30 c18df9a0 00000000 00000002 00000046 c0a8b540 df29a6c0 00000000 d7675d80
[ 305.140698] dd50 00000000 00000000 0000003e 0000003e 00000000 00000002 ddf62000 c0ac882c
[ 305.148847] dd70 c0a88280 c0018244 c00091a0 fffffffe c0ac9c00 00000001 c0ac0ff8 00000000
[ 305.157027] dd90 00000000 df58ddf0 00000000 dee12e68 25bd5a1d 00000000 00000000 c017f040
[ 305.165176] ddb0 00000000 00000000 00001121 00000001 00000000 d7675d80 00000000 00000000
[ 305.173325] ddd0 dee12e68 dee12f38 00001121 25bd5a1d df9fd400 c014a1dc df58ddf0 00000000
[ 305.181504] ddf0 00000000 00000000 00000001 00000000 00000000 00000000 00001000 00000001
[ 305.189653] de10 000001dd 00000001 00000000 00000001 00000000 00000000 00000000 d87d0c40
[ 305.197802]
[ 305.197802] R10: 0xdf58dd30:
[ 305.202136] dd30 c18df9a0 00000000 00000002 00000046 c0a8b540 df29a6c0 00000000 d7675d80
[ 305.210315] dd50 00000000 00000000 0000003e 0000003e 00000000 00000002 ddf62000 c0ac882c
[ 305.218464] dd70 c0a88280 c0018244 c00091a0 fffffffe c0ac9c00 00000001 c0ac0ff8 00000000
[ 305.226613] dd90 00000000 df58ddf0 00000000 dee12e68 25bd5a1d 00000000 00000000 c017f040
[ 305.234793] ddb0 00000000 00000000 00001121 00000001 00000000 d7675d80 00000000 00000000
[ 305.242942] ddd0 dee12e68 dee12f38 00001121 25bd5a1d df9fd400 c014a1dc df58ddf0 00000000
[ 305.251121] ddf0 00000000 00000000 00000001 00000000 00000000 00000000 00001000 00000001
[ 305.259270] de10 000001dd 00000001 00000000 00000001 00000000 00000000 00000000 d87d0c40
[ 305.267419] Process jbd2/mmcblk0p24 (pid: 143, stack limit = 0xdf58c2f0)
[ 305.274103] Stack: (0xdf58dc90 to 0xdf58e000)
[ 305.278498] dc80: 00000000 00000000 00000000 d87d0c40
[ 305.286616] dca0: 00000400 000007fc 00000000 00000000 00000000 00000000 00000001 fffffffb
[ 305.294826] dcc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 305.302975] dce0: 00000000 00000000 00000000 00000000 00000000 00000000 c0b7804c df58ddb0
[ 305.311094] dd00: dee12e58 c0707f00 00000001 df58ddb0 dee12e68 df58ddf0 00000000 dee12e58
[ 305.319304] dd20: 00000000 00000000 00000000 c017cf4c c18df9a0 00000000 00000002 00000046
[ 305.327453] dd40: c0a8b540 df29a6c0 00000000 d7675d80 00000000 00000000 0000003e 0000003e
[ 305.335632] dd60: 00000000 00000002 ddf62000 c0ac882c c0a88280 c0018244 c00091a0 fffffffe
[ 305.343720] dd80: c0ac9c00 00000001 c0ac0ff8 00000000 00000000 df58ddf0 00000000 dee12e68
[ 305.351960] dda0: 25bd5a1d 00000000 00000000 c017f040 00000000 00000000 00001121 00000001
[ 305.360109] ddc0: 00000000 d7675d80 00000000 00000000 dee12e68 dee12f38 00001121 25bd5a1d
[ 305.368258] dde0: df9fd400 c014a1dc df58ddf0 00000000 00000000 00000000 00000001 00000000
[ 305.376377] de00: 00000000 00000000 00001000 00000001 000001dd 00000001 00000000 00000001
[ 305.384587] de20: 00000000 00000000 00000000 d87d0c40 000001dd 00001121 00000000 c017c53c
[ 305.392736] de40: c017f10c c017c4d0 54dd1ed1 df9fd400 df9fd400 df58de80 00001121 c0137eb4
[ 305.400854] de60: 00000000 c01ba348 df9fd600 df58df04 ffffffff c01ba864 00000000 df9fd43c
[ 305.409064] de80: 60000013 00000001 00000003 54dd1ed1 deeaf240 c01b3c14 54dd1ed1 25bd5a1d
[ 305.417213] dea0: df58df04 df9fd400 deeaf240 df9fd600 00100100 00000000 00000000 00000000
[ 305.425392] dec0: 00000000 c01b48dc 00000002 00000000 c0a8b540 df29a6c0 df9fd414 00000000
[ 305.433480] dee0: ffffffff deeaf274 00000008 df6b6000 ed3dde28 00000046 ed3dde28 00000046
[ 305.441690] df00: c0a88280 00000000 00000fc5 00006e1b 00000000 c008f1c4 ffffffff ddf62000
[ 305.449870] df20: 00000000 00000000 00000000 00000000 000001ce 00000002 00000000 00000000
[ 305.458019] df40: 91827364 df58df44 df58df44 df58df4c df58df4c 00000000 00000000 df9fd634
[ 305.466137] df60: df9fd414 df9fd46c df9fd454 df9fd400 df9fd414 df9fd46c df9fd454 df9fd634
[ 305.474347] df80: df58dfa0 c0c368e0 00000000 c01b84d4 c0ac0ff8 00000000 dea60340 c008a538
[ 305.482496] dfa0: df58dfa0 df58dfa0 df58dfcc df3a7d38 df9fd400 c01b842c 00000013 00000000
[ 305.490614] dfc0: 00000000 00000000 00000000 c0089d9c 00000000 df9fd400 00000000 00000000
[ 305.498824] dfe0: df58dfe0 df58dfe0 df3a7d38 c0089d18 c000e9e4 c000e9e4 00000000 00000000
[ 305.507004] [<c01ade70>] (ext4_ind_map_blocks+0x98/0x5d4) from [<c017cf4c>] (ext4_map_blocks+0x54/0x328)
[ 305.516435] [<c017cf4c>] (ext4_map_blocks+0x54/0x328) from [<c017f040>] (_ext4_get_block+0x9c/0x128)
[ 305.525560] [<c017f040>] (_ext4_get_block+0x9c/0x128) from [<c014a1dc>] (generic_block_bmap+0x44/0x54)
[ 305.534808] [<c014a1dc>] (generic_block_bmap+0x44/0x54) from [<c017c53c>] (ext4_bmap+0x6c/0xd8)
[ 305.543537] [<c017c53c>] (ext4_bmap+0x6c/0xd8) from [<c0137eb4>] (bmap+0x1c/0x3c)
[ 305.550984] [<c0137eb4>] (bmap+0x1c/0x3c) from [<c01ba348>] (jbd2_journal_bmap+0x28/0x98)
[ 305.559163] [<c01ba348>] (jbd2_journal_bmap+0x28/0x98) from [<c01ba864>] (jbd2_journal_get_descriptor_buffer+0x14/0x94)
[ 305.569906] [<c01ba864>] (jbd2_journal_get_descriptor_buffer+0x14/0x94) from [<c01b3c14>] (journal_submit_commit_record+0x3c/0x148)
[ 305.581718] [<c01b3c14>] (journal_submit_commit_record+0x3c/0x148) from [<c01b48dc>] (jbd2_journal_commit_transaction+0xb88/0x15e4)
[ 305.593529] [<c01b48dc>] (jbd2_journal_commit_transaction+0xb88/0x15e4) from [<c01b84d4>] (kjournald2+0xa8/0x250)
[ 305.603784] [<c01b84d4>] (kjournald2+0xa8/0x250) from [<c0089d9c>] (kthread+0x84/0x94)
[ 305.611628] [<c0089d9c>] (kthread+0x84/0x94) from [<c000e9e4>] (kernel_thread_exit+0x0/0x8)
[ 305.619990] Code: eb1565aa e51b3034 e3130702 0a000000 (e7f001f2)
[ 305.633419] ---[ end trace ba378b7bc393a79a ]---
[ 305.637112] Kernel panic - not syncing: Fatal exception
[ 305.642270] CPU0: stopping
[ 305.645017] [<c00133e4>] (unwind_backtrace+0x0/0xe0) from [<c00127e0>] (handle_IPI+0x100/0x1cc)
[ 305.653654] [<c00127e0>] (handle_IPI+0x100/0x1cc) from [<c0008684>] (gic_handle_irq+0x10c/0x128)
[ 305.662444] [<c0008684>] (gic_handle_irq+0x10c/0x128) from [<c000dcbc>] (__irq_usr+0x3c/0x60)
[ 305.670959] Exception stack(0xd6efbfb0 to 0xd6efbff8)
[ 305.675934] bfa0: 41f94210 59e82dd8 00000002 59e82dd9
[ 305.684144] bfc0: 41f9a63c 41f9a638 41f94210 00000001 00000008 1dcd64ff 41dec104 00000001
[ 305.692324] bfe0: 0000001d bed11ea0 40956f91 40956a00 00000030 ffffffff
[ 305.799114] Rebooting in 5 seconds..
[ 310.809461] Going down for restart now
[ 310.812421] msm_restart : clear reset flag
No errors detected

Problems with all 2.4Ghz wifi networks

Hi, I have a problem with all wifi 2.4ghz networks, I do not connect to any of them, I tried changing the password, with different routers. Factory reset google pixel and the problem persists.
Sometimes the 2.4ghz networks work magically for about three days and then it stops working without making any changes.
I leave a trace of the log to see if you can help me with my problem:
[ 428.029397] c1 7483 wlan: [7483:E :SME] csrSendJoinReqMsg: 13756: Connecting to ssid:ATU bssid: 38:60:77:9e:??:?? rssi: -42 channel: 3 country_code: ES
[ 428.029836] c1 7483 wlan: [7483:E :WDA] wma_create_peer: Created peer with peer_addr 38:60:77:9e:??:?? vdev_id 0, peer_count - 1
[ 429.198654] c0 7483 wlan: [7483:E E ] limProcessAuthFailureTimeout: 4227: received AUTH failure timeout in sessionid 0 limMlmstate 7 limSmeState 5
[ 429.199876] c0 7483 wlan: [7483:E E ] limProcessMlmAuthCnf: 795: Auth Failure occurred.
[ 429.204013] c0 7483 wlan: [7483:E :WDA] wma_remove_peer: Removed peer with addr 38:60:77:9e:??:?? vdevid 0 peer_count 0
[ 429.213566] c0 7483 wlan: connection failed with 38:60:77:9e:??:?? result:3 and Status:7
[ 429.213949] c0 7483 wlan: connection failed with 38:60:77:9e:??:?? result:1 and Status:9
[ 429.214186] c0 7483 wlan: [7483:E :HDD] hdd_AssociationCompletionHandler: send connect failure to nl80211: for bssid 38:60:77:9e:??:?? result:1 and Status:9 reasonCode 1
[ 429.231857] c1 1400 wlan: [1400:E :HDD] vos_flush_logs: Triggering bug report: type:0, indicator=1 reason_code=0 dump_trace=0x3
[ 429.246800] c1 7481 wlan: [7481:E :HDD] send_flush_completion_to_user: Sending flush done to userspace
[ 430.633523] c0 33 cnss_wlan_pci 0000:01:00.0: Refused to change power state, currently in D3
[ 430.693767] c0 33 cnss_wlan_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 432.156886] c0 33 cnss_wlan_pci 0000:01:00.0: Refused to change power state, currently in D3
[ 432.217113] c0 33 cnss_wlan_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 434.606813] c1 513 cnss_wlan_pci 0000:01:00.0: Refused to change power state, currently in D3
[ 434.670350] c1 513 cnss_wlan_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 437.082498] c0 1413 wlan: [1413:E :WDA] scan complete - scan_id a00a, vdev_id 0
[ 437.084143] c0 7483 wlan: [7483:E :SME] Found 16 BSS, statusCode 0
[ 454.593387] c2 336 cnss_wlan_pci 0000:01:00.0: Refused to change power state, currently in D3
[ 454.650798] c2 336 cnss_wlan_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 457.057173] c0 33 wlan: [33:E :WDA] scan complete - scan_id a00b, vdev_id 0
[ 457.057579] c0 7483 wlan: [7483:E :SME] Found 19 BSS, statusCode 0
How are you sure about the 2.4GHz problem? isn't it for 5GHz?
how much have you modified your phone.
Which kernel are you on?
I dont recall factory reset replacing the kernel with stock.
Yes, I only happen with the 2.4ghz networks, the 5ghz networks work perfect, I have tried to restore factory and the problem persists.
Still didn't answer question
xperiatomaja said:
Yes, I only happen with the 2.4ghz networks, the 5ghz networks work perfect, I have tried to restore factory and the problem persists.
Click to expand...
Click to collapse
?????
how much have you modified your phone.
Which kernel are you on?
parakleet said:
?????
how much have you modified your phone.
Which kernel are you on?
Click to expand...
Click to collapse
full Stock
If you are currently stock and have always been stock im guessing you are probably looking at an RMA.
The only issues i could find dealt with people that modified the kernel.
You might be having some straight up hardware failure.

[Bricked!] Changed boot slot without flashing bootloader. Only boots to EDL/Qualcomm bulk mode.

Might have a paperweight now. I have tried using the blankflash utility here (https://mirrors.lolinet.com/firmware/motorola/smith/blankflash/) but get an error about Sahara not expecting a 1. Can get the specifics if it would help. But apparently the blankflash files are really specific to what version the device was last using. Mine was T-Mobile still on an older 10 build.
Here's the log:
Code:
**** Log buffer [000001] 2021-06-26_12:10:15 ****
[ -0.000] Opening device: \\.\COM3
[ -0.000] Detecting device
[ 0.245] ReadFile() failed, GetLastError()=0
[ 1.486] ...cpu.id = 286 (0x11e)
[ 1.486] ...cpu.sn = 3255226195 (0xc206cf53)
[ 1.486] Opening singleimage
[ 1.486] Loading package
[ 1.486] ...filename = pkg.xml
[ 1.486] Loading programmer
[ 1.486] ...filename = programmer.elf
[ 1.486] Sending programmer
[ 3.937] ReadFile() failed, GetLastError()=0
[ 4.193] Unexpected command, expecting 3 or 18 or 4, got 1 instead.
[ 4.193] ERROR: sahara_download()->general error
[ 4.193] Check qboot_log.txt for more details
[ 4.193] Total time: 4.197s
[ 4.193]
[ 4.193] qboot version 3.86
[ 4.193]
[ 4.193] DEVICE {
[ 4.193] name = "\\.\COM3",
[ 4.193] flags = "0x64",
[ 4.193] addr = "0x62FD54",
[ 4.193] sahara.current_mode = "0",
[ 4.193] api.buffer = "0x2B20020",
[ 4.193] cpu.serial = "3255226195",
[ 4.193] cpu.id = "286",
[ 4.193] cpu.sv_sbl = "0",
[ 4.193] cpu.name = "SM_SAIPAN",
[ 4.193] storage.type = "UFS",
[ 4.193] sahara.programmer = "programmer.elf",
[ 4.193] api.bnr = "0x7D4F30",
[ 4.193] }
[ 4.193]
[ 4.193]
[ 4.193] Backup & Restore {
[ 4.193] num_entries = 0,
[ 4.193] restoring = "false",
[ 4.193] backup_error = "not started",
[ 4.193] restore_error = "not started",
[ 4.193] }
Seems like some of the Qualcomm flashing tools could help if I could get the specific Firehose files. Though I think I'm way in over my head and could be badly misunderstanding this all.
If you can boot into fastboot then flash all.
But if you can't then try this:
Download MSM tool.
Download Qualcomm driver.
Download your device stock ROM.
Boot into EDL mode, then connect your device.
Finally flash it through msm tool and you're done.
XDHx86 said:
If you can boot into fastboot then flash all.
But if you can't then try this:
Download MSM tool.
Download Qualcomm driver.
Download your device stock ROM.
Boot into EDL mode, then connect your device.
Finally flash it through msm tool and you're done.
Click to expand...
Click to collapse
Thanks but that tool seems to very specifically be for Oppo/OnePlus devices and very much not Motorola. Won't recognize it.
I updated the OP with more details
gorei23 said:
Thanks but that tool seems to very specifically be for Oppo/OnePlus devices and very much not Motorola. Won't recognize it.
I updated the OP with more details
Click to expand...
Click to collapse
If you can't get firehose files, then there is a different method for you to try.
Although I only tried it once on a different Moto device, but it still worked.
Try flashing your device specific blank flash file, then you should be able to boot to bootloader.
After successfully booting to bootloader use RSD tool to flash your device specific ROM.
It won't matter if you have locked bootloader or not, since you'd be flashing stock ROM or latest ROM.
RSD tool only works with bootloader, so don't bother using it with your bricked phone.
edit
XDHx86 said:
If you can't get firehose files, then there is a different method for you to try.
Although I only tried it once on a different Moto device, but it still worked.
Try flashing your device specific blank flash file, then you should be able to boot to bootloader.
After successfully booting to bootloader use RSD tool to flash your device specific ROM.
It won't matter if you have locked bootloader or not, since you'd be flashing stock ROM or latest ROM.
RSD tool only works with bootloader, so don't bother using it with your bricked phone.
Click to expand...
Click to collapse
As per the logs in the OP I can't seem to get the blank flash to work. My hypothesis is it's either a version mismatch (research into similar threads seems to show these files need to match the specific version you're running. This file is the only available afaik) or it's the result of me having switched to slot B when it's trying to flash A. But yes if I could get the bootloader up then I'd be good. It's unlocked.
Haven't had any luck finding firehose files for it either :/
My last ditch approach would be to send to Moto. I would hope that they either couldn't boot it far enough to tell it has been tampered with and not seeing any other damage they replace it. Or they flash a bootloader, realize it's been messed with and send it back (with working bootloader). Worst that happens is they send it back unchanged right?
gorei23 said:
As per the logs in the OP I can't seem to get the blank flash to work. My hypothesis is it's either a version mismatch (research into similar threads seems to show these files need to match the specific version you're running. This file is the only available afaik) or it's the result of me having switched to slot B when it's trying to flash A. But yes if I could get the bootloader up then I'd be good. It's unlocked.
Haven't had any luck finding firehose files for it either :/
My last ditch approach would be to send to Moto. I would hope that they either couldn't boot it far enough to tell it has been tampered with and not seeing any other damage they replace it. Or they flash a bootloader, realize it's been messed with and send it back (with working bootloader). Worst that happens is they send it back unchanged right?
Click to expand...
Click to collapse
Are you sure you can't find firehose files in the ROM? There is no programmer.xml or patch0.xml or anything similar in the extracted ROM?
XDHx86 said:
Are you sure you can't find firehose files in the ROM? There is no programmer.xml or patch0.xml or anything similar in the extracted ROM?
Click to expand...
Click to collapse
I can't seem to - I think programmer.elf in the blankflash file is the programmer, obviously. Still lost on the other needed files.
Tried on linux and also enabled debug options. Didn't get anwhere but more info got spit out.
Code:
sudo ./qboot --debug=1 blank-flash
Motorola qboot utility version 3.86
[ 0.000] Opening device: /dev/ttyUSB1
[ 0.000] Opening serial device: /dev/ttyUSB1
[ 0.000] serial_open():228: opening /dev/ttyUSB1
[ 0.000] Detecting device
[ 0.000] Switching to command mode
[ 0.000] Receiving HELLO packet
[ 0.000] ...protocol version: 2
[ 0.000] ...compatible with: 1
[ 0.000] ...max. packet size: 1024
[ 0.000] ...current mode: Image transfer pending
[ 0.000] Sending HELLO_RESP packet
[ 0.000] Receiving COMMAND_READY packet
[ 0.000] Identifying device
[ 0.000] Reading CPU serial number
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_SN
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.000] ...payload: 4 byte(s)
[ 0.000] Receiving payload
[ 0.000] Reading CPU id
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_HWID
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 24 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading SBL SV
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_SV_SBL
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 4 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading debug data
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_DEBUG_DATA
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 520 byte(s)
[ 0.001] Receiving payload
[ 0.001] Debug data dump follows
[ 0.001] 00000000 02 00 00 00 02 00 00 00 0b 00 0a ef 00 00 00 00 |................|
[ 0.001] 00000010 00 00 00 00 00 00 00 00 bf 9e e7 46 00 00 10 54 |...........F...T|
[ 0.001] 00000020 03 00 00 00 00 00 00 00 18 fa 32 00 00 00 00 00 |..........2.....|
[ 0.001] 00000030 d0 00 00 00 59 00 00 ef 02 02 01 ef 00 00 00 00 |....Y...........|
[ 0.001] 00000040 04 00 00 00 00 00 00 00 a6 f1 a1 49 00 00 10 54 |...........I...T|
[ 0.001] 00000050 03 00 00 00 00 00 00 00 38 f7 32 00 00 00 00 00 |........8.2.....|
[ 0.001] 00000060 31 04 00 00 5a 00 00 ef 00 00 00 00 00 00 00 00 |1...Z...........|
[ 0.001] 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.001] *
[ 0.001] 00000200 00 00 00 00 00 00 00 00 |........ |
[ 0.001] ...cpu.id = 286 (0x11e)
[ 0.001] ...cpu.sn = 3255226195 (0xc206cf53)
[ 0.001] Opening singleimage
[ 0.001] Loading package
[ 0.003] ...filename = pkg.xml
[ 0.004] Loading programmer
[ 0.004] ...filename = programmer.elf
[ 0.004] Sending programmer
[ 0.005] Switching to image download mode
[ 0.005] Sending CMD_SWITCH_MODE packet
[ 0.005] Receiving HELLO packet
[ 0.005] ...protocol version: 2
[ 0.005] ...compatible with: 1
[ 0.005] ...max. packet size: 1024
[ 0.005] ...current mode: Image transfer pending
[ 0.005] Sending HELLO_RESP packet
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 64 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 1064 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 4096 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.109] Sending 3384 bytes
[ 0.109] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 1.112] ERROR: sahara_download()->IO error
[ 1.112] Check qboot_log.txt for more details
[ 1.112] Total time: 1.112s
FAILED: qb_flash_singleimage()->sahara_download()->IO error
And the log file is the same except this at the end:
Code:
[ 1.112] Total time: 1.112s
[ 1.112]
[ 1.112] qboot version 3.86
[ 1.112]
[ 1.112] DEVICE {
[ 1.112] name = "/dev/ttyUSB1",
[ 1.112] flags = "0x61",
[ 1.112] addr = "0xE1EEC160",
[ 1.112] serial_nix.device_pathname = "/sys/bus/usb/devices/1-1/1-1:1.0/ttyUSB1",
[ 1.112] sahara.current_mode = "0",
[ 1.112] api.buffer = "0x7F36B1733010",
[ 1.112] cpu.serial = "3255226195",
[ 1.112] cpu.id = "286",
[ 1.112] cpu.sv_sbl = "0",
[ 1.112] cpu.name = "SM_SAIPAN",
[ 1.112] storage.type = "UFS",
[ 1.112] sahara.programmer = "programmer.elf",
[ 1.112] api.bnr = "0x9AD8A0",
[ 1.112] }
[ 1.112]
[ 1.112]
[ 1.112] Backup & Restore {
[ 1.112] num_entries = 0,
[ 1.112] restoring = "false",
[ 1.112] backup_error = "not started",
[ 1.112] restore_error = "not started",
[ 1.112] }
gorei23 said:
Tried on linux and also enabled debug options. Didn't get anwhere but more info got spit out.
Code:
sudo ./qboot --debug=1 blank-flash
Motorola qboot utility version 3.86
[ 0.000] Opening device: /dev/ttyUSB1
[ 0.000] Opening serial device: /dev/ttyUSB1
[ 0.000] serial_open():228: opening /dev/ttyUSB1
[ 0.000] Detecting device
[ 0.000] Switching to command mode
[ 0.000] Receiving HELLO packet
[ 0.000] ...protocol version: 2
[ 0.000] ...compatible with: 1
[ 0.000] ...max. packet size: 1024
[ 0.000] ...current mode: Image transfer pending
[ 0.000] Sending HELLO_RESP packet
[ 0.000] Receiving COMMAND_READY packet
[ 0.000] Identifying device
[ 0.000] Reading CPU serial number
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_SN
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.000] ...payload: 4 byte(s)
[ 0.000] Receiving payload
[ 0.000] Reading CPU id
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_HWID
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 24 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading SBL SV
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_SV_SBL
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 4 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading debug data
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_DEBUG_DATA
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 520 byte(s)
[ 0.001] Receiving payload
[ 0.001] Debug data dump follows
[ 0.001] 00000000 02 00 00 00 02 00 00 00 0b 00 0a ef 00 00 00 00 |................|
[ 0.001] 00000010 00 00 00 00 00 00 00 00 bf 9e e7 46 00 00 10 54 |...........F...T|
[ 0.001] 00000020 03 00 00 00 00 00 00 00 18 fa 32 00 00 00 00 00 |..........2.....|
[ 0.001] 00000030 d0 00 00 00 59 00 00 ef 02 02 01 ef 00 00 00 00 |....Y...........|
[ 0.001] 00000040 04 00 00 00 00 00 00 00 a6 f1 a1 49 00 00 10 54 |...........I...T|
[ 0.001] 00000050 03 00 00 00 00 00 00 00 38 f7 32 00 00 00 00 00 |........8.2.....|
[ 0.001] 00000060 31 04 00 00 5a 00 00 ef 00 00 00 00 00 00 00 00 |1...Z...........|
[ 0.001] 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.001] *
[ 0.001] 00000200 00 00 00 00 00 00 00 00 |........ |
[ 0.001] ...cpu.id = 286 (0x11e)
[ 0.001] ...cpu.sn = 3255226195 (0xc206cf53)
[ 0.001] Opening singleimage
[ 0.001] Loading package
[ 0.003] ...filename = pkg.xml
[ 0.004] Loading programmer
[ 0.004] ...filename = programmer.elf
[ 0.004] Sending programmer
[ 0.005] Switching to image download mode
[ 0.005] Sending CMD_SWITCH_MODE packet
[ 0.005] Receiving HELLO packet
[ 0.005] ...protocol version: 2
[ 0.005] ...compatible with: 1
[ 0.005] ...max. packet size: 1024
[ 0.005] ...current mode: Image transfer pending
[ 0.005] Sending HELLO_RESP packet
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 64 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 1064 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 4096 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.109] Sending 3384 bytes
[ 0.109] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 1.112] ERROR: sahara_download()->IO error
[ 1.112] Check qboot_log.txt for more details
[ 1.112] Total time: 1.112s
FAILED: qb_flash_singleimage()->sahara_download()->IO error
And the log file is the same except this at the end:
Code:
[ 1.112] Total time: 1.112s
[ 1.112]
[ 1.112] qboot version 3.86
[ 1.112]
[ 1.112] DEVICE {
[ 1.112] name = "/dev/ttyUSB1",
[ 1.112] flags = "0x61",
[ 1.112] addr = "0xE1EEC160",
[ 1.112] serial_nix.device_pathname = "/sys/bus/usb/devices/1-1/1-1:1.0/ttyUSB1",
[ 1.112] sahara.current_mode = "0",
[ 1.112] api.buffer = "0x7F36B1733010",
[ 1.112] cpu.serial = "3255226195",
[ 1.112] cpu.id = "286",
[ 1.112] cpu.sv_sbl = "0",
[ 1.112] cpu.name = "SM_SAIPAN",
[ 1.112] storage.type = "UFS",
[ 1.112] sahara.programmer = "programmer.elf",
[ 1.112] api.bnr = "0x9AD8A0",
[ 1.112] }
[ 1.112]
[ 1.112]
[ 1.112] Backup & Restore {
[ 1.112] num_entries = 0,
[ 1.112] restoring = "false",
[ 1.112] backup_error = "not started",
[ 1.112] restore_error = "not started",
[ 1.112] }
Click to expand...
Click to collapse
If you can't find your device programmer nor can you find a blank flash file. Maybe a recovery tool can do the trick for you.
There is this tool "Motorola Rescue & Smart Assistant" that motorola has, idk if it works but try it out. Maybe there's a different tool out there.
Or maybe this programmer.elf is the file you need, try opening it in an editor. If it looks like this then it is the one, then it's probably the one you're looking for.
Goodluck.
Same problem, could you correct It?
eddykc said:
Same problem, could you correct It?
Click to expand...
Click to collapse
No, never got any farther. The device should still be in warranty period. I sent it to Motorola and (after a few weeks, ugh) they said they couldn't fix it and are sending me a (like) new one.
Send it to Motorola, it's free
Not recommend doing that, you're lucky they allowed it, technically by unlocking the bootloader you were supposed to have voided the warranty, the TMobile Razr seems to have flown under the radar in the unlock program, and you might affect the future ability of people together obtain unlock tokens for the TMobile units. At least IMHO.
XDHx86 said:
If you can't get firehose files, then there is a different method for you to try.
Although I only tried it once on a different Moto device, but it still worked.
Try flashing your device specific blank flash file, then you should be able to boot to bootloader.
After successfully booting to bootloader use RSD tool to flash your device specific ROM.
It won't matter if you have locked bootloader or not, since you'd be flashing stock ROM or latest ROM.
RSD tool only works with bootloader, so don't bother using it with your bricked phone.
Click to expand...
Click to collapse
Can’t flash last firmware with locked bootloader i got permission denied!!

Categories

Resources