Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K

33 Posted Topics

Member Avatar for tdc0001

A hard drive doesn't have a password to use it to my knowledge, it is probaly a CMOS password that keeps you form starting up, but to cure that you can either a.) remove the cmos battery for a couple of minutes to reset the CMOS out or b.) there …

Member Avatar for rahimhd
0
1K
Member Avatar for dakungfumasta

That doesn't sound right to me, I think those temp monitoring systems, will lose their memory when you turn you computer off, but I may be wrong about that.

Member Avatar for avi4ya
0
322
Member Avatar for rising-damp

I had a problem with one of my HD, with what you were saying it was make a series of clicking sounds, well I jsut replace the HD and it worked fine after that.

Member Avatar for reigningscorpio
0
154
Member Avatar for Morimoto

I would say do the same thing, just remove all the extra things, the only thing you need to start with is the MB, CPU, 1 stick on memory. And start testing from there?

Member Avatar for jake patnode
0
150
Member Avatar for Lurch

Well I have capture device, and a DVD burner, I can all of this for a price.

Member Avatar for mairambija
0
364
Member Avatar for stupidfly

Yes, there are those boxes, they are so easy to find, you can find out at wal-mart, but check ebay you could probaly one there for cheap.

Member Avatar for Coconut Monkey
0
160
Member Avatar for Beavit

Most laptops have polarity protection, you probaly just blew a fuse, and that can jsut be replaced. But I am nto exactly sure on where the fuse would be located at.

Member Avatar for jwenting
0
3K
Member Avatar for cdt1983
Member Avatar for philpotrebel

That would save on your heating bill if it heats up your room. But seriously if it does that, then the PC is running too hot you need to get an antec fan, and a bigger heatsink.

Member Avatar for dandimmitt
0
270
Member Avatar for Nemesis

If it was clicking problem then you need to backup what you need ASAP, I had a problem with one Hd I was working on, and I think the stepping motor in went bad, I can't remember, but you need to replace the drive, because it may not last much …

Member Avatar for Real-tiner
0
132
Member Avatar for Palmtrees

If it is showing two cd drives, that is probaly a problem, because I don't think it is possible to have 2 CD drives in a laptop. But I may be wrong. Does it have 2 drives or jsut 1.

Member Avatar for Real-tiner
0
158
Member Avatar for bluedos82

It sounds like a key is stuck down or, I had a problem one time where the Keyboard on a AT MB, was not plugged in all the way, and it make continous beeps in sync with the memory count.

Member Avatar for jifiii
0
120
Member Avatar for Shaukat

TO tell you the truth all of those fans are more than enough, then only good thing I could see about putting another fan on top is. Since hot air rises, it was exhaust it through the top.

Member Avatar for ian_tec234
0
109
Member Avatar for Fly Swatter
Member Avatar for Sphyenx
0
309
Member Avatar for alc6379

I think they are backwards compatible, but do not hold me to that. But if you put a 32-bit card into a 64-bit slot, it will only have a 32-bit Bus.

Member Avatar for alc6379
0
652
Member Avatar for jifiii

I am trying to access my files on my home computer from my computer whihc uses dial-up, both of the system's have WIndows XP Home on them. I have a DSL connection, so I am always connected, is there a way I can make a network connection once I dial-up …

Member Avatar for jifiii
0
112
Member Avatar for jifiii

Hello, I am trying to write a tee filter in C language, almost like the UNIX utility. But I have no idea where to begin can anybody give me a direction I should start in.

Member Avatar for alc6379
0
119
Member Avatar for Friar Meldon

You might be able to pull off a dual PS electrically, but cosmetically it wouldn't look too good.

Member Avatar for rdzlyz
0
145
Member Avatar for rcrevolution

Well it will have some effect with the bigger HD, since it has to search through my sectors on the platter, but you will see very little difference in performace.

Member Avatar for Dani
0
95
Member Avatar for jifiii

Ok, for a lab I have to write the UNIX more filter in C, but I have got everything done execpt one thing. I only hvae it to where it can read 20 lines at a time. But what I want to do is if argv[1] == -Pxx where xx …

Member Avatar for nvanevski
0
182
Member Avatar for jayder

Yes I would do the same thing, the DVD burner will also burn regular CD's and also play DVD's, so I would get rid of one of the other two optical drives. OR there is a second option, you can buy one of those enclosures boxes that lets you turn …

Member Avatar for rcrevolution
0
121
Member Avatar for jifiii

Does anybody have a source code for the MORE filter used on Linux, because I am curious as to how it works.

Member Avatar for jwenting
0
109
Member Avatar for jifiii

I am trying to make a command line calculator, and I made up a partial code for it, just for adding numbers, I am jsut taking it one step at a time. But I am suppose a number then a space then the math function then a space then the …

Member Avatar for Dave Sinkula
0
126
Member Avatar for f575gtc

If the bios only supports a 137GB HD, then what you can do is partition the HD with one partition as 137GB and the other partition as a 23GB partition. Only do this if your BIOS only supports up to 137GB, otherwise just use one partition.

Member Avatar for frrossk
0
185
Member Avatar for Danniboy
Member Avatar for philpotrebel

Well you think the companies who make the decent liquid cooling system, test these product very heavily, and the chances of something messing up is very low.

Member Avatar for NiTeHaWk4787
0
264
Member Avatar for jifiii

I got a question one of my friends asked me to make a program that you type in the number 1-27 on the command line, and get the corresponding letter for it. Like if you enter 1 as the arguement you would get an A as an output, and if …

Member Avatar for harshchandra
0
111
Member Avatar for tanksareus
Member Avatar for jc234
0
250
Member Avatar for NiTeHaWk4787
Member Avatar for NiTeHaWk4787
0
139
Member Avatar for hopeolicious

ok, here is an hint, look on the ASCII table for vowels, if that doesn't reply back and I will tell u more.

Member Avatar for Chainsaw
-1
122
Member Avatar for jifiii

Here is my code I am trying to figure out what is wrong with it, can anybody help me. [code] #include <stdio.h> #include <stdlib.h> #include <string.h> int GetBuffer(char* buffer[]); int ParseArgs(int argc, char* argv[], int* canonical); main(int argc, char* argv[]) { int canonical=0; //If it is true, print the ascii …

Member Avatar for Narue
0
130
Member Avatar for neptoess

Make sure that you have the monitor cable fully pushed in, because I have seen a monitor do all kinds of things when the cable is not in properly.

Member Avatar for Catweazle
0
101
Member Avatar for jifiii

Hello, I am in a C+ programming class at my college where I am at, and for one fo my labs I have to create a program similar to hexdump of linux, I can do everything it asks me to do, but I can't figure out how to do the …

Member Avatar for Narue
0
190

The End.