Duh!! Once enabled, I can scan Wifi in my area, connect to my wifi by adding a password.
No supported WiFi hardware was found. Then it prompts me to "Would you like to disable Wifi?"
wifi => Not Enabled(before installing)
after installing wifi thingy => No hardware found (Even after rebooting same issue)
Workaround, somewhat.
This one is for people who are facing same issue, and need immediate working. This method is a kind of headache. Hoping for an immediate fix from the devs.
Requirements:
Monitor/screen(coz u need to run dietpi with ssh)
Steps:
1) First of all, you need a clean format and flash of Dietpi from the website. (v6.28)
2) Before booting, disconnect the hardware from the internet. (Very important, as dietpi always try update/upgrade to latest version)(Remember do not attach Ethernet, yet)
3) Enter the default login and password
4) It might prompt to connect to internet, now type "dietpi-config"
5) Go to the network section, enable Wifi modules. After, reboot the system.
6) Once reboot, connect to your wifi with scan in dietpi-config section.
7) Tada!!! ur connected with Wifi.
8) Now it will automatically update/upgrade to v6.29.2. Don't worry, no issues will be faced after this.
This procedure worked for me successfully. I hope it works for others. Trial Error Method
Hi,
many thanks for your report and sharing a way around it. I can confirm the behavior on my RPi3B+ as well. I guess there is an issue in correct hardware detection. Unfortunately we would need to wait for the developer to have a look.
My pleasure, I hope the same.
Many thanks for reporting and workaround guys, I found the bug: https://github.com/MichaIng/DietPi/commit/2f032f1be24dba297762bf50d8d9ff1db65e9c39
Could you try:
wget https://raw.githubusercontent.com/MichaIng/DietPi/dev/dietpi/func/dietpi-obtain_hw_model -O /boot/dietpi/func/dietpi-obtain_hw_model
/boot/dietpi/func/dietpi-obtain_hw_model
dietpi-config
The network options menu should now contain an additional entry: Onboard WiFi
These are disabled on first boot if WiFi has not been enabled via dietpi.txt
. It must then be enabled + reboot. However the menu entry was missing since RPi onboard WiFi was broken.
@MichaIng
I can confirm the solution. Option for Onboard WiFi is back again.
@MichaIng & @Joulinar
It works, perfect. Thank you for the solution. Keep up the good work.
Note: RPi needs to be restarted after downloading
Most helpful comment
@MichaIng
I can confirm the solution. Option for Onboard WiFi is back again.