Wifi dont work in Mecool KI Pro S905D

Hello,

I have a Mecool KI Pro but I can’t get the wifi to work for me. I put Coreelect 9.2.7.

wlan0 doesnt show:

>> ifconfig -a
eth0      Link encap:Ethernet  HWaddr D0:76:58:17:40:05  
          inet addr:192.168.69.189  Bcast:192.168.69.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8635 errors:0 dropped:170 overruns:0 frame:0
          TX packets:2263 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:9052318 (8.6 MiB)  TX bytes:507512 (495.6 KiB)
          Interrupt:40 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:4096  Metric:1
          RX packets:26800 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26800 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:10969321 (10.4 MiB)  TX bytes:10969321 (10.4 MiB)

I tried turning on the wlan0:

>> ifconfig wlan0 up
ifconfig: ioctl 0x8913 failed: No such device

I reload wifi module:

>> modprobe -r wifi_dummy
>> modprobe wifi_dummy

dmesg show this:

[ 626.414805@2] Cleaning up module.
[ 634.811769@2] Triggered SDIO WiFi power on and bus rescan.
[ 634.811860@2] aml_wifi wifi.34: [extern_wifi_set_enable] WIFI Disable! 240
[ 635.114712@2] aml_wifi wifi.34: [extern_wifi_set_enable] WIFI Enable! 240
[ 635.465857@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 635.465900@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 635.465961@1] aml_sd_emmc_data_thread 2639 sdio: cmd:52
[ 635.467036@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 635.467057@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 635.467100@1] aml_sd_emmc_data_thread 2639 sdio: cmd:52
[ 635.471840@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 635.471864@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 635.471907@1] aml_sd_emmc_data_thread 2639 sdio: cmd:8
[ 637.464681@1] sdio: error -110 whilst initialising SDIO card
[ 637.465717@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 637.465733@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 637.465765@1] aml_sd_emmc_data_thread 2639 sdio: cmd:55
[ 637.466805@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 637.466821@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 637.466852@1] aml_sd_emmc_data_thread 2639 sdio: cmd:55
[ 637.467891@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 637.467903@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 637.467926@1] aml_sd_emmc_data_thread 2639 sdio: cmd:55
[ 637.468959@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 637.468971@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 637.468993@1] aml_sd_emmc_data_thread 2639 sdio: cmd:55
[ 637.473733@0] [aml_sd_emmc_irq] sdio: resp_timeout,vstat:0xa3ff2800,virqc:3fff
[ 637.473743@1] [aml_host_bus_fsm_show] sdio: err: wait for irq service, bus_fsm:0x8
[ 637.473765@1] aml_sd_emmc_data_thread 2639 sdio: cmd:1
[ 637.473791@1] sdio: error -110 whilst initialising MMC card
[ 637.475025@2] [sdio_reinit] finish

all mdoules load:

>> lsmod 
Module                  Size  Used by
wifi_dummy               894  0
sha1_generic            2492  0
cfg80211              417431  0
meson_remote           51277  0
r848a                  37150  1
avl6862               268013  1
8021q                  21855  0
fuse                   92368  3
aml_fe                  7513  0
aml                    87685  2 aml_fe
dvb_core              105934  2 aml,aml_fe
wireguard             127359  0
mali                  226023  5
amlvideodri            13210  0
videobuf_res            5690  1 amlvideodri
videobuf_core          18248  2 amlvideodri,videobuf_res
videodev              144588  1 amlvideodri
dwc_otg               261556  0
fbcon                  40863  0
bitblit                 4820  1 fbcon
softcursor              1344  1 bitblit
font                    7399  1 fbcon

The dtb that I put:

>> cat /proc/device-tree/le-dt-id
gxl_p230_k1_pro
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.