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

smbios missing in report for Raspberry Pi 4 #133

Open
pizzapim opened this issue Nov 3, 2024 · 5 comments
Open

smbios missing in report for Raspberry Pi 4 #133

pizzapim opened this issue Nov 3, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@pizzapim
Copy link

pizzapim commented Nov 3, 2024

Describe the bug

The smbios part of the report is missing for my Raspberry Pi 4 system. This makes it hard for me to check whether the machine is a Raspberry Pi. I don't think smbios is available because dmidecode also reports an error. Perhaps lshw can be used to similar data?

Full report:
facter.json

@pizzapim pizzapim added the bug Something isn't working label Nov 3, 2024
@brianmcgee
Copy link
Member

Thanks for the feedback. You won't get SMBIOS info on ARM processors.

I'll look at lshw. I've received a couple of suggestions for alternatives to hwinfo, which I need to review this week.

@brianmcgee
Copy link
Member

@pizzapim what do you mean when you say that lshw can be used to get similar data? I don't have access to a Pi 4 to check it's output. Could you provide a dump?

@Mic92
Copy link
Member

Mic92 commented Nov 4, 2024

We can just read it for from device-tree:

[root@matchbox:~]# cat /proc/device-tree/model
Pine64 Rock64

@pizzapim
Copy link
Author

pizzapim commented Nov 4, 2024

Pretty sure lshw does that under the hood as well.

@Mic92
Copy link
Member

Mic92 commented Nov 4, 2024

Yes. This is where I got the idea from.

@brianmcgee brianmcgee self-assigned this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants