Have some feedback, questions, suggestions, or just fancy a chat? Pop it in here.
roman1528
Posts: 5 Joined: Sat Feb 02, 2019 3:41 pm
Post
by roman1528 » Tue Feb 12, 2019 10:36 am
Hey there.
Updated my Raspberry Pi 3 to 6.21.1 today and now Wifi is not working anymore.
Code: Select all
No supported Wifi Hardware was found.
Would you like to disable WiFi?
- (NOTICE) Connections may drop!
Please help.
Last edited by
roman1528 on Tue Feb 12, 2019 11:42 am, edited 1 time in total.
roman1528
Posts: 5 Joined: Sat Feb 02, 2019 3:41 pm
Post
by roman1528 » Tue Feb 12, 2019 11:06 am
Maybe wpa_supplicant is crashing this...
Code: Select all
ifup wlan0
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
ifup: failed to bring up wlan0
during dietpi-update apt updated wpa_supplicant...
roman1528
Posts: 5 Joined: Sat Feb 02, 2019 3:41 pm
Post
by roman1528 » Tue Feb 12, 2019 11:43 am
kernelmodules were missed
vaira103
Posts: 1 Joined: Wed Aug 21, 2019 12:00 pm
Post
by vaira103 » Wed Aug 21, 2019 12:15 pm
Can you tell what you did to solve the problem??? Thanks.
MichaIng
Site Admin
Posts: 2780 Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng » Wed Aug 21, 2019 4:22 pm
By default, on DietPi WiFi modules are blacklisted. You need to enable WiFi either before first boot, via
dietpi.txt or afterwards, via
dietpi-config .
Otherwise one can manually remove the blacklists in
/etc/modprobe.d/*disable_wifi* something like that
.