Changing the frequency of that beeping sound


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Changing the frequency of that beeping sound
# 1  
Old 05-10-2002
Question Changing the frequency of that beeping sound

I was wondering how to change the frequency of the beeping sound to a more lower, 'darker' sound. The one I have now just drives me nuts.

I'm using Slackware 8.0 (Linux 2.4.5)

/JP
# 2  
Old 05-11-2002
Which beep?
What are you doing to cause it?
# 3  
Old 05-11-2002
The beep that comes from the computer itself and not from the speakers Smilie

For example when you press the down arrow while you're at the
prompt (if you haven't pressed the up-arrow) you'll hear it, there are a zillion more examples but I'm pretty sure you know what I mean ?
# 4  
Old 05-12-2002
Well, I didn't think this was possible before unless you modified your kernel and recompiled the whole thing (I think I read it's in console.c), but I found this page:
http://www.linux.org/docs/ldp/howto/...al-Bell-4.html
It's for an a seperate application, but opens up by saying that it's unneccesary if you have a kernel greater than or equal to 1.3.43, which you do.

I tried this on a Slackware 7.1.0 with kernel 2.2.16 (the default for this release) box:
Code:
echo -n "\\33[10;600]\\33[11;50]"

It echo's a blank line with no sound, but after that if you perform an action that would normally beep, the new altered sound appears instead. Cool trick really.
Try playing with it to see what you like, then add it to your .bash_profile to have it automatically switch every time you log in.

I believe it only work on the console, though...

Have fun!
# 5  
Old 05-13-2002
thanks a million ! Works great Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

frequency count using shell

Hello everyone, please consider the following lines of a matrix 59 32 59 32 59 32 59 32 59 32 59 32 59 32 60 32 60 33 60 33 60 33 60 33 60 33 60 33 60 33 60 33 60 33 (7 Replies)
Discussion started by: xshang
7 Replies

2. Shell Programming and Scripting

find frequency

Hi, I have a file with more than 1 million records.. Each row has a distance number.. I want to know how many times is each number occurring from min to max number.. 2 5 120 208 7 28 45 6 33 120 7 208 so onn.. output 0-0 (4 Replies)
Discussion started by: Diya123
4 Replies

3. Emergency UNIX and Linux Support

Different OS Kernel Update Frequency

Hi guys I'm trying to configure a collaboration suit (PHP, PostgreSQL, Apache) plus a mail server(Sendmail and Dovecot) on a single box. It will be used heavily 24*7. So having a long up time is really needed. I'm looking for 3 to 6 month up time. I want to know about kernel update... (6 Replies)
Discussion started by: majid.merkava
6 Replies

4. Shell Programming and Scripting

Bash - Same frequency

Hi, Could anyone help me with the following question, if I have two colums (names and frequency) as follows in a file called name.txt Michael 1 Jones 1 Ben 2 Rebeca 4 David 1 and I want to use bash script called freqnames.sh that takes one argument (name) and the output should be... (3 Replies)
Discussion started by: jboy
3 Replies

5. UNIX for Dummies Questions & Answers

Frequency of a range of numbers

Hello, I have a column where there are values from 1 to 150. I want to get the frequency of values in the following ranges: 1-5 6-10 11-15 .... .... .... 146-150 How can I do this in a for loop? Thanks, Guss (1 Reply)
Discussion started by: Gussifinknottle
1 Replies

6. Shell Programming and Scripting

Calculating cumulative frequency

Hi, I have a file containing the frequency's of an element sorted in ascending order. The file looks something like this: #Element Frequency 1 1 2 1 3 1 4 1 5 1 6 ... (5 Replies)
Discussion started by: sajal.bhatia
5 Replies

7. Solaris

out of frequency

:cool: after installing solaris 10 5/08/09 directory the computer rebooting then the massage "out of frequency" appear.i want a solution first second my main board is GA-MA780G UD3H (14 Replies)
Discussion started by: medo2008
14 Replies

8. Shell Programming and Scripting

Changing userID and Changing group and GID

Hello, I want to write a ksh script about changing UID and changing group with GID. There are multiple servers i want to perform that job. linux1 linux2 linux3 linux4 linux5 ...... . . . . . 1.) How can i enter "password" in script rather asking me? I was trying this... ssh... (2 Replies)
Discussion started by: deal732
2 Replies

9. Solaris

Monitor shows out of frequency

:confused: :( I had a Intel P4 2.6 HT pc with 256DDRAM. I installed solaris 10 with most of the default configuration by the system...now when i boot the system with solaris 10, after the boot screen is past and desktop login screen is about to appears the monitor goes down and displays "OUT OF... (0 Replies)
Discussion started by: sunilpatwal
0 Replies

10. HP-UX

Frequency of CPU's on HP-UX server

Does anyone know if there is a command in hp-ux to find out the frequencies of the cpus on the server. I know in sun the command is /usr/sbin/psrinfo -v (on Sun)??Thanks (3 Replies)
Discussion started by: lnineill
3 Replies
Login or Register to Ask a Question