Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* Looking for soundmodem info
@ 2005-01-27  1:03 Jeff Camp
  2005-01-27  1:45 ` Bob Nielsen
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Camp @ 2005-01-27  1:03 UTC (permalink / raw)
  To: linux-hams

I'm looking for some resources to help me find out more about using my 
computer's sound card along with an MFJ-1275 (for keying the radio) so I can 
replace an aging TNC with something different.  Can anyone point me to some 
information on the soundmodem package?  I'm using Red Hat 9.0 with 
ax25tools, apps, and utils and have all of the ax25 stuff working great.

Thanks,
Jeff N0WJP



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Looking for soundmodem info
  2005-01-27  1:03 Looking for soundmodem info Jeff Camp
@ 2005-01-27  1:45 ` Bob Nielsen
  2005-01-28  4:22   ` Jeff Camp
  0 siblings, 1 reply; 5+ messages in thread
From: Bob Nielsen @ 2005-01-27  1:45 UTC (permalink / raw)
  To: linux-hams

On Wed, Jan 26, 2005 at 07:03:30PM -0600, Jeff Camp wrote:
> I'm looking for some resources to help me find out more about using my 
> computer's sound card along with an MFJ-1275 (for keying the radio) so I 
> can replace an aging TNC with something different.  Can anyone point me to 
> some information on the soundmodem package?  I'm using Red Hat 9.0 with 
> ax25tools, apps, and utils and have all of the ax25 stuff working great.
> 
> Thanks,
> Jeff N0WJP
> 

About the only documentation I have been able to find (other than the 
source code and man page) is:

http://www.baycom.org/~tom/ham/dcc2000/soundmodem.pdf

-- 
Bob Nielsen, N7XY                          n7xy (at) n7xy.net
Bainbridge Island, WA                      http://www.n7xy.net
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Looking for soundmodem info
  2005-01-27  1:45 ` Bob Nielsen
@ 2005-01-28  4:22   ` Jeff Camp
  2005-01-28 22:11     ` Bud Rogers
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Camp @ 2005-01-28  4:22 UTC (permalink / raw)
  To: linux-hams

Thanks for the info, Bob.  I spent some time scouring the internet this 
morning looking for soundmodem info.  I downloaded soundmodem-0.9-1.i386.rpm 
and installed it, but now I'm getting the following error message when I try 
to start it up:

[root@n0wjp ax25]# soundmodem -v 9
sm[1855]: x86 CPU capability 0383f9ff, MMX enabled
sm[1855]: mkiss: ifname sm0 mtu 256 hwaddr N0WJP-15 ipaddr 10.0.0.1 netmask 
255.255.255.0 broadcast 10.0.0.255
sm[1855]: audio: starting "/dev/dsp"
sm[1855]: audio: Error, cannot open "/dev/dsp"
sm[1855]: cannot start audio
[root@n0wjp ax25]#


/dev/dsp exists.  The sound card is a sound blaster compatible.  Anyone have 
an idea what these error mean?  I'm not sure exactly where to start on this 
one.

Thanks and 73,
Jeff
N0WJP

----- Original Message ----- 
From: "Bob Nielsen" <nielsen@oz.net>
To: <linux-hams@vger.kernel.org>
Sent: Wednesday, January 26, 2005 7:45 PM
Subject: Re: Looking for soundmodem info


