Re: sndioctl output.mute=1 does not mute PC speaker beep

2025-05-21 Thread Zé Loff
On Wed, May 21, 2025 at 08:34:55AM +0200, Alexandre Ratchov wrote: > On Wed, May 21, 2025 at 05:02:53AM +, H. Hartzer wrote: > > Hi misc@, > > > > Not 100% sure this is a bug, but it feels like it is. Not sure if it's > > my audio driver or if this is universal. > > > > The pc-speaker is a s

Re: sndioctl output.mute=1 does not mute PC speaker beep

2025-05-21 Thread Alexandre Ratchov
On Wed, May 21, 2025 at 05:02:53AM +, H. Hartzer wrote: > Hi misc@, > > Not 100% sure this is a bug, but it feels like it is. Not sure if it's > my audio driver or if this is universal. > The pc-speaker is a separate device, most of the time with its own speaker. On most laptops, the pc-spea

sndioctl output.mute=1 does not mute PC speaker beep

2025-05-20 Thread H. Hartzer
Hi misc@, Not 100% sure this is a bug, but it feels like it is. Not sure if it's my audio driver or if this is universal. If I do sndioctl output.level=0, I don't hear any PC speaker beeps, like the terminal beeps (\a). If I do sndioctl output.mute=1, while output.level is greater than 0, I hear

Re: flood of dashes and a beep ??? what are they?

2021-12-13 Thread uxer
tion on their products." But is it an OpenBSD-compatibility issue or does my chipset want to retire? And the main question of the post: What are the dashes and the beep? They occured on an all-Intel machine, with AHCI Intel chipset.

Re: flood of dashes and a beep ??? what are they?

2021-12-13 Thread Chris Cappuccio
u...@mailo.com [u...@mailo.com] wrote: > > But is it an OpenBSD-compatibility issue > or does my chipset want to retire? These issues sound like they are related to lack of software support driven by a lack of programming documentation.

Re: flood of dashes and a beep ??? what are they?

2021-12-11 Thread Chris Cappuccio
The pciide driver doesn't support your Nvidia chipset. It needs extra code (specific for this chip) for DMA to work properly. The driver was targeted towards older systems, it shouldn't be used on any board that supports AHCI. AHCI has more capabilities including NCQ and will offer better performa

flood of dashes and a beep — what are they?

2021-12-11 Thread uxer
tty0 screen, filling the entire screen over time, and scrolling, and I don't know how many dashes there were in total. Then the built-in beeper began beeping continuously, without any accompanying message on the screen. I started pressing Ctrl+Alt+F2 to switch to tty1, and the beep stopped

Re: Unable to adjust beep volume on ThinkPad X270

2020-11-17 Thread Stuart Henderson
On 2020-11-17, Sine Astris wrote: > I've attached the patch I applied to azalia_codec.c, dmesg, pcidump for > my audio device, and mixerctl output. This and your other mail are good reports, please send them to t...@openbsd.org where people working on those areas are more likely to see them (idea

Unable to adjust beep volume on ThinkPad X270

2020-11-17 Thread Sine Astris
Hi, I wasn't able to adjust the volume of the keyboard bell via wsconsctl(8), or the volume of /dev/speaker on my ThinkPad X270. Additionally, the default spkr_source (mix3) doesn't output the beep. Changing to mix2, sounds the beep and my existing audio seems fine.

Beep low battery

2014-12-05 Thread tixx
Hello, On my laptop I have a beep every 2 seconds when the battery is low. How to disable it ? It's not a BIOS setting. Thanks. dmesg: OpenBSD 5.6-current (GENERIC.MP) #650: Fri Dec 5 09:20:49 MST 2014 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP rea

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 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 u

Re: make OpenBSD beep at start

2010-01-26 Thread Aaron Mason
On Wed, Jan 27, 2010 at 9:02 AM, Jean-Francois 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

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

Re: make OpenBSD beep at start

2010-01-25 Thread ropers
2010/1/25 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 the

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 : > > > jean-francois wrote: > > >> Can someone give a hin on how to make the speaker to beep for example > &

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 Jean-Francois
Le lundi 25 janvier 2010 18:55:21, vous avez icrit : > 2010/1/25 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

Re: make OpenBSD beep at start

2010-01-25 Thread ropers
2010/1/25 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. I'm so stupid. Of course it says right on that man page tha

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-24 Thread Bryan Irvine
echo $'\a' On Sat, Jan 23, 2010 at 4:32 PM, jean-francois 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() f

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 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" > wrote: > > > Hi list, > > > > Can someone give a hin on how to make the speaker to beep for example > > with a command or a C progr

Re: make OpenBSD beep at start

2010-01-24 Thread J.C. Roberts
On Sun, 24 Jan 2010 01:32:14 +0100 "jean-francois" 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

