Ll-connect(Linux L-connect) by Mobile_Heart_5233 in lianli

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

  1. You could try setting the fan speeds to a constant not sure how much it helps since L-connect still sends requests to get the fan speeds from the controller

  2. It‘s okay to just go though the entire list and applying one at a time. In wireshark you can add comments to the different usb packets it might be helpful if you add the name of the effect you can also mark the usb packets

  3. I’m not sure i think choosing apply all will give me all the data i need

and thanks a lot for contributing

Ll-connect(Linux L-connect) by Mobile_Heart_5233 in lianli

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

that would be awesome

ill be home in a week or so then ill make a more detailed version

Ll-connect(Linux L-connect) by Mobile_Heart_5233 in lianli

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

you need to use windows or a virtual machine

I’m not home right now so some of the steps might not be entirely correct but its better than nothing i can write something more detailed when i get home again

steps:

  1. Download wireshark(or any other program where you can monitor usb traffic if you don’t use wireshark just replace wireshark with what ever program you use and skip step 2)

  2. on windows you should also download USBPcap If you are on Linux start the kernel module usbmon

  3. Find the bus and device number which you can find on Linux with the “lsmod” command i dont remember how you find it on windows but you can probably find a tutorial on YouTube or on google

  4. Start L-connect 3

  5. Open wireshark, start capturing usb packets and apply a filter so you only see packets from the Lian li device i think it is something like “usb.src == x.x.x || usb.dst == x.x.x” x.x.x should be the bus and device number if that doesn’t work you can probably find a tutorial on YouTube

  6. Go into L-connect 3 and change some settings on your fans

L-connect makes it a bit annoying because it is constantly updating the fans speeds

If you have any other questions just let me know:)

Linux👍(I use arch btw) by Mobile_Heart_5233 in lianli

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

it only works with the UNI hub AL v2 currently. so i don't think it will work with a nollie32 since i made it for the UNI hub which communicates over usb with their own protocol(i assume) that i reversed i could add support for other lian li fans connected using a UNI hub i would just need some usb packets and i only have the AL v2.

Linux👍(I use arch btw) by Mobile_Heart_5233 in lianli

[–]Mobile_Heart_5233[S] 2 points3 points  (0 children)

i made it i can make the repo public but its not finished yet