Compile driver

can you advise me how to include driver WiFi for x96max q1 in CoreElec 9.2.8? I inserted and compiled the driver but it still doesn’t work. is there anything else you need to adjust? driver qca6174-aml added to config

bluetooth started working but finds no WiFi network

1 Like

Take a look here about the implementation:

1 Like

Log:

CoreELEC-X96L:~ # udevadm info /sys/bus/sdio/devices/*
P: /devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
L: 0
E: DEVPATH=/devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
E: DRIVER=ar6k_wlan
E: SDIO_CLASS=00
E: SDIO_ID=0271:050A
E: MODALIAS=sdio:c00v0271d050A
E: SUBSYSTEM=sdio
E: USEC_INITIALIZED=5670389
E: SYSTEMD_WANTS=qca-firmware-aml.service
E: TAGS=:systemd:

yes i have these adjustments. it looks like the drivers have loaded. do I still need to modify the dtb?

interesting that bluetooth started working but wifi did not.
and this is from Official 19.2 in which it works well

CoreELEC (official): 19.2-Matrix (Amlogic-ng.arm)
CoreELEC-X96L:~ # udevadm info /sys/bus/sdio/devices/*
P: /devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
L: 0
E: DEVPATH=/devices/platform/ffe03000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
E: DRIVER=ar6k_wlan
E: SDIO_CLASS=00
E: SDIO_ID=0271:050A
E: MODALIAS=sdio:c00v0271d050A
E: SUBSYSTEM=sdio
E: USEC_INITIALIZED=16913613
E: ID_VENDOR_FROM_DATABASE=Atheros Communications, Inc.
E: ID_SDIO_CLASS_FROM_DATABASE=Non-standard SDIO interface
E: SYSTEMD_WANTS=qca-firmware-aml.service
E: TAGS=:systemd:
E: CURRENT_TAGS=:systemd:

https://github.com/CoreELEC/qca-firmware-aml/commits/master

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