Skip to content

Issue with CPU Model Detection on ARM Platforms #62

@tbiorgm

Description

@tbiorgm

I'm submitting a ...

bug report

What is the current behavior?

lingmo-settings displays "unknown" for the CPU model name on certain ARM machines.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

Just run the lingmo-settings app and go to the about page on ARM machines like phytium pi

What is the expected behavior?

It should display the name like "8 x Phytium FTC XXX"

What is the motivation / use case for changing the behavior?

No response

Please tell us about your environment:

Version: LingmoOS 2.0.2
System Architecture: Phytium E2000

Other information

This occurs because ARM systems provide different information in /proc/cpuinfo compared to x86 systems. While x86 machines include explicit model and vendor names, ARM systems typically only provide CPU implementer and part numbers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions