Been fighting with an issue on a Zero W model Pi, out of the box it doesn't look like Devuan includes drivers for the wifi adapter.
I've installed the following packages (dpkg -i xxx.deb) by downloading the .debs and chucking on the SD card:
firmware-brcm80211_20161130-4_all.deb
zd1211-firmware_3.0.0.56-3_all.deb
firmware-zd1211_3.0.0.56-3_all.deb
dmesg |grep firmware presents:
Code: Select all
Direct firmware load for brcm/brcmfmac43430-sdio.txt failed with error -2iwconfig wlan0 presents no such device.
ip link show just shows the local loopback.
modinfo brcmfmac shows the driver and modules as being installed.
wpa_supplicant is installed, and I have a config file setup with my wifi credentials in place, /etc/network/interfaces has the pointing to this and looks something like this:
Code: Select all
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.confSo has anyone seen anything like this before and might know a way to get the wifi working?