pidd
Posts: 4911
Joined: Fri May 29, 2020 8:29 pm
Location: Wirral, UK

Re: STICKY: Bullseye - Comments and bug reports thread.

Thu Aug 11, 2022 12:07 pm

beta-tester wrote:
Thu Aug 11, 2022 9:54 am
by the way, i have no VNC server active on the RPi4 - i notices that when VNC server is enabled on the RPi4, some issues disappear. i think the VNC server forces the desktop to another mode.
If VNC is enabled in raspi-config the desktop is changes from mutter to openbox.

Adam777
Posts: 18
Joined: Sun Nov 17, 2019 10:59 am

Re: STICKY: Bullseye - Comments and bug reports thread.

Thu Aug 11, 2022 10:53 pm

VLC Player fullscreen broken

After an update few days back, video doesn't play in fullscreen mode.
In window mode no problems, but after activating fullscreen, window ui goes away as it should but video freezes, frame doesn't scale to fullscreen and stays still. Audio plays normally and controls work.
Affects all files no matter the resolution or format.

RPi3+, Bullseye, VLC 3.0.17.4 Vetinary
No additional software installed, all VLC settings at default

twilightened
Posts: 238
Joined: Fri Sep 03, 2021 12:31 am

Re: STICKY: Bullseye - Comments and bug reports thread.

Fri Aug 12, 2022 11:15 am

Adam777 wrote:
Thu Aug 11, 2022 10:53 pm
VLC Player fullscreen broken

After an update few days back, video doesn't play in fullscreen mode.
In window mode no problems, but after activating fullscreen, window ui goes away as it should but video freezes, frame doesn't scale to fullscreen and stays still. Audio plays normally and controls work.
Affects all files no matter the resolution or format.

RPi3+, Bullseye, VLC 3.0.17.4 Vetinary
No additional software installed, all VLC settings at default
My problem is a little bit different. If i select "automatic" in the output mode for video in the settings (to get hardware acceleration, it has to stay in automatic), when i go to fullscreen mode in VLC, i can't go back. Fullscreen video is stuck on the screen no matter what key combination i use. What i can do to exit is to press ctrl+alt+F1 to go to terminal and type "pkill -9 vlc" and kill all instances of VLC to go back to the desktop. For the time being, i select "Opengl" as the output mode of VLC video, and it works. However, according to others, this output completely cancels out the hardware accelerated video playback.

Edit: RPI4 64bit.
Last edited by twilightened on Fri Aug 12, 2022 10:29 pm, edited 1 time in total.

mrzottel
Posts: 1
Joined: Fri Aug 12, 2022 4:36 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Fri Aug 12, 2022 4:38 pm

Hi,

I have an Issue with Bullseye - or the latest updates that came today.

The package libldb2 version 2.2.3 contained the binaries of 2.2.4 - which breaks Samba.

I have no clue if this is the right place to post this, but could someone put the right binaries into that package? ;)

Edit:
To be more exact: Raspi OS has a package called libldb2 (2:2.2.3-2~deb11u2) which contains the binaries for 2.2.4, despite its name.
I fixed it by manually installing libldb2 (2:2.2.3-2~deb11u1) from a debian repo.

Best regards
MrZottel
Last edited by mrzottel on Fri Aug 12, 2022 5:09 pm, edited 1 time in total.

User avatar
hippie403
Posts: 79
Joined: Fri Aug 09, 2019 12:45 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Tue Aug 16, 2022 10:30 am

Today's new Kernel seems to have messed up my mouse:

4GB Pi4B

Linux FLIRC 5.15.56-v8+ #1575 SMP PREEMPT Fri Jul 22 20:31:26 BST 2022 aarch64 GNU/Linux


This mouse needs to have usbhid.mousepoll=0 in /boot/cmdline.txt to work properly.
Tried another mouse, still jerking about uncontrollably. Both mice work fine on a system without the update.
Fiddled with the mouse preferences but still uncontrollable. Any ideas? Different mousepoll setting?

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6721
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: STICKY: Bullseye - Comments and bug reports thread.

Tue Aug 16, 2022 12:12 pm

hippie403 wrote:
Tue Aug 16, 2022 10:30 am
Today's new Kernel seems to have messed up my mouse:

4GB Pi4B
Are you using the default kms driver? Or did you switch to fkms?

User avatar
hippie403
Posts: 79
Joined: Fri Aug 09, 2019 12:45 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Tue Aug 16, 2022 1:37 pm

dom wrote:
Tue Aug 16, 2022 12:12 pm
hippie403 wrote:
Tue Aug 16, 2022 10:30 am
Today's new Kernel seems to have messed up my mouse:

4GB Pi4B
Are you using the default kms driver? Or did you switch to fkms?
had to switch to fkms, HDMI audio wasn't working and something weird was going on with my screen being slightly blurry with kms.
(Running at the native res of the panel 1360 * 768 which is supported)

