Antec H2o 920 Software Download
If you can't download the Grid Software from our main website. Here is an alternative link for you to download the Grid 2.1 software. Antec Kuhler 920 Linux Driver. I installed a NZXT Kraken-60 in my Linux box and found this software via searching for the usb bus id. I just installed the Antec Kuhler 650 into my pc. However I can't find the software download anywhere, If someone could.
VulkanBros
- Joined
- Jan 31, 2005
- Messages
- 1,710 (0.33/day)
- Location
- The Pico Mundo Grill
System Name | Commercial towing vehicle Nostromo |
---|---|
Processor | R7 1700X |
Motherboard | Crosshair Hero VI |
Cooling | Hydro H110i V2 |
Memory | 2 x 8 GB HX429C15PB3A |
Video Card(s) | 970 STRIX |
Storage | 960 M2 500 GB 860 EVO 1 TB Red PRO 4 TB |
Display(s) | VG248QE |
Case | HAF XB |
Audio Device(s) | SoundBlaster Z |
Power Supply | AX 860 |
Mouse | Kana |
Keyboard | Drevo BladeMaster TE |
Version 1.2 released 13. august
*********************************************************************
* 3. What's new
*********************************************************************
# Possible to enter values from keyboard.
# Noise information reduced to a linear gauge.
# Improved drivers
*********************************************************************
* 4. Changelog
*********************************************************************
ChillControl v 1.2.0.0
Fixed problem with USB driver.
ChillControl V 1.1.0.0:
Fixed: Program saved settings at two different locations.
New: Added posibility to enter values from keyboard.
Improved: Pump speed gauge output readings (more stable).
Fixed: Adjusted noise level range.
Fixed: Minor graphical issue.
ChillControl V 1.0.0.0:
Initial release
*********************************************************************
* 5. Known Issues
*********************************************************************
Vista:
Issue User Account Control (UAC) forces the user to uninstall the ChillControl driver before uninstalling ChillControl itself
from Programs and Features.
Fix Disable (UAC).
I installed a NZXT Kraken-60 in my Linux box and found this software via searching for the usb bus id 2433:b200 as shown by lsusb. NZXT isn't providing a linux version of their control software. Followed the instructions and it seems to work fine. Haven't tried out everything yet but I can change the colours and watch the pump speed change.
I have a question. Since the Antec kuhler is an OEM Asetek product will this also work with the AMD version of the product that comes with the FX-8150 processor?
Hello Alpha Geek! Nice work. I was testing your interface on OS X (actually a hackintosh). There is a problem in OS X for the fork() implementation, related to keeping/changing details of all structures passed to the child fork process. That is probably why your kuhler_920.c fails to keep those structures (some of them quite critical) intact. When I was running it without forking, it worked well (I did not even need the sleep(1) line in main loop on my computer), with the exception on returning led color values, which is still inconsistent. Forking the process right at the beginning of main() did the job as well. For linux: I also found out that, in order to use this as a regular user (not root) an udev rule has to be implemented, like: # antec kuhler 920 SUBSYSTEM'usb', ATTR{idVendor}'2433', ATTR{idProduct}'b111', GROUP='kuhler' create group kuhler and then put the user who need to run this into the group 'kuhler'.
Fast and simple.
kuhlerdriver works great