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
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
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
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.
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.
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
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
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
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.
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
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
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
> 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
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
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
> &
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)?
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
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
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
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
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
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
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
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.
> 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)
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.
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
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
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
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 -
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
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:
> >
> >
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
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
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
&
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
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.
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
pc on Y, you want
to hear a beep in position X or you want that this sound can be heared
in Y ?
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
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
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.
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
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
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
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:
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
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
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
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
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
--
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
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
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
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
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
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
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
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
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
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
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
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,
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
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?
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
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
--- 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
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
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
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
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:
>
>
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
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
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.
75 matches
Mail list logo