User avatar
ar51an
Posts: 21
Joined: Fri Sep 03, 2021 7:56 am
Location: US

Re: STICKY: Bullseye - Comments and bug reports thread.

Tue Aug 16, 2022 10:07 pm

Power LED is not switching off after regular kernel update to 5.15.56-v8+ through sudo apt full-upgrade.
I have below settings in config.txt for switching off power LED:

Code: Select all

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
I tried none, heartbeat and few more triggers on kernel 5.15.56-v8+. Only heartbeat worked.
When none is selected, cat /sys/class/leds/led1/trigger shows selected value as [none]

I downgraded kernel to 5.15.55-v8+ and now power LED is switching off.

User avatar
hippie403
Posts: 79
Joined: Fri Aug 09, 2019 12:45 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 7:19 am

hippie403 wrote:
Tue Aug 16, 2022 1:37 pm
dom wrote:
Tue Aug 16, 2022 12:12 pm
hippie403 wrote:
Tue Aug 16, 2022 10:30 am
Today's new Kernel seems to have messed up my mouse:

4GB Pi4B
Are you using the default kms driver? Or did you switch to fkms?
had to switch to fkms, HDMI audio wasn't working and something weird was going on with my screen being slightly blurry with kms.
(Running at the native res of the panel 1360 * 768 which is supported)
Thanks for the gentle hint about kms. Switching back to the default kms fixed the mouse issue. HDMI sound is now working and the blurry video issue is also fine. Video playback, YouTube in Chromium is now super choppy, but I guess I can't have everything.

User avatar
hippie403
Posts: 79
Joined: Fri Aug 09, 2019 12:45 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 7:34 am

hippie403 wrote:
Wed Aug 17, 2022 7:19 am

Thanks for the gentle hint about kms. Switching back to the default kms fixed the mouse issue. HDMI sound is now working and the blurry video issue is also fine. Video playback, YouTube in Chromium is now super choppy, but I guess I can't have everything.
Cancel that, I messed up and was running without kms, hence the bad video performance. kms yields the usual result of no sound and blurry video, but the mouse works.

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6721
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 11:56 am

hippie403 wrote:
Wed Aug 17, 2022 7:34 am
Cancel that, I messed up and was running without kms, hence the bad video performance. kms yields the usual result of no sound and blurry video, but the mouse works.
Make sure overscan is disabled. That introduces scaling (hence blurriness) with kms. If you need the adjustment you should do this at TV end.

User avatar
hippie403
Posts: 79
Joined: Fri Aug 09, 2019 12:45 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 1:43 pm

dom wrote:
Wed Aug 17, 2022 11:56 am

Make sure overscan is disabled. That introduces scaling (hence blurriness) with kms. If you need the adjustment you should do this at TV end.
Thanks for trying to help. Definitely got it disabled.

# Disable compensation for displays with overscan
disable_overscan=1

The lack of HDMI audio as soon as kms is enabled is a real show stopper though. Is this a 64bit issue? Does it all work okay on a 32bit install?

heymac
Posts: 26
Joined: Tue Aug 06, 2019 3:44 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 3:14 pm

Dom said "Are you using the default kms driver? Or did you switch to fkms?"

I don't know? How do I check?

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6721
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 4:45 pm

heymac wrote:
Wed Aug 17, 2022 3:14 pm
Dom said "Are you using the default kms driver? Or did you switch to fkms?"

I don't know? How do I check?
look in /boot/config.txt.
You should see a line like:
dtoverlay=vc4-kms-v3d
or
dtoverlay=vc4-fkms-v3d

The former is the default on bullseye and is known as the kms driver (display driven by arm code in kernel).
The latter is known as the fkms driver (display driven by firmware) and is now deprecated.

heymac
Posts: 26
Joined: Tue Aug 06, 2019 3:44 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 4:55 pm

Thank you, Dom. It's set to fkms and I have now changed it to kms, so it now reads:
dtoverlay=vc4-kms-v3d

That fixed it, thanks again. :)

redvli
Posts: 1256
Joined: Thu Sep 03, 2020 8:09 am

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 5:27 pm

redvli wrote:
Sat Jul 23, 2022 6:37 am
Another thing is that the timestamping (current pos. / file-length) is not displayed in the right upper corner in VLC when the file being played is appended to and fast-forward keys are pressed (right-arrow). This works in 32-bit Raspbian (note: that is with vlc 3.0.16, so mmal_vout, dtoverlay=vc4-fkms-v3d in config.txt instead of KMS).
Now running kernel 5.15.56 (apt update && apt full-upgrade done yesterday) and I see the timestamping is now working, so same as with old 32-bit Raspbian. Switching from windowed to full-screen (and vice-versa) takes a bit longer with this new kernel I notice.

