个人工具

UbuntuHelp:UbuntuLTSP/DisablePCSpeaker

来自Ubuntu中文

Wikibot讨论 | 贡献2008年10月19日 (日) 17:41的版本 (新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/DisablePCSpeaker}} {{Languages|UbuntuHelp:UbuntuLTSP/DisablePCSpeaker}} This page is dedicated to disabling the PC speaker on LTSP thin...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

This page is dedicated to disabling the PC speaker on LTSP thin-clients. PC speakers can be very annoying, especially upon login when users attempt to use the numeric keypad and the NumLock key isn't enabled, causing a system beep. Multiply this by 35 thin-clients in a computer lab, and you have enough reason to jump off a cliff. ;) We can disable LTSP client PC speakers by creating a file that will blacklist the pcspkr kernel module from loading upon thin-client bootup. First, create a file: /opt/ltsp/arch/etc/modprobe.d/blacklist-pcspkr:

sudo vim /opt/ltsp/arch/etc/modprobe.d/blacklist-pcspkr

blacklist-pcspkr:

# Blacklists PC Speaker module (pcspkr)
blacklist pcspkr

Update the client chroot image:

sudo ltsp-update-image

Reboot thin-clients, and enjoy a beepless LTSP environment.