Hi guys,
I’ve got a raspi 1 and a ‘official’ raspi USB wifi dongle.
I can’t get the raspi to connect to my wlan.
systemctl says:
Could not read interface wlan0 flags: no such device
lsusb does not exist… command not found it says on the command line…
my /etc/network/interfaces looks like this:
auto wlan0
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
what to do? this is kind of desperate that after all these years, wifi plug and play still does not work properly in Linux…