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

Snapdragon ARM X Elite support? #925

Open
JekBurri opened this issue Aug 15, 2024 · 6 comments
Open

Snapdragon ARM X Elite support? #925

JekBurri opened this issue Aug 15, 2024 · 6 comments

Comments

@JekBurri
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@sebhildebrandt
Copy link
Owner

Hi @JekBurri ... as I do not have a Snapdragon ARM X Elite machine available ... can you provide detailed information what is NOT working?

@sebhildebrandt
Copy link
Owner

@JekBurri ... asking again: can you specify, what / which functions are not working?

Regards

@JekBurri
Copy link
Author

JekBurri commented Jan 4, 2025

@JekBurri ... asking again: can you specify, what / which functions are not working?

Regards

Hey Seb,

Issue I had was with the "systeminformation" not recognizing ARM architecture. I believe this is out of your control as it's to do with other libraries you're probably using to create this.

For example my laptop has 16Gb of ram and when I try to log that it says I have 0Gb. Another example is CPU cores, I have 12 but it says I have 1.

Again, probably nothing you can fix. Just wanted to inform you that this only works with x86 devices. :)

@sebhildebrandt
Copy link
Owner

@JekBurri Thank you for your reply ... to be honest, of course I would like to also support Windows on ARM architecture. Here it would require to go through each underlying function and investigate what windows commands give back. I currently do not have any ARM based windows machine. Maybe one day I can spend some money on it for this projekt.

@sebhildebrandt
Copy link
Owner

I will try to get a feeling what is working on a virtual Windows ARM instance ... will come back as soon as I have a better feeling about what needs to be done.

@sebhildebrandt
Copy link
Owner

sebhildebrandt commented Jan 6, 2025

@JekBurri I was able to test the library on Windows 11 ARM64 version (UTM / Apple M1 Virtualization) and all worked fine ... so for me it would be fine to find out where it breaks on your side. Assuming you try to run it on Windows - if possible can you do the following:

git clone https://github.com/sebhildebrandt/systeminformation.git
cd systeminformation
npm run test

You get a nice menu where you now can run function by function and see if you get meaningfull results (if supported on yur platform) or errors. See also the documentation https://systeminformation.io/tests.html

Can you report which ones are working and which ones do not?

Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants