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 options to disable fan speed bump for non-dell PCI-E cards #9

Open
louispires opened this issue Jan 30, 2023 · 0 comments
Open

Comments

@louispires
Copy link

I just wanted to say thanks, this works great.

I found a couple of commands that should help with this issue and it would be nice to add them as an option.

I can also look at doing a PR this weekend sometime...

Dell Website

turn off default 3rd party PCIe cooling profile:
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x01 0x00 0x00

turn on (revert to default) PCIe cooling:
ipmitool -I lanplus -H $IP -U $USER -P $PASS raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00

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

1 participant