Hello, thanks for your help. But I have finally got the WiFi adapter working. SSID, password or static/dynamic IP were definitely not the issue here because those are still unchanged. And as for the Leoxsys LEO-NANO150N being compatible, it worked fine out of the box with Rasberry OS, OSMC, Volumio, and everything else that I tried with the pi (https://elinux.org/RPi_USB_Wi-Fi_Adapters) except for moodeaudio. I googled the error messages and what fixed it for me was this command -
But I had to run it every time pi boots, so I added it to rc.local and it completely fixed my problem.
So could someone please explain me the technical details of what exactly happened, and why these commands fixed the issue.
Also, I have noticed that the booting time has slowed down a bit after this, I have already disabled wait for ethernet in moode, and added the above command as a background process in rc.local.
Thank you so much for this amazing software!!
Code:
wpa_supplicant -iwlan0 -D wext -c/etc/wpa_supplicant/wpa_supplicant.conf -B dhclient wlan0
But I had to run it every time pi boots, so I added it to rc.local and it completely fixed my problem.
So could someone please explain me the technical details of what exactly happened, and why these commands fixed the issue.
Also, I have noticed that the booting time has slowed down a bit after this, I have already disabled wait for ethernet in moode, and added the above command as a background process in rc.local.
Thank you so much for this amazing software!!