<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>







<body style="background-color: #fff;">
<span style="display:none"> </span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="position:relative;">
  <div id="ygrp-msg" style="z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id="ygrp-text" >
      
      
      <p>Update: when running cd ~/src/op25/python      
./audio_p25_rx.py -a  I was getting this error <br><br>AttributeError: 'fft_window' object has no attribute 'plot'<br><br>FIX was to edit  gr-wxgui.conf   in the directory  /usr/local/etc/gnuradio/conf.d<br>
and change the line style = auto to style = nongl<br><br>Now im getting this error when running  cd ~/src/op25/python      
./audio_p25_rx.py -a <br>Error reads "NameError: global name 'msgq' is not defined"<br><br><div class="gmail_quote">On Tue, May 15, 2012 at 8:20 PM, Chris Svendsen <span dir="ltr"><<a href="mailto:csvendsen2143@gmail.com" target="_blank">csvendsen2143@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px #ccc solid;"><br>Hello group<br><br>Working on an install on Ubuntu 12.04 I realize there are some problems with 12.04 but would like to help fix these issues as they occur. These are some issues I have had so far with a fresh install of Ubuntu 12.04 and GNU radio 3.6.0.<br>

GNU radio was built from source code not from the install script.<br>Had to run sudo ldconfig after GNU radio install that I did not see anywhere in there install directions. Anyway on to OP25<br><br>OP25  <br><br>Number 1<br>