What also works now is 2D accelerated windowed playing on both HDMI0 and HDMI1 at the same time (mirrored displays), although if I make the window bigger than 75% of full-size, still some sort of frame judder. It seems to me that the Pi4 rev 1.1 cannot handle it, maybe tweaking clocks helps or just 1 display.

heymac
Posts: 26
Joined: Tue Aug 06, 2019 3:44 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 8:33 pm

Just a follow-up to the switch to km. I now have the following error in the dmesg event log -

Code: Select all

hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
MAI: soc_pcm_open() failed (-19)
The above entries appear twelve times.

trejan
Posts: 6161
Joined: Tue Jul 02, 2019 2:28 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 17, 2022 9:29 pm

heymac wrote:
Wed Aug 17, 2022 8:33 pm
Just a follow-up to the switch to km. I now have the following error in the dmesg event log -

Code: Select all

hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
MAI: soc_pcm_open() failed (-19)
The above entries appear twelve times.
It is a known issue and harmless. Ignore those errors if audio is working.

andrebrait
Posts: 3
Joined: Tue May 12, 2020 6:27 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 24, 2022 6:02 am

ar51an wrote:
Tue Aug 16, 2022 10:07 pm
Power LED is not switching off after regular kernel update to 5.15.56-v8+ through sudo apt full-upgrade.
I have below settings in config.txt for switching off power LED:

Code: Select all

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
I tried none, heartbeat and few more triggers on kernel 5.15.56-v8+. Only heartbeat worked.
When none is selected, cat /sys/class/leds/led1/trigger shows selected value as [none]

I downgraded kernel to 5.15.55-v8+ and now power LED is switching off.
I can confirm this behavior. A bug, indeed.

beta-tester
Posts: 1580
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: STICKY: Bullseye - Comments and bug reports thread.

Wed Aug 24, 2022 5:15 pm

Code: Select all

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
i didn't know that option. is it possible to turn off the LED when RPi is shutdown as well?
when i shutdown my RPi the power LED is always on
(or turns on again, in case the kernel was turning it off at booting)
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6721
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: STICKY: Bullseye - Comments and bug reports thread.

Thu Aug 25, 2022 10:26 am

ar51an wrote:
Tue Aug 16, 2022 10:07 pm
Power LED is not switching off after regular kernel update to 5.15.56-v8+ through sudo apt full-upgrade.
I have below settings in config.txt for switching off power LED:

Code: Select all

dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
See https://github.com/raspberrypi/firmware/issues/1742

fanoush
Posts: 1048
Joined: Mon Feb 27, 2012 2:37 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Thu Aug 25, 2022 10:33 am

dwg wrote:
Thu Jul 28, 2022 6:55 am
2)When system freeze, is there a way to safely shutdown or restart the system without unplug the power?
Not sure anyone answered already but yes if the keyboard still works then there is the magic sysrq sequence, google "reisub" or "reisuo"

StopBreakingMyPi4
Posts: 1
Joined: Thu Aug 25, 2022 11:29 pm

Re: STICKY: Bullseye - Comments and bug reports thread.

Thu Aug 25, 2022 11:44 pm

Adam777 wrote:
Thu Aug 11, 2022 10:53 pm
VLC Player fullscreen broken

After an update few days back, video doesn't play in fullscreen mode.
In window mode no problems, but after activating fullscreen, window ui goes away as it should but video freezes, frame doesn't scale to fullscreen and stays still. Audio plays normally and controls work.
Affects all files no matter the resolution or format.

RPi3+, Bullseye, VLC 3.0.17.4 Vetinary
No additional software installed, all VLC settings at default
Exactly this happened to me before & their solution was a beta firmware version, which worked for me, then it was repaired in the last update & now they've broken it again. This time I seem to have regained fullscreen functionality by changing "Video Output Module" to "OpenGL for Embedded Systems 2 video output". This hadn't been successful when it was broken before, so it seems they've broken it differently this time :(

8809
Posts: 1
Joined: Fri Aug 26, 2022 6:36 am

Re: STICKY: Bullseye - Comments and bug reports thread.

Fri Aug 26, 2022 7:26 am

rpi4 + kingstone 128g sdxc
could not boot after upgrade
error message "blk_update_request i/o error dev mmcblk0......"

does anyone encounter the same problem??

redvli
Posts: 1256
Joined: Thu Sep 03, 2020 8:09 am

Re: STICKY: Bullseye - Comments and bug reports thread.

Fri Aug 26, 2022 8:37 am

8809 wrote:
Fri Aug 26, 2022 7:26 am
rpi4 + kingstone 128g sdxc
could not boot after upgrade
error message "blk_update_request i/o error dev mmcblk0......"

does anyone encounter the same problem??
This looks like a hardware problem, not something to do with software Bullseye.
Might be powersupply is not good enough, dirty or bad contacts for your SD card or SD card itself has a problem. I would use another SD card brand to start with. But look around on the internet:
search.php?keywords=blk_update_request+ ... ev+mmcblk0

Return to “Raspberry Pi OS”