|
Hi there
I have a computer with a GF7050V-se mainboard but i get some beeps. There are 2 short beeps and 8-9-10 long beeps. Does anyone know what those beeps means?
Started by doug on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Boot Block Beep Codes
Nbr of Beeps / Description
1 layout does not match....
After googling on: "award bios beep codes" it comes out as some kind of memory problem (RAM).
If I googled it right, your should be AWARD bios .
|
|
I have a BFG 680i mobo with a core 2 quad q6600 cpu. Working fine for over a year, now when i boot it it gives me a long beep and two short beeps. This occurs at led code 26, indicating a clock issue? The manual has no beep code detail.
Does anyone have...
Started by tsilb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
OK, this mobo has been eating video....
At least, that's been my experience.
I don't, but, as one who has exercised BFG's lifetime warranty, I'd say "call 'em." You'll get a live human, located in the US, that actually knows what they're talking about .
|
|
We have an Acer Aspire One laptop that just got a drink spilled completely all over it.
We got it vacuumed out mostly with a wet/dry shopvac. Now when booted up, I see the first BIOS screen (and can get into the BIOS), but all I get is a repeating series...
Started by colemanm on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
However, when trying to interpret it, consider and after pondering... .
I'm not sure if that is the whole beep code or if you cut in middle way.
Try to see if you can get the beep code from Computer POST / beep codes .
|
Ask your Facebook Friends
|
I have an IBM Thinkpad T20, circa 2000, that a few months ago stopped booting, and instead beeps four times in quick succession and then turns off. I looked at the IBM documentation which suggests a faulty motherboard.
However, I'm wondering if it is ...
Started by Phillip Ngan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I would ....
It'll just cause an extra error during POST.
Now, it is a couple years older than your T20, and I'm willing to be wrong, but I don't think the CMOS battery will prevent a boot .
When my ThinkPad 600e had a CMOS battery issue, it still booted .
|
|
Hi All,
Question: does the motherboard use the CPU to generate beep codes?
Many thanks,
-T
Answer Snippets (Read the full thread at pcbanter):
Yousuf Khan
Is ....
So likely the beep codes are programmed
into the chipset instead.
Yousuf Khan In message to generate a beep code.
So likely the beep codes are programmed
into the chipset instead.
code.
|
|
Whenever trigger a messagebox used in my C# program I get a very annoying beep from my computer. How do I disable this beep using C# code.
The code I am using is very simple.
MessageBox.show("text");
Started by JK on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Open your command prompt, type:
net stop beep
I did a quick google and found 4 other ways:
local machine: sc stop beep && sc config beep start= disabled remote machine: sc \remoteMachine....
This is going to sound weird until you have tried it .
|
|
I am experimenting with Beep function on Windows:
#include <windows.h> ... Beep(frequency, duration);
The computer then beeps with some frequency for some duration. How would I do this on a Linux computer?
Edit: It IS important to output different...
Started by supermedo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out the source code for beep available with Ubuntu (and probably other distros) or have a look at http://www.johnath.com/beep/beep.c for another source (it's the same....
That trick from what I read with a quick google search .
|
|
How can you make Irssi system-beep without PC speakers?
I know this post . I have now also my PC speakers connected to my computer in the case that the sound starts to work with them. However, this should not be necessary, since I should get the same ...
Started by Masi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Is system beep disabled on your system? From a terminal, type beep and see if you get a beep.
|
|
Hi
is it posible to make beep in WinCE ?
i try and i get an error
Started by Gold on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The best way to get a beep sound is to PInvoke("CoreDll.dll")] public....
() { MessageBeep(-1); // Default beep code is -1 }
This blog post has an excellent more thorough example: http are not available in the CF version of the framework.
|
|
I want to my web page to beep whenever a user exceeds the maximum character limit of my textarea.
Started by Slim on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
<" enablejavascript="true">
You would then call it from JavaScript code as such:
PlaySound("sound1");
This should do exactly what you....
Here is an example from this page (cleaned up slightly) .
In the HTML, and then play that via code.
|