I am using wifi dongle to connect to my university internet on my RPi. In RPi desktop it shows the blue wifi icon.
But when i get into the browser and search something, the browser never loads.
When I hover my mouse over the blue wifi icon, it shows:
This is my content in the /etc/network/interfaces:wlan0: Associated with studentlab(P03-telekomlab)
wlan0: Configured 10.61.65.199/22
eth0: Link is down
Code: Select all
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet manual
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto wlan1
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.confYour help is greatly appreciated. Thanks!