* soundmodem on laptop.. receive working, xmit not working.
@ 2004-01-23 4:57 James Washer
2004-01-23 11:01 ` Tomi Manninen
0 siblings, 1 reply; 2+ messages in thread
From: James Washer @ 2004-01-23 4:57 UTC (permalink / raw)
To: linux-hams
I've tried a new kernel (2.4.24 from kernel.org) but my soundcard modem is still not producing reasonable sounds. Receive works just fine.
If I select the PTT button from soundmodemconfig, it makes a lot of 'noise' but this sounds to me to be quite a bit higher frequency that the 'hiss' sound of normal 1200baud AFSK.
If I use the beacon command, or some other AX.25 commandline tool to 'send' a packet, the speaker just makes a clicking sound.
If I stop soundmodem, and use the linux play command to play a simple music wave file, all sounds well.
Any ideas? I'm in the process of building a soundmodem system on a desktop PC (as opposed to the laptop). I just want to check whether I get different results on a full PC than I do on the laptop.
My /etc/ax25/soundmodem.conf is included below.
thanks
- jim
<?xml version="1.0"?>
<modem>
<configuration name="config0">
<channel name="Channel 0">
<mod mode="afsk" bps="1200" f0="1200" f1="2200"/>
<demod mode="afsk" bps="1200" f0="1200" f1="2200"/>
<pkt mode="MKISS" ifname="sm0" hwaddr="KG7HH-2" ip="10.0.0.1" netmask="255.255.255.0" broadcast="10.0.0.255" file="/dev/soundmodem0" unlink="1"/>
</channel>
<chaccess txdelay="400" slottime="100" ppersist="40" fulldup="1" txtail="10"/>
<audio type="soundcard" device="/dev/dsp" halfdup="1"/>
<ptt file="none"/>
</configuration>
</modem>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: soundmodem on laptop.. receive working, xmit not working.
2004-01-23 4:57 soundmodem on laptop.. receive working, xmit not working James Washer
@ 2004-01-23 11:01 ` Tomi Manninen
0 siblings, 0 replies; 2+ messages in thread
From: Tomi Manninen @ 2004-01-23 11:01 UTC (permalink / raw)
To: James Washer; +Cc: linux-hams
On Fri, 2004-01-23 at 06:57, James Washer wrote:
> <chaccess txdelay="400" slottime="100" ppersist="40" fulldup="1" txtail="10"/>
> <audio type="soundcard" device="/dev/dsp" halfdup="1"/>
Not sure if this is related to your problem but you have the fulldup/
halfdup settings wrong. For channel access you probably want
fulldup=0 (ie. don't transmit if channel is busy) and for audio you
want halfdup=0. Half duplex audio io is probably a bad idea as it
can increase the rx/tx turnaround time.
--
Tomi Manninen / OH2BNS / KP20ME04
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-23 11:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-23 4:57 soundmodem on laptop.. receive working, xmit not working James Washer
2004-01-23 11:01 ` Tomi Manninen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).