> On Wed, Jan 26, 2005 at 07:03:30PM -0600, Jeff Camp wrote:
>> I'm looking for some resources to help me find out more about using my
>> computer's sound card along with an MFJ-1275 (for keying the radio) so I
>> can replace an aging TNC with something different.  Can anyone point me 
>> to
>> some information on the soundmodem package?  I'm using Red Hat 9.0 with
>> ax25tools, apps, and utils and have all of the ax25 stuff working great.
>>
>> Thanks,
>> Jeff N0WJP
>>
>
> About the only documentation I have been able to find (other than the
> source code and man page) is:
>
> http://www.baycom.org/~tom/ham/dcc2000/soundmodem.pdf
>
> -- 
> Bob Nielsen, N7XY                          n7xy (at) n7xy.net
> Bainbridge Island, WA                      http://www.n7xy.net
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Looking for soundmodem info
  2005-01-28  4:22   ` Jeff Camp
@ 2005-01-28 22:11     ` Bud Rogers
  2005-01-29  5:20       ` Bob Nielsen
  0 siblings, 1 reply; 5+ messages in thread
From: Bud Rogers @ 2005-01-28 22:11 UTC (permalink / raw)
  To: Linux Hams

On Thursday 27 January 2005 22:22, Jeff Camp wrote:
> Thanks for the info, Bob.  I spent some time scouring the internet
> this morning looking for soundmodem info.  I downloaded
> soundmodem-0.9-1.i386.rpm and installed it, but now I'm getting the
> following error message when I try to start it up:
>
> [root@n0wjp ax25]# soundmodem -v 9
> sm[1855]: x86 CPU capability 0383f9ff, MMX enabled
> sm[1855]: mkiss: ifname sm0 mtu 256 hwaddr N0WJP-15 ipaddr 10.0.0.1
> netmask 255.255.255.0 broadcast 10.0.0.255
> sm[1855]: audio: starting "/dev/dsp"
> sm[1855]: audio: Error, cannot open "/dev/dsp"
> sm[1855]: cannot start audio
> [root@n0wjp ax25]#
>
>
> /dev/dsp exists.  The sound card is a sound blaster compatible. 
> Anyone have an idea what these error mean?  I'm not sure exactly
> where to start on this one.

Check the permissions on /dev/dsp.  On my system they look like this:

budr$ ls -l /dev/dsp
crw-rw----  1 root audio 14, 3 Jun 19  2003 /dev/dsp
budr$

I had to add myself to the audio group in /etc/group before I could 
use /dev/dsp.

HTH es 73,

-- 
Bud Rogers <budr@netride.net>  KD5SZ


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Looking for soundmodem info
  2005-01-28 22:11     ` Bud Rogers
@ 2005-01-29  5:20       ` Bob Nielsen
  0 siblings, 0 replies; 5+ messages in thread
From: Bob Nielsen @ 2005-01-29  5:20 UTC (permalink / raw)
  To: Linux Hams

On Fri, Jan 28, 2005 at 04:11:03PM -0600, Bud Rogers wrote:
> On Thursday 27 January 2005 22:22, Jeff Camp wrote:
> > Thanks for the info, Bob.  I spent some time scouring the internet
> > this morning looking for soundmodem info.  I downloaded
> > soundmodem-0.9-1.i386.rpm and installed it, but now I'm getting the
> > following error message when I try to start it up:
> >
> > [root@n0wjp ax25]# soundmodem -v 9
> > sm[1855]: x86 CPU capability 0383f9ff, MMX enabled
> > sm[1855]: mkiss: ifname sm0 mtu 256 hwaddr N0WJP-15 ipaddr 10.0.0.1
> > netmask 255.255.255.0 broadcast 10.0.0.255
> > sm[1855]: audio: starting "/dev/dsp"
> > sm[1855]: audio: Error, cannot open "/dev/dsp"
> > sm[1855]: cannot start audio
> > [root@n0wjp ax25]#
> >
> >
> > /dev/dsp exists.  The sound card is a sound blaster compatible. 
> > Anyone have an idea what these error mean?  I'm not sure exactly
> > where to start on this one.
> 
> Check the permissions on /dev/dsp.  On my system they look like this:
> 
> budr$ ls -l /dev/dsp
> crw-rw----  1 root audio 14, 3 Jun 19  2003 /dev/dsp
> budr$
> 
> I had to add myself to the audio group in /etc/group before I could 
> use /dev/dsp.
> 
> HTH es 73,
> 
> Bud Rogers <budr@netride.net>  KD5SZ
> 

Also check that the soundcard driver is either compiled-in or loaded as 
a module.

73,
Bob, N7XY


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-29  5:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-27  1:03 Looking for soundmodem info Jeff Camp
2005-01-27  1:45 ` Bob Nielsen
2005-01-28  4:22   ` Jeff Camp
2005-01-28 22:11     ` Bud Rogers
2005-01-29  5:20       ` Bob Nielsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox