Has your tp-link WiFi dongle ever been used successfully on this or any other RPi? Yes, it has worked on this RPi with the same OS a few times in the beginning. I first thought I screwed something so I've reinstall raspbian from scratch. (Same image) Or on any other non- RPi hardware? Never tested....
Take a look in /etc/wpa_supplicant/wpa_supplicant.conf. Does it show a country code also? Yes, it does. This is the complete file: pi@raspberrypi:~ $ cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=DE network={ ssid="yyyyy"...
Hi, I'm running a fresh install of RASPBIAN STRETCH LITE on my RaspberryPi B but have some trubble getting Wifi to work. I do see the interface wlan0. ifconfig shows this: wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 169.254.48.142 netmask 255.255.0.0 broadcast 169.254.255.255 ine...