Questions tagged [raspberry-pi-os]

Do not use this tag. It was intended for issues common to Raspberry Pi OS, but Raspberry Pi OS - Bullseye is significantly different to its predecessor.
Use the version specific tags raspberry-pi-os-buster or raspberry-pi-os-bullseye.

From May 2020 Raspbian was renamed Raspberry Pi OS (32-bit)

Raspberry Pi OS was a name change to discriminate between Raspbian (the independent open source project) and the 32-bit images that Raspberry Pi builds on top of it.

In Nov 2021 a new version Raspberry Pi OS - Bullseye was released.

There is a 64 bit version in beta release.

429 questions
13
votes
3 answers

How can I see Raspberry Pi OS Version (32bit or 64 bit)?

In order to determine whether or not I have a 64bit OS installed, I have tried the following commands. The output of the commands do not tell me immediately if its a 32bit or 64bit OS. After looking it up, I know armv7 is a 32 bit architecture. But…
Human
  • 293
  • 1
  • 2
  • 10
7
votes
4 answers

Turn off screen reader in Raspberry Pi OS?

This is a fun one: somehow, the screen reader accessibility setting has been turned on in my Raspberry Pi OS environment. I can't figure out how to turn it off! Other than turning off all audio, the only solution I've found is to uninstall the…
jbeldock
  • 173
  • 1
  • 1
  • 4
6
votes
4 answers

Uninstall Python2 in Raspberry Pi

I can observe both versions of Python2 and Python3 in my Raspberry Pi. Both of them were by default. Why do we have both the version of python in Raspbian? Is it safe to uninstall Python2 and only keep Python3?
Ranjan Pal
  • 189
  • 1
  • 1
  • 5
3
votes
2 answers

Raspberry Pi Menu missing on Raspberry Pi OS

How do I get the Raspberry Pi Menu item back after upgrading to Raspberry Pi OS? After the upgrade I had a "blank" Menu button which merged into the Panel.
Milliways
  • 59,840
  • 31
  • 101
  • 209
2
votes
4 answers

Raspberry Pi OS: Alt+Tab switches only between most recently focused windows

I just started my adventure with Raspberry Pi and there's a silly productivity problem for which I can't find a solution online. Basically Alt+Tab shortcut in Desktop switches between two most recently focused applications. I.e. when I keep holding…
Piotr
  • 131
  • 5
1
vote
0 answers

Browsers are not opening in Raspberry Pi 4

Both browsers Chromium and Firefox are not opening in Raspberry Pi. I installed the Raspbian OS from Raspberry Pi Imager and all is working fine but browsers are not opening. I checked with my old memory card browsers are opening but on the new…
1
vote
2 answers

uname -m does not give correct answer

I have installed a fresh 32bit Raspberry Pi OS on my Raspi4 and the dotnet script is installing the wrong version. Inside the script, the command uname is used to determine the correct version: $ uname -m aarch64 but on the same device: $ getconf…
drp
  • 33
  • 4
1
vote
2 answers

How can I find out the current official version of Raspberry Pi OS?

I can find the version OS that's installed on my Pi 4. But how can I find out the official current version? Preferably in a way that can be scripted. What I would love to do would be to write a script that would determine the version OS installed on…
bdixon
  • 13
  • 3
1
vote
1 answer

windows not getting IP address from Raspberry pi access point

I have looked at several posts but they don't seem to match my situation 100% I have a Raspberry Pi 4b, 2g. I installed Bullseye 32 bit desktop (the default in Raspberry pi imager). Did all the updates, downloaded hostapd and dnsmasq. set the…
1
vote
0 answers

Raspberry Pi 4B - disabling 5GHz channel

I need help with, how to disable just 5GHz channel on raspberry pi 4B? I would like to keep 2.4GHz channel on.
1
vote
1 answer

I'm trying to use my TF-Luna Mini with the raspberry pi. getting error as permission denied '/dev/serial0'?? How to solve this error?

###################################################### # Copyright (c) 2021 Maker Portal LLC # Author: Joshua Hrisko ###################################################### # # TF-Luna Mini LiDAR wired to a Raspberry Pi via UART # --- testing the…
1
vote
1 answer

Enable cgroups v1 in RaspberryPi OS

i am using a Raspbi 4 with the newest OS 32bit lite. The OS is using cgroups v2 Due to some software limitations i need the cgroups v1. I've added cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1 swapaccount=1 but nothing happens still v2…
Skary
  • 111
  • 1
  • 2
1
vote
0 answers

Is there documentation for the vcgencmd pwm_speedup

I see that vcgencmd has a command pwm_speedup but I cannot find any documentation on what it does. I assume it speeds up the PWM clock, but I don't want to mess with it unless I know what its doing. Is there any documentation for it?
CrabbyPete
  • 111
  • 2
1
vote
0 answers

how to install onnxruntime on raspberry pi 4

I want to setup onnxruntime python library on raspberry pi 3 and I tried some ways to install it but I couldn't . the ways that I followed are : 1 - way 1 2 - way 2 3 - using pip3 I want to know is there any other way to install it ? Thanks :)
1
vote
3 answers

Install Raspberry OS and add network specifications later

Simple question: for an internet of things solution i need to install the network specifications after the raspberry computers are distributed: SSH , VNC , Wifi, Bluetooth are activated (this is done in the setup). Is it possible to connect to the…
1
2 3