4,228 Topics
| |
Hi. My Gateway notebook- mt6452 - will not power on. I recently updated it to Windows 7. Within a few days, I tried to turn it on and the power button was outlined in blue as if it was turning on, in a few minutes it blinked once. This went … | |
Today i woke up and my computer wouldn't turn on. I did have this problem a few days before this but after a few mins it turned on. At the time i thought there was a slot not working on the power strip. I re pluged it in somewhere else … | |
I was working on computer and a blue screen appeared which lasted for a long time so i just turned off the computer. And now things connected from back of the CPU like Monitor, Keyboard and mouse are not working or not getting any input from CPU. What is the … | |
I was looking to purchase a new PC, but i figured i would just try to upgrade my current one (DIY Project). Looking through my system information to see which hardware was good enough to keep and saw: Processor: 2x Intel(R) Pentium(R) D CPU 2.80GHz How would you calculate your … | |
Hi, I seem to be having a problem with my code below, which I would like to be able to use to return 2 values from the result of a quadratic equation operation. The eReturn function takes care of negative square root values. I'm not getting any errors back, just … | |
Hi all, I am vinodh, my system configurations are as follows. Intel D845GVSR chipset Pentium 4 prcessor with 2.4G.Hz speed 2 rams i.e 1gb ddr and 256mb ddr. total is 1.25 gb one samsung cd writer and Lg DVD writer. 160gb seegate and 40gb samsung harddisks In the above given … | |
My friends hp pavillion dv9930 just died, consequence of the whole hp naughty doings with their pavillion series. He wants me to get a new mobo instead of buying a new computer. I'm confused regarding the part because I find stuff like this on ebay and other websites: "Replacement motherboard … | |
Two incidents: Last night, I had my HP Pavilion dv9620us notebook PC running, and was using both Microsoft Word (with a few windows open) and Internet Explorer. (I'm running Windows Vista.) I went away for a little while, and when I came back, the screen was dark, as it should … | |
Hi I have trouble with implementing a dynamic two dimensional pointer array on allocating memory for it. I tried it this way but not sure if it's correct. The array should contain pointers to heap allocated **Integer** objects const int size = 10; Integer *** twoD; twoD = new Integer**(); … | |
my pc is turning on bt the monitor is blank, th funs in the CPU are working.. When i turn it on it starts beeping rapidly after 3second. Am nt a compute genious so i hv no idea wat going on. Do u thnk my motherboard is dead? | |
I am making a project using hashtables. I have to use a linked list to handle duplicate hashcodes. The Objects that I am turning into hash tables are State objects with just a String name. I have debugged and tested my entire project and cannot figure out why it is … | |
I'm probably doing this wrong, because there has to be a way to do this. Here is my current code: import javax.sound.sampled.*; public class soundHandler{ soundHandler() { } public void newSound(String sound) { new soundThread(sound).start(); } } class soundThread extends Thread { String soundName; Clip clip = null; soundThread(String i_soundName) … | |
Have the UEFI Option in the boot menu of the ASUS K42F notebook. Regrettably, boot to USB is not an apparent option. Have emailed Asus support and the reply demonstrated no knowledge of the feature. There is an option that allows the entry of "command line" entries. The setup utiliities … | |
Hi everyone, Does anybody know how to reset the CMOS chip on a Sony Vaio VGN-T1XP? I've tried to download the user manual from Sony's website but I can't do it on a works PC and my Vaio was my only other web access, and I'm not even certain it … | |
Pros: HARDCORE COVERAGE! Easy installation Lots of options dual band USB sharing 4 guest networks per band fast nice setup menus that look good and easy to navigate lots of security support connections are solid Cons: only thing is lack of print server, other than that it's perfect. Other Thoughts: … | |
I recently started my computer and noticed that it wasn't recognizing a stick of RAM, so I took it apart, and took out a stick of RAM in an attempt to find out which one wasn't working. When I turned it back on I got this screen about the Memory … | |
motherboard -mic left in -ground -mic right in -gpio -right line in -jack sense -key -left line in -jack sense front audio connectors -mic in -mic bias -r out -l out -gnd -r in -l in please help me match up the pins to the connectors. thank you, ajr2012 | |
hi all, I have an old dell 1200 that doesn't seem to be wworking properly. I had a look inside but my knowledge of hardware is basic, so at glance everything seems ok down there. I am not sure whether the problem is with the motherboard or whatever. Basically at … | |
Simple question, I'm looking to see whether I should get an intel or amd processor for my system. I need high work load capability, some gaming, virtualization, gonna have 16gb ram, and multi-display setup. I'm wondering it its worth buying and AMD FX over and i7, especially since its cheaper? … | |
I have a new Dell Inspiron 660, with an intel core i3 3.4 GHz Sandy Bridge processor. Is there a way that I can overclock this CPU to around 3.6-3.7 GHz? I know that overclocking capabilities are not that great for this processor, but I am trying to get a … | |
Would you say its time to increase the RAM on this lil machine or is it okay? Could you please explain this output? free -m -s 5 total used free shared buffers cached Mem: 496 439 57 0 20 250 -/+ buffers/cache: 167 328 Swap: 511 5 506 Thanks, M | |
Hi, I came across this amazing new project that "Parallela" super computer for 99$ by adapteva. Imagine that you can get a 45 Ghz computer for just 99$. This will revolutionze super computer at home for a hobbyist, the geek programmer and even massivley effect college education and research. It … | |
Have an SATA adaptor to allow an SATA drive to be used in a machine intended for an IDE drive. There is a power connector that is connected to a counterpart power connector from the system board. I need a power cable to go directly to the SATA drive. Images … | |
Hey guys, I just bought a new setup: Intel i7 3770K Gigabyte GA-Z77X-UD3H MSI GTX 660 TFZ 8GB corsair vengeance I've connected them all correctly... there mobo has a panel for debugging, and it says: "97" which means:"Console Output devices connect (ex. Monitor is lighted)" i tried to remove the … | |
I have an acer aspire 5710 laptop that ive had for nearly 5 years now. Yesterday though, i tried turning it on and the fan suddenly stopped working after a few seconds. The laptop itself dies two to three seconds later after the fan stopped. I tried turning it on … | |
I want to create a word processor. It seems like a useful project because I have strong feelings about how modern big word processors like MS Word and Open Office don't do things right, so my solution is to make one with more modest features but with the huge advantage … | |
Well this seems the best place to start... I have a Gateway GT5622 Desk top computer My problem started about a month ago, my fan that is seated on the heatsink and the motherboard started to be very loud, i thought that it was getting hot so we cleaned the … | |
Hi can you only tell how can i implement the below part. i created a class for TM(implementing :IComponent interface ) and another class called Process(implementing :IContainer interface) and created P1 and P2 are instances of Process class. and A B A' B' as instances of TM. is this correct? … | |
I have a dell XPS desktop windows vista, its a few years old. My problem is when i power up the computer, nothing comes up on either of my screens. The fans keep running and there is a loud continous beeping coming from the nvidia graphics card i think. It … | |
Recently I had a new motherboard installed to replace my old one that overheated. The new motherboard is a MSI H55M-E23 that has an Intel core i5 650 chipset installed. After getting all the drivers to work, I then installed my old XFX Geforce 9500 gt (512mb gddr3) in the … |
The End.