<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Imaging and a little bit of OSS &#187; beep</title>
	<atom:link href="http://nuclear-imaging.info/site_content/tag/beep/feed/" rel="self" type="application/rss+xml" />
	<link>http://nuclear-imaging.info/site_content</link>
	<description>Yet another techno blog</description>
	<lastBuildDate>Wed, 04 Jan 2012 18:29:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Turn off system beep in Linux</title>
		<link>http://nuclear-imaging.info/site_content/2009/02/10/turn-off-system-beep-in-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=turn-off-system-beep-in-linux</link>
		<comments>http://nuclear-imaging.info/site_content/2009/02/10/turn-off-system-beep-in-linux/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:52:18 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Linux and OSS]]></category>
		<category><![CDATA[beep]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=108</guid>
		<description><![CDATA[The system beep is one of the most distracting and annoying occurrences when you are doing some constructive work. Be it working in a text editor, or a terminal, or a program window &#8211; wherever a sound notification is programmed into any module, it emits a fairly audible beep. To disable the beep, we have <a href='http://nuclear-imaging.info/site_content/2009/02/10/turn-off-system-beep-in-linux/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The system beep is one of the most distracting and annoying occurrences when you are doing some constructive work. Be it working in a text editor, or a terminal, or a program window &#8211; wherever a sound notification is programmed into any module, it emits a fairly audible beep. To disable the beep, we have to disable the PC speaker by adding it to the blacklist.</p>
<blockquote><p>sudo gedit /etc/modprobe.d/blacklist</p></blockquote>
<p>Add the following line to the end of that file:</p>
<blockquote><p>blacklist pcspkr</p></blockquote>
<p>Save and exit. Then in terminal,</p>
<blockquote><p>sudo modprobe -r pcspkr</p></blockquote>
<p>This completely turns off the speaker. You won&#8217;t hear your system beep, even if there is something truly wrong. If you are doing something critical and need to rely on the beeps, comment out the line from the blacklist and run the modprobe command. Beeping will restart.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2009/02/10/turn-off-system-beep-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

