photobooth icon indicating copy to clipboard operation
photobooth copied to clipboard

[BUG Pi OS 32bit]: v4l2loopback-dkms fails to install on Pi OS

Open andi34 opened this issue 2 years ago • 5 comments

Describe the bug

Installation fails because v4l2loopback module can't be compiled.

Steps to reproduce the behavior

Start installation via Installer.

Expected behavior

no trouble

Photobooth Version

Independent

Browser and browser version

No response

Operating System

PiOS

Did it work before?

Yes

Latest working version

Unrelated to Photobooth

Additional context

64bit PiOS should be used.

Workaround on Pi OS 32bit:

sudo nano /boot/config.txt 

Add

arm_64bit=0

And reboot once before starting the installation. Need to be fixed via official Pi Sources. See https://github.com/raspberrypi/linux/issues/5410

andi34 avatar May 05 '23 19:05 andi34

"arm64=0" don't work for me - instead "arm_64bit=0" works fine.

semikolijon avatar May 15 '23 09:05 semikolijon

Additional context 64bit PiOS should be used.

Note that I had other issues with 64bits, for instance the pyhon picamera module does not seem to be compatible with 64 bits (cf https://github.com/raspberrypi/firmware/issues/1558)

The workaround did work for me.

mart-e avatar May 31 '23 14:05 mart-e

Thanks for the information, we need to wait for the Pi foundation to get things fixed.

andi34 avatar May 31 '23 17:05 andi34

"arm64=0" don't work for me - instead "arm_64bit=0" works fine.

The workaround did work for me.

weimer92 avatar Jun 27 '23 19:06 weimer92

Hi again,

Note that I had other issues with 64bit

Following a discussion on photobooth-app (mgrl/photobooth-app#76), I gave it another try using amd64... and did not get any issue. I installed both PhotoboothProject and photobooth-app and so far, everything seems to work fine.

So yes, maybe going 64bits instead of 32 is a good recommendation ?

mart-e avatar Aug 12 '23 13:08 mart-e