-
Notifications
You must be signed in to change notification settings - Fork 481
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] Raspberry Pi CPU name is incorrect #1528
Comments
Hello. Can you upload the files |
cpuinfo is empty |
Hi @CarterLi |
Try copying |
Ok, done it :) processor : 0 processor : 1 processor : 2 processor : 3 Hardware : BCM2835 |
Do you know why it reports BCM2835? |
@CarterLi no, I don't know why. |
As requested in #1510, we now prefer the CPU name reported in cpuinfo |
Ok, thank you for the clarification. |
If only there was a standard way to get this info on the system smh |
Did a fix. Can you test the dev build? |
Hi @CarterLi |
On Raspberry Pi 4 I get
I also have a Raspberry Pi Zero 2 W which is reported correctly as
Using the dev build I still get BCM2711 on Raspberry Pi 4, so not sure but I couldn't reproduce the issue here. |
Hi @XhmikosR , |
No, I'm using Raspberry Pi OS 64-bit on both and I don't hit the issue, so the OS must affect something in your case. |
Also, as far as I noticed, the CPU name is displayed in your Fastfetch output but not in your |
Yup, something weird is happening on your machine. Might be the OS or
something.
…On Mon, Jan 27, 2025, 19:03 CTRL-panino ***@***.***> wrote:
Also, as far as I noticed, the CPU name is displayed in your Fastfetch
output but not in your /proc/cpuinfo output.
While in my /proc/cpuinfo output there's the (wrong) CPU name
—
Reply to this email directly, view it on GitHub
<#1528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVLNIYXUKIZMZYIQA7RE32MZREXAVCNFSM6AAAAABV4JWQFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJWGM3TQNRYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
And, as you were pointing out, your GPU is displayed, too! While on my system it's not displayed. |
Diet might not load all drivers or something. Worth exploring yourself :)
PS. That's why I stick to the official distro myself. Diverting from that
might work but you know how these things go
…On Mon, Jan 27, 2025, 19:11 CTRL-panino ***@***.***> wrote:
And, as you were pointing out, your GPU is displayed, too! While on my
system it's not displayed.
Weird, it probably has something to do with DietPi
—
Reply to this email directly, view it on GitHub
<#1528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVLNMXV4FRGCPY4NLAOKT2MZSFZAVCNFSM6AAAAABV4JWQFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJWGQYDANRZGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes, you're probably right about drivers. Anyway, in general I agree with you about sticking with official OSes.
|
I know the pros but you can easily achieve these things with 2
installations. Log2ram and https://github.com/systemd/zram-generator.
That's what I do myself for years. Heck, the SD card i got with Raspberry
Pi 4 is still alive after 5 years.
Anyway, sorry for the off topic
…On Mon, Jan 27, 2025, 19:40 CTRL-panino ***@***.***> wrote:
Yes, you're probably right about drivers.
Since I didn't install any DE, maybe DietPi disables / doesn't load GPU
drivers.
But I'm not sure about it, it's just an assumption.
Anyway, in general I agree with you about sticking with official OSes.
But I prefer using DietPi because:
- apparently it preserves the SD card a little bit more logging on RAM
- I like their scripts for making life easier to users like me that
don't use any DE
- At the end of the day DietPi is Debian, so nothing too different
from Raspberry Pi OS
—
Reply to this email directly, view it on GitHub
<#1528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVLNJC6JFE2GTQPTQVRBT2MZVQ5AVCNFSM6AAAAABV4JWQFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJWGQ4DCMJTGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I didn't know about Log2ram and zram-generator, thank you for the suggestion :) I'll give it a look |
Read the FAQ first
Description
After the 2.35.0 update, the CPU name of my Raspberry Pi (model 4) is incorrect.
It shows "BCM2835" when it should display "BCM2711".
Source: https://www.raspberrypi.com/documentation/computers/processors.html
Also, in 2.35.0 it shows "ARM" while in the other versions it displayed "Broadcom" but I don't know if this is correct or not.
I'm using the latest DietPi version.
Thanks for your help
Version used
2.35.0
Bug prevalence
Always
Regression
Yes
Installation
GitHub Releases
Package manager
No response
Screenshots
No response
Configuration
System information
Features built-in
The text was updated successfully, but these errors were encountered: