Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPi 3 b+ Wifi Hardware not found #3510

Closed
dasrocky opened this issue May 5, 2020 · 6 comments · Fixed by #3526
Closed

RPi 3 b+ Wifi Hardware not found #3510

dasrocky opened this issue May 5, 2020 · 6 comments · Fixed by #3526
Labels
Milestone

Comments

@dasrocky
Copy link

dasrocky commented May 5, 2020

Creating a bug report/issue

Required Information

  • DietPi version | v6.29.2
  • Distro version | Buster
  • Kernel version | Linux DietPi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux
  • SBC model | RPi 3 Model B+ (armv7l)
  • Power supply used | 5V
  • SDcard used | Samsung EVO 32 GB

Additional Information (if applicable)

  • Software title | NONE
  • Was the software title installed freshly or updated/migrated? NONE
  • Can this issue be replicated on a fresh installation of DietPi? YES, tried on another board, same issue
  • Bug report ID | 96edd9cc-fb67-4662-ada7-59515d679138

Steps to reproduce

  1. This is a clean version of DietPi installed from the website.
  2. After flashing, switched on the rpi3 b+ with ethernet cable connected. OpenSSH
  3. I am not sure about this step. Either first, it updated to the latest DietPi 6.29.2 then prompted global password change or first prompt global password change then updated to latest version.
  4. Ran Dietpi-update to confirm it is updated or not.
  5. Ran dietpi-config to configure the wifi.
  6. Issues found(Check the screenshot attached below)

Expected behaviour

Duh!! Once enabled, I can scan Wifi in my area, connect to my wifi by adding a password.

Actual behaviour

No supported WiFi hardware was found. Then it prompts me to "Would you like to disable Wifi?"

Extra details

  • The previous version of DietPi never had such issues. It would be preferred that the users get the option to upgrade or not.
  • To confirm its a hardware problem or not, I checked with another RPi3 b+ board and faced the same issue. Please help!!!
  • I mostly use this for Media Server : Emby.

wifi => Not Enabled(before installing)
Annotation 2020-05-05 211627 - Copy
after installing wifi thingy => No hardware found (Even after rebooting same issue)
image

@dasrocky
Copy link
Author

dasrocky commented May 6, 2020

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

@Joulinar
Copy link
Collaborator

Joulinar commented May 6, 2020

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.

@dasrocky
Copy link
Author

dasrocky commented May 6, 2020

My pleasure, I hope the same.

MichaIng added a commit that referenced this issue May 7, 2020
+ DietPi-Obtain_HW_model | Fix RPi onboard WiFi detection: #3510
@MichaIng
Copy link
Owner

MichaIng commented May 7, 2020

Many thanks for reporting and workaround guys, I found the bug: 2f032f1
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.

@Joulinar
Copy link
Collaborator

Joulinar commented May 7, 2020

@MichaIng
I can confirm the solution. Option for Onboard WiFi is back again.

@dasrocky
Copy link
Author

dasrocky commented May 8, 2020

@MichaIng & @Joulinar
It works, perfect. Thank you for the solution. Keep up the good work.

Note: RPi needs to be restarted after downloading

@MichaIng MichaIng linked a pull request May 10, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants