Fix wifi and Greeter issues on Manjaro images - TheMediocritist/RadxaZero_Experiments GitHub Wiki

Fix onboard wifi

@spikerguy says:

https://gitlab.manjaro.org/manjaro-arm/packages/community/ap6256-firmware ap6256 firmware pkg is already present just need to add device specific file

sudo pacman -S ap6256-firmware

sudo cp /usr/lib/firmware/nvram_ap6256.txt /usr/lib/firmware/brcm/brcmfmac43456-sdio.radxa,zero.txt

sudo reboot now

This should give you wifi NOTE: I TRIED THIS TWICE AND IT DOESN'T WORK FOR ME!!!

Fix [FAILED] Failed to start Greeter daemon error

  1. Ctrl+Alt+F1 (or similar) to get to text login.

  2. Login

  3. Edit /etc/greetd/config.toml

    sudo nano /etc/greetd/config.toml

  4. replace user = "greeter" with user = "YourUserName"

  5. Comment out the [initial session] chunk.

  6. Save, exit and reboot.