Re: make OpenBSD beep at start

2010-01-23 Thread Constantine A. Murenin
On 23/01/2010, joshua stein 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: 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)

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: Fw: Re: "0~" and beep on switch from console to X.

2009-09-15 Thread 4625
On Sun, 13 Sep 2009 09:32:26 +0300 4625 wrote: > 4625 escribiC3: > > On Sat, 12 Sep 2009 05:44:50 +0200 Jesus Sanchez wrote: > >>>> If xterm window currently active in X and I'm switch from console > >>>> to X by pressing Alt-F9 key, then xterm will b

Fw: Re: "0~" and beep on switch from console to X.

2009-09-13 Thread 4625
Begin forwarded message: Date: Sunday, 13 Sep 2009 +0400 From: Jesus Sanchez To: 4625 Subject: Re: "0~" and beep on switch from console to X. 4625 escribiC3: > On Sat, 12 Sep 2009 05:44:50 +0200 Jesus Sanchez wrote: >>>> If xterm window currently active in X and I'm

Re: "0~" and beep on switch from console to X.

2009-09-11 Thread Jesus Sanchez
Robert escribis: On Fri, 11 Sep 2009 13:15:55 -0700 (PDT) 4625 <4625...@gmail.com> wrote: If xterm window currently active in X and I'm switch from console to X by pressing Alt-F9 key, then xterm will beep and display "0~". Nope, when i switch out of X - say with

Re: "0~" and beep on switch from console to X.

2009-09-11 Thread Robert
On Fri, 11 Sep 2009 13:15:55 -0700 (PDT) 4625 <4625...@gmail.com> wrote: > If xterm window currently active in X and I'm switch from console to X > by pressing Alt-F9 key, then xterm will beep and display "0~". Nope, when i switch out of X - say with Ctrl+Alt+F2 -

"0~" and beep on switch from console to X.

2009-09-11 Thread 4625
If xterm window currently active in X and I'm switch from console to X by pressing Alt-F9 key, then xterm will beep and display "0~". If web browser window currently active there is in X, then he will open history toolbar. -- /4625

Re: azalia beep control [Was: ThinkPad T60 audible bell *very* loud]

2009-04-22 Thread LEVAI Daniel
On Thursday 23 April 2009 02.17.10 Jacob Meuser wrote: > On Wed, Apr 22, 2009 at 09:22:56PM +, Jacob Meuser wrote: > > On Wed, Apr 22, 2009 at 01:41:59PM +0200, LEVAI Daniel wrote: [...] > > > > might work better if you remove beep sources. I mean: > > > >

Re: azalia beep control [Was: ThinkPad T60 audible bell *very* loud]

2009-04-22 Thread Jacob Meuser
vertheless I've changed every > > > > outputs control's volume to 0 to see which one could be it (no luck). Is > > > > it possible to lower the system beep's volume, so my ears won't bleed by > > > > tomorrow? :) > > > > > > hopef

Re: azalia beep control [Was: ThinkPad T60 audible bell *very* loud]

2009-04-22 Thread Jacob Meuser
luck). Is > > > it possible to lower the system beep's volume, so my ears won't bleed by > > > tomorrow? :) > > > > hopefully this gets you 'beep' controls. please let me know. > > > > beep generators should be considered i/o endpoints, lik

azalia beep control [Was: ThinkPad T60 audible bell *very* loud]

2009-04-22 Thread LEVAI Daniel
ars off. I couldn't find > > anything relevant in mixerctl -a output, nevertheless I've changed every > > outputs control's volume to 0 to see which one could be it (no luck). Is > > it possible to lower the system beep's volume, so my ears won't bleed by &

Re: Beep-media-player and esd

2008-04-19 Thread Nicolas Letellier
Landry Breuil a icrit : > On Sat, Apr 19, 2008 at 01:19:50PM +0200, Nicolas Letellier wrote: >> Hello ports@ >> >> I upgraded to 4.3-current (from 4.3-stable) and I installed audio/beep-media-player and I see it requires esound be launched. Why? >> So, I must launch

Re: beep over ssh

2008-02-17 Thread LÉVAI Dániel
On Sunday 17 February 2008 14.27.21 Jussi Peltola wrote: > Try > $ printf \\a > > If it beeps, your shell or whatever program you run just isn't > generating the beeps. If it doesn't, something along the way is > breaking the beeps. Screen is one of such programs if you configure > it to do that.

Re: beep over ssh

2008-02-17 Thread Jussi Peltola
Try $ printf \\a If it beeps, your shell or whatever program you run just isn't generating the beeps. If it doesn't, something along the way is breaking the beeps. Screen is one of such programs if you configure it to do that. -- Jussi Peltola

Re: beep over ssh