Running ./configure in /op25/block<br>Configure could not find gruel_common.i in /usr/local/include/gnuradio/swig<br>Assuming this is due to GNU radios new location for file is /usr/local/include/gruel/swig/<br>FIX was to link the directories.<br>

 sudo ln -s /usr/local/include/gruel/swig/* /usr/local/include/gnuradio/swig/<br><br>Number 2<br>Using the lattes version of gcc 4.6 to compile ran into and error trying to make the install of the op24/block. <br>FIX was to add <br>

#include <cstddef><br>To the file  op25.cc located in op25/block/src/lib/<br>make and make install now worked without any errors for the /op25/block section.<br><br>Another error I ran into was installing gr-fsk4 I realize this is not an op25 issue but thought is was mentioning. This error was again in the "make" section of the stall and was fixed by adding <br>

#include <stdio.h><br>to several files in the src/lib directory.<br><br>After that all the installs completed without errors however I am still having the following issues.<br>1) There is no op25 decode block in GNU Radio.<br>

2) When running <br><pre>cd ~/src/op25/python
./audio_p25_rx.py -a</pre>I get the following error <br>AttributeError: 'fft_window' object has no attribute 'plot'<br><br>Hope this info helps some devs and if there is any info anybody needs let me know. In the mean time ill be working on getting this install working.<br>

<br>Thanks <br><span class="HOEnZb"><font color="#888888">      Chris</font></span><div><div class="h5"><br> <br><br><br><br><div class="gmail_quote">On Mon, May 14, 2012 at 9:11 PM, markop25 <span dir="ltr"><<a href="mailto:cottrell.m.a@gmail.com" target="_blank">cottrell.m.a@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left:1px #ccc solid;">


<u></u>










<div>
<span> </span>


<div>
  <div>


    <div>
      
      
      <p><br>
<br>
Hi Steve,<br>
<br>
I have been playing around for a while now using a few different ubuntu and debian distributions.  So far I've only had success with my 11.04 virtual machines.  I took some wireshark captures of some P25 samples running through Bob's flowgraph in both debian wheezy and ubuntu 11.04, the "good" capture (<a href="https://docs.google.com/open?id=0B8J3fNC5VR23akJ1Zl9xNkNHeHM" target="_blank">https://docs.google.com/open?id=0B8J3fNC5VR23akJ1Zl9xNkNHeHM</a>) contains exactly what I would expect with correct NIDs, while the "bad" capture (<a href="https://docs.google.com/open?id=0B8J3fNC5VR23NlA2aGdWVDlHYUE" target="_blank">https://docs.google.com/open?id=0B8J3fNC5VR23NlA2aGdWVDlHYUE</a>) has packets with NIDs that are all zero with the occasional 1 in the LSB.  From the packets I glanced at, the data after the NID is the same in each capture.  <br>


<br>
I have no idea what the differences are in the dependencies between my debian setup and ubuntu vm, but I have tried building in debian with gcc-4.5 and boost 1.46 (instead of gcc-4.6 and boost 1.49) and have not had any luck. I have also tried a few versions of gnuradio (3.4.2, 3.5.3 and 3.6.1) without any luck.  Any other ideas to help get it working or figure out the cause of the problem would be welcome.<br>


<br>
Thanks,<br>
Mark</p><div><br>
<br>
--- In <a href="mailto:op25-dev%40yahoogroups.com" target="_blank">op25-dev@yahoogroups.com</a>, Steve Glass <stevie.glass@...> wrote:<br>
><br>
> <br>
> -----BEGIN PGP SIGNED MESSAGE-----<br>
> Hash: SHA1<br>
> <br>
> On 14/05/12 13:25, Richard Clarke wrote:<br>
> ><br>
> > A colleague of mine here has noted that op25 decoder seems to produce<br>
> no audio when compiled and run on anything later than Ubuntu 11.04 for<br>
> as yet undetermined reasons. Building and running on 11.10 or later<br>
> (other mods required for 12.04) and you end up with the no audio<br>
> problem. I've suggested that he post here with any more details he may have<br>
> <br>
> I've used OP25 in different Ubuntu VMs and not had any problem in 11.10.<br>
> Shall try 12.04 tonight. I think that I'll set the software decoder to<br>
> be the default and that might help. There is a huge todo around the IMBE<br>
> vocoder which I've been postponing but I'll start taking a look at that<br>
> ASAP.<br>
> <br>
> <br>
> -----BEGIN PGP SIGNATURE-----<br>
> Version: GnuPG v1.4.12 (GNU/Linux)<br>
> Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
> <br>
> iEYEARECAAYFAk+wf6wACgkQW7aAm65EWy4m9ACfeKcxeKLzlAttUm/btm5gICT0<br>
> OdwAoNgc8sOx+KDvK1JSpf7PQmWMyLfQ<br>
> =MufF<br>
> -----END PGP SIGNATURE-----<br>
><br>
<br>
</div><p></p>

    </div>
     

    
    <div style="color:#fff;"></div>


</div>



  






</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br>
</blockquote></div><br><br clear="all"><br>-- <br>Chris Svendsen<br><b>Phone:</b> 407 694 7282<br><b>Email:</b> <a href="mailto:csvendsen2143@gmail.com" target="_blank">csvendsen2143@gmail.com</a><br><br>
</p>

    </div>
     

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <div style="color: #fff; height: 0;">__._,_.___</div>

        
  
   
    <div id="ygrp-actbar" style="clear: both; margin-bottom: 10px; white-space: nowrap; color: #666; padding-top: 15px;">
      <div>
        <a href="mailto:csvendsen2143@gmail.com?subject=Re%3A%20%5Bop25-dev%5D%20Re%3A%20GRC%20blocks%20for%20OP25%20and%204FSK%20missing" style="margin-right: 0; padding-right: 0;">
          Reply to <span style="font-weight: 700;">sender</span></a> |
        <a href="mailto:op25-dev@yahoogroups.com?subject=Re%3A%20%5Bop25-dev%5D%20Re%3A%20GRC%20blocks%20for%20OP25%20and%204FSK%20missing">
          Reply to <span style="font-weight: 700;">group</span></a> |
                  <a href="http://groups.yahoo.com/group/op25-dev/post;_ylc=X3oDMTJwc3Y3MjNwBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRtc2dJZAM3MTAEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMzM3MTMyNTgw?act=reply&messageNum=710">Reply <span style="font-weight: 700;">via web post</span></a> |
                <a href="http://groups.yahoo.com/group/op25-dev/post;_ylc=X3oDMTJmbTdtNnQzBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNudHBjBHN0aW1lAzEzMzcxMzI1ODA-" style="font-weight: 700;">Start a New Topic</a>
      </div>

                <a href="http://groups.yahoo.com/group/op25-dev/message/693;_ylc=X3oDMTMzOXFsOXYxBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRtc2dJZAM3MTAEc2VjA2Z0cgRzbGsDdnRwYwRzdGltZQMxMzM3MTMyNTgwBHRwY0lkAzY5Mw--">Messages in this topic</a>
          (<span style="font-weight: 700;">11</span>)
          </div> 
<!------- Start Nav Bar ------>
<!-- |**|begin egp html banner|**| -->
<!-- |**|end egp html banner|**| -->

<!-- |**|begin egp html banner|**| -->
<div id="ygrp-vital" style="background-color: #e0ecee; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">
      <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; ">Recent Activity:</span>

    <ul style="list-style-type: none; margin: 0; padding: 0; display: inline;">
            <li style="border-right: 1px solid #000; font-weight: 700; display: inline; padding: 0 5px; margin-left: 0;">
      <span class="cat"><a href="http://groups.yahoo.com/group/op25-dev/members;_ylc=X3oDMTJnMXZycTJyBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDdnRsBHNsawN2bWJycwRzdGltZQMxMzM3MTMyNTgw?o=6" style="text-decoration: none;">New Members</a></span>
      <span class="ct" style="color: #ff7900;">3</span>
    </li>
                                              </ul>
    
  <div style="clear: both; padding-top: 2px; color: #1e66ae;">
    <a href="http://groups.yahoo.com/group/op25-dev;_ylc=X3oDMTJmYWU1bW8zBF9TAzk3MzU5NzE0BGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzEzMzcxMzI1ODA-" style="text-decoration: none;">Visit Your Group</a>
  </div>
</div>

  
<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
  <a href="http://groups.yahoo.com/;_ylc=X3oDMTJlcWJvYzNpBF9TAzk3NDc2NTkwBGdycElkAzIyMDg0NTgyBGdycHNwSWQDMTcwNTY0NDA4OQRzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTMzNzEzMjU4MA--" style="float: left;"><img src="http://l.yimg.com/a/i/us/yg/logo/us.gif" height="15" width="137" alt="Yahoo! Groups" style="border: 0;"/></a>
  <div style="color: #747575; float: right;">Switch to: <a href="mailto:op25-dev-traditional@yahoogroups.com?subject=Change Delivery Format: Traditional" style="text-decoration: none;">Text-Only</a>, <a href="mailto:op25-dev-digest@yahoogroups.com?subject=Email Delivery: Digest" class="margin-rt" style="text-decoration: none;">Daily Digest</a> • <a href="mailto:op25-dev-unsubscribe@yahoogroups.com?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> • <a href="http://docs.yahoo.com/info/terms/" style="text-decoration: none;">Terms of Use</a></div>
</div>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id="ygrp-sponsor" style="width:160px; float:right; clear:none; margin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id="ygrp-reco">
     </div>
<!-- End Recommendations -->



  </div>   <!-- |**|end egp html banner|**| -->

  <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>

  <img src="http://geo.yahoo.com/serv?s=97359714/grpId=22084582/grpspId=1705644089/msgId=710/stime=1337132580/nc1=4507179/nc2=4025373/nc3=3848642" width="1" height="1"> <br>

<div style="color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type="text/css">
  <!--
  #ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
  #ygrp-sponsor #ygrp-lc {
  font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 78%;
  line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
  margin-bottom: 10px;
  padding: 0 0;
}

  a {
    color: #1e66ae;
  }

  #actions {
    font-family: Verdana;
    font-size: 11px;
    padding: 10px 0;
  }

  #activity {
    background-color: #e0ecee;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 10px;
  }

  #activity span {
    font-weight: 700;
  }

  #activity span:first-child {
    text-transform: uppercase;
  }

  #activity span a {
    color: #5085b6;
    text-decoration: none;
  }

  #activity span span {
    color: #ff7900;
  }

  #activity span .underline {
    text-decoration: underline;
  }

  .attach {
    clear: both;
    display: table;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0;
    width: 400px;
  }

  .attach div a {
    text-decoration: none;
  }

  .attach img {
    border: none;
    padding-right: 5px;
  }

  .attach label {
    display: block;
    margin-bottom: 5px;
  }

  .attach label a {
    text-decoration: none;
  }
  
  blockquote {
    margin: 0 0 0 4px;
  }

  .bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
  }

  .bold a {
    text-decoration: none;
  }

  dd.last p a {
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span {
    margin-right: 10px;
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span.yshortcuts {
    margin-right: 0;
  }

  div.attach-table div div a {
    text-decoration: none;
  }

  div.attach-table {
    width: 400px;
  }

  div.file-title a, div.file-title a:active, div.file-title a:hover, div.file-title a:visited {
    text-decoration: none;
  }

  div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div.photo-title a:visited {
    text-decoration: none;
  }

  div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
  }

  .green {
    color: #628c2a;
  }

  .MsoNormal {
    margin: 0 0 0 0;
  }

  o {
    font-size: 0;
  }

  #photos div {
    float: left;
    width: 72px;
  }

  #photos div div {
    border: 1px solid #666666;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  #photos div label {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 64px;
  }

  #reco-category {
    font-size: 77%;
  }

  #reco-desc {
    font-size: 77%;
  }

  .replbq {
    margin: 4px;
  }

  #ygrp-actbar div a:first-child {
   /* border-right: 0px solid #000;*/
    margin-right: 2px;
    padding-right: 5px;
  }

  #ygrp-mlmsg {
    font-size: 13px;
    font-family: Arial, helvetica,clean, sans-serif;
    *font-size: small;
    *font: x-small;
  }

  #ygrp-mlmsg table {
    font-size: inherit;
    font: 100%;
  }

  #ygrp-mlmsg select, input, textarea {
    font: 99% Arial, Helvetica, clean, sans-serif;
  }

  #ygrp-mlmsg pre, code {
    font:115% monospace;
    *font-size:100%;
  }

  #ygrp-mlmsg * {
    line-height: 1.22em;
  }

  #ygrp-mlmsg #logo {
    padding-bottom: 10px;
  }

  #ygrp-mlmsg a {
    color: #1E66AE;
  }

  #ygrp-msg p a {
    font-family: Verdana;
  }

  #ygrp-msg p#attach-count span {
    color: #1E66AE;
    font-weight: 700;
  }

  #ygrp-reco #reco-head {
    color: #ff7900;
    font-weight: 700;
  }

  #ygrp-reco {
    margin-bottom: 20px;
    padding: 0px;
  }

  #ygrp-sponsor #ov li a {
    font-size: 130%;
    text-decoration: none;
  }

  #ygrp-sponsor #ov li {
    font-size: 77%;
    list-style-type: square;
    padding: 6px 0;
  } 

  #ygrp-sponsor #ov ul {
    margin: 0;
    padding: 0 0 0 8px;
  }

  #ygrp-text {
    font-family: Georgia;
  }

  #ygrp-text p {
    margin: 0 0 1em 0;
  }

  #ygrp-text tt {
    font-size: 120%;
  }

  #ygrp-vital ul li:last-child {
    border-right: none !important; 
  } 
  -->
  </style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->