// Management · RimWorld Mod

Startup Beep with motherboard speaker

Startup Beep with motherboard speaker mod preview for RimWorld

LINUX ONLY This mod requires the Linux version of RimWorld for it to function as intended.

LINUX ONLY

This mod requires the Linux version of RimWorld for it to function as intended. Windows will never be supported A simple utility mod that provides an audible beep upon the main menu appearing using the motherboard speaker that some PCs have. It’s worth noting that you can install these speakers yourself just look up the manual for your motherboard and buy the parts yourself their pretty cheap often under £10 for a set of 10. Requirements A physical PC speaker connected to your motherboard's JFP2/SPKR header Setup (one-time) This may not be necessary for some people and this may only be required on Linux distros that are based off SELinux like Fedora so I recommend testing without doing the setup if it does not work then do the following. Run the following commands in a terminal: echo 'KERNEL=="event*", ATTRS{name}=="PC Speaker", GROUP="input", MODE="0660"' | sudo tee /etc/udev/rules.d/70-pcspkr-beep.rules sudo udevadm control --reload-rules sudo udevadm trigger sudo usermod -aG input $USER Then reboot. After that ensure the mod is loaded in your mod manager and load up RimWorld. If you hear your motherboard speaker beep then congrats everything is working. Now I recommend taking the time to config the mod settings and change up the frequency and duration values to suit your preferences. Notes Will silently do nothing if no PC speaker is present or if you’ve not ran the terminal commands listed above Inspired by Ding On Game Loaded Troubleshooting • No beep after setup: Make sure the pcspkr kernel module is loaded (lsmod | grep pcspkr). If not, run sudo modprobe pcspkr and add pcspkr to /etc/modules-load.d/pcspkr.conf to make it permanent. • No beep after reboot: The udev rule may not have applied correctly. Re-run the setup commands and ensure you rebooted after adding yourself to the input group. • Still no beep: Verify your PC speaker is physically connected to the correct header (JFP2 Speaker pins, not Buzzer pins) with correct polarity (red wire to +). • Silent failure: The mod will not produce errors if the PC speaker is absent or inaccessible — check your RimWorld log (Player.log) for entries to diagnose. Legal: “Portions of the materials used to create this content/mod are trademarks and/or copyrighted works of Ludeon Studios Inc. All rights reserved by Ludeon. This content/mod is not official and is not endorsed by Ludeon.”