openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
821 stars 252 forks source link

Can't detect wifi hardware on Raspberry Pi Zero W 2 #1626

Closed danhpham1510 closed 2 years ago

danhpham1510 commented 2 years ago

I'm trying to get openhabian running on the new Pi 0 W2. However, when the setup runs it can't detect the wifi hardware of the board. As a result, I couldn't connect to the internet and It could not start hotspot as well.

ecdye commented 2 years ago

We have not added support for this board yet, as a temporary fix try setting hw=pi0w in /boot/openhabian.conf. Make sure that you remove any comments from the beginning of the line (ie. '# hw=' to 'hw=pi0w').

danhpham1510 commented 2 years ago

Thank you very much, this solved the issue!