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

[BUG] CPU not detected on Raspberry Pi 4 #127

Closed
RobotsAreCrazy opened this issue Jan 18, 2023 · 4 comments
Closed

[BUG] CPU not detected on Raspberry Pi 4 #127

RobotsAreCrazy opened this issue Jan 18, 2023 · 4 comments
Assignees
Labels
bug 🐛 A real glitch has been found

Comments

@RobotsAreCrazy
Copy link

CPU not being detected by archey.

On Debian bookworm arm64 (pi4)

Installed with sudo pip3 install archey4

Installed lm-sensors with sudo apt install lm-sensors

Not sure what else to install as have went through the dependency list?

@HorlogeSkynet
Copy link
Owner

Hi @RobotsAreCrazy,

Please next time fill the issue template in 🙃

Could you attach the output of lscpu and cat /proc/cpuinfo here ?

Thanks, bye 🙏

@RobotsAreCrazy
Copy link
Author

RobotsAreCrazy commented Jan 18, 2023

from lscpu

Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: ARM
Model name: Cortex-A72
Model: 3
Thread(s) per core: 1
Core(s) per cluster: 4
Socket(s): -
Cluster(s): 1
Stepping: r0p3
CPU(s) scaling MHz: 33%
CPU max MHz: 1800.0000
CPU min MHz: 600.0000
BogoMIPS: 108.00
Flags: fp asimd evtstrm crc32 cpuid
Caches (sum of all):
L1d: 128 KiB (4 instances)
L1i: 192 KiB (4 instances)
L2: 1 MiB (1 instance)
Vulnerabilities:
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Retbleed: Not affected
Spec store bypass: Vulnerable
Spectre v1: Mitigation; __user pointer sanitization
Spectre v2: Vulnerable
Srbds: Not affected
Tsx async abort: Not affected

@RobotsAreCrazy
Copy link
Author

RobotsAreCrazy commented Jan 18, 2023

from cat /proc/cpuinfo

processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 1
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 2
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
Hardware : BCM2835
Revision : d03114
Serial : 10000000e2761379
Model : Raspberry Pi 4 Model B Rev 1.4

@RobotsAreCrazy
Copy link
Author

Hi @RobotsAreCrazy,

Please next time fill the issue template in 🙃

Could you attach the output of lscpu and cat /proc/cpuinfo here ?

Thanks, bye 🙏

Done 👍 Thanks

@HorlogeSkynet HorlogeSkynet self-assigned this Jan 19, 2023
@HorlogeSkynet HorlogeSkynet added the bug 🐛 A real glitch has been found label Jan 19, 2023
@HorlogeSkynet HorlogeSkynet changed the title CPU not detected [BUG] CPU not detected on Raspberry Pi 4 Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 A real glitch has been found
Development

No branches or pull requests

2 participants