Jump to content

Recommended Posts

Posted

Hi guys,

I'm sorry for the english but I'm italian.

I'm a noob in Linux so I'm in search of someone that can help me.

First of all, I don't know what is the better h3 armbian version to install in it.

When i download the rtl8189es driver when i do "make" the console release error 2. Thanks a lot for the help.

 

Inviato dal mio Redmi 4A utilizzando Tapatalk

 

 

Posted

Ok I've installed this OS but the wi-fi don't work yet. What can I do?

Inviato dal mio Redmi 4A utilizzando Tapatalk

Posted

Beelink X2 have different Wi-Fi hardware, more or less the last version of armbian support all the main part of the internal Wi-Fi that you can find inside the BX2. If not your case, there was a long and old forum post about running different Wi-Fi "modules" (like the Windows drivers) in armbian to bring your Wi-Fi to life. This weekend I try to search this post and help you. 

Posted
  On 1/24/2019 at 10:50 PM, manuti said:

Beelink X2

Expand  

 

Depends on the version of the board - older ones have Broadcom BCM43362 in the Ampack module, newer ones have Realtek RTL8189ETV

 

Ethernet should work with any version as this is hosted by the H3's Designware MAC implementation...

 

X2 is Allwinner H3... can't remember if realtek drivers are already in the armbian kernel... if not, perhaps it should be, as the WiFi nic is pretty common these days...

 

worst case would be to DL the source file and kernel headers, and build it...

 

This post might be helpful...

 

 

Keep in mind that X2 was supported, but has moved into EOL, so one is a bit on their own...

Posted
  On 1/25/2019 at 11:59 AM, manuti said:

try to follow my steps long time ago ... 

 

Expand  

Ok, when I do "root@beelinkx2:~# sudo modprobe 8189es" the output is:

 

  Quote

root@beelinkx2:~# sudo modprobe 8189es firmware_path=/lib/firmware/ap6210/8189es.bin nvram_path=/lib/firmware/ap6210/nvram.txt
modprobe: ERROR: could not insert '8189es': Unknown symbol in module, or unknown parameter (see dmesg)

Expand  

The result of dmesg is:

  Quote

[ 2212.371047] wifi_platform_bus_enumerate device present 0
[ 2212.371081] ======== Card detection to remove SDIO card! ========
[ 2212.371172] dhd_module_init: Failed to load the driver, try cnt 3
[ 2212.371321] ======== bcm_wlan_set_plat_data ========
[ 2212.371368] bcm_wlan_get_oob_irq enter.
[ 2212.371417] gpio [202] map to virq [10] ok
[ 2212.371447] host_oob_irq: 10
[ 2212.371475] host_oob_irq_flags=0x414
[ 2212.371504] dhd_wifi_platform_load: Enter
[ 2212.371592] Power-up adapter 'DHD generic adapter'
[ 2212.371628] wifi_platform_set_power = 1
[ 2212.371657] ======== PULL WL_REG_ON HIGH! ========
[ 2212.371691] [wifi_pm]: set wl_reg_on 0 !
[ 2212.450354] mmc1: card 0001 removed
[ 2212.450609] [mmc]: sdc1 power_supply is null
[ 2212.575663] [wifi_pm]: set wl_reg_on 1 !
[ 2213.080331] wifi_platform_bus_enumerate device present 1
[ 2213.080384] ======== Card detection to detect SDIO card! ========
[ 2213.082231] [mmc]: sdc1 power_supply is null
[ 2213.140907] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2213.142754] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2213.144588] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2213.147842] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2213.169481] mmc1: new high speed SDIO card at address 0001
[ 2213.188314] bcmsdh_register: register client driver
[ 2213.188743] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2213.189015] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2213.189058] bus num (host idx)=1, slot num (rca)=1
[ 2213.189096] found adapter info 'DHD generic adapter'
[ 2213.189256] sdioh_attach: set sd_f2_blocksize 128
[ 2213.190731] F1 signature read @0x18000000=0x1591a962
[ 2213.191538] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2213.198285] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2213.201040] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2213.203183] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2213.203467] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2213.203581] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2213.210676] wl_create_event_handler(): thread:wl_event_handler:17d0 started
[ 2213.211722] tsk Enter, tsk = 0xe6bc1430
[ 2213.212198] dhd_attach(): thread:dhd_watchdog_thread:17d1 started
[ 2213.212563] dhd_attach(): thread:dhd_dpc:17d2 started
[ 2213.212705] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2213.212939] dhd_attach(): thread:dhd_rxf:17d3 started
[ 2213.213005] dhd_deferred_work_init: work queue initialized 
[ 2213.214970] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2213.215057] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2213.215112] dhdsdio_download_firmware: set use_rxchain 0
[ 2213.215150] dhdsdio_download_firmware: set txglomsize 16
[ 2213.215191] sdioh_set_mode: set txglom_mode to multi-desc
[ 2213.215226] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2213.215264] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2213.215299] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2213.225918] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2213.225989] _dhdsdio_download_firmware: dongle image file download failed
[ 2213.226132] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2213.226183] dhdsdio_probe: dhd_bus_start failed
[ 2213.226224] bcmsdh_oob_intr_unregister: Enter
[ 2213.226257] bcmsdh_oob_intr_unregister: irq is not registered
[ 2213.226299] dhd_wlfc_deinit():3301, Already disabled!
[ 2213.300185] dhd_detach(): thread:dhd_watchdog_thread:17d1 terminated OK
[ 2213.300226] dhd_detach(): thread:dhd_rxf:17d3 terminated OK
[ 2213.300270] dhd_dpc_thread: Unexpected up_cnt 0
[ 2213.300323] dhd_detach(): thread:dhd_dpc:17d2 terminated OK
[ 2213.300632] wl_event_handler: was terminated
[ 2213.300742] wl_destroy_event_handler(): thread:wl_event_handler:17d0 terminated OK
[ 2213.390492] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2213.390514] bcmsdh_probe: device attach failed
[ 2213.390524] sdioh_probe: bcmsdh_probe failed
[ 2213.390683] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2225.390203] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2225.390587] wifi_platform_set_power = 0
[ 2225.390624] ======== PULL WL_REG_ON LOW! ========
[ 2225.390661] wifi_platform_bus_enumerate device present 0
[ 2225.390697] ======== Card detection to remove SDIO card! ========
[ 2225.390849] unregister wifi platform drivers
[ 2225.390890] wifi_platform_bus_enumerate device present 0
[ 2225.390923] ======== Card detection to remove SDIO card! ========
[ 2225.391003] dhd_module_init: Failed to load the driver, try cnt 2
[ 2225.391152] ======== bcm_wlan_set_plat_data ========
[ 2225.391199] bcm_wlan_get_oob_irq enter.
[ 2225.391247] gpio [202] map to virq [10] ok
[ 2225.391278] host_oob_irq: 10
[ 2225.391305] host_oob_irq_flags=0x414
[ 2225.391334] dhd_wifi_platform_load: Enter
[ 2225.391416] Power-up adapter 'DHD generic adapter'
[ 2225.391451] wifi_platform_set_power = 1
[ 2225.391480] ======== PULL WL_REG_ON HIGH! ========
[ 2225.391515] [wifi_pm]: set wl_reg_on 0 !
[ 2225.460308] mmc1: card 0001 removed
[ 2225.460563] [mmc]: sdc1 power_supply is null
[ 2225.591601] [wifi_pm]: set wl_reg_on 1 !
[ 2226.100264] wifi_platform_bus_enumerate device present 1
[ 2226.100316] ======== Card detection to detect SDIO card! ========
[ 2226.102102] [mmc]: sdc1 power_supply is null
[ 2226.160583] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2226.162428] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2226.164270] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2226.167609] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2226.197041] mmc1: new high speed SDIO card at address 0001
[ 2226.215701] bcmsdh_register: register client driver
[ 2226.216123] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2226.216390] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2226.216433] bus num (host idx)=1, slot num (rca)=1
[ 2226.216470] found adapter info 'DHD generic adapter'
[ 2226.216644] sdioh_attach: set sd_f2_blocksize 128
[ 2226.217950] F1 signature read @0x18000000=0x1591a962
[ 2226.218520] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2226.225415] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2226.227891] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2226.230020] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2226.230434] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2226.230554] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2226.244305] tsk Enter, tsk = 0xe6bc1430
[ 2226.244395] wl_create_event_handler(): thread:wl_event_handler:17d5 started
[ 2226.252761] dhd_attach(): thread:dhd_watchdog_thread:17d7 started
[ 2226.253861] dhd_attach(): thread:dhd_dpc:17d8 started
[ 2226.254042] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2226.254472] dhd_attach(): thread:dhd_rxf:17d9 started
[ 2226.254553] dhd_deferred_work_init: work queue initialized 
[ 2226.255577] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2226.255660] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2226.255714] dhdsdio_download_firmware: set use_rxchain 0
[ 2226.255752] dhdsdio_download_firmware: set txglomsize 16
[ 2226.255792] sdioh_set_mode: set txglom_mode to multi-desc
[ 2226.255827] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2226.255864] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2226.255899] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2226.257777] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2226.257848] _dhdsdio_download_firmware: dongle image file download failed
[ 2226.263210] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2226.263280] dhdsdio_probe: dhd_bus_start failed
[ 2226.263320] bcmsdh_oob_intr_unregister: Enter
[ 2226.263352] bcmsdh_oob_intr_unregister: irq is not registered
[ 2226.263396] dhd_wlfc_deinit():3301, Already disabled!
[ 2226.340169] dhd_detach(): thread:dhd_watchdog_thread:17d7 terminated OK
[ 2226.340201] dhd_detach(): thread:dhd_rxf:17d9 terminated OK
[ 2226.340222] dhd_dpc_thread: Unexpected up_cnt 0
[ 2226.340292] dhd_detach(): thread:dhd_dpc:17d8 terminated OK
[ 2226.340582] wl_event_handler: was terminated
[ 2226.340662] wl_destroy_event_handler(): thread:wl_event_handler:17d5 terminated OK
[ 2226.420510] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2226.420532] bcmsdh_probe: device attach failed
[ 2226.420542] sdioh_probe: bcmsdh_probe failed
[ 2226.420708] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2238.420095] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2238.420243] wifi_platform_set_power = 0
[ 2238.420253] ======== PULL WL_REG_ON LOW! ========
[ 2238.420262] wifi_platform_bus_enumerate device present 0
[ 2238.420271] ======== Card detection to remove SDIO card! ========
[ 2238.420330] unregister wifi platform drivers
[ 2238.420340] wifi_platform_bus_enumerate device present 0
[ 2238.420348] ======== Card detection to remove SDIO card! ========
[ 2238.420373] dhd_module_init: Failed to load the driver, try cnt 1
[ 2238.420410] ======== bcm_wlan_set_plat_data ========
[ 2238.420424] bcm_wlan_get_oob_irq enter.
[ 2238.420438] gpio [202] map to virq [10] ok
[ 2238.420446] host_oob_irq: 10
[ 2238.420452] host_oob_irq_flags=0x414
[ 2238.420459] dhd_wifi_platform_load: Enter
[ 2238.420489] Power-up adapter 'DHD generic adapter'
[ 2238.420498] wifi_platform_set_power = 1
[ 2238.420505] ======== PULL WL_REG_ON HIGH! ========
[ 2238.420514] [wifi_pm]: set wl_reg_on 0 !
[ 2238.540258] mmc1: card 0001 removed
[ 2238.540490] [mmc]: sdc1 power_supply is null
[ 2238.620541] [wifi_pm]: set wl_reg_on 1 !
[ 2239.130099] wifi_platform_bus_enumerate device present 1
[ 2239.130117] ======== Card detection to detect SDIO card! ========
[ 2239.131727] [mmc]: sdc1 power_supply is null
[ 2239.187331] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2239.188878] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2239.190441] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2239.193203] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2239.213395] mmc1: new high speed SDIO card at address 0001
[ 2239.232013] bcmsdh_register: register client driver
[ 2239.232495] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2239.232845] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2239.232892] bus num (host idx)=1, slot num (rca)=1
[ 2239.232929] found adapter info 'DHD generic adapter'
[ 2239.233113] sdioh_attach: set sd_f2_blocksize 128
[ 2239.234353] F1 signature read @0x18000000=0x1591a962
[ 2239.234925] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2239.242714] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2239.245100] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2239.247291] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2239.247577] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2239.247684] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2239.260851] wl_create_event_handler(): thread:wl_event_handler:17da started
[ 2239.260902] tsk Enter, tsk = 0xe6bc1430
[ 2239.262376] dhd_attach(): thread:dhd_watchdog_thread:17dc started
[ 2239.262776] dhd_attach(): thread:dhd_dpc:17dd started
[ 2239.262856] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2239.263156] dhd_attach(): thread:dhd_rxf:17de started
[ 2239.263235] dhd_deferred_work_init: work queue initialized 
[ 2239.267005] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2239.267094] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2239.267148] dhdsdio_download_firmware: set use_rxchain 0
[ 2239.267186] dhdsdio_download_firmware: set txglomsize 16
[ 2239.267226] sdioh_set_mode: set txglom_mode to multi-desc
[ 2239.267261] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2239.267299] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2239.267333] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2239.269444] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2239.269528] _dhdsdio_download_firmware: dongle image file download failed
[ 2239.269693] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2239.269748] dhdsdio_probe: dhd_bus_start failed
[ 2239.269788] bcmsdh_oob_intr_unregister: Enter
[ 2239.269821] bcmsdh_oob_intr_unregister: irq is not registered
[ 2239.269880] dhd_wlfc_deinit():3301, Already disabled!
[ 2239.312523] dhd_detach(): thread:dhd_watchdog_thread:17dc terminated OK
[ 2239.312557] dhd_detach(): thread:dhd_rxf:17de terminated OK
[ 2239.312599] dhd_dpc_thread: Unexpected up_cnt 0
[ 2239.312634] dhd_detach(): thread:dhd_dpc:17dd terminated OK
[ 2239.312957] wl_event_handler: was terminated
[ 2239.313055] wl_destroy_event_handler(): thread:wl_event_handler:17da terminated OK
[ 2239.360485] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2239.360512] bcmsdh_probe: device attach failed
[ 2239.360523] sdioh_probe: bcmsdh_probe failed
[ 2239.360679] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2251.360189] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2251.360575] wifi_platform_set_power = 0
[ 2251.360613] ======== PULL WL_REG_ON LOW! ========
[ 2251.360650] wifi_platform_bus_enumerate device present 0
[ 2251.360685] ======== Card detection to remove SDIO card! ========
[ 2251.360850] unregister wifi platform drivers
[ 2251.360891] wifi_platform_bus_enumerate device present 0
[ 2251.360925] ======== Card detection to remove SDIO card! ========
[ 2251.361031] dhd_module_init: Failed to load the driver, try cnt 0
[ 2251.361176] dhd_module_init: Failed to load driver max retry reached**
[ 2251.361216] dhd_module_init: Exit err=-62
[ 2251.431031] mmc1: card 0001 removed
[ 2251.431959] [mmc]: sdc1 power_supply is null
[ 2251.461667] dhd_module_init: in
[ 2251.461686] ======== bcm_wlan_set_plat_data ========
[ 2251.461702] bcm_wlan_get_oob_irq enter.
[ 2251.461718] gpio [202] map to virq [10] ok
[ 2251.461725] host_oob_irq: 10
[ 2251.461732] host_oob_irq_flags=0x414
[ 2251.461739] dhd_wifi_platform_load: Enter
[ 2251.461778] Power-up adapter 'DHD generic adapter'
[ 2251.461787] wifi_platform_set_power = 1
[ 2251.461795] ======== PULL WL_REG_ON HIGH! ========
[ 2251.461804] [wifi_pm]: set wl_reg_on 0 !
[ 2251.661838] [wifi_pm]: set wl_reg_on 1 !
[ 2252.170122] wifi_platform_bus_enumerate device present 1
[ 2252.170140] ======== Card detection to detect SDIO card! ========
[ 2252.171733] [mmc]: sdc1 power_supply is null
[ 2252.228311] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2252.230317] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2252.232199] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2252.235457] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2252.257178] mmc1: new high speed SDIO card at address 0001
[ 2252.275821] bcmsdh_register: register client driver
[ 2252.276256] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2252.276532] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2252.276575] bus num (host idx)=1, slot num (rca)=1
[ 2252.276612] found adapter info 'DHD generic adapter'
[ 2252.276775] sdioh_attach: set sd_f2_blocksize 128
[ 2252.277963] F1 signature read @0x18000000=0x1591a962
[ 2252.278540] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2252.285504] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2252.287974] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2252.290281] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2252.290566] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2252.290679] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2252.301595] tsk Enter, tsk = 0xe6041430
[ 2252.301684] wl_create_event_handler(): thread:wl_event_handler:17f3 started
[ 2252.307433] dhd_attach(): thread:dhd_watchdog_thread:17f5 started
[ 2252.308738] dhd_attach(): thread:dhd_dpc:17f6 started
[ 2252.309261] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2252.309607] dhd_attach(): thread:dhd_rxf:17f7 started
[ 2252.309677] dhd_deferred_work_init: work queue initialized 
[ 2252.314871] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2252.314960] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2252.315012] dhdsdio_download_firmware: set use_rxchain 0
[ 2252.315050] dhdsdio_download_firmware: set txglomsize 16
[ 2252.315088] sdioh_set_mode: set txglom_mode to multi-desc
[ 2252.315123] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2252.315160] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2252.315195] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2252.316876] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2252.316935] _dhdsdio_download_firmware: dongle image file download failed
[ 2252.317068] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2252.317118] dhdsdio_probe: dhd_bus_start failed
[ 2252.317157] bcmsdh_oob_intr_unregister: Enter
[ 2252.317189] bcmsdh_oob_intr_unregister: irq is not registered
[ 2252.317232] dhd_wlfc_deinit():3301, Already disabled!
[ 2252.363446] dhd_detach(): thread:dhd_watchdog_thread:17f5 terminated OK
[ 2252.363496] dhd_detach(): thread:dhd_rxf:17f7 terminated OK
[ 2252.363547] dhd_dpc_thread: Unexpected up_cnt 0
[ 2252.363631] dhd_detach(): thread:dhd_dpc:17f6 terminated OK
[ 2252.363931] wl_event_handler: was terminated
[ 2252.364343] wl_destroy_event_handler(): thread:wl_event_handler:17f3 terminated OK
[ 2252.432788] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2252.432819] bcmsdh_probe: device attach failed
[ 2252.432830] sdioh_probe: bcmsdh_probe failed
[ 2252.433258] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2264.430084] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2264.430234] wifi_platform_set_power = 0
[ 2264.430244] ======== PULL WL_REG_ON LOW! ========
[ 2264.430254] wifi_platform_bus_enumerate device present 0
[ 2264.430262] ======== Card detection to remove SDIO card! ========
[ 2264.430323] unregister wifi platform drivers
[ 2264.430333] wifi_platform_bus_enumerate device present 0
[ 2264.430341] ======== Card detection to remove SDIO card! ========
[ 2264.430367] dhd_module_init: Failed to load the driver, try cnt 3
[ 2264.430404] ======== bcm_wlan_set_plat_data ========
[ 2264.430419] bcm_wlan_get_oob_irq enter.
[ 2264.430434] gpio [202] map to virq [10] ok
[ 2264.430441] host_oob_irq: 10
[ 2264.430447] host_oob_irq_flags=0x414
[ 2264.430455] dhd_wifi_platform_load: Enter
[ 2264.430484] Power-up adapter 'DHD generic adapter'
[ 2264.430494] wifi_platform_set_power = 1
[ 2264.430501] ======== PULL WL_REG_ON HIGH! ========
[ 2264.430510] [wifi_pm]: set wl_reg_on 0 !
[ 2264.490307] mmc1: card 0001 removed
[ 2264.490564] [mmc]: sdc1 power_supply is null
[ 2264.630537] [wifi_pm]: set wl_reg_on 1 !
[ 2265.140082] wifi_platform_bus_enumerate device present 1
[ 2265.140097] ======== Card detection to detect SDIO card! ========
[ 2265.141790] [mmc]: sdc1 power_supply is null
[ 2265.200252] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2265.202095] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2265.203931] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2265.207185] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2265.229320] mmc1: new high speed SDIO card at address 0001
[ 2265.248067] bcmsdh_register: register client driver
[ 2265.248476] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2265.248748] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2265.248791] bus num (host idx)=1, slot num (rca)=1
[ 2265.248828] found adapter info 'DHD generic adapter'
[ 2265.248997] sdioh_attach: set sd_f2_blocksize 128
[ 2265.250398] F1 signature read @0x18000000=0x1591a962
[ 2265.251088] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2265.257748] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2265.260399] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2265.262587] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2265.262872] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2265.262981] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2265.266783] tsk Enter, tsk = 0xe6041430
[ 2265.266874] wl_create_event_handler(): thread:wl_event_handler:1804 started
[ 2265.276756] dhd_attach(): thread:dhd_watchdog_thread:1805 started
[ 2265.279216] dhd_attach(): thread:dhd_dpc:1806 started
[ 2265.279307] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2265.279689] dhd_attach(): thread:dhd_rxf:1807 started
[ 2265.279794] dhd_deferred_work_init: work queue initialized 
[ 2265.283913] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2265.283997] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2265.284051] dhdsdio_download_firmware: set use_rxchain 0
[ 2265.284088] dhdsdio_download_firmware: set txglomsize 16
[ 2265.284127] sdioh_set_mode: set txglom_mode to multi-desc
[ 2265.284163] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2265.284200] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2265.284235] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2265.286894] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2265.286958] _dhdsdio_download_firmware: dongle image file download failed
[ 2265.287201] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2265.287265] dhdsdio_probe: dhd_bus_start failed
[ 2265.287320] bcmsdh_oob_intr_unregister: Enter
[ 2265.287360] bcmsdh_oob_intr_unregister: irq is not registered
[ 2265.287423] dhd_wlfc_deinit():3301, Already disabled!
[ 2265.330186] dhd_detach(): thread:dhd_watchdog_thread:1805 terminated OK
[ 2265.330218] dhd_detach(): thread:dhd_rxf:1807 terminated OK
[ 2265.330258] dhd_dpc_thread: Unexpected up_cnt 0
[ 2265.330302] dhd_detach(): thread:dhd_dpc:1806 terminated OK
[ 2265.330622] wl_event_handler: was terminated
[ 2265.330716] wl_destroy_event_handler(): thread:wl_event_handler:1804 terminated OK
[ 2265.391482] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2265.391505] bcmsdh_probe: device attach failed
[ 2265.391516] sdioh_probe: bcmsdh_probe failed
[ 2265.391668] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2277.390100] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2277.390257] wifi_platform_set_power = 0
[ 2277.390267] ======== PULL WL_REG_ON LOW! ========
[ 2277.390276] wifi_platform_bus_enumerate device present 0
[ 2277.390284] ======== Card detection to remove SDIO card! ========
[ 2277.390347] unregister wifi platform drivers
[ 2277.390359] wifi_platform_bus_enumerate device present 0
[ 2277.390367] ======== Card detection to remove SDIO card! ========
[ 2277.390393] dhd_module_init: Failed to load the driver, try cnt 2
[ 2277.390431] ======== bcm_wlan_set_plat_data ========
[ 2277.390446] bcm_wlan_get_oob_irq enter.
[ 2277.390459] gpio [202] map to virq [10] ok
[ 2277.390467] host_oob_irq: 10
[ 2277.390473] host_oob_irq_flags=0x414
[ 2277.390480] dhd_wifi_platform_load: Enter
[ 2277.390511] Power-up adapter 'DHD generic adapter'
[ 2277.390521] wifi_platform_set_power = 1
[ 2277.390529] ======== PULL WL_REG_ON HIGH! ========
[ 2277.390538] [wifi_pm]: set wl_reg_on 0 !
[ 2277.430274] mmc1: card 0001 removed
[ 2277.430530] [mmc]: sdc1 power_supply is null
[ 2277.590566] [wifi_pm]: set wl_reg_on 1 !
[ 2278.100088] wifi_platform_bus_enumerate device present 1
[ 2278.100105] ======== Card detection to detect SDIO card! ========
[ 2278.101728] [mmc]: sdc1 power_supply is null
[ 2278.158669] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2278.160741] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2278.162655] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2278.165912] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2278.188133] mmc1: new high speed SDIO card at address 0001
[ 2278.206933] bcmsdh_register: register client driver
[ 2278.207370] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2278.207643] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2278.207689] bus num (host idx)=1, slot num (rca)=1
[ 2278.207726] found adapter info 'DHD generic adapter'
[ 2278.207903] sdioh_attach: set sd_f2_blocksize 128
[ 2278.209227] F1 signature read @0x18000000=0x1591a962
[ 2278.209819] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2278.216743] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2278.219216] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2278.221647] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2278.221937] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2278.222048] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2278.233488] wl_create_event_handler(): thread:wl_event_handler:1809 started
[ 2278.233583] tsk Enter, tsk = 0xe6041430
[ 2278.237973] dhd_attach(): thread:dhd_watchdog_thread:180b started
[ 2278.238377] dhd_attach(): thread:dhd_dpc:180c started
[ 2278.238457] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2278.238683] dhd_attach(): thread:dhd_rxf:180d started
[ 2278.238752] dhd_deferred_work_init: work queue initialized 
[ 2278.240477] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2278.240557] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2278.240612] dhdsdio_download_firmware: set use_rxchain 0
[ 2278.240653] dhdsdio_download_firmware: set txglomsize 16
[ 2278.240694] sdioh_set_mode: set txglom_mode to multi-desc
[ 2278.240733] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2278.240774] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2278.240811] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2278.245172] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2278.245241] _dhdsdio_download_firmware: dongle image file download failed
[ 2278.245420] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2278.245469] dhdsdio_probe: dhd_bus_start failed
[ 2278.245509] bcmsdh_oob_intr_unregister: Enter
[ 2278.245542] bcmsdh_oob_intr_unregister: irq is not registered
[ 2278.245585] dhd_wlfc_deinit():3301, Already disabled!
[ 2278.310203] dhd_detach(): thread:dhd_watchdog_thread:180b terminated OK
[ 2278.310236] dhd_detach(): thread:dhd_rxf:180d terminated OK
[ 2278.310277] dhd_dpc_thread: Unexpected up_cnt 0
[ 2278.310307] dhd_detach(): thread:dhd_dpc:180c terminated OK
[ 2278.310588] wl_event_handler: was terminated
[ 2278.310642] wl_destroy_event_handler(): thread:wl_event_handler:1809 terminated OK
[ 2278.360548] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2278.360571] bcmsdh_probe: device attach failed
[ 2278.360581] sdioh_probe: bcmsdh_probe failed
[ 2278.360712] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2290.360358] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2290.360788] wifi_platform_set_power = 0
[ 2290.360826] ======== PULL WL_REG_ON LOW! ========
[ 2290.360863] wifi_platform_bus_enumerate device present 0
[ 2290.360898] ======== Card detection to remove SDIO card! ========
[ 2290.361063] unregister wifi platform drivers
[ 2290.361104] wifi_platform_bus_enumerate device present 0
[ 2290.361137] ======== Card detection to remove SDIO card! ========
[ 2290.361226] dhd_module_init: Failed to load the driver, try cnt 1
[ 2290.361376] ======== bcm_wlan_set_plat_data ========
[ 2290.361424] bcm_wlan_get_oob_irq enter.
[ 2290.361471] gpio [202] map to virq [10] ok
[ 2290.361501] host_oob_irq: 10
[ 2290.361529] host_oob_irq_flags=0x414
[ 2290.361559] dhd_wifi_platform_load: Enter
[ 2290.361646] Power-up adapter 'DHD generic adapter'
[ 2290.361683] wifi_platform_set_power = 1
[ 2290.361712] ======== PULL WL_REG_ON HIGH! ========
[ 2290.361747] [wifi_pm]: set wl_reg_on 0 !
[ 2290.403442] mmc1: card 0001 removed
[ 2290.403715] [mmc]: sdc1 power_supply is null
[ 2290.562545] [wifi_pm]: set wl_reg_on 1 !
[ 2291.070115] wifi_platform_bus_enumerate device present 1
[ 2291.070132] ======== Card detection to detect SDIO card! ========
[ 2291.071781] [mmc]: sdc1 power_supply is null
[ 2291.128160] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2291.129863] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2291.131631] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2291.135523] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2291.153293] mmc1: new high speed SDIO card at address 0001
[ 2291.170205] bcmsdh_register: register client driver
[ 2291.170413] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2291.170539] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2291.170550] bus num (host idx)=1, slot num (rca)=1
[ 2291.170560] found adapter info 'DHD generic adapter'
[ 2291.170658] sdioh_attach: set sd_f2_blocksize 128
[ 2291.171164] F1 signature read @0x18000000=0x1591a962
[ 2291.171448] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2291.174366] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2291.175958] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2291.176973] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2291.177051] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2291.177096] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2291.179846] wl_create_event_handler(): thread:wl_event_handler:180e started
[ 2291.179862] tsk Enter, tsk = 0xe6041430
[ 2291.184079] dhd_attach(): thread:dhd_watchdog_thread:1810 started
[ 2291.184197] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2291.184240] dhd_attach(): thread:dhd_dpc:1811 started
[ 2291.184384] dhd_attach(): thread:dhd_rxf:1812 started
[ 2291.184412] dhd_deferred_work_init: work queue initialized 
[ 2291.184815] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2291.184846] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2291.184865] dhdsdio_download_firmware: set use_rxchain 0
[ 2291.184874] dhdsdio_download_firmware: set txglomsize 16
[ 2291.184889] sdioh_set_mode: set txglom_mode to multi-desc
[ 2291.184899] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2291.184908] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2291.184917] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2291.185886] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2291.185911] _dhdsdio_download_firmware: dongle image file download failed
[ 2291.185975] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2291.185988] dhdsdio_probe: dhd_bus_start failed
[ 2291.186001] bcmsdh_oob_intr_unregister: Enter
[ 2291.186009] bcmsdh_oob_intr_unregister: irq is not registered
[ 2291.186021] dhd_wlfc_deinit():3301, Already disabled!
[ 2291.230200] dhd_detach(): thread:dhd_watchdog_thread:1810 terminated OK
[ 2291.230229] dhd_detach(): thread:dhd_rxf:1812 terminated OK
[ 2291.230249] dhd_dpc_thread: Unexpected up_cnt 0
[ 2291.230298] dhd_detach(): thread:dhd_dpc:1811 terminated OK
[ 2291.230568] wl_event_handler: was terminated
[ 2291.230644] wl_destroy_event_handler(): thread:wl_event_handler:180e terminated OK
[ 2291.270497] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2291.270518] bcmsdh_probe: device attach failed
[ 2291.270529] sdioh_probe: bcmsdh_probe failed
[ 2291.270687] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2303.270107] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2303.270267] wifi_platform_set_power = 0
[ 2303.270276] ======== PULL WL_REG_ON LOW! ========
[ 2303.270284] wifi_platform_bus_enumerate device present 0
[ 2303.270292] ======== Card detection to remove SDIO card! ========
[ 2303.270354] unregister wifi platform drivers
[ 2303.270364] wifi_platform_bus_enumerate device present 0
[ 2303.270371] ======== Card detection to remove SDIO card! ========
[ 2303.270396] dhd_module_init: Failed to load the driver, try cnt 0
[ 2303.270427] dhd_module_init: Failed to load driver max retry reached**
[ 2303.270436] dhd_module_init: Exit err=-62
[ 2303.370270] mmc1: card 0001 removed
[ 2303.370501] [mmc]: sdc1 power_supply is null
[ 2303.386580] dhd_module_init: in
[ 2303.386597] ======== bcm_wlan_set_plat_data ========
[ 2303.386612] bcm_wlan_get_oob_irq enter.
[ 2303.386625] gpio [202] map to virq [10] ok
[ 2303.386631] host_oob_irq: 10
[ 2303.386637] host_oob_irq_flags=0x414
[ 2303.386643] dhd_wifi_platform_load: Enter
[ 2303.386675] Power-up adapter 'DHD generic adapter'
[ 2303.386683] wifi_platform_set_power = 1
[ 2303.386689] ======== PULL WL_REG_ON HIGH! ========
[ 2303.386696] [wifi_pm]: set wl_reg_on 0 !
[ 2303.586964] [wifi_pm]: set wl_reg_on 1 !
[ 2304.090089] wifi_platform_bus_enumerate device present 1
[ 2304.090108] ======== Card detection to detect SDIO card! ========
[ 2304.091729] [mmc]: sdc1 power_supply is null
[ 2304.154895] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2304.156537] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2304.158182] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2304.162834] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2304.181276] mmc1: new high speed SDIO card at address 0001
[ 2304.198270] bcmsdh_register: register client driver
[ 2304.199744] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2304.199917] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2304.199930] bus num (host idx)=1, slot num (rca)=1
[ 2304.199941] found adapter info 'DHD generic adapter'
[ 2304.200642] sdioh_attach: set sd_f2_blocksize 128
[ 2304.201193] F1 signature read @0x18000000=0x1591a962
[ 2304.201499] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2304.204216] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2304.205179] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2304.206357] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2304.206437] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2304.206486] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2304.213001] wl_create_event_handler(): thread:wl_event_handler:1816 started
[ 2304.213018] tsk Enter, tsk = 0xe6041430
[ 2304.214210] dhd_attach(): thread:dhd_watchdog_thread:1817 started
[ 2304.214348] dhd_attach(): thread:dhd_dpc:1818 started
[ 2304.214509] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2304.214519] dhd_attach(): thread:dhd_rxf:1819 started
[ 2304.214540] dhd_deferred_work_init: work queue initialized 
[ 2304.214954] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2304.214981] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2304.214996] dhdsdio_download_firmware: set use_rxchain 0
[ 2304.215005] dhdsdio_download_firmware: set txglomsize 16
[ 2304.215015] sdioh_set_mode: set txglom_mode to multi-desc
[ 2304.215023] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2304.215032] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2304.215040] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2304.230751] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2304.230772] _dhdsdio_download_firmware: dongle image file download failed
[ 2304.230822] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2304.230833] dhdsdio_probe: dhd_bus_start failed
[ 2304.230844] bcmsdh_oob_intr_unregister: Enter
[ 2304.230851] bcmsdh_oob_intr_unregister: irq is not registered
[ 2304.230862] dhd_wlfc_deinit():3301, Already disabled!
[ 2304.320133] dhd_detach(): thread:dhd_watchdog_thread:1817 terminated OK
[ 2304.320162] dhd_detach(): thread:dhd_rxf:1819 terminated OK
[ 2304.320225] dhd_dpc_thread: Unexpected up_cnt 0
[ 2304.320249] dhd_detach(): thread:dhd_dpc:1818 terminated OK
[ 2304.320538] wl_event_handler: was terminated
[ 2304.320614] wl_destroy_event_handler(): thread:wl_event_handler:1816 terminated OK
[ 2304.410426] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2304.410446] bcmsdh_probe: device attach failed
[ 2304.410455] sdioh_probe: bcmsdh_probe failed
[ 2304.410592] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2316.410091] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2316.410258] wifi_platform_set_power = 0
[ 2316.410271] ======== PULL WL_REG_ON LOW! ========
[ 2316.410280] wifi_platform_bus_enumerate device present 0
[ 2316.410289] ======== Card detection to remove SDIO card! ========
[ 2316.410367] unregister wifi platform drivers
[ 2316.410378] wifi_platform_bus_enumerate device present 0
[ 2316.410387] ======== Card detection to remove SDIO card! ========
[ 2316.410411] dhd_module_init: Failed to load the driver, try cnt 3
[ 2316.410448] ======== bcm_wlan_set_plat_data ========
[ 2316.410464] bcm_wlan_get_oob_irq enter.
[ 2316.410478] gpio [202] map to virq [10] ok
[ 2316.410485] host_oob_irq: 10
[ 2316.410492] host_oob_irq_flags=0x414
[ 2316.410499] dhd_wifi_platform_load: Enter
[ 2316.410529] Power-up adapter 'DHD generic adapter'
[ 2316.410538] wifi_platform_set_power = 1
[ 2316.410545] ======== PULL WL_REG_ON HIGH! ========
[ 2316.410554] [wifi_pm]: set wl_reg_on 0 !
[ 2316.520366] mmc1: card 0001 removed
[ 2316.520630] [mmc]: sdc1 power_supply is null
[ 2316.610676] [wifi_pm]: set wl_reg_on 1 !
[ 2317.120102] wifi_platform_bus_enumerate device present 1
[ 2317.120120] ======== Card detection to detect SDIO card! ========
[ 2317.121720] [mmc]: sdc1 power_supply is null
[ 2317.178747] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2317.180444] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2317.182132] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2317.185074] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2317.202336] mmc1: new high speed SDIO card at address 0001
[ 2317.219412] bcmsdh_register: register client driver
[ 2317.219589] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2317.219705] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2317.219717] bus num (host idx)=1, slot num (rca)=1
[ 2317.219728] found adapter info 'DHD generic adapter'
[ 2317.219814] sdioh_attach: set sd_f2_blocksize 128
[ 2317.220519] F1 signature read @0x18000000=0x1591a962
[ 2317.220869] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2317.231404] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2317.232811] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2317.234164] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2317.234253] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2317.234318] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2317.235893] wl_create_event_handler(): thread:wl_event_handler:181a started
[ 2317.236435] tsk Enter, tsk = 0xe4a81430
[ 2317.236609] dhd_attach(): thread:dhd_watchdog_thread:181b started
[ 2317.236729] dhd_attach(): thread:dhd_dpc:181c started
[ 2317.236768] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2317.236830] dhd_attach(): thread:dhd_rxf:181d started
[ 2317.236852] dhd_deferred_work_init: work queue initialized 
[ 2317.237288] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2317.237315] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2317.237329] dhdsdio_download_firmware: set use_rxchain 0
[ 2317.237338] dhdsdio_download_firmware: set txglomsize 16
[ 2317.237349] sdioh_set_mode: set txglom_mode to multi-desc
[ 2317.237357] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2317.237366] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2317.237375] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2317.240615] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2317.240637] _dhdsdio_download_firmware: dongle image file download failed
[ 2317.240878] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2317.240897] dhdsdio_probe: dhd_bus_start failed
[ 2317.240908] bcmsdh_oob_intr_unregister: Enter
[ 2317.240917] bcmsdh_oob_intr_unregister: irq is not registered
[ 2317.240929] dhd_wlfc_deinit():3301, Already disabled!
[ 2317.330293] dhd_detach(): thread:dhd_watchdog_thread:181b terminated OK
[ 2317.330387] dhd_detach(): thread:dhd_rxf:181d terminated OK
[ 2317.330411] dhd_dpc_thread: Unexpected up_cnt 0
[ 2317.330461] dhd_detach(): thread:dhd_dpc:181c terminated OK
[ 2317.330802] wl_event_handler: was terminated
[ 2317.330914] wl_destroy_event_handler(): thread:wl_event_handler:181a terminated OK
[ 2317.370468] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2317.370490] bcmsdh_probe: device attach failed
[ 2317.370500] sdioh_probe: bcmsdh_probe failed
[ 2317.370658] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2329.370257] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2329.370654] wifi_platform_set_power = 0
[ 2329.370692] ======== PULL WL_REG_ON LOW! ========
[ 2329.370729] wifi_platform_bus_enumerate device present 0
[ 2329.370764] ======== Card detection to remove SDIO card! ========
[ 2329.370924] unregister wifi platform drivers
[ 2329.370964] wifi_platform_bus_enumerate device present 0
[ 2329.370998] ======== Card detection to remove SDIO card! ========
[ 2329.371085] dhd_module_init: Failed to load the driver, try cnt 2
[ 2329.371235] ======== bcm_wlan_set_plat_data ========
[ 2329.371283] bcm_wlan_get_oob_irq enter.
[ 2329.371330] gpio [202] map to virq [10] ok
[ 2329.371361] host_oob_irq: 10
[ 2329.371388] host_oob_irq_flags=0x414
[ 2329.371417] dhd_wifi_platform_load: Enter
[ 2329.371498] Power-up adapter 'DHD generic adapter'
[ 2329.371535] wifi_platform_set_power = 1
[ 2329.371564] ======== PULL WL_REG_ON HIGH! ========
[ 2329.371598] [wifi_pm]: set wl_reg_on 0 !
[ 2329.480299] mmc1: card 0001 removed
[ 2329.480555] [mmc]: sdc1 power_supply is null
[ 2329.571668] [wifi_pm]: set wl_reg_on 1 !
[ 2330.080347] wifi_platform_bus_enumerate device present 1
[ 2330.080399] ======== Card detection to detect SDIO card! ========
[ 2330.082322] [mmc]: sdc1 power_supply is null
[ 2330.138307] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2330.139950] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2330.141633] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2330.144548] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2330.162955] mmc1: new high speed SDIO card at address 0001
[ 2330.180442] bcmsdh_register: register client driver
[ 2330.180628] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2330.180762] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2330.180774] bus num (host idx)=1, slot num (rca)=1
[ 2330.180784] found adapter info 'DHD generic adapter'
[ 2330.180873] sdioh_attach: set sd_f2_blocksize 128
[ 2330.181426] F1 signature read @0x18000000=0x1591a962
[ 2330.181788] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2330.184647] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2330.185705] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2330.186613] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2330.186686] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2330.186724] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2330.189869] wl_create_event_handler(): thread:wl_event_handler:1829 started
[ 2330.189885] tsk Enter, tsk = 0xe4a81430
[ 2330.190439] dhd_attach(): thread:dhd_watchdog_thread:182a started
[ 2330.190550] dhd_attach(): thread:dhd_dpc:182b started
[ 2330.190594] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2330.193180] dhd_attach(): thread:dhd_rxf:182d started
[ 2330.193209] dhd_deferred_work_init: work queue initialized 
[ 2330.193605] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2330.193629] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2330.193643] dhdsdio_download_firmware: set use_rxchain 0
[ 2330.193652] dhdsdio_download_firmware: set txglomsize 16
[ 2330.193662] sdioh_set_mode: set txglom_mode to multi-desc
[ 2330.193671] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2330.193680] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2330.193688] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2330.194411] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2330.194428] _dhdsdio_download_firmware: dongle image file download failed
[ 2330.194482] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2330.194495] dhdsdio_probe: dhd_bus_start failed
[ 2330.194506] bcmsdh_oob_intr_unregister: Enter
[ 2330.194514] bcmsdh_oob_intr_unregister: irq is not registered
[ 2330.194526] dhd_wlfc_deinit():3301, Already disabled!
[ 2330.240506] dhd_detach(): thread:dhd_watchdog_thread:182a terminated OK
[ 2330.240553] dhd_detach(): thread:dhd_rxf:182d terminated OK
[ 2330.240581] dhd_dpc_thread: Unexpected up_cnt 0
[ 2330.240634] dhd_detach(): thread:dhd_dpc:182b terminated OK
[ 2330.241527] wl_event_handler: was terminated
[ 2330.241639] wl_destroy_event_handler(): thread:wl_event_handler:1829 terminated OK
[ 2330.300438] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2330.300460] bcmsdh_probe: device attach failed
[ 2330.300469] sdioh_probe: bcmsdh_probe failed
[ 2330.300628] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2342.300099] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2342.300234] wifi_platform_set_power = 0
[ 2342.300244] ======== PULL WL_REG_ON LOW! ========
[ 2342.300251] wifi_platform_bus_enumerate device present 0
[ 2342.300259] ======== Card detection to remove SDIO card! ========
[ 2342.300314] unregister wifi platform drivers
[ 2342.300322] wifi_platform_bus_enumerate device present 0
[ 2342.300329] ======== Card detection to remove SDIO card! ========
[ 2342.300355] dhd_module_init: Failed to load the driver, try cnt 1
[ 2342.300387] ======== bcm_wlan_set_plat_data ========
[ 2342.300401] bcm_wlan_get_oob_irq enter.
[ 2342.300413] gpio [202] map to virq [10] ok
[ 2342.300420] host_oob_irq: 10
[ 2342.300425] host_oob_irq_flags=0x414
[ 2342.300432] dhd_wifi_platform_load: Enter
[ 2342.300459] Power-up adapter 'DHD generic adapter'
[ 2342.300467] wifi_platform_set_power = 1
[ 2342.300473] ======== PULL WL_REG_ON HIGH! ========
[ 2342.300481] [wifi_pm]: set wl_reg_on 0 !
[ 2342.390317] mmc1: card 0001 removed
[ 2342.390553] [mmc]: sdc1 power_supply is null
[ 2342.500506] [wifi_pm]: set wl_reg_on 1 !
[ 2343.010074] wifi_platform_bus_enumerate device present 1
[ 2343.010091] ======== Card detection to detect SDIO card! ========
[ 2343.011704] [mmc]: sdc1 power_supply is null
[ 2343.067551] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2343.069245] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2343.070929] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2343.073830] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2343.090685] mmc1: new high speed SDIO card at address 0001
[ 2343.107543] bcmsdh_register: register client driver
[ 2343.107699] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2343.107816] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2343.107827] bus num (host idx)=1, slot num (rca)=1
[ 2343.107837] found adapter info 'DHD generic adapter'
[ 2343.107931] sdioh_attach: set sd_f2_blocksize 128
[ 2343.108512] F1 signature read @0x18000000=0x1591a962
[ 2343.108804] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2343.112133] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2343.113191] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2343.114089] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2343.114161] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2343.114201] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2343.118961] wl_create_event_handler(): thread:wl_event_handler:182f started
[ 2343.118977] tsk Enter, tsk = 0xe4a81430
[ 2343.119519] dhd_attach(): thread:dhd_watchdog_thread:1830 started
[ 2343.119621] dhd_attach(): thread:dhd_dpc:1831 started
[ 2343.119639] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2343.119727] dhd_attach(): thread:dhd_rxf:1832 started
[ 2343.119756] dhd_deferred_work_init: work queue initialized 
[ 2343.120955] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2343.120987] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2343.121004] dhdsdio_download_firmware: set use_rxchain 0
[ 2343.121016] dhdsdio_download_firmware: set txglomsize 16
[ 2343.121028] sdioh_set_mode: set txglom_mode to multi-desc
[ 2343.121038] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2343.121050] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2343.121058] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2343.122190] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2343.122215] _dhdsdio_download_firmware: dongle image file download failed
[ 2343.122276] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2343.122290] dhdsdio_probe: dhd_bus_start failed
[ 2343.122302] bcmsdh_oob_intr_unregister: Enter
[ 2343.122310] bcmsdh_oob_intr_unregister: irq is not registered
[ 2343.122321] dhd_wlfc_deinit():3301, Already disabled!
[ 2343.171469] dhd_detach(): thread:dhd_watchdog_thread:1830 terminated OK
[ 2343.171505] dhd_detach(): thread:dhd_rxf:1832 terminated OK
[ 2343.171550] dhd_dpc_thread: Unexpected up_cnt 0
[ 2343.171602] dhd_detach(): thread:dhd_dpc:1831 terminated OK
[ 2343.172659] wl_event_handler: was terminated
[ 2343.172843] wl_destroy_event_handler(): thread:wl_event_handler:182f terminated OK
[ 2343.240572] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2343.240596] bcmsdh_probe: device attach failed
[ 2343.240606] sdioh_probe: bcmsdh_probe failed
[ 2343.240748] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
[ 2355.240101] dhd_wifi_platform_load_sdio: sdio_register_driver timeout or error 
[ 2355.240257] wifi_platform_set_power = 0
[ 2355.240269] ======== PULL WL_REG_ON LOW! ========
[ 2355.240277] wifi_platform_bus_enumerate device present 0
[ 2355.240285] ======== Card detection to remove SDIO card! ========
[ 2355.240361] unregister wifi platform drivers
[ 2355.240374] wifi_platform_bus_enumerate device present 0
[ 2355.240382] ======== Card detection to remove SDIO card! ========
[ 2355.240409] dhd_module_init: Failed to load the driver, try cnt 0
[ 2355.240441] dhd_module_init: Failed to load driver max retry reached**
[ 2355.240449] dhd_module_init: Exit err=-62
[ 2355.270440] mmc1: card 0001 removed
[ 2355.270738] [mmc]: sdc1 power_supply is null
[ 2355.322465] dhd_module_init: in
[ 2355.322485] ======== bcm_wlan_set_plat_data ========
[ 2355.322500] bcm_wlan_get_oob_irq enter.
[ 2355.322515] gpio [202] map to virq [10] ok
[ 2355.322522] host_oob_irq: 10
[ 2355.322527] host_oob_irq_flags=0x414
[ 2355.322534] dhd_wifi_platform_load: Enter
[ 2355.322576] Power-up adapter 'DHD generic adapter'
[ 2355.322586] wifi_platform_set_power = 1
[ 2355.322594] ======== PULL WL_REG_ON HIGH! ========
[ 2355.322604] [wifi_pm]: set wl_reg_on 0 !
[ 2355.522926] [wifi_pm]: set wl_reg_on 1 !
[ 2356.030224] wifi_platform_bus_enumerate device present 1
[ 2356.030261] ======== Card detection to detect SDIO card! ========
[ 2356.032146] [mmc]: sdc1 power_supply is null
[ 2356.089794] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2356.091657] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2356.093900] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2356.097016] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2356.116342] mmc1: new high speed SDIO card at address 0001
[ 2356.133390] bcmsdh_register: register client driver
[ 2356.133607] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2356.134389] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[ 2356.134411] bus num (host idx)=1, slot num (rca)=1
[ 2356.134424] found adapter info 'DHD generic adapter'
[ 2356.134576] sdioh_attach: set sd_f2_blocksize 128
[ 2356.135159] F1 signature read @0x18000000=0x1591a962
[ 2356.135474] dhd_conf_set_hw_oob_intr: Enable HW OOB for 43362
[ 2356.139275] F1 signature OK, socitype:0x1 chip:0xa962 rev:0x1 pkg:0x9
[ 2356.141007] DHD: dongle ram size is set to 245760(orig 245760) at 0x0
[ 2356.142242] dhd_conf_set_chiprev: chip=0xa962, chiprev=1
[ 2356.142319] dhd_conf_set_conf_path_by_nv_path: config_path=/lib/firmware/ap6212/config.txt
[ 2356.142364] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2356.143393] tsk Enter, tsk = 0xe6001430
[ 2356.143428] wl_create_event_handler(): thread:wl_event_handler:1834 started
[ 2356.144462] dhd_attach(): thread:dhd_watchdog_thread:1835 started
[ 2356.144600] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[ 2356.144642] dhd_attach(): thread:dhd_dpc:1836 started
[ 2356.144784] dhd_attach(): thread:dhd_rxf:1837 started
[ 2356.144807] dhd_deferred_work_init: work queue initialized 
[ 2356.145431] dhd_conf_read_config: Ignore config file /lib/firmware/ap6212/config.txt
[ 2356.145455] dhd_conf_set_fw_name_by_chip: firmware_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2356.145469] dhdsdio_download_firmware: set use_rxchain 0
[ 2356.145478] dhdsdio_download_firmware: set txglomsize 16
[ 2356.145489] sdioh_set_mode: set txglom_mode to multi-desc
[ 2356.145497] Final fw_path=/lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2356.145506] Final nv_path=/lib/firmware/ap6212/nvram.txt
[ 2356.145514] Final conf_path=/lib/firmware/ap6212/config.txt
[ 2356.146708] dhdsdio_download_code_file: Open firmware file failed /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2356.146728] _dhdsdio_download_firmware: dongle image file download failed
[ 2356.146790] dhd_bus_start: failed to download firmware /lib/firmware/ap6212/fw_bcm40181a2.bin
[ 2356.146803] dhdsdio_probe: dhd_bus_start failed
[ 2356.146815] bcmsdh_oob_intr_unregister: Enter
[ 2356.146823] bcmsdh_oob_intr_unregister: irq is not registered
[ 2356.146835] dhd_wlfc_deinit():3301, Already disabled!
[ 2356.220183] dhd_detach(): thread:dhd_watchdog_thread:1835 terminated OK
[ 2356.220216] dhd_detach(): thread:dhd_rxf:1837 terminated OK
[ 2356.220238] dhd_dpc_thread: Unexpected up_cnt 0
[ 2356.220297] dhd_detach(): thread:dhd_dpc:1836 terminated OK
[ 2356.220636] wl_event_handler: was terminated
[ 2356.220739] wl_destroy_event_handler(): thread:wl_event_handler:1834 terminated OK
[ 2356.270457] dhd_os_prealloc: failed to alloc memory, section: 7, size: 0bytes
[ 2356.270478] bcmsdh_probe: device attach failed
[ 2356.270488] sdioh_probe: bcmsdh_probe failed
[ 2356.270628] bcmsdh_sdmmc: probe of mmc1:0001:2 failed with error -12
 

