nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.37k stars 148 forks source link

No wifi after script installation #82

Closed Golgomaph closed 3 years ago

Golgomaph commented 3 years ago

Once i've installed the whole script with all options, or even only the bluetooth-option, the raspberry pi is not able to connect to wifi after. Although it did before.

When using ifconfig it shows no ip for wlan0, i think something with dhcp gets broken.

Anything known to this issue?

nicokaiser commented 3 years ago

By default, if you did not enable the ifconfig wlan0 down commands, nothing is done to the Wi-Fi stack on installation.

Golgomaph commented 3 years ago

Thanks for your answer.

I noticed that wifi got broken after "sudo apt-get upgrade", it had nothing to do with your script.