3

I've tried fresh installs of Debian, Debian Lite and Ubuntu Mate, but my wifi doesn't show up.

In Debian Lite I followed this guide: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

In Ubuntu Mate I tried plugin in an ethernet cable to upgrade everything possible, but it didn't help.

I can see lots of other wifi networks, but mine is not showing up.

This is my wifi info, seen from OSX. It is not a hidden network.

enter image description here

Markus Hedlund
  • 133
  • 1
  • 1
  • 4

1 Answers1

8

There is a bug in current software/firmware which prevents the on-board WiFi from running on Channel 12.

Channel 12 & 13 are not available in all countries. There is a WiFi Country setting in raspi-config but unfortunately it does not work with the current firmware.

Some users have reported success, but this may be related to those using the latest pre-release firmware.

EDIT Even after upgrading to 4.4.9 I still had only channels 1-11.

Installing sudo apt-get install crda enabled 12, 13

Milliways
  • 59,890
  • 31
  • 101
  • 209