Questions tagged [raspberry-pi-os-bullseye]

Raspberry-Pi-OS-Bullseye is a GNU/Linux operating system derived from Debian 11, released in November 2021.

Raspberry-Pi-OS-Bullseye is a GNU/Linux operating system derived from Debian 11, released in November 2021.

127 questions
294
votes
6 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…
7
votes
3 answers

Fix error "Failed to start DHCP Client Daemon" after upgrade to "Bullseye" remote?

This is a non problem. DO NOT attempt "upgrade" - follow the advice to do a fresh install, NOT a kludge to "fix" the "problem". I did an upgrade to Bullseye and rebooted. I can't login with ssh (also he does not answer ping) and on screen I see…
Sybil
  • 368
  • 1
  • 3
  • 14
6
votes
4 answers

No internet connection post-buster to bullseye upgrade

Problem: I've successfully upgraded a RasPi 3B+ dev box from Buster to Bullseye. However, when the Pi boots up, there is no internet connection. Background: Boot up showed a [FAILED] entry of: Failed to start DHCP Client Daemon. $ sudo service…
S3DEV
  • 193
  • 1
  • 11
3
votes
1 answer

What are the pros and cons of the new Raspberry Pi OS Bullseye?

What are the pros and cons of the new Raspberry Pi OS Bullseye? Should I install it? What benefits does it offer over Buster? Are there outstanding issues?
Milliways
  • 54,718
  • 26
  • 92
  • 182
3
votes
1 answer

Bluetooth disconnects when SSH connection closes (RPi Zero 2)

I am trying to use a headless Rpi Zero 2 (Raspian 11) for bluetooth audio streaming. I can establish a connection to a bluetooth speaker using bluetoothctl connect XX:XX:XX:XX:XX:XX from an SSH connection and then stream audio through a pulseaudio…
Tim
  • 51
  • 4
3
votes
4 answers

"connection problem, giving up" on xrdp with Raspberry Pi OS 11 (bullseye)

I installed xrdp on two Raspberry Pi 4 with 4 GB memory. The first one had a fresh installation of Raspberry Pi OS 11 with the full desktop environment, here everything works. The second one had the normal desktop instead of the full one. On the…
Lion
  • 157
  • 1
  • 7
2
votes
2 answers

Raspberry Pi 3b+ - Turning off power LED from /boot/config.txt no longer works with kernal 5.15.56-v7+

I successfully turned off all my LEDs on my Raspberry Pi 3B+ according to this guide, by adding these lines in the /boot/config.txt: [all] # Turn off Power LED dtparam=pwr_led_trigger=none dtparam=pwr_led_activelow=off # Turn off Activity…
2
votes
0 answers

HQ camera hanging after gpu_mem is increased

I just recently got a Raspberry Pi HQ camera and wanted to operate it using a python script. I initially tried to take full resolution pictures using the default gpu_mem=128, but the program crashed saying picamera.exc.PiCameraMMALError: unable to…
PMM
  • 121
  • 3
2
votes
0 answers

raspberry pi official display not working on bullseye

The 899-74666 containing a "Raspberry Pi Display V1.1" [edit] I've updated this quite a bit now and settled on rolling back to a Buster installation. I'll leave the question up incase someone wants their screen to work on Bullseye. This is my status…
SpiRail
  • 411
  • 1
  • 3
  • 9
2
votes
3 answers

Screen resultion when using VNC / headless

I have a Pi model 3B. I used Raspberry Pi Imager to install the latest Bullseye onto the SD card; the installation was successful. The Pi is attached to a monitor with HDMI cable. I have VNC and SSH enabled and they working well also; both the…
2
votes
5 answers

Wifi after upgrade to bullseye is blocked by rfkill

I recently updated my RPi-3B to bullseye. Since then I am not able to connect it to my wifi. It shows the following message when I login Wi-Fi is currently blocked by rfkill. Use raspi-config to set the country before use. My wpa_supplicant file is…
the100rabh
  • 141
  • 1
  • 5
2
votes
1 answer

connman unable to connect to wifi: No carrier

This is on a system upgraded from Buster to Bullseye. Ethernet works fine, but WiFi cannot scan for available networks with "No carrier" error message: pi@raspberrypi:~ $ connmanctl enable wifi Error wifi: Already enabled pi@raspberrypi:~ $…
Dmitry Grigoryev
  • 26,688
  • 4
  • 44
  • 133
2
votes
2 answers

Bullseye: E: Unable to locate package minecraft-pi

Just got my Raspberry Pi 400 and tried the following to install Minecraft Pi Edition: sudo apt update sudo apt upgrade sudo apt install -y minecraft-pi But I'm getting an error: E: Unable to locate package minecraft-pi How do I resolve this?…
1
vote
0 answers

ssh "Connection refused" on fresh Raspbian 11 lite?

I just installed Raspbian on an sd card using Rpi imager. I manually added the empty ssh file like I always do, booted up and ssh'ed into it. It worked great. Then I realised it was Raspbian 10 (old stable) while 11 is the current stable. Since I'm…
kramer65
  • 277
  • 2
  • 8
1
vote
1 answer

What is up with the different repositories and URLs?

I've got 2 rpis running bullseye, one recently installed and one image from a couple of months ago. The sources.list file changed dramatically. My old installation: # sources.list deb http://raspbian.raspberrypi.org/raspbian bullseye main contrib…
Zacki
  • 11
  • 2
1
2 3
8 9