-
Notifications
You must be signed in to change notification settings - Fork 9
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 AS6706T is confirmed #12
Comments
Thanks for confirming my assumptions about the SATA 5 and 6 LEDs! |
@DanielGibson I can confirm that your code lines up with what I have. I made some tweeks to use the red LED's for activity and green for power. LED CONFIG SETTINGS:
GPIO DRIVER:
|
Did you also make those changes for SATA1-4 or is my code for SATA5/6 not consistent with the existing behavior of 1-4? |
@DanielGibson I also made those changes for 1-4. Your code is consistent. I just changed it to my liking. |
Unless I missed something, I think we made all the necessary changes to the code thanks to Daniel. Thanks for your report @LPJon. PS. You can change the behavior without modifying the module:
You could add that to a systemd script that starts at boot or if your system has it, |
Just letting you know support for the AS6706T platform is confirmed. Your assumptions about the GPIO pins for disks 5 and 6 are also correct. (As suggested in your asustor.c file.)
The text was updated successfully, but these errors were encountered: