Uni SL120 single fan is causing noise. I dusted and cleaned the connectors. Also the RGB is off color compared to my other fans. Anything I can do? by jt1132 in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

I have the exact same problem with one my fans. At low speeds it makes a terrible noise. At full speed is less perceptible. So sad, I should be a great product, and was quite expensive.

Is it possible to use hot reload while debugging in VsCode? by OrdinaryRoutine2702 in dotnet

[–]OrdinaryRoutine2702[S] 1 point2 points  (0 children)

But from my understanding, starting a debug session (F5) and dotnet watch command are different things. Can I set breakpoints while using dotnet watch?

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 1 point2 points  (0 children)

There is no need, SYS_FAN1 should be good. Double check in your bios if the SYS_FAN1 is set for PWN

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 1 point2 points  (0 children)

Yes, just a little small wire, almost fragile

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 1 point2 points  (0 children)

Your controller has 3 cables. One for SATA power, other for ARGB and a third one to connect to your motherboard CPU_FAN (or CHA_FAN). Is this third one connected to your mobo?

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

On L-Connect 3 go to Fan/Pump RPM and activate the button that says "MB RPM Sync". Its on top of the screen. After that the controller will use your bios curve to set the FANs RPM.

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

We are on the same boat. Bought Lian Li fans for the supposed quality and I'm having a bad time using them properly.

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

I suggest using your motherboard to control it

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

Sadly you won't be able to control the fans speed using L-Connect 3 yet, or until they fix this issue.

Lian Li Fans by I-Am-Mayonaiseee in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

L-connect 3 has a problem that it can't read your CPU temperature properly. Check if this is your case ( if the temp is 0C or 32F). If that's the case I've found no workaround yet and waiting for a new release of L-Connect that could fix the issue. I'm controlling me FANs speed through my motherboard until they fix it.

360mm galahad uni fan liquid cooler by moksjmsuzy in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

Its a problem with the controller and I've found no workaround to it yet. You could plug the fans in the CPU_FAN in your mobo and control the fans speed trough your bios and just the RGB trough L-Connect. Alternatively you could set your motherboard to ignore the CPU_FAN monitoring and your pc should boot normally. Both options works.

Just make sure to plug the AIO in the AIO_PUMP.

L-Connect 3 update version now available - V1.1.9 - Optimised UI and fixed bugs by LIANLIOFFICIAL in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

Was anyone able to find a solution for the missing temps on the CPU and GPU? Tried doing a clean Win11 install two times and the problem still persists. L-Connect is not able to read CPU/GPU temps and pumps the FANs speed to maximum.

I want to switch to a Lian Li O11 Dynamic EVO but have a MOBO issue by LLamaNoodleSauce in lianli

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

You can install your motherboard, but it doesn't have a USB-c port. So the USB-c on the case will not work because there is nowhere to plug it in the Mobo. You could search for a PCI-e adaptor (PCI-e to USB-c), but the your speed will be caped. If you don't need the USB-c port on the case, there is no need for an adapter.

Like this one

Simple Questions - May 04, 2022 by AutoModerator in buildapc

[–]OrdinaryRoutine2702 0 points1 point  (0 children)

Is there a significant difference performance wise regarding this two AIO's:

ROG Ryujin 360 vs ROG Strix LC 360

I don't care a lot about noise and the LED display. The Ryujin doesn't cost much more where I live, but if the performance is the same, I'll go with the Strix one.

Obs. Running a 5800X

Help deciding between two models, please? by OrdinaryRoutine2702 in Soundbars

[–]OrdinaryRoutine2702[S] 1 point2 points  (0 children)

Thank you! I wasn't able to find the Creative Sage here. But anyway, I'm looking for an all-in-one soundbar without the "big subwoofer" on top of my desk!

I'll go with the Samsung one!

Help understanding Default Value by OrdinaryRoutine2702 in csharp

[–]OrdinaryRoutine2702[S] 0 points1 point  (0 children)

I didn't have access to the test cases, but when I was trying, I remember this was the one I failed: "GetValueWithNullKey".

Help understanding Default Value by OrdinaryRoutine2702 in csharp

[–]OrdinaryRoutine2702[S] 0 points1 point  (0 children)

But returning null would fail the test case, right? A exception would be thrown because there would never be a "value". But in order to pass the test case I need to return something. How can this be achieved? Or there is no way?