01-03-2024, 03:15 AM
(This post was last modified: 01-03-2024, 03:53 AM by TheOldPresbyope.)
I can repro @jenzd's result.
I told the Pi Imager I wanted WiFi country "DE" and locale settings "Europe/Berlin" and "de". Burnt the uSD card and booted.
In addition to the WiFi country still being set to "US" in wpa_supplicant.conf I notice the locale variables all still have US-based values. I don't know if this matter if the install is used strictly as a moOde player.
Regards,
Kent
I told the Pi Imager I wanted WiFi country "DE" and locale settings "Europe/Berlin" and "de". Burnt the uSD card and booted.
In addition to the WiFi country still being set to "US" in wpa_supplicant.conf I notice the locale variables all still have US-based values. I don't know if this matter if the install is used strictly as a moOde player.
Code:
pi@moode837:~ $ timedatectl show
Timezone=Europe/Berlin
LocalRTC=no
CanNTP=yes
NTP=yes
NTPSynchronized=yes
TimeUSec=Wed 2024-01-03 04:04:47 CET
pi@moode837:~ $ more /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
pi@moode837:~ $ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
pi@moode837:~ $ sudo more /etc/wpa_supplicant/wpa_supplicant.conf
#########################################
# This file is automatically generated by
# the player Network configuration page.
#########################################
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Krypton"
priority=100
scan_ssid=1
psk=…
}
Regards,
Kent