Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3546

Raspberry Pi OS • raspi-config bug--where to file?

$
0
0
Where should bugs be filed for raspi-config?

Simple, but incredibly annoying bug: 'raspi-config nonint' doesn't upcase the country code. Use a lower-case country code gets a fail.

Code:

bls@p43~> cat /boot/firmware/cmdline.txt video=HDMI-A-1:1920x1080M@60D console=serial0,115200 console=tty1 consoleblank=300 root=PARTUUID=4718e22f-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=USbls@p43~> sudo raspi-config nonint do_wifi_country gbbls@p43~> echo $?1bls@p43~> cat /boot/firmware/cmdline.txt video=HDMI-A-1:1920x1080M@60D console=serial0,115200 console=tty1 consoleblank=300 root=PARTUUID=4718e22f-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=USbls@p43~> sudo raspi-config nonint do_wifi_country GBbls@p43~> echo $?0bls@p43~> cat /boot/firmware/cmdline.txt video=HDMI-A-1:1920x1080M@60D console=serial0,115200 console=tty1 consoleblank=300 root=PARTUUID=4718e22f-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=GB 

Statistics: Posted by bls — Thu Nov 20, 2025 5:20 pm



Viewing all articles
Browse latest Browse all 3546

Trending Articles