29

I've downloaded the newest Raspbian release and it is a little bit different than the original one.

In particular, it gives a whole bunch of options to configure it the first time you boot it up. I'm just trying to do something simple like change the locale and I just don't understand what is happening. I hit enter on locale then it asks to choose a locale to be generated, so I scroll down to en-US.UTF8 UTF8 and hit enter again. Rhen it brings me to a screen that says lets you select default locale for the system enviorment: None or en_GB.UTF8 Which one should I select?

EGHDK
  • 1,351
  • 3
  • 13
  • 14

4 Answers4

31

Since you are in the United States I would enter none. You can change this after your Raspberry Pi has finished the setup process if needed.

In order to set the locale after you've setup Raspian run the following command to select the locale you want to generate.

$ sudo dpkg-reconfigure locales

It will then ask you which one should be the default. If you access your system via SSH it's advised to set it to none.

References

  1. Locale - Debian Wiki
10

To mark a locale in the long list you have to press spacebar, after that you go out with enter and select your default locale with enter again.

malleYay
  • 365
  • 3
  • 6
4

From experience:

  • locale: en_US.UTF-8
  • default locale: en_US.UTF-8

I've found that selecting None as the default locale produces a number of errors/problems in installation scripts as run from within raspi-config itself and those which happen after-the-fact in combination with apt-get install, for example.

I use Raspbian on a daily basis and have run raspi-config countless times. I write documentation to describe the setup process. I note that if I select en_US.UTF-8 for both locale and default locale, I never get these warnings.

I routinely use both ssh to access the Raspberry as well as doing so local on the device itself.

For example, attempting to set the keyboard localisation (using None as the default locale) will often crash the underlying script from my own experience, leaving no method of adjusting the keyboard type.

And yes, I have chosen the option to upgrade the raspi-config script itself.

0

For me in the US, I set my locale to EN_US UTF 8 and the WIFI 5GHZ worked for me.

On my Wireless Router, I had N-Only mode (5GHZ) as I used DDWRT for the firmware.

One note from @malleYay was to use to SPACEBAR to select the options first before pressing the ENTER key