<DC-IRC>
[Discord] <rogandawes> Flashed it and booted. First off, I noticed that Ethernet is working, but WiFi is not. So far, I found radxa's aic8800 repo, and rebuilt that, only to realise that it is already included in the build! However, it seems to error when trying to power on the WiFi module.
<DC-IRC>
[Discord] <rogandawes> ```
<DC-IRC>
[Discord] <rogandawes> [75076.219618] aicbsp: aicbsp_set_subsys, subsys: AIC_WIFI, state to: 1
<DC-IRC>
[Discord] <rogandawes> [75076.219627] aicbsp: aicbsp_set_subsys, power state change to 1 dure to AIC_WIFI
<DC-IRC>
[Discord] <rogandawes> Ultimately, I don't really care about that message, I'm just trying to figure out why the WiFi is not working 🙂
<DC-IRC>
[Discord] <juanesf91> You can reboot the board and try again. In some cases, the second ETH port has a similar problem. I'm testing a patch that keeps the regulator on and fixes the second ETH port issue. I could try it with Wi-Fi.
<DC-IRC>
[Discord] <rogandawes> Thank you. Happy to test any patches. I have a very early edition 4GB and a more recent 2GB board available. (Are you aware of any hardware errata between early and later revisions, btw?)
<DC-IRC>
[Discord] <rogandawes> Here are the kernel dmesg entries matching `aic`, in case you see any smoking guns? https://pastebin.com/QMh56SAg
<DC-IRC>
[Discord] <c0rnelius77> You are pointing to the wrong firmware.
<DC-IRC>
[Discord] <c0rnelius77> Radxa hardcodes the FW path. Look inside`/etc/modprobe.d/aic8800-wireless.conf` and see if this line is there `options aic8800_bsp_sdio aic_fw_path=/lib/firmware/aic8800_fw/SDIO/aic8800`.
<DC-IRC>
[Discord] <c0rnelius77> If its there comment out the line.
<DC-IRC>
[Discord] <rogandawes> Yes, I had uncommented it to see whether it would change anything. Have recommented it, and am rebooting.
<DC-IRC>
[Discord] <rogandawes> I appreciate your help. Thank you. Is it easy to update the build config to prefer an older release of the driver, perhaps?
<DC-IRC>
[Discord] <c0rnelius77> let me see the release `dmesg | grep RELEASE_DATE`
<DC-IRC>
[Discord] <c0rnelius77> Same I'm using on the zero3w. Maybe its the DTS and not the package at all?
<DC-IRC>
[Discord] <c0rnelius77> Not sure. If I'm honest.
<DC-IRC>
[Discord] <rogandawes> 🙂 Thanks anyway!
<DC-IRC>
[Discord] <rogandawes> At the same time, I'm fighting with the USB Device Controller. I can `modprobe g_serial`, but it is not showing anything on the PC (Linux) that the A5E is connected to. Have tried with different cables, and still nothing.
<DC-IRC>
[Discord] <c0rnelius77> As Igor suggested. Try hitting up the maintainer.
<DC-IRC>
[Discord] <bugzbanger> Downgraded and it seems stable, thanks
<DC-IRC>
[Discord] <c0rnelius77> ur welcome
<DC-IRC>
[Discord] <juanesf91> Cloned from Armbian/build? Could you send me the image so I can test it on my motherboard when I get home? My version is 1.1 with 2GB RAM.
<DC-IRC>
[Discord] <rogandawes> sure. Best way to share a 2GB image?
<DC-IRC>
[Discord] <rogandawes> Compress it first, of course! 😉