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

Add support for model N15_17RD #2

Open
Utopin opened this issue Dec 2, 2022 · 2 comments
Open

Add support for model N15_17RD #2

Utopin opened this issue Dec 2, 2022 · 2 comments

Comments

@Utopin
Copy link

Utopin commented Dec 2, 2022

thanks for your great work.

  • test results : works perfect
  • fan number : 2
  • DMI_BOARD_NAME : N15_17RD

There are two problems mainly related to the manufacturer.

  1. my laptop is produced by a Chinese company called Hasee, so the “DMI_BOARD_VENDOR” can't match "CLEVO CO.". Thus i comment lines 322 and 323.
  2. the DMI_BOARD_NAME read by the program and dmidecode contains extra spaces at the end the string. Then hwmon interface can't register successfully, so i manually pass the string.
@simopil
Copy link
Owner

simopil commented Dec 8, 2022

Hi, thanks for your feedback.
I made a script that will help to generate a file with dmi strings. Can you send it in this issue?
I want to add Hasee as vendor and your board name and make hwmon get it without spaces.
Thanks

@Utopin
Copy link
Author

Utopin commented Dec 13, 2022

Sorry for the late reply, the script result is as follows:
DMI_BOARD_VENDOR = "Notebook "
DMI_BOARD_NAME = "N15_17RD "
FANS_TO_CONTROL = "2"

the space
N15_17RD.txt

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

No branches or pull requests

2 participants