<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Rpi-aprs-soundmodem</id>
	<title>Rpi-aprs-soundmodem - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Rpi-aprs-soundmodem"/>
	<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Rpi-aprs-soundmodem&amp;action=history"/>
	<updated>2026-05-17T04:59:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.marcelpost.com/wiki/index.php?title=Rpi-aprs-soundmodem&amp;diff=1708&amp;oldid=prev</id>
		<title>Admin at 11:08, 8 November 2014</title>
		<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=Rpi-aprs-soundmodem&amp;diff=1708&amp;oldid=prev"/>
		<updated>2014-11-08T11:08:56Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The following script can be used to start the soundmodem service.&lt;br /&gt;
&lt;br /&gt;
Please note that the network settings and interface name must match those in [[Rpi-aprs-soundmodem.conf]] and [[Rpi-aprs-axports]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# required for using a USB Sound Card as a TNC&lt;br /&gt;
&lt;br /&gt;
/usr/bin/screen -S sm0 -m -d /usr/local/sbin/soundmodem&lt;br /&gt;
sleep 2&lt;br /&gt;
route add -net 44.0.0.0 netmask 255.0.0.0 dev sm0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command will run the soundmodem service in a detached &amp;#039;screen&amp;#039; session for easy backgrounding. To open access to the screen session issue the command &amp;#039;screen -r&amp;#039; (or screen -ls to find out what the name of the screen session is).&lt;br /&gt;
&lt;br /&gt;
It is not a requirement to run soundmodem in a screen so you can just as easily background it with an empersand.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>