Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


wlan not activated
#7
@didomax

I quoted from a moOde 7.0.1 installation on an RPi4B using the internal WiFi transceiver. As an aside, I just got the same systemctl output from a moOde 6.5.2 player I spun up for a different test on an RPi3B+ also using the internal WiFi transceiver.

Note that looking at the statuses of dhcpcd and wpa_supplicant gives you information about two different instances of wpa_supplicant. In fact, once invoked, both instances are running on my player

Code:
pi@moode: $ ps aux|grep wpa_sup
root       345  0.0  0.4  10740  3932 ?        Ss   09:22   0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root       435  0.0  0.3  11352  3456 ?        Ss   09:22   0:00 wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dnl80211,wext

It's been a while and I've forgotten why two instances. The arguments in the second invocation come from /lib/systemd/system/wpa_supplicant@.service (I think this is the only place but I've been known to be wrong before) which includes the line

Code:
ExecStart=/sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -Dnl80211,wext -i%I


There have been occasional posts from users running into problems with WiFi dongles based on certain chipsets. The dongles were often but not always old and/or cheap. IIRC the usual cause of their problems was the transceiver chipset not working in AP mode. I have no insight into what's happening with yours.

Regards,
Kent
Reply


Messages In This Thread
wlan not activated - by didomax - 02-06-2021, 09:00 AM
RE: wlan not activated - by Tim Curtis - 02-06-2021, 01:44 PM
RE: wlan not activated - by TheOldPresbyope - 02-06-2021, 02:36 PM
RE: wlan not activated - by Tim Curtis - 02-06-2021, 02:48 PM
RE: wlan not activated - by TheOldPresbyope - 02-06-2021, 02:58 PM
RE: wlan not activated - by didomax - 02-06-2021, 06:23 PM
RE: wlan not activated - by Tim Curtis - 02-06-2021, 07:54 PM
RE: wlan not activated - by TheOldPresbyope - 02-06-2021, 07:22 PM
RE: wlan not activated - by didomax - 02-06-2021, 07:52 PM

Forum Jump: