4,243 Topics

Member Avatar for
Member Avatar for htdspro

I own an HP laptop, model Pavillion g6. The screen is extremely dim, I can really only see the screen and icons when holding a flashlight to the screen. I connected the laptop to an external monitor, works perfectly, so video card should be ok. Checked all display properties, brightness, …

Member Avatar for htdspro
0
294
Member Avatar for snitch321

![photo1](/attachments/small/0/photo1.JPG "align-left") Essentially, a power cut happened to the building, and then a flashing amber light showed up on the back of the server's psu supplies, along with a constant beeping sound. All can be seen from the Picture attached-bearing in mind i logged on to the server and all …

Member Avatar for JorgeM
0
138
Member Avatar for nishad_forums

Motherboard: Gigabyte GA-H67MA-D2H. Processor: intel Core i5 2.8GHz Power supply: Maximum 400Watt. no external graphics card. my pc hangs after 10-15 mins after boot up. after i cut down power i touched the north bridge and it's too hot. i have no experience with hardware, so i dont know what …

Member Avatar for brynFlew
0
242
Member Avatar for browe47

I have an older desktop that I installed Xubuntu on and had it running smooth. The other day I turned on the computer to a screeching noise from the hardware and the monitor would not recognize that the computer was on. I turned the computer off then checked all cables …

Member Avatar for browe47
0
160
Member Avatar for seijidinzuala

Last week my laptop was damaged and went to a aservicing centre..they said that the motherboard's south bus is damaged,though I think that it should be a south bridge not bus..I don't have much knowledge on computer hardwares,so to repair it,should I change the whole motherboard or the south bridge …

Member Avatar for rubberman
0
135
Member Avatar for Kerry W

My mother always said that precious things are often small, and after using this product I couldn’t agree more! Installed, the Power2U USB ![118](/attachments/small/3/118.JPG "align-right") outlet looks just like a normal outlet but don’t let that fool you. This small gem is quite big in its infinite uses; whether its …

0
678
Member Avatar for MastAvalons

I think there are memory leak in my application, perhaps the problem is in a part of code status = myPubSubSubscribe.Receive(fsReceivedTopic, myBufferSubscribe, myHeader, 0); if (status == PS_ENGINE_UNAVAIL) { printf("Unable to connect to the pubsub engine: %s\n", PSPubSub::Status2String(status)); myBufferPublish.FreeBuffer(); myBufferPublish.~PSBuffer(); myPubSubPublish.~PSPubSub(); myBufferSubscribe.~PSBuffer(); myPubSubSubscribe.~PSPubSub(); return; }

Member Avatar for Topiary
1
213
Member Avatar for chrisfernam

Hi guys, i have a toshiba laptop the model is a305-s6858 and i'm wondering if my laptop contains a pci express card and can i use for example a vidock? I just want to add an external graphic card to my laptop in order to be able to play games …

Member Avatar for chrisfernam
0
269
Member Avatar for YancePants100

Hi so my girlfriend's mom has a Dell Dimension B110 and the HDD may be fried, and i want to take my Toshiba mk8034gsk HDD and boot up the desktop to see if i can teel if the Dell HDD is fried or has a virus. I need any help …

Member Avatar for YancePants100
0
242
Member Avatar for nope200

My sisters laptop has had overheating problems so we took the back cover off one night and unscrewed the CPU fan which had I guess the heat sink connected and was covering the proccessor.all I did was turn the proccessor screw thing and took out the proccessor to look at …

Member Avatar for caperjack
0
122
Member Avatar for stickdynasty

I have an Acer Aspire 5552 with 4 gigs of RAM and an AMD Athlon II P340 Dual-Core Processor 2.2 GHz. I was wondering if it is worth the money to upgrade my RAM from two 2 gigabyte sticks to two 4 gigabyte sticks. I don't know if the upgrade …

Member Avatar for JorgeM
0
255
Member Avatar for coroneshotel2

Trying to download from windows windows 8 release preview its saying cpu is not compatible when its a i5 cpu clarkdale 650-- asrock h55m motherboard bios america megatrends socket 1156 lga --family 6- bios p2.20 a lot of people on blogs and windows answers are having same problem i have …

Member Avatar for Ritesh_4
0
170
Member Avatar for optiontips

I need some help finding a motherboard. I can tell you what I 'think' I want and maybe you can tell me what I 'really' want. I have 3 fairly new external eSATA drives. They are 4TB (2x2TB) each with hardware RAID. Each is set to RAID 1 mirrored drives. …

Member Avatar for rubberman
0
85
Member Avatar for Chuckleluck

The title explains it well. I wish to know which variables I need to delete when my program closes. I assume you don't have to use the delete keyword on *every* variable that you initialize. Thanks in advance.

Member Avatar for Chuckleluck
0
217
Member Avatar for otengkwaku

Hi guys i need an urgent help. i have been givien an acer aspirs 5516 laptop to repair but i am facing some problem. The laptop has have water poured on it. but when you boot it the power LED comes on and the fan start to run for some …

Member Avatar for JorgeM
0
229
Member Avatar for VB 2012

Okay i have a Amd athlon X2 64 5200 Im thinking about Upgrading Amd or Intel Which is better Ive already done Research and Most people suggest Amd above Intel Amd is cheap but good ive got myne now for 4 or 5 years if im right Its Kinda Wonderfull …

Member Avatar for JorgeM
0
226
Member Avatar for TKAGriever

The problem I am having is with a new rig I was putting together. When I start the computer it keeps on going on and off without even actually starting. The fans startup and shutdown but I can't even get to bios. Its as if the computer gets just enough …

Member Avatar for Trecker
0
210
Member Avatar for FragFighter

My laptop has been on it's last stretch for the last half a year or so and I've come to the conclusion that it will cost me more to fix than it will to replace. I've been sitting on actually building a new rig for a while now, as you …

Member Avatar for coroneshotel2
0
262
Member Avatar for Island_Boy_77

Hi All I've noticed recently that in some circumstances Windows Explorer is maxing out when I'm trying to access flash drives. Typically, I insert a flash drive, open my shared folder (which has full access for everyone), then try copying the data I want from the PC to the flash …

Member Avatar for Island_Boy_77
0
221
Member Avatar for cretaros

Guys im using the above machine, just bought it from an auction sale, i installed windows 7, bt the is no sound, i researched on the internet and the possible sound drivers is sound Max but it dont work if i update on the internet, nothing is installed what might …

Member Avatar for zxor 2
0
108
Member Avatar for citizen5

Small part of my code: `GetWindowThreadProcessId(hWnd, &dwID);` `hProcess = OpenProcess(PROCESS_ALL_ACCESS, NULL, dwID);` `string value =" [_this] exec \"\\newfolder\\scripts\\start.sqf\"";` `WriteProcessMemory(hProcess, (LPVOID) 0x09BA3F95, (LPVOID) &value, sizeof(&value), NULL);` I am 100 % sure it has to do with my `value` being a `string` but I haven't found anything helpful elsewhere, even though I've …

Member Avatar for citizen5
0
515
Member Avatar for A_WET_FART

i have a compaq presario cq50 c130us,heres my system specs as far asi know intel pentium dual T3200 2.0 GHz 4.0 GB ram intel mobile 4 Graphics controller (registers 1.3gb memory?) windows vista 32bit and 150 gb hdd i am curious if there are any faster cpu's that i can …

Member Avatar for caperjack
0
148
Member Avatar for slacke

Does anybody experience problems with this motherboard: ASUS p8h67-m pro 1xHDD 320G 1xHDD 1000G Both are connected to the SATA6G ports and the disks supports 6G/sec speed. I install win7 on it. The problem is the next: No matter what I do the MS win7 always recognise the 1000G HDD …

Member Avatar for zxor 2
0
312
Member Avatar for imolorhe

I am currently working on a project in VB.net that requires the advanced power settings of the client's system to be set to allow wake up timers for when the system sleeps. Please I have been looking around for the solution. I desperately need it. Thanks in advance.

Member Avatar for Begginnerdev
0
138
Member Avatar for iso111

Hi all, my wife has an HP laptop, HP Pavillion dv 2000. Hope im in the right place? She needs it badly by Wednesday for travel/work. So she was optimizing and trying fix it all up nice and I think she updated it to XP service pack 3. which I …

Member Avatar for JorgeM
0
307
Member Avatar for rahim_fayaz

Hi I am getting this error when running a very similar code like the below. I have memory problem,but i dont know how can solve it. please help. Thanks in advance. /////////////////////////////////////////// ~~~~~~~ERROR~~~~~~~~ terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted /////////////////////////////////////////// ~~~~~~~~Code~~~~~~~~~ int main(){ /** Declare …

Member Avatar for rahim_fayaz
0
141
Member Avatar for Khodz

Hey Guys! So... I left my PC back home when i went off to college and now that I'm back for summer, it seems that it has missed me because it doesn't work anymore. **First Problem:** When I tried to switch it on, it would start to boot (I'd see …

Member Avatar for JorgeM
0
203
Member Avatar for vinodvinu

Hi, I am going to upgrade my pc. Plz help me to find a better processor +motherboard in the limit of 7000 indian rupees -vinod

Member Avatar for JorgeM
0
77
Member Avatar for becool007

So i bought a new 22" LCD - LED backlit - monitor for my new buiild, and i'm facing a horrible case of buyer's remorse... So the problem with this monitor is that: 1) Not much information on it on the web - makes me suspicious 2) Not a very …

Member Avatar for rubberman
0
358
Member Avatar for sah

For some days I have been trying to optimize an image processing program (cropping, rotate, changing brightness and undo) written in c# 4.0. Getting suggestions from google I have optimized the code in many ways. At first some disposable objects hadn’t been disposed that’s why exception was shown. But I …

Member Avatar for sah
0
1K
Member Avatar for iamsmooth

I've never encountered anything like this and have no idea where to begin to troubleshoot. What happens is when I turn on the computer, it will show the motherboard (gigabyte) splash screen, then cut to black and monitor says it's going to sleep... meaning the display signal got cut right …

Member Avatar for flagstar
0
263
Member Avatar for Michael_SB

Hi, I'm getting BSOD extremely frequently over the last 24 hours. The blue screen says: Kernal Data Inpage Error, and 0x0000007a. but goes by too fast for me to copy down any other code. It also recommended stopping "Cache Shadowing" in the BIOS, but I could not find this option …

Member Avatar for Michael_SB
0
426
Member Avatar for ravenous

At work we have a large number of unit tests that try to alert us that we have made changes that have broken our code. Many of these tests work by evaluating functions under known conditions and comparing the result with the known result. The known result is acquired by …

Member Avatar for santakdalai90
0
308
Member Avatar for Z33shan

hello :) i'm looking for an algo to find out all possible combinations of a 2d array entries, wich are (Tasks x Processors). i.e, i have to find out all possible schedules to schedule tasks against processors. numbers of tasks and processors are variable. Suppose : ............P1.......P2.......P3 .................................... T1........3 ........6..........4 …

Member Avatar for raptr_dflo
0
298
Member Avatar for mahdiyazdani

Hi every body, I have a dell laptop inspiron N4030 with these information : Intel core i3 M380 2.5GHZ Originally in my pc manufacture put a 2 GB ram , yesterday i bought 4GB ram and hooked it in my laptop so now my pc detect 6GB ram in system …

Member Avatar for Chaky
0
193
Member Avatar for SleepAlready

I have a bucket of sand. Is that enough? I need someone to tell me how to, chemically, extract sillicon from the sand to begin spinning it. I am making a 128-bit processor for my upcoming 128-bit OS. Can you help me with some steps? Am not too good with …

Member Avatar for Agilemind
0
249
Member Avatar for janet@123

I am trying to use the glib HashTable implementation for my code and facing some issues in memory allocations. The code I've written is: GHashTable *g_hash_table; g_hash_table = g_hash_table_new (g_direct_hash, g_direct_equal); gint *port, *src_value, *value; guint32 *dst_key, *key; . . . while(1) { key = g_malloc (sizeof *key); dst_key = …

0
133
Member Avatar for Midgard

Hi- I have a script that grabs a lot of information for a page that has a 'Research Mode.' Basically, it grabs a bunch of data, then uses JS to show or hide info based on user criteria. It used to work fine, but we've been adding more info -- …

Member Avatar for Biiim
0
189
Member Avatar for skkhan
Member Avatar for bdraj
0
277
Member Avatar for glut

How can I read memory from a selected process? I'm using the [ReadProcessMemory](http://msdn.microsoft.com/en-us/library/windows/desktop/ms680553%28v=vs.85%29.aspx) function and I don't understand the 2nd parameter (lpBaseAddress). Could anyone help me with this, or tell me another way to read memory from a process? This is my function for reading memory, which I pulled off …

Member Avatar for glut
0
904
Member Avatar for aiamuzz

Hi, Objective : To successfully remove the memory chips from a RAM stick and reduce its capacity. (Ultimately be able to scale down a 2GB memory stick to a 1.5GB memory stick) - A 200 pin SODIMM DDR2 SDRAM !!! I would like help from RAM experts on this forum …

Member Avatar for tcp787
0
661
Member Avatar for chound

Hi, I changed my video card day before yesterday from ATI 4650 to 6670, and then I had problems while switching on my computer for a few times, then it got sorted. Today, windows informs me that my computer is running slow, so it wanted to switch of aero interface. …

Member Avatar for chound
0
443
Member Avatar for Labdabeta

I am working on a game making (or really just general program making, but my question applies to games) DLL for opengl. It is almost done but the collision detection is a little bit slow since it has to calculate bounding boxes for each object repeatedly. I was thinking of …

Member Avatar for Labdabeta
0
170
Member Avatar for Satchmo05

Hi all, For starters,i have looked at other forum posts on this site and used the recommendations there for this problem I have and no solution had seemed to help. I have a dell xps m1530 laptop, about 2.5 years old. It has handled very rigorous situations, like intense gaming, …

Member Avatar for Lasertrip
0
424
Member Avatar for niyasc

Following is the one of code written by me for shared memory. Problem is that program donot come outside from marked loop and read numbers infinitely. "common.h" [CODE] struct common { int a[10],b[10],c[10],flag; }; [/CODE] p1.c [CODE] #include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<sys/shm.h> #include"common.h" int main() { int running=1; void *shm=(void *)0; …

Member Avatar for niyasc
0
211
Member Avatar for AJH

Hello, I've download a manual here (ms-6701) butt it doesn't explain the post error beeps. A friend of mine asked me to check her pc, when i startup the pc it gives me a post error beep (one long beep, small pause and one long beep, etcetc...). So i searched …

Member Avatar for benmar
0
132
Member Avatar for qazqaz

hey! im looking for a microstar international MS-6701 mainboard manual, chipset is a SiS 648 if that helps! ive looked high and low on the internet with no luck but im hoping someone has this manual! thanks in advance (i posted this in the right area.. right?!)

Member Avatar for rubberman
0
302
Member Avatar for freedomflyer

I am running into (pretty serious) valgrind issues as I run my application. As far as I can tell, my BST has some memory loss, to put it rather clinically. I've tried to create the right destructor on my BST<T> class, which contains BSTNode<T> nodes (both are shown below in …

Member Avatar for mike_2000_17
0
595
Member Avatar for nishad_forums

Hi, The motherboard fan is making too much noise after the pc is turned off for more than a hour....the noise stops after pc is used for 20-25 minutes. I have checked the temp and fan speed, when making noise the temp is : 25 and fan speed is 1320 …

Member Avatar for jcontreras
0
243
Member Avatar for Scott Davis

Sorry if this is going to be a bit long winded but I'll start from the start of this problem. I recently brought two 1 gig ram sticks and put them in my pc, and I know this was a stupid thing to do and I don't know why I …

Member Avatar for benmar
0
263

The End.