Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2002 22:40:03 -0700 (PDT)
From:      <soralx@cydem.zp.ua>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/41772: can't disable keybell
Message-ID:  <200208290540.g7T5e3gO083908@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/41772; it has been noted by GNATS.

From: <soralx@cydem.zp.ua>
To: bug-followup@freebsd.org
Cc: schweikh@schweikhardt.net
Subject: Re: misc/41772: can't disable keybell
Date: Wed, 28 Aug 2002 23:33:41 -0600

 > Hmm. I've got seven disks and a bunch of fans in my case, so I'll
 > never hear anything that low and short.
 i have 5 HDs and still can hear the sound
 
 > # As I understand it: when the 'keybell=off' is used, and terminal
 > # recieves 07h, the kernel shouldn't touch the timer and send anything
 > # to port 61h, but it [sets the timer(I can hear some
 > # sounds) and OUTs to the port?]
 > Try to understand what kbdcontrol does. It writes an escape sequence
 > to the stderr stream which you can capture with (bourne shell, not csh)
 > $ kbdcontrol -b off 2>esc
 > $ od -bc esc
 > 0000000  033 133 075 060 073 060 102                                    
 >          033   [   =   0   ;   0   B                                    
 > 0000007
 > Investigate how the syscons driver interprets this escape sequence
 > and you should be on the right track. Good luck!
 I think that there's nothing wrong with that piece of code, because syscons
 changes the keybell status, and it works properly for people
 (but I'll look at it anyway)
 
 I'll check all this when I will get some free time (probably this weekend)
 
 > Well, if you had given all that extra information about using keybell=off
 > and 30Hz stuff... better give too much details that too little. We can
 > always ignore what is not relevant, but if something relevant is missing
 > like in your case, we are guided in the wrong direction.
 of course
 I guess I gave all the necessary info (I could forget something though...)
 as I said, I tested this on different computers (seems that all of them
 have Asus motherboards); the PC beepers were plugged directly into
 mboards; 'GENERIC' kernel was usually used, FreeBSD 4.*; changing
 the keybell to 'visual' , for example, worked correctly; removing the
 piece of code that sends 07h in 'bash' src works well too, as well
 as disconnecting the beeper ;)
 
 26.08.2002; 22:20:34
 [SorAlx]  http://cydem.zp.ua/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208290540.g7T5e3gO083908>