<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Since this is a half duplex radio, make sure you have duplex=1 in
rpt.conf <u>and</u> in usbradio.conf you have duplex = 0. <br>
<br>
If usbradio has duplex = 1 then it thinks you have a full duplex
radio. <br>
You need to tell usbradio it is half duplex. <br>
<br>
<br>
By default app-Rpt defaults to full duplex settings in both usbradio
and in rpt conf. <br>
Actually when duplex = X is not stated in then it is automatically
in full duplex mode in rpt conf.<br>
<br>
Jon VA3RQ<br>
<br>
<div class="moz-cite-prefix">On 6/24/2013 1:10 PM, James Hill wrote:<br>
</div>
<blockquote cite="mid:51C87D93.3000802@gmail.com" type="cite">Hi
Mike,
<br>
<br>
I have a Simplex node, Hardware is Dell Latitude D600, connected
to WLAN at 150mpbs. External ADSL is good, 15580mbps download
speed. Running Top indicates:
<br>
<br>
top - 17:55:39 up 5 min, 2 users, load average: 0.14, 0.22, 0.12
<br>
Tasks: 71 total, 2 running, 69 sleeping, 0 stopped, 0
zombie
<br>
Cpu(s): 2.3%us, 0.3%sy, 0.0%ni, 97.3%id, 0.0%wa, 0.0%hi,
0.0%si, 0.0%st
<br>
Mem: 514596k total, 216224k used, 298372k free, 15360k
buffers
<br>
Swap: 1020116k total, 0k used, 1020116k free, 139908k
cached
<br>
<br>
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+
COMMAND
<br>
2466 root 15 0 39152 18m 5584 S 2.7 3.6 0:10.81
asterisk
<br>
2809 root 15 0 2312 1008 812 R 0.3 0.2 0:00.01 top
<br>
<br>
Interface is modified CM108 USB device.
<br>
<br>
The problem I have, is when unconnected to any node. When
connected, all is good - When station TXing on the link drops
their TX, courtesy pip. All good.
<br>
<br>
The Issue is obviously something local, as whenever a signal is
RXed locally, the box responds with a courtesy pip and a CWID and
then drops carrier. But then proceeds to key up numerous times
(anywhere between 6 & 14 at the last count), each key up
giving a pip and then dropping carrier. If I go into rpt.conf and
set unlinkedct=0, it will still key up multiple times - but no
tone.
<br>
<br>
If I set duplex=0, the problem goes away (but I get no courtesy
tones - but I still get "function complete" etc ok).
<br>
<br>
Something is looping somewhere.... it's just a case of trying to
find it!
<br>
<br>
rpt.conf is pasted below!
<br>
<br>
Cheers,
<br>
<br>
James
<br>
<br>
[29681] ; Change this to your
assigned node number
<br>
<br>
rxchannel=Radio/usb29681
<br>
duplex=1
<br>
erxgain=-6
<br>
etxgain=-6
<br>
;controlstates=controlstates
<br>
scheduler=schedule29681
<br>
morse=morse29681
<br>
macro=macro29681
<br>
functions=functions29681
<br>
phone_functions=functions29681
<br>
link_functions=functions29681
<br>
telemetry=telemetry
<br>
wait_times=wait-times
<br>
context = radio
<br>
callerid = "Repeater" <0000000000>
<br>
idrecording = |iG0FHM F
<br>
accountcode=RADIO
<br>
hangtime=50
<br>
althangtime=100
<br>
totime=170000
<br>
idtime=300000
<br>
;politeid=3000
<br>
linktolink=1
<br>
idtalkover=|iG0FHM F
<br>
unlinkedct=ct1
<br>
remotect=ct1
<br>
remotetx=ct1
<br>
linkunkeyct=ct1
<br>
nolocallinkct=1
<br>
;eannmode=1
<br>
;connpgm=yourconnectprogram
<br>
;discpgm=yourdisconnectprogram
<br>
;lnkactenable=0
<br>
;lnkacttime=1800
<br>
;lnkactmacro=*52
<br>
;lnkacttimerwarn=30seconds
<br>
;remote_inact_timeout=1800
<br>
;remote_timeout=3600
<br>
nounkeyct=0
<br>
holdofftelem=0
<br>
;beaconing=1
<br>
;
<br>
; *** Status Reporting ***
<br>
;
<br>
; Uncomment the either group following two statpost lines to
report the status of your node to stats.allstarlink.org
<br>
; depending on whether you are running ACID or Limey Linux.
<br>
<br>
; ** For ACID ***
<br>
statpost_program=/usr/bin/wget,-q,--timeout=15,--tries=1,--output-document=/dev/null
<br>
statpost_url=<a class="moz-txt-link-freetext" href="http://stats.allstarlink.org/uhandler.php">http://stats.allstarlink.org/uhandler.php</a> ; Status
updates
<br>
<br>
; ** For Limey Linux **
<br>
;statpost_program=/bin/wget,-q,--timeout=15,--tries=1,--output-document=/dev/null
<br>
;statpost_url=<a class="moz-txt-link-freetext" href="http://stats.allstarlink.org/uhandler.php">http://stats.allstarlink.org/uhandler.php</a> ; Status
updates
<br>
<br>
;
<br>
; Morse code parameters, these are common to all repeaters.
<br>
;
<br>
<br>
[morse29681]
<br>
<br>
speed=30
<br>
frequency=800
<br>
amplitude=4096
<br>
idfrequency=800
<br>
idamplitude=1024
<br>
[schedule29681]
<br>
;dtmf_function = m h dom mon dow ; ala cron, star is implied
<br>
80=00 * * * *
<br>
80=15 * * * *
<br>
80=30 * * * *
<br>
80=45 * * * *
<br>
81=00 * * * *
<br>
<br>
<br>
[functions29681]
<br>
1=ilink,1
<br>
2=ilink,2
<br>
3=ilink,3
<br>
4=ilink,4
<br>
5=macro,1
<br>
70=ilink,5
<br>
71=ilink,6
<br>
72=ilink,7
<br>
73=ilink,15
<br>
74=ilink,16
<br>
75=ilink,8
<br>
<br>
80=status,1
<br>
81=status,2
<br>
<br>
6=autopatchup,noct=1,farenddisconnect=1,dialtime=20000 ;
Autopatch up
<br>
0=autopatchdn ; Autopatch down
<br>
<br>
99=cop,43
<br>
980=status,3
<br>
;99=cop,6
<br>
<br>
; Place command macros here
<br>
<br>
[macro29681]
<br>
80=*80
<br>
81=*81
<br>
<br>
[telemetry]
<br>
<br>
;ct1=|t(350,0,100,2048)(500,0,100,2048)(660,0,100,2048)
<br>
ct1=|t(2175,0,50,8192)
<br>
;ct2=|t(660,880,150,2048)
<br>
ct2=|t(1633,0,50,3000)(0,0,80,0)(1209,0,50,3000)
<br>
ct3=|t(2175,0,150,4096)
<br>
ct4=|t(550,0,150,2048)
<br>
ct5=|t(660,0,150,2048)
<br>
ct6=|t(880,0,150,2048)
<br>
ct7=|t(660,440,150,2048)
<br>
ct8=|t(700,1100,150,2048)
<br>
;remotetx=|t(1633,0,50,3000)(0,0,80,0)(1209,0,50,3000)
<br>
remotetx=|t(2175,0,150,8192)
<br>
remotemon=|t(1209,0,50,2048)
<br>
cmdmode=|t(900,903,200,2048)
<br>
;functcomplete=|t(1000,0,100,2048)(0,0,100,0)(1000,0,100,2048)
<br>
functcomplete=|t(350,0,100,8192)(500,0,100,8192)(660,0,100,8192)
<br>
;functcomplete=|t(350,0,100,2048)(500,0,100,2048)(660,0,100,2048)
<br>
;functcomplete=|(2175,0,300,8192)
<br>
patchup=rpt/callproceeding
<br>
patchdown=rpt/callterminated
<br>
<br>
;
<br>
; This section allows wait times for telemetry events to be
adjusted
<br>
; A section for wait times can be defined for every repeater
<br>
;
<br>
<br>
[wait-times]
<br>
telemwait=2750
<br>
idwait=2750
<br>
unkeywait=500
<br>
calltermwait=2000
<br>
<br>
;
<br>
; This is where you define your nodes which cam be connected to.
<br>
<br>
[nodes]
<br>
; Note, if you are using automatic update for allstar link nodes,
<br>
; no allstar link nodes should be defined here. Only place a
definition
<br>
; for your locak nodes, and private (off of allstar link) nodes
here.
<br>
<br>
;29681 = <a class="moz-txt-link-abbreviated" href="mailto:radio@127.0.0.1/29681,NONE">radio@127.0.0.1/29681,NONE</a>
<br>
<br>
; Memories for remote bases
<br>
<br>
[memory]
<br>
<br>
;00 = 146.580,100.0,m
<br>
;01 = 147.030,103.5,m+t
<br>
;02 = 147.240,103.5,m+t
<br>
;03 = 147.765,79.7,m-t
<br>
;04 = 146.460,100.0,m
<br>
;05 = 146.550,100.0,m
<br>
<br>
<br>
#includeifexists custom/rpt.conf
<br>
<br>
<br>
_______________________________________________
<br>
App_rpt-users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a>
<br>
<br>
</blockquote>
<br>
</body>
</html>