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
-
Ctrl+Alt+F1 (or similar) to get to text login.
-
Login
-
Edit /etc/greetd/config.toml
sudo nano /etc/greetd/config.toml
-
replace
user = "greeter"
withuser = "YourUserName"
-
Comment out the
[initial session]
chunk. -
Save, exit and reboot.