LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Disable Console/Tab Completion Beep in Slackware (https://www.linuxquestions.org/questions/linux-general-1/disable-console-tab-completion-beep-in-slackware-565013/)

ckoniecny 06-28-2007 12:02 AM

Disable Console/Tab Completion Beep in Slackware
 
How can you disable the console/tab completion beep in Slackware? I was able to go into the /etc/inputrc and change the "set bell-style none" to disable the "ding" noise that is generated from hitting backspace one too many times. I would just like to recompile the kernel from having the pcspkr from being built in, to being a module so I can remove it and add it back at will. Where is the pcspkr in "menuconfig" when your trying to recompile it.

Thanks!

rhussey 06-28-2007 01:01 AM

I think it's Device Drivers->Input device support->Miscellaneous devices->PC Speaker support.

A good way to find stuff like this out is cd into the source directory and do something like:
find . -name "pcspkr*"


All times are GMT -5. The time now is 08:50 AM.