-
Notifications
You must be signed in to change notification settings - Fork 48
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
ledctl: SGPIO EM not supported for /sys/devices/pci0000:80/0000:80:08.3/0000:84:00.0 #134
Comments
Hi @hboetes , please provide more information:
@nfont could you check if it's just a unsupported controller or a bug? Regards |
Hello @bkucman, thanks for your reply.
proxmox, which is a debian clone with a ubuntu kernel for the zfs support.
Does this answer the question?
The em_buffer directories do not exist on this host. Is there a module I'm missing? How do I get them? |
Hi @hboetes,
Sorry I misinterpreted the location of this file "em_message_supported". Example from my hardware: According to you controller, start searching from this path You can also enter to above path and search for that file :) if it's not there, for more info you will have to wait for @nfont who has AMD expertise. Regards |
Hi @hboetes , Looking at the output you posted from the ledctl command, the message "SGPIO EM not supported for /sys/devices/pci0000:80/0000:80:08.3/0000:84:00.0" indicates that the platform does not support SGPIO enclosure management. This can also be sen in your output from lshw for the sata device. The capabilities listed does not include 'sgpio'. The ledctl code does provide reference implementations for using IPMI to control LEDs. If you're comfortable trying an update you could add a check for your platform to amd_em_enabled() to see if that works for your platform. The code defaults to SGPIO and then checks to see if this is a platform that uses IPMI. See the check for IPMI for the ETHANOL_X and DAYTONA_X platforms in the amd_em_enabled() routine. |
Thanks for your reply, The output is rather disappointing:
|
@nfont |
As it is not a defect, just no support for the described hardware, I close the issue. Thanks, |
Hi there,
I just compiled ledmon(8) straight from git and I got this output:
Any other information you might need?
The text was updated successfully, but these errors were encountered: