Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

soundmodem(8) [debian man page]

SOUNDMODEM(8)						   Linux AX.25 Utilities Manual 					     SOUNDMODEM(8)

NAME
soundmodem - Soundcard modem driver SYNOPSIS
soundmodem [ configfile ] [ -sSRM ] [-v verbosity level] [-c configuration name] DESCRIPTION
soundmodem is a user mode driver for packet radio using a standard soundcard supported by OSS/Free. It integrates tightly with the kernel MKISS driver (enable CONFIG_MKISS). soundmodem is controlled by a configuration file. The default filename is /etc/ax25/soundmodem.conf. Any other name may be specified on the command line. OPTIONS
soundmodem accepts the following options: -h --help Display an overview of the available command line parameters and exit. -v level Set the verbosity level. 0 only displays fatal errors. -c configname Use the named configuration. If absent the first is taken. -s Log messages to syslog instead of standard out. -S Disable the use of SIMD instructions (aka MMX, VIS, etc). -R Run with realtime scheduling (SCHED_RR). Use with caution. -M Lock memory down in RAM; disables swapping soundmodem out. SEE ALSO
ifconfig (8), soundmodemconfig (8) AUTHOR
soundmodem was written by Thomas Sailer, HB9JNX/AE4WA (sailer@ife.ee.ethz.ch). SOUNDMODEM 0.2 1 August 2000 SOUNDMODEM(8)

Check Out this Related Man Page

SMDIAG(8)						     Linux Programmer's Manual							 SMDIAG(8)

NAME
smdiag - Linux soundcard packet radio modem driver diagnostics utility SYNOPSIS
smdiag [-i device] [-d display] [ -ce ] DESCRIPTION
smdiag may help to adjust the audio levels of the soundcard modem driver, as well as to control the quality of the radio link. It may either display an oscilloscope like view of the input signal, or display an eye diagram. The display may be gated with DCD, i.e. only updated if the modem detects a data carrier. OPTIONS
smdiag accepts the following options: -i The device argument specifies the soundcard modem device which should be configured or interrogated. It will usually have the fol- lowing form: sm[0-3]. -d sets the address of the X server to display the window. -h display an overview of the available command line parameters and exit. -c toggle the carrier gating of the display. -e display an eye diagram (overlay of the synchronized demodulator output) instead of an oscilloscope view of the input signal. KEYS
C clears the window D toggles the DCD gating. E displays an eye diagram I displays the input signal Q quits smdiag BUGS
smdiag Reacts sluggishly to keypresses. The window size is fixed. For speed reasons, two square root operations per sample are not imple- mented in the AFSK 1200 baud modes. The eye diagram for the AFSK 1200 baud mode is therefore distorted. SEE ALSO
smmixer (8), sethdlc (8), linux/drivers/net/soundmodem.c AUTHOR
smdiag was written by Thomas Sailer (t.sailer@alumni.ethz.ch). Smdiag 0.1 1 October 1996 SMDIAG(8)
Man Page