https://bugzilla.novell.com/show_bug.cgi?id=698148 https://bugzilla.novell.com/show_bug.cgi?id=698148#c21 Per Jessen <per@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per@opensuse.org --- Comment #21 from Per Jessen <per@opensuse.org> 2011-08-30 11:59:54 UTC --- (In reply to comment #20)
A beep on a console is simply
echo -e '\a'
that is the ASCII value for beep also called bell. You may replace \a with \007 (compare with `man ascii').
Or just hit Ctrl-G. Use of 'beep' is surely not the real problem, but when the machine has a regular, working soundcard, it does seem odd that it would produce the beep through the builtin speaker instead. Is there any chance this is because the normal soundcard has been shut down at this point, and sound therefore falls back to the speaker? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.