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

Freetube does not show up in bookworm 32 bit (Microsoft Surface RT) #2602

Closed
3 tasks done
archisman-panigrahi opened this issue Jun 1, 2024 · 6 comments
Closed
3 tasks done
Labels
User Error Issue is due to user error and not a bug with pi-apps

Comments

@archisman-panigrahi
Copy link

archisman-panigrahi commented Jun 1, 2024

Confirmations

What happened?

FreeTube does not show up and when I try to install freetube by searching it says it is not compatible with bookworm 32 bit

Description

Debian installer for Freetube for armhf is available on its website and it works just fine. But pi-apps says it is not compatible, which is probably a bug.

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

OS: Raspbian GNU/Linux 12 (bookworm)
OS architecture: 32-bit
Last updated Pi-Apps on: 06/01/2024
Latest Pi-Apps version: 05/31/2024
Kernel: armv7l 6.4.0-rc6-next-20230616-g032fe376bdff-dirty
Device model: Surface with Windows RT PV
SOC identifier: jetson-unknown
Cpu name: Cortex-A9
Ram size: 1.95 GB
Raspberry Pi OS image version: 2024-03-15
Language: en_US.UTF-8

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

Screenshot from 2024-06-01 09-19-06

Note: I am using Raspberry Pi OS Bookworm on a Surface RT. It is the official image with a custom kernel.

@archisman-panigrahi archisman-panigrahi added the bug Something isn't working label Jun 1, 2024
@theofficialgman
Copy link
Collaborator

theofficialgman commented Jun 1, 2024

This is not a bug

FreeTube is intentionally hidden on jetson devices as playback within it is typically not hardware accelerated (on our most popular jetson devices) and would lead to a poor experience

https://github.com/Botspot/pi-apps/blob/master/etc/category-overrides-jetson-generic

@theofficialgman theofficialgman closed this as not planned Won't fix, can't repro, duplicate, stale Jun 1, 2024
@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 Jun 1, 2024
@theofficialgman theofficialgman changed the title Freetube does not show up in bookworm 32 bit Freetube does not show up in bookworm 32 bit (jetson device) Jun 1, 2024
@archisman-panigrahi
Copy link
Author

archisman-panigrahi commented Jun 1, 2024 via email

@theofficialgman
Copy link
Collaborator

theofficialgman commented Jun 1, 2024

No, your device is detected as a "jetson" because it is a nvidia tegra based device.

Install it manually from the website if you want. We have no intention of changing this override.

@theofficialgman
Copy link
Collaborator

if you can post the output of

cat /proc/device-tree/compatible

and

cat /sys/devices/soc0/family

that would be helpful so I can identify the device further (instead of jetson-unknown)

@archisman-panigrahi archisman-panigrahi changed the title Freetube does not show up in bookworm 32 bit (jetson device) Freetube does not show up in bookworm 32 bit (Microsoft Surface RT device) Jun 1, 2024
@archisman-panigrahi archisman-panigrahi changed the title Freetube does not show up in bookworm 32 bit (Microsoft Surface RT device) Freetube does not show up in bookworm 32 bit (Microsoft Surface RT) Jun 1, 2024
@archisman-panigrahi
Copy link
Author

NVidia does not necessarily mean jetson.

 $ cat /proc/device-tree/compatible
microsoft,surface-rt-efimicrosoft,surface-rtnvidia,tegra30
$ cat /sys/devices/soc0/family
Tegra

@theofficialgman
Copy link
Collaborator

theofficialgman commented Jun 1, 2024

You are running a tegra-3 based device. Nvidia's official boards based on tegra's go under the brand name "jetson".
There is no discussion to be had about that. This is simply an identification of your device as a "tegra" based device. We have particular applications hidden on these devices that are known not to work well (or at all) based on the majority of such devices.

Repository owner locked as resolved and limited conversation to collaborators Jun 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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