Read the statement by Michael Teeuw here.
Bullseye
-
On new card it worked flawlessly. I’m assuming the old conditions of partial installs and whatnot had the old install broke things.
Nothing but warnings about depreciated modules.
-
-
Dont Update, Bulleyes is so much slow, and it not drive 100% yet.
Buster work 100%, and much faster -
@assassins on what device? pi4 seems faster
pi3 seems slower -
@sdetweil
Both, pi3+ is much slower, and pi4 8gb is a little bit slower, But restart Big time hole time, so i mean Bulleyes is not 100% y’et, But Buster run without trouble on both. -
An FYI to the issues within Bullseye. If you’re using OMX, it won’t work by default in Bullseye, and as it’s depreciated, we’re kinda on our own. Basically, They’ve gone through and renamed most of the libraries used by OMX.
Issue these commands in a
sudo
session to get OMX to work until you figure out a new video streaming solution:cd /usr/lib/arm-linux-gnueabihf ln -s libmmal_core.so.0 libmmal_core.so ln -s libmmal_util.so.0 libmmal_util.so ln -s libmmal_vc_client.so.0 libmmal_vc_client.so ln -s libbcm_host.so.0 libbcm_host.so ln -s libvcsm.so.0 libvcsm.so ln -s libvchiq_arm.so.0 libvchiq_arm.so ln -s libvcos.so.0 libvcos.so curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libbrcmEGL.so' curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libbrcmGLESv2.so' curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/opt/vc/lib/libopenmaxil.so'
– B