Re: make OpenBSD beep at start

2010-01-26 Thread Jean-Francois
does this thing have an azalia(4)? because with at least some, the beep volume and mute is controlled through the mixer. it should be unmuted by default, but the volume could be low. but then this also depends on the codec ... I didn't see a dmesg in this thread. if you do have an

Re: make OpenBSD beep at start

2010-01-26 Thread Aaron Mason
On Wed, Jan 27, 2010 at 9:02 AM, Jean-Francois jfsimon1...@gmail.com wrote: does this thing have an azalia(4)? because with at least some, the beep volume and mute is controlled through the mixer. it should be unmuted by default, but the volume could be low. but then this also depends on

Re: make OpenBSD beep at start

2010-01-26 Thread Jacob Meuser
On Wed, Jan 27, 2010 at 11:18:50AM +1100, Aaron Mason wrote: On Wed, Jan 27, 2010 at 9:02 AM, Jean-Francois jfsimon1...@gmail.com wrote: does this thing have an azalia(4)? because with at least some, the beep volume and mute is controlled through the mixer. it should be unmuted by

Re: make OpenBSD beep at start

2010-01-25 Thread Markus Hennecke
jean-francois wrote: Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? man speaker(4), if you are on i386 or amd64. Kind regards, Markus

Re: make OpenBSD beep at start

2010-01-25 Thread ropers
2010/1/25 Markus Hennecke markus-henne...@markus-hennecke.de: jean-francois wrote: Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? man speaker(4), if you are on i386 or amd64. I'm so stupid. Of course it says right on that man page that

Re: make OpenBSD beep at start

2010-01-25 Thread Jean-Francois
Le lundi 25 janvier 2010 18:55:21, vous avez icrit : 2010/1/25 Markus Hennecke markus-henne...@markus-hennecke.de: jean-francois wrote: Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? man speaker(4), if you are on i386 or amd64.

Re: make OpenBSD beep at start

2010-01-25 Thread Julian Leyh
Am 24.01.10 01:32, schrieb jean-francois: Hi list, Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? I started to write a little C program thinking there was a beep() functione, but it seems not Regards. how about midiplay(1)?

Re: make OpenBSD beep at start

2010-01-25 Thread Jacob Meuser
On Mon, Jan 25, 2010 at 09:02:47PM +0100, Jean-Francois wrote: Le lundi 25 janvier 2010 18:55:21, vous avez icrit : 2010/1/25 Markus Hennecke markus-henne...@markus-hennecke.de: jean-francois wrote: Can someone give a hin on how to make the speaker to beep for example with a command or

Re: make OpenBSD beep at start

2010-01-25 Thread ropers
2010/1/25 Julian Leyh jul...@vgai.de: Am 24.01.10 01:32, schrieb jean-francois: Hi list, Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? I started to write a little C program thinking there was a beep() functione, but it seems not

Re: make OpenBSD beep at start

2010-01-24 Thread J.C. Roberts
On Sun, 24 Jan 2010 01:32:14 +0100 jean-francois jfsimon1...@gmail.com wrote: Hi list, Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? I started to write a little C program thinking there was a beep() functione, but it seems not

Re: make OpenBSD beep at start

2010-01-24 Thread Otto Moerbeek
On Sun, Jan 24, 2010 at 12:10:51AM -0800, J.C. Roberts wrote: On Sun, 24 Jan 2010 01:32:14 +0100 jean-francois jfsimon1...@gmail.com wrote: Hi list, Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? I started to write a little

Re: make OpenBSD beep at start

2010-01-24 Thread ropers
Those only work *on the console*, which may not be on the actual OpenBSD box (because the user may be using serial console redirection/ssh/whatever. There may still be uses for a program that produces a PC speaker beep on the machine it runs on. regards, --ropers 2010/1/24 Constantine A.

Re: make OpenBSD beep at start

2010-01-24 Thread Bryan Irvine
echo $'\a' On Sat, Jan 23, 2010 at 4:32 PM, jean-francois jfsimon1...@gmail.com wrote: Hi list, Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? I started to write a little C program thinking there was a beep() functione, but it seems

make OpenBSD beep at start

2010-01-23 Thread jean-francois
Hi list, Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? I started to write a little C program thinking there was a beep() functione, but it seems not Regards.

Re: make OpenBSD beep at start

2010-01-23 Thread joshua stein
Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? echo  (that's control+v, then control+g)

Re: make OpenBSD beep at start

2010-01-23 Thread Constantine A. Murenin
On 23/01/2010, joshua stein j...@openbsd.org wrote: Can someone give a hin on how to make the speaker to beep for example with a command or a C program ? echo (that's control+v, then control+g) or /usr/bin/printf \a or putchar('\a'); C.

Re: OpenBSD beep

2005-12-19 Thread Daniel A. Ramaley
On Sunday 18 December 2005 03:05, you wrote: And my machine is old, it's Celeron 500 on Chaintech CT-6BTA3 with Intel 82440BX chipset, and my motherboard didn't provide any information about cpu/system temp... I'd suggest opening the case and seeing if all cooling fans are running; on older

Re: OpenBSD beep

2005-12-19 Thread dimaz
Daniel A. Ramaley wrote: On Sunday 18 December 2005 03:05, you wrote: And my machine is old, it's Celeron 500 on Chaintech CT-6BTA3 with Intel 82440BX chipset, and my motherboard didn't provide any information about cpu/system temp... I'd suggest opening the case and seeing if all

Re: OpenBSD beep

2005-12-19 Thread Simon Morgan
On 19/12/05, dimaz [EMAIL PROTECTED] wrote: I'll look in case, but I don't think that it's only hardvare, openbsd is impact on this, because in past, when my mini-server were running on linux there were no such beeps... Why do you think Daniel said wear out? Things wear out over time (fans

Re: OpenBSD beep

2005-12-18 Thread dimaz
Johan wrote: Have you checked your PC clock battery?? It could be running low. Johan On 12/17/05, *dimaz* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Brian A. Seklecki wrote: PC speaker beep (something action on the console?) Or possibly hardware alarm?

Re: OpenBSD beep

2005-12-18 Thread Bachman Kharazmi
On 18/12/05, Brian A. Seklecki [EMAIL PROTECTED] wrote: PC speaker beep (something action on the console?) Or possibly hardware alarm? true. therefor check your system/cpu temp in bios, let the system run for a while in bios-mode and check if your cpu temp is increasing without any load. Also

Re: OpenBSD beep

2005-12-18 Thread dimaz
Bachman Kharazmi wrote: On 18/12/05, Brian A. Seklecki [EMAIL PROTECTED] wrote: PC speaker beep (something action on the console?) Or possibly hardware alarm? true. therefor check your system/cpu temp in bios, let the system run for a while in bios-mode and check if your cpu temp is

OpenBSD beep

2005-12-17 Thread dimaz
I've installed OpenBSD on my small server, before on server was linux, and 2-3 times a day my server beeps (3 times)... What does it mean? And how I can control this beeps?

Re: OpenBSD beep

2005-12-17 Thread Jasper Lievisse Adriaanse
On Sat, 17 Dec 2005 17:12:58 +0300 dimaz [EMAIL PROTECTED] wrote: I've installed OpenBSD on my small server, before on server was linux, and 2-3 times a day my server beeps (3 times)... What does it mean? And how I can control this beeps? Have you checked your logs for anything out of the

Re: OpenBSD beep

2005-12-17 Thread dimaz
Jasper Lievisse Adriaanse wrote: On Sat, 17 Dec 2005 17:21:39 +0300 dimaz [EMAIL PROTECTED] wrote: Jasper Lievisse Adriaanse wrote: On Sat, 17 Dec 2005 17:12:58 +0300 dimaz [EMAIL PROTECTED] wrote: I've installed OpenBSD on my small server, before on server was linux, and

Re: OpenBSD beep

2005-12-17 Thread Brian A. Seklecki
PC speaker beep (something action on the console?) Or possibly hardware alarm? ~BAS On Sat, 2005-12-17 at 09:12, dimaz wrote: I've installed OpenBSD on my small server, before on server was linux, and 2-3 times a day my server beeps (3 times)... What does it mean? And how I can control this

Re: OpenBSD beep

2005-12-17 Thread dimaz
Brian A. Seklecki wrote: PC speaker beep (something action on the console?) Or possibly hardware alarm? ~BAS On Sat, 2005-12-17 at 09:12, dimaz wrote: I've installed OpenBSD on my small server, before on server was linux, and 2-3 times a day my server beeps (3 times)... What does it