Results 2621 comments of MichaIng

On my Odroid N2 it doesn't work yet either.

> Is there anything I can try that might help you? Many thanks for the offer, but I have really no idea how to further debug, and it is the...

Sadly not. Bug has been reported to Debian bug tracker with other users verifying it, I guess the logs would just repeat what has been posted already: https://bugs.debian.org/1006457

Install the package like this: ```bash apt install --allow-downgrades ./chromium_89.0.4389.114-1_deb10u1_arm64.deb ``` If that fails, show the full error log.

Probably not, maybe a missing (old) library is the reason for the install failure. There is a much newer version which worked: https://github.com/MichaIng/DietPi/issues/5300#issuecomment-1060045619 But not sure whether it's still available...

Because you uninstalled Chromium via `dietpi-software` 😉. Does it start with `startx /usr/bin/chromium-browser`? If so, install it again via `dietpi-software`, then downgrade and `apt-mark hold chromium-browser` to prevent it from...

Did you verify that there is no other Chromium process running already? Of course it should then show up on screen, but it's possible it runs on a different TTY....

I was thinking whether the `dietpi-autostart` option is probably on, but on the other hand that would be on TTY1 and should be visible on screen 🤔. Any X session...

On RPi this was never an issue. On any other hardware, the RPi `chromium-browser` package cannot be used.

These are RPi-only packages from the RPi repository, responsible only for video decoding, not for startup, and on RPi the issue does not exist.