2008-02-17 Thread raven
pc on Y, you want to hear a beep in position X or you want that this sound can be heared in Y ?

beep over ssh

2008-02-17 Thread LÉVAI Dániel
Hi! When using console on my local box, I can hear the pcspeaker beeping when it needs to (eg. mistyping some path). Is it possible to do this while connected to an OBSD box over ssh. Thanks! Daniel -- LIVAI Daniel Public key ID = 4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 9

[OT] Re: Beep!

2007-04-10 Thread Matthias Kilian
On Tue, Apr 10, 2007 at 07:09:17PM +0200, Stefan Sperling wrote: > cat /bsd > /dev/speaker is fun, too, especially if you're > into weird electronic music ;-) In this case, you should also try madplay (from ports) on kernels for different platforms, but be sure to use a rate between 1 a 4 kHz. Ci

Re: Beep!

2007-04-10 Thread Manuel Ravasio
Great! Thank you all! Manuel > > man speaker(4) > > for example, > # echo 'CDEFGAHO>C' > /dev/speaker Get your own web address. Have a HUGE year through Yahoo! Small Business. http://smallbusiness.

Re: Beep!

2007-04-10 Thread Stuart Henderson
On 2007/04/10 19:09, Stefan Sperling wrote: > On Tue, Apr 10, 2007 at 06:16:55PM +0200, Reyk Floeter wrote: > > man speaker(4) > > > > for example, > > # echo 'CDEFGAHO>C' > /dev/speaker > > cat /bsd > /dev/speaker is fun, too, especially if you're > into weird electronic music ;-) likewise 'tcpd

Re: Beep!

2007-04-10 Thread Ryan Corder
On Tue, 2007-04-10 at 18:52 +0200, Almir Karic wrote: > isn't \b a backspace? oh yeah, oops. meant to say \a I guess -- Ryan Corder <[EMAIL PROTECTED]> Systems Engineer, NovaSys Health LLC. 501-219- ext. 646 [demime 1.01d removed an attachment of type application/pgp-signature which had a

Re: Beep!

2007-04-10 Thread Tom Van Looy
3AM -0700, Manuel Ravasio wrote: >> Hello list. >> >> I have a small, trivial task I can't accomplish and I'm sure you guys can >> help me in a second. >> I'm creating some shell scripts for various administrative purposes, and I'd >> really like to

Re: Beep!

2007-04-10 Thread Stefan Sperling
On Tue, Apr 10, 2007 at 06:16:55PM +0200, Reyk Floeter wrote: > man speaker(4) > > for example, > # echo 'CDEFGAHO>C' > /dev/speaker cat /bsd > /dev/speaker is fun, too, especially if you're into weird electronic music ;-) -- stefan http://stsp.name PGP Key:

Re: Beep!

2007-04-10 Thread Almir Karic
On 4/10/07, Ryan Corder <[EMAIL PROTECTED]> wrote: On Tue, 2007-04-10 at 07:53 -0700, Manuel Ravasio wrote: > I'm creating some shell scripts for various administrative purposes, and I'd > really like to add some kind of command at the end of each in order to have > the

Re: Beep!

2007-04-10 Thread Chris Black
Manuel Ravasio wrote: > Hello list. > > > I'm creating some shell scripts for various administrative purposes, and I'd > really like to add some kind of command at the end of each in order to have > the pc speaker BEEP when the script is over. > I usually use: echo -ne '\a' Best, Chris

Re: Beep!

2007-04-10 Thread Reyk Floeter
d > really like to add some kind of command at the end of each in order to have > the pc speaker BEEP when the script is over. > > Is there a way to do so on OpenBSD 4.0/i386? > I've shuffled through MISC archives and FAQs, but I found nothing relevant... > > man speaker(4) for example, # echo 'CDEFGAHO>C' > /dev/speaker reyk

Re: Beep!

2007-04-10 Thread Nick !
On 4/10/07, Manuel Ravasio <[EMAIL PROTECTED]> wrote: I'm creating some shell scripts for various administrative purposes, and I'd really like to add some kind of command at the end of each in order to have the pc speaker BEEP when the script is over. It depends on your termi

Re: Beep!

2007-04-10 Thread Ryan Corder
On Tue, 2007-04-10 at 07:53 -0700, Manuel Ravasio wrote: > I'm creating some shell scripts for various administrative purposes, and I'd > really like to add some kind of command at the end of each in order to have > the pc speaker BEEP when the script is over. \b --

Re: Beep!

2007-04-10 Thread Andreas Kahari
I'm sure you guys can help me in a second. I'm creating some shell scripts for various administrative purposes, and I'd really like to add some kind of command at the end of each in order to have the pc speaker BEEP when the script is over. Is there a way to do so on OpenBSD 4.0/i

Re: Beep!

