How to turn off keyboard bell

2004-06-09 Thread Bob
Hi there,

I'm having a difficult time turning off the keyboard bell.  I have tried 
kbdcontrol -b off and setting keybell=NO in rc.conf, but this only shortens 
it down to a chirp.  If I set kbdcontrol -b visual, then the audible bell goes 
away completely and I get a flashing screen instead.  What am I missing here?  
How can I turn the bell off completely?  This is on a fresh install of 4.9.

-Bob
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to turn off keyboard bell

2004-06-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Bob wrote:
Hi there,
I'm having a difficult time turning off the keyboard bell.  I have tried 
kbdcontrol -b off and setting keybell=NO in rc.conf, but this only shortens 
it down to a chirp.  If I set kbdcontrol -b visual, then the audible bell goes 
away completely and I get a flashing screen instead.  What am I missing here?  
How can I turn the bell off completely?  This is on a fresh install of 4.9.

-Bob
 

Using tcsh as shell:
$set nobeep
Don't know about sh/bash and friends...
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to turn off keyboard bell

2004-06-09 Thread Chris Pressey
On Wed, 09 Jun 2004 07:14:50 -0700
Bob [EMAIL PROTECTED] wrote:

 Hi there,
 
 I'm having a difficult time turning off the keyboard bell.  I have
 tried kbdcontrol -b off and setting keybell=NO in rc.conf, but this
 only shortens it down to a chirp.  If I set kbdcontrol -b visual, then
 the audible bell goes away completely and I get a flashing screen
 instead.  What am I missing here?  How can I turn the bell off
 completely?  This is on a fresh install of 4.9.
 
 -Bob

Hi Bob,

I think this bug has been fixed since 4.9 RELEASE.  You might want to
try updating your sources with cvsup, or simply applying the patch that
fixes the bug (below), and rebuilding your kernel.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/syscons/syscons.c.diff?r1=1.336.2.15r2=1.336.2.16

-Chris

P.S. please CC me in any replies as I am no longer subscribed to this
list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to turn off keyboard bell

2004-06-09 Thread Bob Hockney
Kevin D. Kinsey, DaleCo, S.P. wrote:

 Bob wrote:
 
 Hi there,
 
 I'm having a difficult time turning off the keyboard bell.  I have tried 
 kbdcontrol -b off and setting keybell=NO in rc.conf, but this only shortens 
 it down to a chirp.  If I set kbdcontrol -b visual, then the audible bell goes 
 away completely and I get a flashing screen instead.  What am I missing here?  
 How can I turn the bell off completely?  This is on a fresh install of 4.9.
 
 -Bob
   
 
 
 Using tcsh as shell:
 
 $set nobeep
 
 Don't know about sh/bash and friends...

For those that may be interested, in sh/bash (or actually readline), it is done
with set bell-style none in inputrc.  But this still doesn't affect programs that
don't use readline.

-Bob
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to turn off keyboard bell

2004-06-09 Thread Bob Hockney
Chris Pressey wrote:

  I'm having a difficult time turning off the keyboard bell.  I have
  tried kbdcontrol -b off and setting keybell=NO in rc.conf, but this
  only shortens it down to a chirp.  If I set kbdcontrol -b visual, then
  the audible bell goes away completely and I get a flashing screen
  instead.  What am I missing here?  How can I turn the bell off
  completely?  This is on a fresh install of 4.9.
 
 I think this bug has been fixed since 4.9 RELEASE.  You might want to
 try updating your sources with cvsup, or simply applying the patch that
 fixes the bug (below), and rebuilding your kernel.
 
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/syscons/syscons.c.diff?r1=1.336.2.15r2=1.336.2.16

Thanks Chris, I applied this patch and it solved the problem.

Regards,

-Bob


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]