Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom unable to run on raspberry pi 5 #2524

Closed
3 tasks done
bonarnel0908 opened this issue Jan 12, 2024 · 3 comments
Closed
3 tasks done

Zoom unable to run on raspberry pi 5 #2524

bonarnel0908 opened this issue Jan 12, 2024 · 3 comments
Labels
User Error Issue is due to user error and not a bug with pi-apps

Comments

@bonarnel0908
Copy link

Confirmations

What happened?

App unable to run after update

Description

Zoom app seems to be running fine on raspberry pi 5 around first week of January but a few days later (second week) it just won't run anymore, i think it started after some updates on my raspberry pi 5 :( I hope this gets fix soon

out of curiousity, I tried to switch back into my pi 4 and it actually works just fine (this is the same SD card I used on my pi5).

What are your system specs (run the following command in your terminal)?

OS: Debian GNU/Linux 12 (bookworm)
OS architecture: 64-bit
Last updated Pi-Apps on: 01/11/2024
Latest Pi-Apps version: 01/12/2024
Kernel: aarch64 6.1.0-rpi7-rpi-2712
Device model: Raspberry Pi 5 Model B Rev 1.0
SOC identifier: bcm2712
Cpu name: Cortex-A76
Ram size: 8.04 GB
Raspberry Pi OS image version: 2023-12-05
Language: en_US.UTF-8

(Recommended) Error log? Terminal output? Debug messages?

No response

@bonarnel0908 bonarnel0908 added the bug Something isn't working label Jan 12, 2024
Copy link
Contributor

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

@theofficialgman theofficialgman added User Error Issue is due to user error and not a bug with pi-apps and removed bug Something isn't working labels Jan 15, 2024
@theofficialgman
Copy link
Collaborator

theofficialgman commented Jan 15, 2024

Zoom app seems to be running fine on raspberry pi 5 around first week of January but a few days later (second week) it just won't run anymore, i think it started after some updates on my raspberry pi 5 :( I hope this gets fix soon

out of curiousity, I tried to switch back into my pi 4 and it actually works just fine (this is the same SD card I used on my pi5).

Pi5 uses a 16K pagesize kernel by default (this can be changed in the boot config file). box64 has unique builds for 16K pagesize and 4K pagesize kernels that pi-apps correctly installs based on the currently running system. Since you say that is works on the pi4 (which uses a 4K pagesize kernel always) then you likely installed box64 from pi-apps on your pi4, which installed the 4K pagesize compiled box64 package. This is incompatible with your currently running kernel on your pi5

Kernel: aarch64 6.1.0-rpi7-rpi-2712
Device model: Raspberry Pi 5 Model B Rev 1.0

You have two options:

  1. switch your pi5 to use the 4K pagesize kernel instead of the 16K pagesize kernel following the directions here Pi5 16K PageSize Kernel Incompatible Software raspberrypi/bookworm-feedback#107 (comment) .

  2. Or uninstall and reinstall box64 in pi-apps when running your pi5 which will switch you over to the 16K pagesize kernel compatible box64 build. This build will not be compatible with 4K pagesize kernels (like your pi4 uses) so if you plan on switching the SD card between the two devices you should follow option 1.

@theofficialgman
Copy link
Collaborator

Issue is stale. Going to close as user error described above.

@theofficialgman theofficialgman closed this as not planned Won't fix, can't repro, duplicate, stale Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Error Issue is due to user error and not a bug with pi-apps
Projects
None yet
Development

No branches or pull requests

2 participants