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.

393 questions
300
votes
7 answers

How do I set up networking/WiFi/static IP address on Raspbian/Raspberry Pi OS?

I have followed (any one of hundreds) tutorial, and it does not work. How do I set up networking/WiFi/static IP address on the Raspberry Pi? After the Foundation introduced the dhcpcd networking system to Raspbian in May 2015 there were hundreds…
22
votes
4 answers

How to emulate Raspberry Pi in QEMU?

A few years ago, people were saying they were able to emulate a Raspberry Pi 2 or 3 in QEMU. However as of late 2020, I am unable to do so. Can anyone let me know what the correct command line arguments are to emulate a Raspberry Pi 3 or 4 in…
wudude
  • 389
  • 1
  • 3
  • 10
17
votes
5 answers

Should I install NOOBS or Raspbian?

The Foundation site used to state states "Beginners should start with NOOBS – New Out Of the Box Software." Raspberry Pi Ltd. now hides NOOBS from unsuspecting novices. Only unscrupulous vendors now supply it.
Milliways
  • 58,054
  • 29
  • 98
  • 195
9
votes
4 answers

Will Raspberry Pi OS update `sudo` to address a recent security vulnerability?

There has been some traffic online this year regarding an apparently substantial vulnerability in sudo that allows unauthorized privilege elevation - CVE-2021-3156. I've been checking sudo --version since I first heard of this, but after tonight's…
Seamus
  • 20,552
  • 3
  • 31
  • 67
8
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
  • 221
  • 1
  • 2
  • 8
7
votes
1 answer

Run 64-bit Raspberry Pi OS beta test version

With the latest release from 2020-05-27 the operating system was renamed from Raspbian to Raspberry Pi OS and its image names are changed from e.g. 2020-02-13-raspbian-buster.zip to 2020-05-27-raspios-buster-armhf.zip, with the postfix -armhf. This…
Ingo
  • 41,647
  • 17
  • 82
  • 193
6
votes
1 answer

Standard Passwort not Accepted – Headless Setup

I downloaded the most recent version of Raspberry Pi OS, saved a wpa_supplicant.conf and a ssh file in the boot partition, but I was not able to ssh to the pi with ssh pi@raspberry.local as the standard password raspberry did not work. How can I set…
jake
  • 1,309
  • 9
  • 23
6
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
  • 163
  • 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
5
votes
0 answers

Why doesn't extract-vmlinux work with Raspbian's /boot/kernel*.img?

To monitor if a reboot is necessary, I wanted to compare the version of /boot/kernel*img against the version of the running kernel. To get the kernel version of a compressed linux kernel image (usually called zImage and named vmlinuz with a z for…
Axel Beckert
  • 1,122
  • 11
  • 26
5
votes
1 answer

raspberry pi 4 using SPI 4 & 5 at the same time causes kernel oops and crashes the whole system

intro i want to use multiple SPI busses at the same time. but when i use to use SPI 4 and SPI 5 at the same time it crashes the whole system it doesn't crash instantly sometimes it takes 10 seconds sometimes 10 minutes it works fine if i use any…
Ruben
  • 51
  • 2
4
votes
1 answer

How does Raspberry Pi OS installer know my WiFi password?

In the special settings for the RPi OS installer you can specify the WiFi password for your network. It's already prefilled in. I can even see it by placing checkmark "show password". According to…
InfiniteLoop
  • 191
  • 5
4
votes
1 answer

I2C baudrate in Raspberry Pi, depends on arm core frequency

I'm using a Raspberry Pi 3, with a Raspberry Pi OS (arm64) official image to communicate with a PMBus compatible device (rpb1600-48 battery charger). I was experiencing communication problems. Sometimes the problems were constant and sometimes they…
3
votes
3 answers

I am not able to use sudo-apt upgrade whenever i try this error shows up like this how can i fix it?

$ sudo apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages were automatically installed and are no longer required: libfuse2…
MRADUL SAXENA
  • 39
  • 1
  • 4
3
votes
1 answer

Change display manager from SD card

I installed xdm on my raspberry pi os with apt, at the end of the installation, it prompt me to choose default display manager and I chose xdm instead of previously installed lightdm. Now when I power it on, for some reason it cannot load display…
parsa2820
  • 133
  • 4
1
2 3
26 27