LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-28-2015, 06:01 AM   #1
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Rep: Reputation: 11
Post System Beep suddenly.


Hello.
When I use my Debian system, It beep suddenly. Is it a Hardware problem?
Beep sound is like BIOS Beep.

Thanks.
 
Old 03-28-2015, 06:11 AM   #2
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
What were you doing when it beeped?

It's almost certainly not a problem.

You can stop it happening using:
Code:
# rmmod pcspkr
# echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf
https://wiki.archlinux.org/index.php...C_speaker_beep
 
Old 03-28-2015, 06:48 AM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just disabling the beep without not knowing the cause is not something I would recommend. For example, many mainboards have a temperature warning implemented which causes the system to beep when a certain temperature threshold is reached. Though it also can be something as trivial as having an audible bell activated in your terminal emulator of choice.

So, the first thing to do should be to determine under which circumstances this beep occurs.
 
1 members found this post helpful.
Old 03-28-2015, 02:35 PM   #4
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Not specific circumstances. It Beep Suddenly and "sensors" command show me :

Adapter: ACPI interface
Vcore Voltage: +1.16 V (min = +0.80 V, max = +1.60 V)
SB Vcore Voltage: +1.07 V (min = +0.90 V, max = +1.29 V)
SB(SATA and PCIE) Voltage: +1.52 V (min = +1.22 V, max = +1.82 V)
FSB Termination Voltage: +1.21 V (min = +1.00 V, max = +1.48 V)
DDRII Voltage: +2.11 V (min = +1.26 V, max = +2.34 V)
DDRII Termination Voltage: +1.06 V (min = +0.58 V, max = +1.34 V)
NB Vcore Voltage: +1.30 V (min = +1.04 V, max = +1.56 V)
+3.3 Voltage: +3.26 V (min = +2.97 V, max = +3.63 V)
+5 Voltage: +4.99 V (min = +4.50 V, max = +5.50 V)
+12 Voltage: +12.36 V (min = +10.20 V, max = +13.80 V)
OPTFAN1 FAN Speed: 0 RPM (min = 800 RPM, max = 7200 RPM)
OPTFAN2 FAN Speed: 0 RPM (min = 800 RPM, max = 7200 RPM)
OPTFAN3 FAN Speed: 0 RPM (min = 800 RPM, max = 7200 RPM)
PWRFAN FAN Speed: 0 RPM (min = 800 RPM, max = 7200 RPM)
CPU FAN Speed: 1214 RPM (min = 600 RPM, max = 7200 RPM)
CHASSIS1 FAN Speed: 0 RPM (min = 800 RPM, max = 7200 RPM)
CHASSIS2 FAN Speed: 4090 RPM (min = 800 RPM, max = 7200 RPM)
CHASSIS3 FAN Speed: 0 RPM (min = 800 RPM, max = 7200 RPM)
CPU Temperature: +39.0C (high = +60.0C, crit = +95.0C)
MB Temperature: +32.0C (high = +45.0C, crit = +95.0C)
TMP 1 Temperature: +0.0C (high = +10.0C, crit = +95.0C)
TMP 2 Temperature: +0.0C (high = +10.0C, crit = +95.0C)
TMP 3 Temperature: +0.0C (high = +10.0C, crit = +95.0C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0: +38.0C (high = +78.0C, crit = +100.0C)
Core 1: +39.0C (high = +78.0C, crit = +100.0C)
 
Old 03-28-2015, 02:40 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Nothing in there looks suspicious, so it seems safe to say that temperatures are not the culprit here. How does the beep sound, is it a continuous beep, does it repeat in intervals, ... ?
 
Old 03-29-2015, 12:34 AM   #6
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
You need to find who manufactured your MB. What model MB it is. Look up that model in the documentation of the MB manufacturer. They should tell you what all the beeps are for.

Each maker uses slightly different beep codes.

This is an example of why you should give hardware information with help posts.
 
Old 03-29-2015, 09:59 AM   #7
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by TobiSGD View Post
Nothing in there looks suspicious, so it seems safe to say that temperatures are not the culprit here. How does the beep sound, is it a continuous beep, does it repeat in intervals, ... ?
No, No repeat and just beep sometimes. For example, When I Turn-on my system and work with it, after 1 or 2 hours system Beeped and sometimes it is after 30 minutes. Not have any specific time.

---------- Post added 03-29-15 at 10:00 AM ----------

Quote:
Originally Posted by widget View Post
You need to find who manufactured your MB. What model MB it is. Look up that model in the documentation of the MB manufacturer. They should tell you what all the beeps are for.

Each maker uses slightly different beep codes.

This is an example of why you should give hardware information with help posts.
My Motherboard is Asus Commando.
 
Old 03-29-2015, 11:29 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
We just lack information to help you for now, please monitor this more and try to find out if there are any circumstances that can provoke the beeps.
 
Old 03-29-2015, 04:16 PM   #9
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
http://asus.manualnguide.com/manual-asus-commando

Try page 65.

With out an actual model number this is all I can find.

We have no access to your box. The only information we can work with is from you. We have none that is usable.

Your system beeps. That is nice.

What actual hardware are you using?

What sort of beep(s)?

There may be a forum with users that are mind readers and can scrie your computer. Afraid any such users here have missed your thread. Sorry.
 
Old 03-29-2015, 05:10 PM   #10
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Please make an effort

Quote:
We have no access to your box. The only information we can work with is from you. We have none that is usable.
@hack3rcon: it seems you are bent on continuing the same way as you did using your previous handle.

Please note I already told you that you must include pertinent technical information like:
- a concise description of the problem,
- OS and release version information if necessary,
- any steps or commands that lead up to the problem,
- any steps or commands used to diagnose things and their output if any,
- and you will answer any technical questions completely and immediately.

English isn't your first language but still you will have to put in way more effort before posting.
Note there's at least 3 threads of yours that you should take care of right now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
System Beep x360539 Solaris / OpenSolaris 3 11-24-2011 03:56 PM
Flash Videos beep-beep-beep Audio Quantumstate Linux - Desktop 1 07-24-2011 08:57 AM
System Beep eschrock Mandriva 1 03-11-2010 04:51 PM
Getting a system BEEP!!! ginda Fedora 4 11-23-2006 11:31 AM
route system bell (system beep) through ALSA... mr.v. Linux - Software 1 07-03-2006 07:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration