Jump to content

iWearKiltz

Member
  • Posts

    442
  • Joined

  • Last visited

Everything posted by iWearKiltz

  1. I think white, it'll highlight all the colours in your build, and won't put a yellow tinge on everything (potentially making white things look yellow)
  2. Don't use corsair link, I've got a post up now trying to do a fix of my issues. but just so you know i'm doing the same thing with you when it comes to custom SP fans on the Rad. I've got mine plugged into the pump and when i initially installed corsair link it would've put settings for the fans. you can also turn off warning message inside the bios (or i could on another ASUS AMD motherboard), so i can imagine turning off 'no cpu fan' message is possible. give it a search around (consult users manual etc) hope this helps
  3. i've tried reinstalling (i'm a IT admin so i've already tried the usual tricks of the trade), and it still wouldn't show the H110i GT theres one or two more things but i doubt they'll work, but i'll give them a shot I guess [does the colour and settings remain if you remove the software?]
  4. I don't quite understand.. this either sounds like you've lost control of your water cooler...? pics of pc/corsair link interface would be perfect (as my psu does show up in corsair link, just not the water cooler. therefore it does sound like if what you're saying is what i'm thinking, then that might work.. i just don't know how )
  5. Also, bonus question: considerable difference for this water cooler when in push-pull rather than just push?
  6. [i don't know where to put this. the issue is more corsair link (software), with the fix for my H110iGT being prioritised so I figured water cooling] So I've had my PC for around 2 months now, and during this time I've attempted to use corsair link software with my RM850i and H110iGT. It worked for maybe one restart and that was it. The problem is plagued all over the internet, where when you start your pc, the program will auto-load and it'll say to restart to add this newly discovered device. this repeats every time. couple of reasons why i want to do this: the colour on the water block to go with my build (and also tell me the temp of the processor to control the fan and motor speed to control my psu and to just generally know everything is OK Please, if anyone has a fix, I would really love it! Thanks!
  7. Hi guys, I've got the RM850i and i've got it connected to (the broken) Corsair link. The RM850i shows up on corsair link, however I'm worried about the light. It's flashing green-amber repeatedly at the moment - not sure if there is something wrong with it. I've looked at the manual and couldn't find anything on it: anybody have any idea? cheers in advance
  8. Thanks for stating this. I'm struggling to find it. Here's where I'm currently at: https://www.asus.com/uk/Motherboards/MAXIMUS-VIII-HERO/HelpDesk_Download/ trying to find the one file to install them all
  9. Hi guys, I've got the ASUS ROG Hero VIII mobo coming today and I will obviously need to install the drivers. Basically I don't have a USB disk drive available and so don't know where to find the equivalent software on the internet.. i've searched ASUS website and they're returned all the separate drivers (and i don't have a clue what's what without downloading all of it) so does anybody know where the contents of the included DVD-disc drivers can be found? thanks in advance
  10. I don't get this.. Wi-Fi is very good. For app development, will tick all the boxes. Even when gaming, unless you're on some public Wi-Fi or had a bunch of friends connected to your internet, Wi-Fi would still be good enough. Ethernet is better, I know, but people have this stigma against Wi-Fi like it's your annoying aunt that hasn't changed.... The whole world is wireless now pretty much, so the connection has got far better.
  11. Thank you very much, this looks pretty damn good! good to know about the GPU@
  12. the price difference to a 980 is £100-150... can you justify this? I can always throw another 970 in down the line
  13. Hi guys, after getting rid of my old gaming pc about 2 years ago (due to education priority) I've been planning to build a new one.. here's the PC Part Picker link: http://uk.pcpartpicker.com/p/Cngjzy £1115.95 and 342W estimated. I would like your guys advice on the build. I'm going for the 850W PSU so that in the future i can throw another GPU in there, and I'm debating between the i5 and i7 as I'm an engineering student and some apps can utilise the additional horsepower. Please let me know if I have missed anything, I haven't been keeping track of the whole market in terms of computing tech.. Cheers, iWK
  14. Yeah that'll work. You'll have a hard time doing serious gaming though
  15. yeah i think i've achieved it with the code above (marked solved) thanks for all your input - you've helped a lot!
  16. no, because there is still the while loop from before (with the AND && in it). due to file pointers, after the program has exited that while loop, it goes onto the next while loop and will print as long as its not EOF. if it is, then it will go onto the next while loop and print that. Nothing gets reprinted as the file pointers haven't been reset to the start
  17. the OR came up with an interesting file lol - definitely wrong. however you gave me an epiphany To solve the issue of one file not being completely read, i added a few lines of code afterwards: while ((fgets(x, 999, file_in) != 0)) fprintf(file_out, "%s", x);while ((fgets(y, 999, file_in2) != 0)) fprintf(file_out, "%s", y); This meant that if the individual statements alone weren't at the end, they would continue to write to the file. SUCCESS!!
  18. attempting some things now, thanks for replying
  19. okay, i understand the logical AND. But the point i was trying to make was that the 'file out' was ending when there was still strings to be written from 'file 1'. 'file 2' has ended, and so that shouldn't be printing anymore (which is whats happening.. kinda), but its then dropping out the program just because one has happened. (Acting more like a logical OR gate as opposed to an AND gate) Any idea on how to fix this?
  20. Now getting an issue where the file out ends as soon as one file ends (every line from each file needs to be put into file out)
×