-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[BUG] GPU
not detected on Raspberry Pi
#130
Comments
Hi @RobotsAreCrazy, can you attach the output of Thanks for your message, bye 👋 |
lspci Spec |
Thanks, could you run 👋 |
Command not found and not in repo to install apparently, i need to install mesa-utils to get that info error: unable to open display |
On Debian 11, it comes from |
Already installed mesa-utils received error: unable to open display |
Do i need a driver? it's mesa v3d really not sure if a driver is provided on fresh install, plus i don't use a desktop, i'm all terminal Did a search..... glx-alternative-mesa 1.2.2 [Debian/bookworm contrib] libd3dadapter9-mesa 22.3.3-1 [Debian/bookworm main] libd3dadapter9-mesa-dev 22.3.3-1 [Debian/bookworm main] libegl-mesa0 22.3.3-1 [Debian/bookworm main] libegl1-mesa 22.3.3-1 [Debian/bookworm main] libegl1-mesa-dev 22.3.3-1 [Debian/bookworm main] libgbm-dev 22.3.3-1 [Debian/bookworm main] libgbm1 22.3.3-1 [Debian/bookworm main] libgl1-mesa-dev 22.3.3-1 [Debian/bookworm main] libgl1-mesa-dri 22.3.3-1 [Debian/bookworm main] libgl1-mesa-glx 22.3.3-1 [Debian/bookworm main] libglapi-mesa 22.3.3-1 [Debian/bookworm main] libgles2-mesa 22.3.3-1 [Debian/bookworm main] libgles2-mesa-dev 22.3.3-1 [Debian/bookworm main] libglu1-mesa 9.0.2-1.1 [Debian/bookworm main] libglu1-mesa-dev 9.0.2-1.1 [Debian/bookworm main] libglw1-mesa 8.0.0-1.1+b1 [Debian/bookworm main] libglw1-mesa-dev 8.0.0-1.1+b1 [Debian/bookworm main] libglx-mesa0 22.3.3-1 [Debian/bookworm main] libosmesa6 22.3.3-1 [Debian/bookworm main] libosmesa6-dev 22.3.3-1 [Debian/bookworm main] librust-osmesa-sys-dev 0.1.2-1+b1 [Debian/bookworm main] libwayland-egl1-mesa 22.3.3-1 [Debian/bookworm main] mesa-common-dev 22.3.3-1 [Debian/bookworm main] mesa-opencl-icd 22.3.3-1 [Debian/bookworm main] mesa-utils 8.5.0-1 [Debian/bookworm main] mesa-utils-bin 8.5.0-1 [Debian/bookworm main] mesa-va-drivers 22.3.3-1 [Debian/bookworm main] mesa-vdpau-drivers 22.3.3-1 [Debian/bookworm main] mesa-vulkan-drivers 22.3.3-1 [Debian/bookworm main] mesaflash 3.4.6-1 [Debian/bookworm main] mir-client-platform-mesa-dev 1.8.2+dfsg-5 [Debian/bookworm main] mir-client-platform-mesa5 1.8.2+dfsg-5 [Debian/bookworm main] mir-platform-graphics-mesa-kms16 1.8.2+dfsg-5 [Debian/bookworm main] mir-platform-graphics-mesa-x16 1.8.2+dfsg-5 [Debian/bookworm main] pike8.0-gl 8.0.1738-1+b2 [Debian/bookworm main] xscreensaver-gl 6.02+dfsg1-2+b1 [Debian/bookworm main] xscreensaver-gl-extra 6.02+dfsg1-2+b1 [Debian/bookworm main] |
No I'd rather think you need a running X server for Does |
Got resources unavailable error Tbh I'm thinking maybe to get info I would need a desktop environment installed, not something I was planning to install as I just connect through SSH terminal to me it is just wasted resources if I install one |
Sure, let's find a way to retrieve this by another mean. |
Thinking going LXQT or XFCE if I really have to, but then I just need to find out how to install it |
Do I really have to install a desktop environment or can you think of any way to retrieve that info? |
At the moment I cannot think of one. I'm not sure I'll be able to perform extensive search on this subject with my current bandwidth. In the meantime, if you do find something out, please let us know. |
Maybe just hardcode the GPU info as not like it will change for the PI4 |
I'd rather vote against this, but if there is not any other way, we'll do. |
It's a last resort not something I'd ideally go for, but only if there is no way of making it work |
Could you try |
lshw doesn't detect GPU info |
For reference : #111 (comment) |
Have you been able to give a try to |
Actually, i haven't but will try later |
Just tried not detected any gpu info, it would be nice to have archey show complete info, but guess it is not possible. not sure what else can be tried.... |
Does |
that was pretty useless running that cmd....deadend for any gpu related info tbh |
Could you try |
vcgencmd was not located there...found it! /usr/bin/vcgencmd Jan 18 2023 12:28:01 |
Thanks ! I guess we've to improve |
yes, the same information Jan 18 2023 12:28:01 |
Well let's hardcode it then ! What about an internal mapping 👋 EDIT : This would actually "couple" |
Hello @RobotsAreCrazy ! Do you know which driver kernel loads and uses for Broadcom VideoCore VI ? If so, maybe we can look for it in |
No idea, we're probably lucky to have it working as well as it is, you might get the answer on the forum |
@HorlogeSkynet I actually happen to have a Pi 4 at home, once I'm a bit more free in time I can take a look at how we can get this data if you haven't got it worked it out by then 👍 |
So as a followup to my last comment, I've got this on my Pi B+ : grep ^vc4 /proc/modules
vc4 262144 2 - Live 0xabcdef01 ... as it has a Broadcom VideoCore IV chipset. I wonder whether something like that could be retrieved with VideoCore VI (but I noticed some drivers issues related with it, and haven't yet understood how Linux actually supports it). Cheers 👋 |
Hello @ingrinder, I hope you passed your exams ! Did you manage to spend some time on current ongoing works ? 🙂 |
GPU
not detected on Raspberry Pi 4GPU
not detected on Raspberry Pi
Hello @RobotsAreCrazy, @MatsA and @ingrinder, please find implementation proposal in #157 (!). Thanks bye 👋 |
on pi 4 gpu not detected, pcutils already at latest installed, up to date on everything, only thing not available to install is the alternative to pcutils-linux (Installed).
Expected behavior
displays gpu information in archey
Environment
Raspberry Pi 4 8GB,
Debian 12 bookworm
Additional context
missing gpu information
installed using latest archey4 .deb (all)
p.s. thankyou for fixing cpu detection, works perfectly
The text was updated successfully, but these errors were encountered: