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. https://www.raspberrypi.com/news/raspberry-pi-os-debian-bullseye/

192 questions
305
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…
20
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
  • 508
  • 2
  • 4
  • 16
9
votes
6 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
  • 229
  • 2
  • 13
6
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
  • 247
  • 2
  • 4
  • 12
5
votes
3 answers

How to get overscan working on RasPi 4?

This has been asked multiple times in multiple forums. Invariably the answer is editing /boot/config.txt. This doesn't solve the issue. My RasPi's connected to a TV via HDMI0. The TV is one of those old "HD-ready" thingys, native resolution is…
Peregrino69
  • 151
  • 1
  • 1
  • 6
4
votes
1 answer

Raspberry Pi incorrectly detected as a Bluetooth AUDIO device by Windows

The problem I have is the following: when setting my Raspberry Pi Bluetooth as discoverable, then pairing from a Windows laptop, the Raspberry is incorrectly identified as an audio device, as can be seen on the following screenshot. (This is using…
4
votes
5 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…
4
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
  • 62,573
  • 32
  • 113
  • 225
3
votes
1 answer

Downloaded Raspberry Pi (32bit) showing up as (64bit) when verified with uname -m

I'm trying to use Raspberry Pi for a voice recognition project. I have Raspberry Pi 4 model B. I was having issue downloading PyTorch with the error of "Could not find a version that satisfies the requirement torch." And I read in another place…
3
votes
1 answer

After kernel update windows appear stuck in the corner

After updating with apt yesterday, all new windows show up cropped in the upper left corner of the screen. See screenshot. I do not know if this is related. I have set the Desktop Preferences to default, to no avail. Also tried to copy the…
3
votes
2 answers

Libcamera apps do not work

I'm on Raspberry Pi OS Bullseye, using a Pi 3B. The error message is differing from the ones I could find on previous posts, and there are different fixes by changing dtoverlay in /boot/config.txt. Last time I re-enabled the Legacy stack camera at…
user147054
  • 31
  • 1
  • 3
3
votes
2 answers

omxplayer repository package for bullseye

I'm trying to get a hardware accelerated playback of H264 videos, e.g. the Big Buck Bunny sample. I have deb http://archive.raspberrypi.org/debian/ bullseye main deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free in my…
Dmitry Grigoryev
  • 28,277
  • 6
  • 54
  • 147
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
  • 161
  • 1
  • 5
3
votes
6 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…
3
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
2 3
12 13