$ gsettings set org.gnome.nautilus.preferences always-use-location-entry trueTo switch back
$ gsettings set org.gnome.nautilus.preferences always-use-location-entry false
A blog by an ordinary Linux user who uses Windows in his day job.
$ gsettings set org.gnome.nautilus.preferences always-use-location-entry trueTo switch back
$ gsettings set org.gnome.nautilus.preferences always-use-location-entry false
$ sudo nano /etc/modprobe.d/blacklist.confto blacklist the drivers (for my case I need to blacklist both bcma and brcmsmac) by adding the text below at the end of the file
blacklist bcma
blacklist brcmsmac
and then reboot.