borealis
borealis copied to clipboard
Not working on ASUS ROG Strix H270F
Hi, I downloaded this program to stop the lights from flashing on my Ubuntu box, however I keep getting this error whenever I run it.
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/aura_error.rs:33:45
|
33 | AuraError::I2CError(ref e) => e.description(),
| ^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
--> src/aura_error.rs:34:44
|
34 | AuraError::IOError(ref e) => e.description(),
| ^^^^^^^^^^^
Finished dev [unoptimized + debuginfo] target(s) in 0.01s
Running `target/debug/borealis 127 0 127`
smbus: /sys/bus/pci/devices/0000:00:1f.4
thread 'main' panicked at 'failed to locate AMD system SMBus', src/main.rs:37:19
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
% thelmgn@Cana ~/borealis i2cdetect -l 57.7s Tue 08 Dec 2020 16:33:55 UTC
i2c-3 unknown i915 gmbus dpd N/A
i2c-1 unknown i915 gmbus dpc N/A
i2c-4 unknown DPDDC-B N/A
i2c-2 unknown i915 gmbus dpb N/A
i2c-0 unknown SMBus I801 adapter at f040 N/A
I am having the same issue with ASUS ROG Strix Gaming-A Z490
Same with ASUS ROG Strix Gaming-A Z490. How can i help?