Expand  

 

Posted
  On 1/25/2019 at 2:21 PM, Andeser said:

Ok i'm sorry but i have discouvered that my wifi chip is the ap6181

Expand  

 

It's the older version (and perhaps better) of the X2 perhaps...

Posted
  On 1/26/2019 at 11:55 AM, Andeser said:

Ok what can I do for install the driver of this chip?

 

Expand  

https://www.itgubben.eu/files/ from @slinde 

I thinks this driver in included ... but the steps I remember more or less are download and unzip the driver in /lib/ directory . After that in a Terminal:

sudo modprobe ap6181 firmware_path=/lib/firmware/ap6210/ap6181.bin nvram_path=/lib/firmware/ap6210/nvram.txt
lsmod
sudo ifconfig wlan0 up
sudo iwlist wlan0 scan

 

Posted

Ok when I do "sudo modprobe ecc." The error is:*

FATAL: Modulo ap6181 not found in directory /lib/modules/4.19.13-sunxi


Inviato dal mio Redmi 4A utilizzando Tapatalk

Posted

The output is:

  Quote

Module                  Size  Used by
dhd                   666843  1 
rfcomm                 32879  4 
bnep                    9617  2 
bluetooth             174101  8 bnep,rfcomm
zram                    8964  5 
rt2800usb              13637  0 
rt2800lib              41983  1 rt2800usb
rt2x00usb               8297  1 rt2800usb
bmp085                  3487  0 
pcf8591                 3363  0 
rt2x00lib              34468  3 rt2x00usb,rt2800lib,rt2800usb
mac80211              358457  3 rt2x00lib,rt2x00usb,rt2800lib
mali_drm                2732  1 
ir_lirc_codec           3677  0 
lirc_dev                7834  1 ir_lirc_codec
ir_mce_kbd_decoder      2885  0 
ir_sanyo_decoder        1480  0 
ir_sony_decoder         1422  0 
ir_jvc_decoder          1452  0 
mali                  123158  2 
drm                   178282  2 mali_drm
ir_rc6_decoder          1941  0 
ir_rc5_decoder          1412  0 
ir_nec_decoder          1556  0 
ump                    29379  5 mali
sunxi_cir               1601  0 
rc_core                12727  10 ir_lirc_codec,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,sunxi_cir,ir_mce_kbd_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_sanyo_decoder
sunxi_spdma             3707  1 
sunxi_spdif             7041  1 
sunxi_sndspdif          3885  2 
sndspdif                2747  1 
btrfs                 712473  0 
 

Expand  

The output from sudo depmod -ae is:

  Quote

depmod: WARNING: -e needs -E or -F

Expand  

 

Posted

I'm lost... I don't know whast happening with your Wi-Fi?

Can you try to use `armbian-config` to set up the wireless or try to updarte or switch to a new kernel and try again:

 

Posted (edited)

I'm having the exact same trouble with my two, same AP6181. I've tested both Xenial (3.4) and Stretch (4.19) but neither have Wifi working. The older kernel image is loading dhd drivers but its a repeat of what Andeser is getting. Stretch says dhd module not found. 
using "sudo modprobe brcmfmac" on either kernel adds "registered new interface driver brcmfmac" to dmesg but nothing else. 

Edited by wezhayw
Posted

Hi, its me again.

After update my old Beelink X2 rev2 with Wi-Fi RTL8189ETV I can`t find anyway to bring up the wireless alive.

I'm running ARMBIAN 5.75 stable Debian 9 (strech) 4.19.20-sunxi

I can load the mod 8189es like I do in the past but nothing comes alive.

Any idea? Any help?

Posted
  On 5/5/2020 at 7:45 PM, manuti said:

I'm running ARMBIAN 5.75 stable Debian 9 (strech) 4.19.20-sunxi

 

Any idea? Any help?

Expand  

Update everything. Armbian, Debian and kernel are way outdated.

Posted
  On 5/5/2020 at 7:45 PM, manuti said:

After update my old Beelink X2

Expand  

Finally I decided to use Orange Pi 2e+ image. Everything looks working. Desktop installed, Wi-Fi working, only no info about CPU frequency. 

Posted
  On 5/16/2020 at 11:01 PM, manuti said:

Everything looks working. Desktop installed, Wi-Fi working, only no info about CPU frequency. 

Expand  
armbianmonitor -u
Posted

I'll try this evening.

Is more or less responsive, so I suppose the CPU speed is OK. But I don't know if it's running at fixed speed or changing by some governor. 

cpufreq-info didn't show anything. 

But is good to have Debian Buster with 5.x kernel on it. 

Posted
  On 5/16/2020 at 11:43 PM, Igor said:

armbianmonitor -u

Expand  

 

  Reveal hidden contents

 

Firewall issues, so no -u only -U.

Think about is a Beelink X2 running a Orange Pi+ 2e  image.

Posted

Ahaaa, no this will not work just like that. Its expected. Voltage regulators are different. You need to have hw configuration / image for Beelink X2

 

Posted

:wacko:  @manuti

 

Your post may need more information or formatting changes.

 

Tips:

 

  • use spoiler image.png when adding a long text,
  • use image.png when adding a code,
  •  
Posted

@Tido edited.  Sorry for flooding the thread.

@Igor Yesss! I know is incorrect to switch images in this crazy way but:  the last image for Beelink X2 is too old (normal because is EOS) and also the internal Wi-Fi din't work so I decide to the most similar, under my opinion, OPi+2e : Internal Wi-Fi and eMMC. 

So the board starts and run pretty decent. The temperature don't go high (supposing is measure correctly).

If there and easy way to change the hardware configuration I'll do; if not, don't worry.

Thanks for trying to help me.

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines