Kinhank G1

Hi
i have this box:
https://www.amazon.com/Kinhank-Android-TV-Box-G1/dp/B0CQLJ6TZM?th=1

and boot via “sc2_s905x4_4g.dtb” and remote work if i use remote.conf for Dune Homatics, DV not test

but no wifi or Ethernet work
any help

https://wiki.coreelec.org/coreelec:ce_support

https://wiki.coreelec.org/coreelec:devicetree

i try boot via sdcard and use usb wifi for ssh

Connecting to 192.168.100.xx port 22, please wait...
login as: root root@192.168.100.xx's password: 
##############################################
#                  CoreELEC                  #
#            https://coreelec.org            #
##############################################

CoreELEC (official): 20.4-Nexus (Amlogic-ne.aarch64)
      Machine model: Amlogic
     CoreELEC dt-id: sc2_s905x4_4g

CoreELEC:~ # dd if=/dev/dtb | gzip > /storage/backup/dtb.img.gz
512+0 records in
512+0 records out
262144 bytes (256.0KB) copied, 0.059329 seconds, 4.2MB/s
CoreELEC:~ # udevadm info /sys/bus/sdio/devices/* | paste
Unknown device "/sys/bus/sdio/devices/*": No such device
https://paste.coreelec.org/ZyWtji
CoreELEC:~ # lsusb | paste
https://paste.coreelec.org/N8XCYe
CoreELEC:~ # udevadm info /sys/bus/pci/devices/* | paste
Unknown device "/sys/bus/pci/devices/*": No such device
https://paste.coreelec.org/jRVIxb
CoreELEC:~ # lspci | paste
https://paste.coreelec.org/aNW01j
CoreELEC:~ # dmesg | paste
https://paste.coreelec.org/7rsW2l

dtb.img.gz (84.5 KB)

@Portisch
Is there anything I can do to reach support to resolve the issue?
Can opening the box of the device and knowing its components help us?

It will require only a bit more time to find a free slot to take a look…

1 Like

Please try to boot Amlogic-no and make same logs again please: Kinhank G1 - #3 by Zuma

Test if LAN or Wifi is already working.
dtb.img.gz is not need anymore, thx.

still issue

##############################################

CoreELEC

https://coreelec.org

##############################################

CoreELEC (official): 21.0-Omega_nightly_20240308 (Amlogic-no.aarch64)
Machine model: Amlogic
CoreELEC dt-id: sc2_s905x4_4g

CoreELEC:~ # udevadm info /sys/bus/sdio/devices/* | paste
Unknown device “/sys/bus/sdio/devices/*”: No such device

https://paste.coreelec.org/AYyuY4
CoreELEC:~ # lsusb | paste
https://paste.coreelec.org/bwOHrC
CoreELEC:~ # udevadm info /sys/bus/pci/devices/* | paste
Unknown device “/sys/bus/pci/devices/*”: No such device
https://paste.coreelec.org/6EkOgi
CoreELEC:~ # lspci | paste
https://paste.coreelec.org/DlE572
CoreELEC:~ # dmesg | paste
https://paste.coreelec.org/EE9fRY
CoreELEC:~ #

Under Android you have LAN and Wifi?
Wifi are normally connected by SDIO but it only receive a timeout. It can also be a power gpio we don’t know.

here logcat android
logcat.txt (764.8 KB)

This logcat does not include dmesg, only Android stuff.

Board: SDMC DV8910
more info https://device.report/DV8910/
https://device.report/m/8e1b1c48c20b7e143ecdc3bc066dde044d6ed03e697e38d099bb5888a0d04184.pdf

I don’t know if this is correct:
WIFI6: AP6275 PR3
Ethernet: PSF-2447


So maybe really some unknown gpio is used to power the chip.
What about eth0, LAN? Is there a chip mounted at all?

you mean eth in coreelec system ?

:scream: no, on PCB. Your photo only shows the Wifi chip.

here full image

You have another gigabit chip assembled.
Android dmesg is required and maybe a driver as well…

is any way for dmesg without root ?

i try “logcat -b kernel” but nothing

i can get info via
adb shell logcat -v time
adb shell logcat -v time adb shell cat /proc/kmsg
adb shell logcat -v time adb shell cat /dev/kmsg

adb shell logcat -v time > C:\adb\logcat-v-time.txt
adb shell logcat -v time adb shell cat /proc/kmsg > C:\adb\kmsgproce.txt
adb shell logcat -v time adb shell cat /dev/kmsg > C:\adb\kmsgdev.txt
adb shell logcat -v time adb shell cat dmesg > C:\adb\dmesg.txt

i think wifi is: NL80211

dmesg1.txt (2.3 MB)
dmesg2.txt (2.2 MB)
kmsgdev.txt (2.2 MB)
kmsgproce.txt (2.2 MB)
logcat-v-time.txt (2.0 MB)

any news for add driver : NL80211 ?