Jump to content

samocamo123

Member
  • Posts

    279
  • Joined

  • Last visited

Everything posted by samocamo123

  1. As the title states, the keyboard, touchpad buttons, and usb ports are not working. The only thing that works are devices plugger in over usb c and the touchpad itself. Also, razer synapse isn't showing any devices. Any help?
  2. If anyone is reading this post and was wondering the same question I was, I have received both the E3-1240 and the DQ67SW and the xeon does in fact work in the motherboard.
  3. I was wondering if the Intel DQ67SW supports the xeon e3-1240 (v1.) I would think it would as it supports the i7-2600 which is nearly the same chip, but it doesn't list the xeon as compatible. Does anyone know if it is compatible with the xeon e3-1240?
  4. Hmm, when looking it seems easier to find a non-oem (still budget but higher quality) 1150 board for 30-40$ than a non-oem 1155 for 50-60$
  5. Hmm, so do the E3-1240's extra threads make up for the i5 4570 being on LGA 1150 and thus having cheaper higher quality motherboards with more features? LGA 1150 also gives the option of a i7 4790 if I ever need more power
  6. E3-1230 v2 costs about $60-$80 or roughly the same cost as an i5 4570. I rarely do productivity tasks such as video editing and mainly play games like GTA V and No Man's Sky, so will the extra threads really help that much?
  7. Would an E3-1230v2 or a i5 4570 be any better than the E3-1240?
  8. No but I did try swapping over to my old 7870 (worked great, I just upgraded bc it was getting slow) and it didn't fix the issue. I also RMAd my fury before I had the idea to try the 7870 and it didn't help. Also my system worked for probably 6 months after getting the fury with no issues.
  9. I did have Kingston HyperX Blu in there before, but I swapped over to the Corsair Vengeance to see if it would fix it. Sadly the issue still happens.
  10. A10-6800k R9 Fury GIGABYTE GA-F2A75M-HD2 8 GB of Corsair Vengeance DDR3 Corsair CX650M (gray model) Cooler Master Hyper T2 Windows system logs usually don't say anything after the crash other than reporting an unexpected shut off.
  11. I could but that would have less performance than a i5 3570 AND I would have to buy DDR4.
  12. As far as I have seen due to the higher clock and ipc increase from ivy bridge, the i5 3570 shows stronger performance even with less threads.
  13. I believe my A10 6800k is dying as my pc (usually during idle) will randomly turn off and sometimes will not post for the next 15-30 minutes after shutting off. My thermals are fine, and it almost never happens during gaming or other high load so I don't think it could be thermals or PSU. I have tried replacing my motherboard, gpu, and ram. I have also tried reinstalling windows and reseating all connections in the computer including the cpu when I swapped motherboards. I can only assume it is due to the cpu as I have pretty much replaced or RMAd everything else. I do have an open mind and plenty of knowledge on computers, I just have a tight budget. Also, I can easily getting a i5 3570 and motherboard for $100US, which I guess your opinion may vary, but I consider to be decent. I just wanted to see if anyone else had found a server cpu or something else that would be a better option.
  14. As the title states, I am on a pretty tight budget and was wondering what the best CPU and motherboard I could get for $100 total because I believe my A10-6800k is dying (I also would like to get some more power as it is showing its age and it wasn't great new.) I already have ddr3, so it needs to support ddr3. Currently, I am thinking about a i5 3570 as I can get it for roughly $50-60 and I can get an 1155 motherboard for $40-50. However, I was wondering if there was any other better options such as a xeon on something? I am mainly going to game so more threads aren't too useful. If it helps any, my gpu is an R9 Fury.
  15. My computer randomly black screens/ shuts down while gaming/mining. I have tried a diff gpu and ram and I know the psu is good. I have tried stress testing my gpu and cpu with no crashes and according to s.m.a.r.t., my hdd is fine. It only seems to crash while I am playing intensive games or mining. How do I fix this?
  16. oops i fixed it i just realized i needed to put it in my setup
  17. Hi I get an error (in title of post) on line 20 of this code, I am trying to run a light show and need to use an arduino as an interface for the relays to the pc, it was working, however I needed a lower pwm frequency and now i get this error but I cannot figure out what is wrong. What is the problem? #define CHANNELS_COUNT 8 ////////// PWM pin #define Ch1 2 // PWM Pin 2 #define Ch2 3 // PWM Pin 3 #define Ch3 10 // PWM Pin 4 #define Ch4 5 // PWM Pin 5 #define Ch5 6 // PWM Pin 6 #define Ch6 7 // PWM Pin 7 #define Ch7 8 // PWM Pin 8 #define Ch8 9 // PWM Pin 9 int myEraser = 7; int myPrescaler = 5; int Ch[CHANNELS_COUNT] = {Ch1, Ch2, Ch3, Ch4, Ch5, Ch6, Ch7, Ch8}; int incomingByte[CHANNELS_COUNT]; // array to store the values from serial port TCCR2B &= ~myEraser; TCCR3B &= ~myEraser; TCCR4B &= ~myEraser; TCCR2B |= myPrescaler; TCCR3B |= myPrescaler; TCCR4B |= myPrescaler; void setup() { Serial.begin(9600); // set up Serial at 9600 bps for (byte i=0; i<CHANNELS_COUNT; i++) pinMode(Ch[i], OUTPUT); // declare channel pin as an output } void loop() { if (Serial.available() >= CHANNELS_COUNT) { for (int i=0; i<CHANNELS_COUNT; i++) { incomingByte[i] = Serial.read(); // read each byte if (i<12) { //arduino mega consists of 12 PWM analogWrite(Ch[i], 255 - incomingByte[i]); // Write current values to LED pins } else { digitalWrite (Ch[i], incomingByte[i]); // Write the Digital Output to the LED pin. } } } }
  18. I tried my old gpu and it seems to be working now. I guess ill have to RMA the gpu.
  19. Also when it won't turn on, the HDD light still comes on and my usb peripherals/gpu lights up.
  20. Recently, my computer has been randomally black screening at random times. Even more recently, my pc at sometimes wont turn on, but 10 min later it works fine. I have tried stress testing (temps were high but ok) and checking voltages in Aida 64 and they were fine. Mobo: FM2-A75MA-P33 Bios: E7721AMS CPU: A10-6800k Ram: 8GB Vengeance DDR3 1600MHz GPU: R9 Fury Nitro HDD: Seagate Barracuda 1TB PSU: CX650M (the new gray one)
  21. Me and op's shipped so I wonder if we are gonna get the best deal of our lives
×