2007-04-10 Thread Tim Kuhlman
rious administrative purposes, and > I'd really like to add some kind of command at the end of each in order to > have the pc speaker BEEP when the script is over. > > Is there a way to do so on OpenBSD 4.0/i386? > I've shuffled through MISC archives and FAQs, but I

Beep!

2007-04-10 Thread Manuel Ravasio
Hello list. I have a small, trivial task I can't accomplish and I'm sure you guys can help me in a second. I'm creating some shell scripts for various administrative purposes, and I'd really like to add some kind of command at the end of each in order to have the pc speaker

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 (fa

Re: OpenBSD beep

2005-12-19 Thread dimaz
d seeing if all cooling fans are running; on older machines the moving parts often start to wear out. I'm not familiar with your exact hardware, but many motherboards will emit a speaker beep if there is a problem. If you have the manual for the board, try looking up the beep code; you'll

Re: OpenBSD beep

2005-12-19 Thread Daniel A. Ramaley
s are running; on older machines the moving parts often start to wear out. I'm not familiar with your exact hardware, but many motherboards will emit a speaker beep if there is a problem. If you have the manual for the board, try looking up the beep code; you'll need to pay attentio

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 cp

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 w

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 po

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 do

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

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,

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

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: stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread ober
soon as 3.7 boots the speaker starts to beep and doesn't stop anymore. How can I stop this annoying beep. I tried: to disable sysbeep (with config), a bios update but these didn't help. What else can I try? thx didier Try unplugging the speaker lead from your motherboard. I'll

Re: stupid litte "speaker beep" that doesn't stop

2005-09-28 Thread Simon Slaytor
Hi Didier, This is not much help I know but I also suffered from the same problem with 3.8 and interestingly enough it was also a Foxconn board, this time however sporting a Athlon XP. The only solution I found was to disconnect the speaker. Unfortunately the box is currently doing firewall

Re: stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread Mike
--- Didier Wiroth <[EMAIL PROTECTED]> wrote: > Hello, > > I've installed 3.7 on a new pc. The motherboard has > an onboard very > small speaker. > As soon as 3.7 boots the speaker starts to beep and > doesn't stop > anymore. > How can I stop this anno

Re: stupid litte "speaker beep" that doesn't stop

2005-09-28 Thread Didier Wiroth
The problem appears on openbsd_3_7 and openbsd_3_8_base. The mainboard is a foxconn: 915P7AC-8KRS Here is the dmesg output: OpenBSD 3.8 (GENERIC) #0: Wed Sep 28 14:50:49 CEST 2005 [EMAIL PROTECTED]:/home/cvs/OPENBSD_3_8_BASE/src/sys/arch/i386/compile/GENERIC cpu0: Intel(R) Pentium(R) 4 CPU 3.00

Re: stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread Rod.. Whitworth
On Wed, 28 Sep 2005 13:53:17 +0200, Didier Wiroth wrote: >Do I follow the etiquette correctly? I didn't see a dmesg anywhere. That is a guarantee of one of two things: a> you will be ignored because you look ignorant. or b> you will be treated to strong language to encourage better behaviour in t

Re: stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread Didier Wiroth
Hi, Actually I did! I'm at point 2. "Next find out if there is a newer release available". I installed the pc few hours ago. So now, I downloaded the 3.8 sources, and compiled the new kernel a few minutes ago and rebooted. Still the continous beep. So I guess now it is time to use

Re: stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread Rod.. Whitworth
ssage- >From: Christer Solstrand Johannessen [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 28, 2005 12:59 >To: Didier Wiroth >Cc: misc@openbsd.org >Subject: Re: stubid litte "speaker beep" that doesn't stop > >On Wed, 28 Sep 2005, Didier Wiroth wrote: > >

Re: stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread Didier Wiroth
To: Didier Wiroth Cc: misc@openbsd.org Subject: Re: stubid litte "speaker beep" that doesn't stop On Wed, 28 Sep 2005, Didier Wiroth wrote: > Hello, > > I've installed 3.7 on a new pc. The motherboard has an onboard very > small speaker. > As soon as 3.7 b

Re: stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread Christer Solstrand Johannessen
On Wed, 28 Sep 2005, Didier Wiroth wrote: Hello, I've installed 3.7 on a new pc. The motherboard has an onboard very small speaker. As soon as 3.7 boots the speaker starts to beep and doesn't stop anymore. How can I stop this annoying beep. I tried: to disable sysbeep (with confi

stubid litte "speaker beep" that doesn't stop

2005-09-28 Thread Didier Wiroth
Hello, I've installed 3.7 on a new pc. The motherboard has an onboard very small speaker. As soon as 3.7 boots the speaker starts to beep and doesn't stop anymore. How can I stop this annoying beep. I tried: to disable sysbeep (with config), a bios update but these didn't help.