cartesius68

Results 18 comments of cartesius68

I'd suggest running something like `sudo perf top -F99` and see where the energy gets wasted. `ncspot` takes ~3 % even on the desktop AMD 5900X, so that number probably...

> Can you also reproduce this with the changes in PR #479? Unfortunately hangs as well. Some new LCD attributes displayed in the first successful run though but the second...

Now getting non-sense data. Would be happy to help you with debugging that though. ``` sudo liquidctl --match kraken status NZXT Kraken Z (Z53, Z63 or Z73) ├── Liquid temperature...

@jonasmalacofilho I'm not sure if it helps, but this specific machine is dual boot FreeBSD / Linux and under Linux everything works smoothly. I mean `status`, `set fan`, `set pump`....

Yes, with that very same NZXT hardware I've been successfully using `liquidctl` for months on Arch Linux. Great work guys anyway!

@jonasmalacofilho OK, I'll try later today. Btw, what's interesting, that on FreeBSD the `status` command works perfectly and produces sane data for the very first time it's called. So it's...

@jonasmalacofilho FreeBSD run ``` $ liquidctl list --verbose Device #0: ASUS Aura LED Controller (experimental) ├── Vendor ID: 0x0b05 ├── Product ID: 0x18f3 ├── Release number: 0x0100 ├── Serial number:...

@jonasmalacofilho `usbhid-dump 1.4` on FreeBSD ``` $ sudo usbconfig ugen0.1: at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen2.1: at usbus2, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen1.1: at usbus1,...

@ShadyNawara More on a funny note, I consider installing FreeBSD nowadays the most pleasant installer experience including Linux distros like Arch or Ubuntu :-) ...when using the auto partitioner it's...

@ShadyNawara @jonasmalacofilho This (of course) works each time on FreeBSD 13.1 **bare metal**: ``` sudo usbconfig -d /dev/ugen1.3 reset; sleep 1; sudo liquidctl initialize all; sleep 1; sudo liquidctl status...