-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support for B760M #17
Comments
Does 'sensors' show actual values? What is the output of |
Yeah, running Running
|
Then this new hardware ID should be submitted to the upstream kernel so that everything works out of the box. Do you want to try yourself? |
I can try to do it, but I have no clue how. |
If you are a developer and interested in contributing to Linux this is a good first task. Otherwise it is probably a lot of spent time getting to know the tools and procedures for limited gain. |
I am by no means a developer, I do some programming but it is mostly for cientific purposes and is basically python scripting. But I am interested in contributing to the community and learning more. |
Clone the repository at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Read the process at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst The end result should be a patch sent by mail that follows the structure of https://lore.kernel.org/lkml/20220705184407.14181-1-parherman@gmail.com/ The important points are:
This is a very brief overview. In case of any questions don't hesitate to ask. |
Thank you, I'll give it a try!! Do you want me to mark this as closed? |
Hi guys, I'm also noticing this is legacy repository, but I'm having very similar issue with slightly different MB ( My full
and
When I follow steps in #13, I'm able to get
@drasteirosilva I suppose it'd start working as soon as your patch gets into upstream. But in any case feel free to contact me, if you need any HW IDs or anything as such. And lastly, thank you both for great work! BR |
FYI the patch from @drasteirosilva would handle only "B760M DS3H DDR4" while you have "B760 GAMING X AX". |
O.K. My bad, I was thinking when the chip ID is the same it can simply "just work". So like first question, are you willing to give me some support, as you mentioned in some comments ago? I'm working as developer, but I've no commits to kernel yet. Also if so, I probably should create separate ticket for this new MB? Thanks in advance |
The way the driver is currently set up, there is a list of board_name DMI values that can load the driver.
Sure.
If you want to discuss it in a ticket, a new one would be better. |
Hey,
I know this is a legacy repository but I'm having trouble with my new motherboard and I arrived here. I'm way out of my depth.
I'm trying to run
sensors-detect
sopwmconfig
can see my fans, but the only thing thatsensors-detect
finds is my cpu temps and an unknown chip with ID 0x8689. I've tried to follow the steps in Issue #13 and I'm now able to see gigabyte_wmi-virtual-0 when I runsensors
. I'm not sure how to proceed.I'm not sure if this is the place to ask, but do you have any tips?
Thanks
The text was updated successfully, but these errors were encountered: