Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net
Robert
Not a lot of info here to go on.
We'd need you to post the specific error messages you're receiving - otherwise it won't be possible to arrive at a diagnosis.
Max
________________________________ From: rbrtklamp RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 5:13 AM Subject: [op25-dev] OP25 and WireShark Help
Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net
I have what is supposed to be a working copy on a thumb drive I copy the SRC file over to my Home folder. The SCR folder contains 4 folders GNURadio-3.2.2, GR-FSK4, OP25, and OLD I can post a link to it if it will help. I then open a terminal and run the command lines to start it: cd ~/src/op25/python-à./audio_p25_rx.py –a and I get this errorà
bob@ubuntu:~$ cd ~/src/op25/python
bob@ubuntu:~/src/op25/python$ ./audio_p25_rx.py -a
Traceback (most recent call last):
File "./audio_p25_rx.py", line 34, in <module>
from gnuradio import audio, eng_notation, fsk4, gr, gru, op25
ImportError: cannot import name fsk4
bob@ubuntu:~/src/op25/python$
bob@ubuntu:~/src/op25/python$
I will try and install from scratch but I get the same error plus a few others, any way any help is appreciated and please let me know if you need more info. As for the system I am running Ubuntu 10.04 with VMware player on a windows 7 64 bit machine with a AMD processor.
Thanks Again,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of ikjtel Sent: Tuesday, January 29, 2013 7:46 AM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
Robert
Not a lot of info here to go on.
We'd need you to post the specific error messages you're receiving - otherwise it won't be possible to arrive at a diagnosis.
Max
_____
From: rbrtklamp RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 5:13 AM Subject: [op25-dev] OP25 and WireShark Help
Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net
you have the source dir for gr-fsk4 - good. Use the cd command the chdir to that dir (src/gr-fsk4) and then do
sh bootstrap
./configure
make make install
Max
________________________________ From: Robert Klamp Jr. RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 9:10 AM Subject: RE: [op25-dev] OP25 and WireShark Help
I have what is supposed to be a working copy on a thumb drive I copy the SRC file over to my Home folder. The SCR folder contains 4 folders GNURadio-3.2.2, GR-FSK4, OP25, and OLD I can post a link to it if it will help. I then open a terminal and run the command lines to start it: cd ~/src/op25/python-à./audio_p25_rx.py –a and I get this errorà bob@ubuntu:~$ cd ~/src/op25/python bob@ubuntu:~/src/op25/python$ ./audio_p25_rx.py -a Traceback (most recent call last): File "./audio_p25_rx.py", line 34, in <module> from gnuradio import audio, eng_notation, fsk4, gr, gru, op25 ImportError: cannot import name fsk4 bob@ubuntu:~/src/op25/python$ bob@ubuntu:~/src/op25/python$ I will try and install from scratch but I get the same error plus a few others, any way any help is appreciated and please let me know if you need more info. As for the system I am running Ubuntu 10.04 with VMware player on a windows 7 64 bit machine with a AMD processor. Thanks Again, Bob From:op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of ikjtel Sent: Tuesday, January 29, 2013 7:46 AM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help Robert Not a lot of info here to go on. We'd need you to post the specific error messages you're receiving - otherwise it won't be possible to arrive at a diagnosis. Max
________________________________
From:rbrtklamp RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 5:13 AM Subject: [op25-dev] OP25 and WireShark Help Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net
I have to apologize, I am not that great with Ubuntu. Could you please explain the first part about using the cd command and what I am supposed to type in. I am very lost not understanding Linux that well, are you saying to type cd chdir src/grfsk4 into the terminal window and then run bootstrap and configure? I am so lost, please anybody responding understand I am new to Linux and have a lot of learning to do.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of ikjtel Sent: Tuesday, January 29, 2013 2:50 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
you have the source dir for gr-fsk4 - good. Use the cd command the chdir to that dir (src/gr-fsk4) and then do
sh bootstrap
./configure
make
make install
Max
_____
From: Robert Klamp Jr. RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 9:10 AM Subject: RE: [op25-dev] OP25 and WireShark Help
I have what is supposed to be a working copy on a thumb drive I copy the SRC file over to my Home folder. The SCR folder contains 4 folders GNURadio-3.2.2, GR-FSK4, OP25, and OLD I can post a link to it if it will help. I then open a terminal and run the command lines to start it: cd ~/src/op25/python-à./audio_p25_rx.py –a and I get this errorà
bob@ubuntu:~$ cd ~/src/op25/python
bob@ubuntu:~/src/op25/python$ ./audio_p25_rx.py -a
Traceback (most recent call last):
File "./audio_p25_rx.py", line 34, in <module>
from gnuradio import audio, eng_notation, fsk4, gr, gru, op25
ImportError: cannot import name fsk4
bob@ubuntu:~/src/op25/python$
bob@ubuntu:~/src/op25/python$
I will try and install from scratch but I get the same error plus a few others, any way any help is appreciated and please let me know if you need more info. As for the system I am running Ubuntu 10.04 with VMware player on a windows 7 64 bit machine with a AMD processor.
Thanks Again,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of ikjtel Sent: Tuesday, January 29, 2013 7:46 AM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
Robert
Not a lot of info here to go on.
We'd need you to post the specific error messages you're receiving - otherwise it won't be possible to arrive at a diagnosis.
Max
_____
From: rbrtklamp RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 5:13 AM Subject: [op25-dev] OP25 and WireShark Help
Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net
It would help you greatly to check out section 3 of this document: http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Unix/UnixBareMn.pdf
On Tue, Jan 29, 2013 at 6:04 PM, Robert Klamp Jr. RobertKlamp@aol.comwrote:
**
I have to apologize, I am not that great with Ubuntu. Could you please explain the first part about using the cd command and what I am supposed to type in. I am very lost not understanding Linux that well, are you saying to type cd chdir src/grfsk4 into the terminal window and then run bootstrap and configure? I am so lost, please anybody responding understand I am new to Linux and have a lot of learning to do.****
Thanks,****
Bob****
*From:* op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] *On Behalf Of *ikjtel *Sent:* Tuesday, January 29, 2013 2:50 PM
*To:* op25-dev@yahoogroups.com *Subject:* Re: [op25-dev] OP25 and WireShark Help****
you have the source dir for gr-fsk4 - good. Use the cd command the chdir to that dir (src/gr-fsk4) and then do****
sh bootstrap****
./configure****
make****
make install****
Max****
*From:* Robert Klamp Jr. RobertKlamp@aol.com *To:* op25-dev@yahoogroups.com *Sent:* Tuesday, January 29, 2013 9:10 AM *Subject:* RE: [op25-dev] OP25 and WireShark Help****
I have what is supposed to be a working copy on a thumb drive I copy the SRC file over to my Home folder. The SCR folder contains 4 folders GNURadio-3.2.2, GR-FSK4, OP25, and OLD I can post a link to it if it will help. I then open a terminal and run the command lines to start it: cd ~/src/op25/python-à./audio_p25_rx.py –a and I get this errorà****
bob@ubuntu:~$ cd ~/src/op25/python****
bob@ubuntu:~/src/op25/python$ ./audio_p25_rx.py -a****
Traceback (most recent call last):****
File "./audio_p25_rx.py", line 34, in <module>****
from gnuradio import audio, eng_notation, fsk4, gr, gru, op25****ImportError: cannot import name fsk4****
bob@ubuntu:~/src/op25/python$ ****
bob@ubuntu:~/src/op25/python$****
I will try and install from scratch but I get the same error plus a few others, any way any help is appreciated and please let me know if you need more info. As for the system I am running Ubuntu 10.04 with VMware player on a windows 7 64 bit machine with a AMD processor.****
Thanks Again,****
Bob****
*From:* op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.comop25-dev@yahoogroups.com] *On Behalf Of *ikjtel *Sent:* Tuesday, January 29, 2013 7:46 AM *To:* op25-dev@yahoogroups.com *Subject:* Re: [op25-dev] OP25 and WireShark Help****
Robert****
Not a lot of info here to go on.****
We'd need you to post the specific error messages you're receiving - otherwise it won't be possible to arrive at a diagnosis.****
Max****
*From:* rbrtklamp RobertKlamp@aol.com *To:* op25-dev@yahoogroups.com *Sent:* Tuesday, January 29, 2013 5:13 AM *Subject:* [op25-dev] OP25 and WireShark Help****
Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net****
Ok I changed the directory for gr-fsk4 to the SRC directory using cd src then cd gr-fsk4. After running bootstrap, configure, make, and make install I get this error?à
bob@ubuntu:~$ '/home/bob/src/gr-fsk4'
bash: /home/bob/src/gr-fsk4: is a directory
bob@ubuntu:~$ cd src
bob@ubuntu:~/src$ /src/gr-fsk4
bash: /src/gr-fsk4: No such file or directory
bob@ubuntu:~/src$ cd chdir gr-fsk4
bash: cd: chdir: No such file or directory
bob@ubuntu:~/src$ cd gr-fsk4
bob@ubuntu:~/src/gr-fsk4$ sh bootstrap
/usr/share/aclocal/snacc.m4:24: warning: underquoted definition of AM_PATH_SNACC
/usr/share/aclocal/snacc.m4:24: run info '(automake)Extending aclocal'
/usr/share/aclocal/snacc.m4:24: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
doc/Makefile.am:77: `%'-style pattern rules are a GNU make extension
doc/Makefile.am:80: `%'-style pattern rules are a GNU make extension
bob@ubuntu:~/src/gr-fsk4$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether C++ has bool... yes
checking whether C++ has buggy scoping in for-loops... yes
checking whether user wants assertions... yes
checking whether C++ has std::isnan... yes
checking whether user wants warnings... yes
checking whether g++ accepts -Wall... yes
checking whether g++ accepts -Woverloaded-virtual... yes
checking whether user wants gprof... no
checking whether user wants prof... no
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rm... /bin/rm
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for Python include path... /usr/include/python2.6
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for swig... /usr/bin/swig
checking for SWIG version... 1.3.40
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for library containing clock_gettime... -lrt
checking for clock_gettime... yes
checking for gettimeofday... yes
checking for nanosleep... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dummy... no
checking for cc_r... no
checking for sys/types.h... (cached) yes
checking for fcntl.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for winioctl.h... no
checking for winbase.h... no
checking for getopt... yes
checking for usleep... yes
checking for gettimeofday... (cached) yes
checking for nanosleep... (cached) yes
checking for rand... yes
checking for srand... yes
checking for random... yes
checking for srandom... yes
checking for sleep... yes
checking for sigaction... yes
checking for struct timezone... yes
checking for struct timespec... yes
checking for ssize_t... yes
checking for getopt... (cached) yes
checking for usleep... (cached) yes
checking for gettimeofday... (cached) yes
checking for Sleep... no
checking whether mkdir accepts only one arg... no
checking for pkg-config... /usr/bin/pkg-config
checking for gnuradio-core >= 2... yes
checking GNURADIO_CORE_CFLAGS... -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio
checking GNURADIO_CORE_LIBS... -lgnuradio-core -lboost_thread-mt -lrt -lboost_date_time-mt -lgruel -lfftw3f -lgsl -lgslcblas -lm -lgromnithread
checking GNURADIO_CORE_INCLUDEDIR... /usr/include/gnuradio
gr_boost_include_dir =
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/python/Makefile
config.status: creating src/python/run_tests
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing run_tests commands
bob@ubuntu:~/src/gr-fsk4$ make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/bob/src/gr-fsk4/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/bob/src/gr-fsk4'
Making all in config
make[2]: Entering directory `/home/bob/src/gr-fsk4/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bob/src/gr-fsk4/config'
Making all in src
make[2]: Entering directory `/home/bob/src/gr-fsk4/src'
Making all in lib
make[3]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
make all-am
make[4]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4.lo -MD -MP -MF .deps/fsk4.Tpo -c -o fsk4.lo fsk4.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4.lo -MD -MP -MF .deps/fsk4.Tpo -c fsk4.cc -fPIC -DPIC -o .libs/fsk4.o
fsk4.cc: In function PyObject* _wrap_new_fsk4_demod_ff_sptr(PyObject*, PyObject*):
fsk4.cc:3918: warning: argv[0] may be used uninitialized in this function
fsk4.cc: In function PyObject* _wrap_new_fsk4_apco25_f_sptr(PyObject*, PyObject*):
fsk4.cc:5355: warning: argv[0] may be used uninitialized in this function
fsk4.cc: In function PyObject* _wrap_new_fsk4_generic_f_sptr(PyObject*, PyObject*):
fsk4.cc:4879: warning: argv[0] may be used uninitialized in this function
fsk4.cc: In function PyObject* _wrap_new_fsk4_rdlap_f_sptr(PyObject*, PyObject*):
fsk4.cc:4403: warning: argv[0] may be used uninitialized in this function
mv -f .deps/fsk4.Tpo .deps/fsk4.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_demod_ff.lo -MD -MP -MF .deps/fsk4_demod_ff.Tpo -c -o fsk4_demod_ff.lo fsk4_demod_ff.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_demod_ff.lo -MD -MP -MF .deps/fsk4_demod_ff.Tpo -c fsk4_demod_ff.cc -fPIC -DPIC -o .libs/fsk4_demod_ff.o
mv -f .deps/fsk4_demod_ff.Tpo .deps/fsk4_demod_ff.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_rdlap_f.lo -MD -MP -MF .deps/fsk4_rdlap_f.Tpo -c -o fsk4_rdlap_f.lo fsk4_rdlap_f.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_rdlap_f.lo -MD -MP -MF .deps/fsk4_rdlap_f.Tpo -c fsk4_rdlap_f.cc -fPIC -DPIC -o .libs/fsk4_rdlap_f.o
fsk4_rdlap_f.cc: In member function void fsk4_rdlap_f::process_block():
fsk4_rdlap_f.cc:363: error: printf was not declared in this scope
fsk4_rdlap_f.cc:371: error: printf was not declared in this scope
fsk4_rdlap_f.cc:372: error: printf was not declared in this scope
fsk4_rdlap_f.cc: In member function virtual int fsk4_rdlap_f::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&):
fsk4_rdlap_f.cc:468: warning: unused variable out
make[4]: *** [fsk4_rdlap_f.lo] Error 1
make[4]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bob/src/gr-fsk4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bob/src/gr-fsk4'
make: *** [all] Error 2
bob@ubuntu:~/src/gr-fsk4$ make install
Making install in config
make[1]: Entering directory `/home/bob/src/gr-fsk4/config'
make[2]: Entering directory `/home/bob/src/gr-fsk4/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/bob/src/gr-fsk4/config'
make[1]: Leaving directory `/home/bob/src/gr-fsk4/config'
Making install in src
make[1]: Entering directory `/home/bob/src/gr-fsk4/src'
Making install in lib
make[2]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
make install-am
make[3]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_rdlap_f.lo -MD -MP -MF .deps/fsk4_rdlap_f.Tpo -c -o fsk4_rdlap_f.lo fsk4_rdlap_f.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_rdlap_f.lo -MD -MP -MF .deps/fsk4_rdlap_f.Tpo -c fsk4_rdlap_f.cc -fPIC -DPIC -o .libs/fsk4_rdlap_f.o
fsk4_rdlap_f.cc: In member function void fsk4_rdlap_f::process_block():
fsk4_rdlap_f.cc:363: error: printf was not declared in this scope
fsk4_rdlap_f.cc:371: error: printf was not declared in this scope
fsk4_rdlap_f.cc:372: error: printf was not declared in this scope
fsk4_rdlap_f.cc: In member function virtual int fsk4_rdlap_f::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&):
fsk4_rdlap_f.cc:468: warning: unused variable out
make[3]: *** [fsk4_rdlap_f.lo] Error 1
make[3]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/bob/src/gr-fsk4/src'
make: *** [install-recursive] Error 1
bob@ubuntu:~/src/gr-fsk4$
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Zach Wasserman Sent: Tuesday, January 29, 2013 5:16 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
It would help you greatly to check out section 3 of this document: http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Unix/UnixBareMn.pdf
On Tue, Jan 29, 2013 at 6:04 PM, Robert Klamp Jr. RobertKlamp@aol.com wrote:
I have to apologize, I am not that great with Ubuntu. Could you please explain the first part about using the cd command and what I am supposed to type in. I am very lost not understanding Linux that well, are you saying to type cd chdir src/grfsk4 into the terminal window and then run bootstrap and configure? I am so lost, please anybody responding understand I am new to Linux and have a lot of learning to do.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of ikjtel Sent: Tuesday, January 29, 2013 2:50 PM
To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
you have the source dir for gr-fsk4 - good. Use the cd command the chdir to that dir (src/gr-fsk4) and then do
sh bootstrap
./configure
make
make install
Max
_____
From: Robert Klamp Jr. RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 9:10 AM Subject: RE: [op25-dev] OP25 and WireShark Help
I have what is supposed to be a working copy on a thumb drive I copy the SRC file over to my Home folder. The SCR folder contains 4 folders GNURadio-3.2.2, GR-FSK4, OP25, and OLD I can post a link to it if it will help. I then open a terminal and run the command lines to start it: cd ~/src/op25/python-à./audio_p25_rx.py a and I get this errorà
bob@ubuntu:~$ cd ~/src/op25/python
bob@ubuntu:~/src/op25/python$ ./audio_p25_rx.py -a
Traceback (most recent call last):
File "./audio_p25_rx.py", line 34, in <module>
from gnuradio import audio, eng_notation, fsk4, gr, gru, op25
ImportError: cannot import name fsk4
bob@ubuntu:~/src/op25/python$
bob@ubuntu:~/src/op25/python$
I will try and install from scratch but I get the same error plus a few others, any way any help is appreciated and please let me know if you need more info. As for the system I am running Ubuntu 10.04 with VMware player on a windows 7 64 bit machine with a AMD processor.
Thanks Again,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of ikjtel Sent: Tuesday, January 29, 2013 7:46 AM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
Robert
Not a lot of info here to go on.
We'd need you to post the specific error messages you're receiving - otherwise it won't be possible to arrive at a diagnosis.
Max
_____
From: rbrtklamp RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 5:13 AM Subject: [op25-dev] OP25 and WireShark Help
Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net
My OP25 runs but doesn't show up in GNUradio. Either does the FSK4 decoder or wireshark. Should these all be showing up in the GNUradio blocks tree? I was under the impression that OP25 was block that had to be used in GNU radio. Need some giudance please. Thanks a bunch, Matt
"Robert Klamp Jr." RobertKlamp@aol.com wrote:
I have what is supposed to be a working copy on a thumb drive I copy the SRC file over to my Home folder. The SCR folder contains 4 folders GNURadio-3.2.2, GR-FSK4, OP25, and OLD I can post a link to it if it will help. I then open a terminal and run the command lines to start it: cd ~/src/op25/python-à./audio_p25_rx.py –a and I get this errorà
bob@ubuntu:~$ cd ~/src/op25/python
bob@ubuntu:~/src/op25/python$ ./audio_p25_rx.py -a
Traceback (most recent call last):
File "./audio_p25_rx.py", line 34, in <module>
from gnuradio import audio, eng_notation, fsk4, gr, gru, op25
ImportError: cannot import name fsk4
bob@ubuntu:~/src/op25/python$
bob@ubuntu:~/src/op25/python$
I will try and install from scratch but I get the same error plus a few others, any way any help is appreciated and please let me know if you need more info. As for the system I am running Ubuntu 10.04 with VMware player on a windows 7 64 bit machine with a AMD processor.
Thanks Again,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of ikjtel Sent: Tuesday, January 29, 2013 7:46 AM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
Robert
Not a lot of info here to go on.
We'd need you to post the specific error messages you're receiving - otherwise it won't be possible to arrive at a diagnosis.
Max
From: rbrtklamp RobertKlamp@aol.com To: op25-dev@yahoogroups.com Sent: Tuesday, January 29, 2013 5:13 AM Subject: [op25-dev] OP25 and WireShark Help
Has anybody had any luck getting OP25 to work. I have been going crazy trying to get this program installed and running but it always gives me errors. I have tried ubuntu 9.10 but they no longer release or update any packages for that version anymore. So now I am on to Ubuntu 10.04 GNUradio installs fine but I get a ton of errors when trying to install OP25. My end game is to be able to use OP25 with wire shark to review the data packets. Right now I am at a loss, I am not very Linux literate and really have a almost no knowledge on how the operating system works. I should add I installed and use DSD just fine, thats why this op25 thing is driving me crazy I follow every part of the building instructions to the T and still get errors and missing pieces. I am at the point that I am willing to pay somebody for their time if someone would be kind enough to contact me directly I will give you my phone number and we can go from there. Just let me know what I owe you for your time and I will paypal it over to you. Bottom line is I NEED to get this program up and running with wire shark for a project me and some Friends are working on. Any help would be very much appreciated and I am more than happy to compensate any for their time if somebodies willing to walk me through the set-up and figure out why I cant get it running. PLEASE HELP! Any one interested can contact me here directly at the email address below.
Thank you all for your time, Robert Klamp RobertKlamp at Comcast dot net
Alright here is the log from my installà
bob@ubuntu:~$ sudo apt-get -y install swig g++ automake libtool python-dev libfftw3-dev \
libcppunit-dev libboost-all-dev libusb-dev fort77 sdcc sdcc-libraries \
libsdl1.2-dev python-wxgtk2.8 subversion git-core guile-1.8-dev \
libqt4-dev python-numpy ccache python-opengl libgsl0-dev \
python-cheetah python-lxml doxygen qt4-dev-tools \
libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools libitpp-dev \
bison flex libgtk2.0-dev libpcap-dev
[sudo] password for bob:
Reading package lists... Done
Building dependency tree
Reading state information... Done
swig is already the newest version.
g++ is already the newest version.
automake is already the newest version.
libtool is already the newest version.
python-dev is already the newest version.
libfftw3-dev is already the newest version.
libcppunit-dev is already the newest version.
libboost-all-dev is already the newest version.
libusb-dev is already the newest version.
fort77 is already the newest version.
sdcc is already the newest version.
sdcc-libraries is already the newest version.
libsdl1.2-dev is already the newest version.
python-wxgtk2.8 is already the newest version.
subversion is already the newest version.
git-core is already the newest version.
guile-1.8-dev is already the newest version.
libqt4-dev is already the newest version.
python-numpy is already the newest version.
ccache is already the newest version.
python-opengl is already the newest version.
libgsl0-dev is already the newest version.
python-cheetah is already the newest version.
python-lxml is already the newest version.
doxygen is already the newest version.
qt4-dev-tools is already the newest version.
libqwt5-qt4-dev is already the newest version.
libqwtplot3d-qt4-dev is already the newest version.
pyqt4-dev-tools is already the newest version.
libitpp-dev is already the newest version.
bison is already the newest version.
flex is already the newest version.
libgtk2.0-dev is already the newest version.
libpcap-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
bob@ubuntu:~$
bob@ubuntu:~$ svn co http://op25.osmocom.org/svn/trunk op25
A op25/wireshark
A op25/wireshark/plugins
A op25/wireshark/plugins/p25
A op25/wireshark/plugins/p25/Makefile.common
A op25/wireshark/plugins/p25/AUTHORS
A op25/wireshark/plugins/p25/plugin.rc.in
A op25/wireshark/plugins/p25/Makefile.nmake
A op25/wireshark/plugins/p25/moduleinfo.h
A op25/wireshark/plugins/p25/COPYING
A op25/wireshark/plugins/p25/Makefile.am
A op25/wireshark/plugins/p25/packet-p25cai.c
A op25/wireshark/plugins/p25/moduleinfo.nmake
A op25/wireshark/plugins/p25/README
A op25/wireshark/patches
A op25/wireshark/patches/wireshark-1.2.6.patch
A op25/wireshark/patches/wireshark-1.6.5.patch
A op25/wireshark/patches/wireshark-1.0.2.patch
A op25/wireshark/patches/wireshark-1.2.2.patch
A op25/wireshark/patches/wireshark-1.4.3.patch
A op25/audio
A op25/audio/encrypted-p25-as-nbfm.mp3
A op25/python
A op25/python/usrp_p25_rx.py
A op25/python/audio_imbe.py
A op25/python/op25_c4fm_mod.py
A op25/python/usrp2_c4fm_rx_nogui.py
A op25/python/cqpsk-mod.py
A op25/python/op25_tx.py
A op25/python/audio_p25_rx.py
A op25/python/audio_p25_tx.py
A op25/python/file_c4fm_rx_nogui.py
A op25/python/cqpsk-demod.py
A op25/python/usrp_p25_rx_gl.py
A op25/python/op25_remote_tx.py
A op25/python/usrp_c4fm_rx_nogui.py
A op25/python/usrp_c4fm_tx_nogui.py
A op25/python/pcm_fsk4_oscope.py
A op25/python/magsq_psd.py
A op25/python/alsa_p25_rx.py
A op25/python/alsa_fsk4_oscope.py
A op25/python/op25_audio_tx.py
A op25/python/cqpsk.py
A op25/python/cqpsk-demod-file.py
A op25/python/audio_capture.py
A op25/python/fsk4_recv_file.py
A op25/python/p25craft.py
A op25/doc
A op25/doc/intro.pdf
A op25/repeater
A op25/repeater/config.h.in
A op25/repeater/configure.ac
A op25/repeater/Makefile.common
A op25/repeater/AUTHORS
A op25/repeater/config
A op25/repeater/config/gr_sysv_shm.m4
A op25/repeater/config/gr_check_createfilemapping.m4
A op25/repeater/config/gr_doxygen.m4
A op25/repeater/config/gr_set_md_cpu.m4
A op25/repeater/config/usrp_fusb_tech.m4
A op25/repeater/config/mkstemp.m4
A op25/repeater/config/pkg.m4
A op25/repeater/config/cppunit.m4
A op25/repeater/config/lf_cxx.m4
A op25/repeater/config/gr_no_undefined.m4
A op25/repeater/config/usrp_sdcc.m4
A op25/repeater/config/onceonly.m4
A op25/repeater/config/usrp_libusb.m4
A op25/repeater/config/gr_require_mc4020.m4
A op25/repeater/config/lf_x11.m4
A op25/repeater/config/gr_scripting.m4
A op25/repeater/config/gr_as.m4
A op25/repeater/config/bnv_have_qt.m4
A op25/repeater/config/gr_swig.m4
A op25/repeater/config/gr_gprof.m4
A op25/repeater/config/lf_cc.m4
A op25/repeater/config/gr_python.m4
A op25/repeater/config/lf_warnings.m4
A op25/repeater/config/gr_pwin32.m4
A op25/repeater/config/gr_check_usrp.m4
A op25/repeater/config/gr_boost.m4
A op25/repeater/config/gr_omnithread.m4
A op25/repeater/config/acx_pthread.m4
A op25/repeater/config/gr_x86_64.m4
A op25/repeater/config/gr_check_mc4020.m4
A op25/repeater/config/Makefile.am
A op25/repeater/config/gr_check_shm_open.m4
A op25/repeater/config/gr_libgnuradio_core_extra_ldflags.m4
A op25/repeater/INSTALL
A op25/repeater/ChangeLog
A op25/repeater/src
A op25/repeater/src/python
A op25/repeater/src/python/qa_repeater.py
A op25/repeater/src/python/scope.py
A op25/repeater/src/python/corr
A op25/repeater/src/python/corr/313133113131111313
A op25/repeater/src/python/corr/313133113131113113
A op25/repeater/src/python/corr/313133113131111333
A op25/repeater/src/python/corr/313133113131113133
A op25/repeater/src/python/corr/131331111333333311111131
A op25/repeater/src/python/corr/313131313133131113313111
A op25/repeater/src/python/corr/331313111113131113331133
A op25/repeater/src/python/corr/131111333113313313113313
A op25/repeater/src/python/corr/133313311131311113313331
A op25/repeater/src/python/corr/311131133313133331131113
A op25/repeater/src/python/corr/313333111331131131331131
A op25/repeater/src/python/corr/111113113311333313133333
A op25/repeater/src/python/corr/113131333331313331113311
A op25/repeater/src/python/corr/313113333111111133333313
A op25/repeater/src/python/corr/31131311331331111133131311311133
A op25/repeater/src/python/corr/13131333111311311133113311331133
A op25/repeater/src/python/disctap_rx.py
A op25/repeater/src/python/Makefile.am
A op25/repeater/src/python/usrp_rx.py
A op25/repeater/src/python/run_tests.in
A op25/repeater/src/python/usrp_tx.py
A op25/repeater/src/lib
A op25/repeater/src/lib/bch.cc
A op25/repeater/src/lib/repeater_s2v.cc
A op25/repeater/src/lib/repeater_squelch_base_ff.h
A op25/repeater/src/lib/p25_framer.cc
A op25/repeater/src/lib/repeater_s2v.h
A op25/repeater/src/lib/cic_filter.cc
A op25/repeater/src/lib/cic_filter.h
A op25/repeater/src/lib/repeater_ctcss_squelch_ff.cc
A op25/repeater/src/lib/repeater_p25_frame_assembler.h
A op25/repeater/src/lib/repeater_fsk4_slicer_fb.cc
A op25/repeater/src/lib/repeater_ctcss_squelch_ff.h
A op25/repeater/src/lib/repeater_chan_usrp.cc
A op25/repeater/src/lib/repeater_chan_usrp.h
A op25/repeater/src/lib/repeater_pipe.cc
A op25/repeater/src/lib/repeater_chan_usrp_rx.h
A op25/repeater/src/lib/rs.cc
A op25/repeater/src/lib/repeater_tdetect_cc.cc
A op25/repeater/src/lib/repeater_vocoder.cc
A op25/repeater/src/lib/repeater_gardner_costas_cc.h
A op25/repeater/src/lib/bch.h
A op25/repeater/src/lib/repeater_squelch_base_ff.cc
A op25/repeater/src/lib/p25_framer.h
A op25/repeater/src/lib/repeater_p25_frame_assembler.cc
A op25/repeater/src/lib/repeater_fsk4_slicer_fb.h
A op25/repeater/src/lib/repeater.i
A op25/repeater/src/lib/waveforms.h
A op25/repeater/src/lib/chan_usrp.c
A op25/repeater/src/lib/repeater_chan_usrp_rx.cc
A op25/repeater/src/lib/chan_usrp.h
A op25/repeater/src/lib/Makefile.am
A op25/repeater/src/lib/rs.h
A op25/repeater/src/lib/repeater_pipe.h
A op25/repeater/src/lib/repeater_vocoder.h
A op25/repeater/src/lib/repeater_tdetect_cc.h
A op25/repeater/src/lib/repeater_gardner_costas_cc.cc
A op25/repeater/src/Makefile.am
A op25/repeater/COPYING
A op25/repeater/Makefile.am
A op25/repeater/config.guess
A op25/repeater/NEWS
A op25/repeater/README
A op25/repeater/bootstrap
A op25/repeater/config.sub
A op25/blocks
A op25/blocks/configure.ac
A op25/blocks/Makefile.common
A op25/blocks/AUTHORS
A op25/blocks/config
A op25/blocks/config/gr_sysv_shm.m4
A op25/blocks/config/gr_check_createfilemapping.m4
A op25/blocks/config/gr_doxygen.m4
A op25/blocks/config/gr_set_md_cpu.m4
A op25/blocks/config/usrp_fusb_tech.m4
A op25/blocks/config/mkstemp.m4
A op25/blocks/config/pkg.m4
A op25/blocks/config/cppunit.m4
A op25/blocks/config/lf_cxx.m4
A op25/blocks/config/usrp_sdcc.m4
A op25/blocks/config/gr_no_undefined.m4
A op25/blocks/config/onceonly.m4
A op25/blocks/config/usrp_libusb.m4
A op25/blocks/config/gr_require_mc4020.m4
A op25/blocks/config/lf_x11.m4
A op25/blocks/config/gr_scripting.m4
A op25/blocks/config/bnv_have_qt.m4
A op25/blocks/config/gr_swig.m4
A op25/blocks/config/gr_gprof.m4
A op25/blocks/config/lf_cc.m4
A op25/blocks/config/gr_python.m4
A op25/blocks/config/lf_warnings.m4
A op25/blocks/config/gr_pwin32.m4
A op25/blocks/config/gr_check_usrp.m4
A op25/blocks/config/gr_boost.m4
A op25/blocks/config/gr_omnithread.m4
A op25/blocks/config/acx_pthread.m4
A op25/blocks/config/gr_x86_64.m4
A op25/blocks/config/gr_check_mc4020.m4
A op25/blocks/config/Makefile.am
A op25/blocks/config/gr_check_shm_open.m4
A op25/blocks/config/gr_libgnuradio_core_extra_ldflags.m4
A op25/blocks/INSTALL
A op25/blocks/ChangeLog
A op25/blocks/src
A op25/blocks/src/python
A op25/blocks/src/python/Makefile.am
A op25/blocks/src/python/run_tests.in
A op25/blocks/src/python/qa_op25.py
A op25/blocks/src/lib
A op25/blocks/src/lib/abstract_data_unit.cc
A op25/blocks/src/lib/tdu.cc
A op25/blocks/src/lib/voice_du_handler.h
A op25/blocks/src/lib/abstract_data_unit.h
A op25/blocks/src/lib/op25_imbe_frame.h
A op25/blocks/src/lib/op25_fsk4_demod_ff.cc
A op25/blocks/src/lib/op25_fsk4_demod_ff.h
A op25/blocks/src/lib/imbe_decoder.cc
A op25/blocks/src/lib/value_string.cc
A op25/blocks/src/lib/imbe_decoder.h
A op25/blocks/src/lib/tsbk.cc
A op25/blocks/src/lib/tsbk.h
A op25/blocks/src/lib/logfile_du_handler.cc
A op25/blocks/src/lib/ldu2.cc
A op25/blocks/src/lib/p25cai_du_handler.cc
A op25/blocks/src/lib/data_unit.h
A op25/blocks/src/lib/dummy_imbe_decoder.h
A op25/blocks/src/lib/hdu.h
A op25/blocks/src/lib/op25_golay.h
A op25/blocks/src/lib/op25_fsk4_slicer_fb.cc
A op25/blocks/src/lib/snapshot_du_handler.h
A op25/blocks/src/lib/op25_hamming.h
A op25/blocks/src/lib/voice_du_handler.cc
A op25/blocks/src/lib/pdu.h
A op25/blocks/src/lib/voice_data_unit.cc
A op25/blocks/src/lib/tdu.h
A op25/blocks/src/lib/voice_data_unit.h
A op25/blocks/src/lib/vc55_imbe_decoder.cc
A op25/blocks/src/lib/offline_imbe_decoder.cc
A op25/blocks/src/lib/value_string.h
A op25/blocks/src/lib/data_unit_handler.cc
A op25/blocks/src/lib/offline_imbe_decoder.h
A op25/blocks/src/lib/ldu1.cc
A op25/blocks/src/lib/vc55_imbe_decoder.h
A op25/blocks/src/lib/data_unit_handler.h
A op25/blocks/src/lib/ldu1.h
A op25/blocks/src/lib/pickle.cc
A op25/blocks/src/lib/logfile_du_handler.h
A op25/blocks/src/lib/ldu2.h
A op25/blocks/src/lib/data_unit.cc
A op25/blocks/src/lib/op25_pcap_source_b.cc
A op25/blocks/src/lib/op25_yank.h
A op25/blocks/src/lib/pickle.h
A op25/blocks/src/lib/p25cai_du_handler.h
A op25/blocks/src/lib/op25_pcap_source_b.h
A op25/blocks/src/lib/software_imbe_decoder.cc
A op25/blocks/src/lib/dummy_imbe_decoder.cc
A op25/blocks/src/lib/software_imbe_decoder.h
A op25/blocks/src/lib/hdu.cc
A op25/blocks/src/lib/op25_decoder_bf.cc
A op25/blocks/src/lib/op25_decoder_bf.h
A op25/blocks/src/lib/snapshot_du_handler.cc
A op25/blocks/src/lib/op25_decoder_ff.cc
A op25/blocks/src/lib/Makefile.am
A op25/blocks/src/lib/op25_fsk4_slicer_fb.h
A op25/blocks/src/lib/op25_decoder_ff.h
A op25/blocks/src/lib/op25_p25_frame.h
A op25/blocks/src/lib/op25.i
A op25/blocks/src/lib/imbe_decoder_factory.cc
A op25/blocks/src/lib/pdu.cc
A op25/blocks/src/Makefile.am
A op25/blocks/COPYING
A op25/blocks/Makefile.am
A op25/blocks/NEWS
A op25/blocks/README
A op25/blocks/bootstrap
A op25/imbe_vocoder
A op25/imbe_vocoder/configure.ac
A op25/imbe_vocoder/Makefile.common
A op25/imbe_vocoder/AUTHORS
A op25/imbe_vocoder/INSTALL
A op25/imbe_vocoder/ChangeLog
A op25/imbe_vocoder/src
A op25/imbe_vocoder/src/lib
A op25/imbe_vocoder/src/lib/ch_decode.cc
A op25/imbe_vocoder/src/lib/encode.cc
A op25/imbe_vocoder/src/lib/sa_enh.cc
A op25/imbe_vocoder/src/lib/encode.h
A op25/imbe_vocoder/src/lib/ch_decode.h
A op25/imbe_vocoder/src/lib/sa_enh.h
A op25/imbe_vocoder/src/lib/basicop2.cc
A op25/imbe_vocoder/src/lib/pitch_ref.cc
A op25/imbe_vocoder/src/lib/math_sub.h
A op25/imbe_vocoder/src/lib/pitch_ref.h
A op25/imbe_vocoder/src/lib/aux_sub.cc
A op25/imbe_vocoder/src/lib/sa_decode.cc
A op25/imbe_vocoder/src/lib/tbls.h
A op25/imbe_vocoder/src/lib/uv_synt.cc
A op25/imbe_vocoder/src/lib/uv_synt.h
A op25/imbe_vocoder/src/lib/v_uv_det.cc
A op25/imbe_vocoder/src/lib/qnt_sub.cc
A op25/imbe_vocoder/src/lib/dc_rmv.h
A op25/imbe_vocoder/src/lib/v_uv_det.h
A op25/imbe_vocoder/src/lib/qnt_sub.h
A op25/imbe_vocoder/src/lib/rand_gen.cc
A op25/imbe_vocoder/src/lib/imbe.h
A op25/imbe_vocoder/src/lib/rand_gen.h
A op25/imbe_vocoder/src/lib/sa_encode.h
A op25/imbe_vocoder/src/lib/decode.cc
A op25/imbe_vocoder/src/lib/v_synt.h
A op25/imbe_vocoder/src/lib/pitch_est.h
A op25/imbe_vocoder/src/lib/decode.h
A op25/imbe_vocoder/src/lib/imbe_vocoder.cc
A op25/imbe_vocoder/src/lib/dsp_sub.cc
A op25/imbe_vocoder/src/lib/imbe_vocoder.h
A op25/imbe_vocoder/src/lib/dsp_sub.h
A op25/imbe_vocoder/src/lib/math_sub.cc
A op25/imbe_vocoder/src/lib/typedef.h
A op25/imbe_vocoder/src/lib/tbls.cc
A op25/imbe_vocoder/src/lib/pe_lpf.cc
A op25/imbe_vocoder/src/lib/pe_lpf.h
A op25/imbe_vocoder/src/lib/ch_encode.cc
A op25/imbe_vocoder/src/lib/aux_sub.h
A op25/imbe_vocoder/src/lib/sa_decode.h
A op25/imbe_vocoder/src/lib/ch_encode.h
A op25/imbe_vocoder/src/lib/dc_rmv.cc
A op25/imbe_vocoder/src/lib/sa_encode.cc
A op25/imbe_vocoder/src/lib/basic_op.h
A op25/imbe_vocoder/src/lib/pitch_est.cc
A op25/imbe_vocoder/src/lib/v_synt.cc
A op25/imbe_vocoder/src/lib/globals.h
A op25/imbe_vocoder/src/lib/Makefile.am
A op25/imbe_vocoder/src/lib/typedefs.h
A op25/imbe_vocoder/src/Makefile.am
A op25/imbe_vocoder/COPYING
A op25/imbe_vocoder/Makefile.am
A op25/imbe_vocoder/NEWS
A op25/imbe_vocoder/README
A op25/imbe_vocoder/bootstrap
Checked out revision 307.
bob@ubuntu:~$
cd op25/blocks
./bootstrap && ./configure && make
make check
sudo make install
make[4]: Leaving directory `/home/bob/op25/blocks/src/lib'
make[3]: Leaving directory `/home/bob/op25/blocks/src/lib'
Making all in python
make[3]: Entering directory `/home/bob/op25/blocks/src/python'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bob/op25/blocks/src/python'
make[3]: Entering directory `/home/bob/op25/blocks/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bob/op25/blocks/src'
make[2]: Leaving directory `/home/bob/op25/blocks/src'
make[2]: Entering directory `/home/bob/op25/blocks'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/bob/op25/blocks'
make[1]: Leaving directory `/home/bob/op25/blocks'
bob@ubuntu:~/op25/blocks$ make check
Making check in config
make[1]: Entering directory `/home/bob/op25/blocks/config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/bob/op25/blocks/config'
Making check in src
make[1]: Entering directory `/home/bob/op25/blocks/src'
Making check in lib
make[2]: Entering directory `/home/bob/op25/blocks/src/lib'
make check-am
make[3]: Entering directory `/home/bob/op25/blocks/src/lib'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/bob/op25/blocks/src/lib'
make[2]: Leaving directory `/home/bob/op25/blocks/src/lib'
Making check in python
make[2]: Entering directory `/home/bob/op25/blocks/src/python'
make check-TESTS
make[3]: Entering directory `/home/bob/op25/blocks/src/python'
.
----------------------------------------------------------------------
Ran 1 test in 0.224s
OK
PASS: run_tests
=============
1 test passed
=============
make[3]: Leaving directory `/home/bob/op25/blocks/src/python'
make[2]: Leaving directory `/home/bob/op25/blocks/src/python'
make[2]: Entering directory `/home/bob/op25/blocks/src'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/bob/op25/blocks/src'
make[1]: Leaving directory `/home/bob/op25/blocks/src'
make[1]: Entering directory `/home/bob/op25/blocks'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/home/bob/op25/blocks'
bob@ubuntu:~/op25/blocks$ sudo make install
bob@ubuntu:~$ cd op25/imbe_vocoder
bob@ubuntu:~/op25/imbe_vocoder$ sh bootstrap
/usr/share/aclocal/snacc.m4:24: warning: underquoted definition of AM_PATH_SNACC
/usr/share/aclocal/snacc.m4:24: run info '(automake)Extending aclocal'
/usr/share/aclocal/snacc.m4:24: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac:25: installing `./config.guess'
configure.ac:25: installing `./config.sub'
configure.ac:26: installing `./install-sh'
configure.ac:26: installing `./missing'
src/lib/Makefile.am: installing `./depcomp'
bob@ubuntu:~/op25/imbe_vocoder$ ./configure CXXFLAGS="-O3"
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
./configure: line 3101: LF_CONFIGURE_CXX: command not found
./configure: line 3102: LF_SET_WARNINGS: command not found
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for X... no
checking for $CXX... no
checking for -c... no
checking for $CXXFLAGS... no
checking for $CPPFLAGS... no
checking for conftest.$ac_ext... no
checking for >&5... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
bob@ubuntu:~/op25/imbe_vocoder$ make
make all-recursive
make[1]: Entering directory `/home/bob/op25/imbe_vocoder'
Making all in src
make[2]: Entering directory `/home/bob/op25/imbe_vocoder/src'
Making all in lib
make[3]: Entering directory `/home/bob/op25/imbe_vocoder/src/lib'
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-aux_sub.o -MD -MP -MF .deps/libimbe_vocoder_a-aux_sub.Tpo -c -o libimbe_vocoder_a-aux_sub.o `test -f 'aux_sub.cc' || echo './'`aux_sub.cc
mv -f .deps/libimbe_vocoder_a-aux_sub.Tpo .deps/libimbe_vocoder_a-aux_sub.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-basicop2.o -MD -MP -MF .deps/libimbe_vocoder_a-basicop2.Tpo -c -o libimbe_vocoder_a-basicop2.o `test -f 'basicop2.cc' || echo './'`basicop2.cc
mv -f .deps/libimbe_vocoder_a-basicop2.Tpo .deps/libimbe_vocoder_a-basicop2.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-ch_decode.o -MD -MP -MF .deps/libimbe_vocoder_a-ch_decode.Tpo -c -o libimbe_vocoder_a-ch_decode.o `test -f 'ch_decode.cc' || echo './'`ch_decode.cc
mv -f .deps/libimbe_vocoder_a-ch_decode.Tpo .deps/libimbe_vocoder_a-ch_decode.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-ch_encode.o -MD -MP -MF .deps/libimbe_vocoder_a-ch_encode.Tpo -c -o libimbe_vocoder_a-ch_encode.o `test -f 'ch_encode.cc' || echo './'`ch_encode.cc
mv -f .deps/libimbe_vocoder_a-ch_encode.Tpo .deps/libimbe_vocoder_a-ch_encode.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-dc_rmv.o -MD -MP -MF .deps/libimbe_vocoder_a-dc_rmv.Tpo -c -o libimbe_vocoder_a-dc_rmv.o `test -f 'dc_rmv.cc' || echo './'`dc_rmv.cc
mv -f .deps/libimbe_vocoder_a-dc_rmv.Tpo .deps/libimbe_vocoder_a-dc_rmv.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-decode.o -MD -MP -MF .deps/libimbe_vocoder_a-decode.Tpo -c -o libimbe_vocoder_a-decode.o `test -f 'decode.cc' || echo './'`decode.cc
mv -f .deps/libimbe_vocoder_a-decode.Tpo .deps/libimbe_vocoder_a-decode.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-dsp_sub.o -MD -MP -MF .deps/libimbe_vocoder_a-dsp_sub.Tpo -c -o libimbe_vocoder_a-dsp_sub.o `test -f 'dsp_sub.cc' || echo './'`dsp_sub.cc
mv -f .deps/libimbe_vocoder_a-dsp_sub.Tpo .deps/libimbe_vocoder_a-dsp_sub.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-encode.o -MD -MP -MF .deps/libimbe_vocoder_a-encode.Tpo -c -o libimbe_vocoder_a-encode.o `test -f 'encode.cc' || echo './'`encode.cc
mv -f .deps/libimbe_vocoder_a-encode.Tpo .deps/libimbe_vocoder_a-encode.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-math_sub.o -MD -MP -MF .deps/libimbe_vocoder_a-math_sub.Tpo -c -o libimbe_vocoder_a-math_sub.o `test -f 'math_sub.cc' || echo './'`math_sub.cc
mv -f .deps/libimbe_vocoder_a-math_sub.Tpo .deps/libimbe_vocoder_a-math_sub.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-imbe_vocoder.o -MD -MP -MF .deps/libimbe_vocoder_a-imbe_vocoder.Tpo -c -o libimbe_vocoder_a-imbe_vocoder.o `test -f 'imbe_vocoder.cc' || echo './'`imbe_vocoder.cc
mv -f .deps/libimbe_vocoder_a-imbe_vocoder.Tpo .deps/libimbe_vocoder_a-imbe_vocoder.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-pe_lpf.o -MD -MP -MF .deps/libimbe_vocoder_a-pe_lpf.Tpo -c -o libimbe_vocoder_a-pe_lpf.o `test -f 'pe_lpf.cc' || echo './'`pe_lpf.cc
mv -f .deps/libimbe_vocoder_a-pe_lpf.Tpo .deps/libimbe_vocoder_a-pe_lpf.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-pitch_est.o -MD -MP -MF .deps/libimbe_vocoder_a-pitch_est.Tpo -c -o libimbe_vocoder_a-pitch_est.o `test -f 'pitch_est.cc' || echo './'`pitch_est.cc
mv -f .deps/libimbe_vocoder_a-pitch_est.Tpo .deps/libimbe_vocoder_a-pitch_est.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-pitch_ref.o -MD -MP -MF .deps/libimbe_vocoder_a-pitch_ref.Tpo -c -o libimbe_vocoder_a-pitch_ref.o `test -f 'pitch_ref.cc' || echo './'`pitch_ref.cc
mv -f .deps/libimbe_vocoder_a-pitch_ref.Tpo .deps/libimbe_vocoder_a-pitch_ref.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-qnt_sub.o -MD -MP -MF .deps/libimbe_vocoder_a-qnt_sub.Tpo -c -o libimbe_vocoder_a-qnt_sub.o `test -f 'qnt_sub.cc' || echo './'`qnt_sub.cc
mv -f .deps/libimbe_vocoder_a-qnt_sub.Tpo .deps/libimbe_vocoder_a-qnt_sub.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-rand_gen.o -MD -MP -MF .deps/libimbe_vocoder_a-rand_gen.Tpo -c -o libimbe_vocoder_a-rand_gen.o `test -f 'rand_gen.cc' || echo './'`rand_gen.cc
mv -f .deps/libimbe_vocoder_a-rand_gen.Tpo .deps/libimbe_vocoder_a-rand_gen.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-sa_decode.o -MD -MP -MF .deps/libimbe_vocoder_a-sa_decode.Tpo -c -o libimbe_vocoder_a-sa_decode.o `test -f 'sa_decode.cc' || echo './'`sa_decode.cc
mv -f .deps/libimbe_vocoder_a-sa_decode.Tpo .deps/libimbe_vocoder_a-sa_decode.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-sa_encode.o -MD -MP -MF .deps/libimbe_vocoder_a-sa_encode.Tpo -c -o libimbe_vocoder_a-sa_encode.o `test -f 'sa_encode.cc' || echo './'`sa_encode.cc
mv -f .deps/libimbe_vocoder_a-sa_encode.Tpo .deps/libimbe_vocoder_a-sa_encode.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-sa_enh.o -MD -MP -MF .deps/libimbe_vocoder_a-sa_enh.Tpo -c -o libimbe_vocoder_a-sa_enh.o `test -f 'sa_enh.cc' || echo './'`sa_enh.cc
mv -f .deps/libimbe_vocoder_a-sa_enh.Tpo .deps/libimbe_vocoder_a-sa_enh.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-tbls.o -MD -MP -MF .deps/libimbe_vocoder_a-tbls.Tpo -c -o libimbe_vocoder_a-tbls.o `test -f 'tbls.cc' || echo './'`tbls.cc
mv -f .deps/libimbe_vocoder_a-tbls.Tpo .deps/libimbe_vocoder_a-tbls.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-uv_synt.o -MD -MP -MF .deps/libimbe_vocoder_a-uv_synt.Tpo -c -o libimbe_vocoder_a-uv_synt.o `test -f 'uv_synt.cc' || echo './'`uv_synt.cc
mv -f .deps/libimbe_vocoder_a-uv_synt.Tpo .deps/libimbe_vocoder_a-uv_synt.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-v_synt.o -MD -MP -MF .deps/libimbe_vocoder_a-v_synt.Tpo -c -o libimbe_vocoder_a-v_synt.o `test -f 'v_synt.cc' || echo './'`v_synt.cc
mv -f .deps/libimbe_vocoder_a-v_synt.Tpo .deps/libimbe_vocoder_a-v_synt.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -fPIC -O3 -MT libimbe_vocoder_a-v_uv_det.o -MD -MP -MF .deps/libimbe_vocoder_a-v_uv_det.Tpo -c -o libimbe_vocoder_a-v_uv_det.o `test -f 'v_uv_det.cc' || echo './'`v_uv_det.cc
mv -f .deps/libimbe_vocoder_a-v_uv_det.Tpo .deps/libimbe_vocoder_a-v_uv_det.Po
rm -f libimbe_vocoder.a
ar cru libimbe_vocoder.a libimbe_vocoder_a-aux_sub.o libimbe_vocoder_a-basicop2.o libimbe_vocoder_a-ch_decode.o libimbe_vocoder_a-ch_encode.o libimbe_vocoder_a-dc_rmv.o libimbe_vocoder_a-decode.o libimbe_vocoder_a-dsp_sub.o libimbe_vocoder_a-encode.o libimbe_vocoder_a-math_sub.o libimbe_vocoder_a-imbe_vocoder.o libimbe_vocoder_a-pe_lpf.o libimbe_vocoder_a-pitch_est.o libimbe_vocoder_a-pitch_ref.o libimbe_vocoder_a-qnt_sub.o libimbe_vocoder_a-rand_gen.o libimbe_vocoder_a-sa_decode.o libimbe_vocoder_a-sa_encode.o libimbe_vocoder_a-sa_enh.o libimbe_vocoder_a-tbls.o libimbe_vocoder_a-uv_synt.o libimbe_vocoder_a-v_synt.o libimbe_vocoder_a-v_uv_det.o
ranlib libimbe_vocoder.a
make[3]: Leaving directory `/home/bob/op25/imbe_vocoder/src/lib'
make[3]: Entering directory `/home/bob/op25/imbe_vocoder/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bob/op25/imbe_vocoder/src'
make[2]: Leaving directory `/home/bob/op25/imbe_vocoder/src'
make[2]: Entering directory `/home/bob/op25/imbe_vocoder'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/bob/op25/imbe_vocoder'
make[1]: Leaving directory `/home/bob/op25/imbe_vocoder'
bob@ubuntu:~/op25/imbe_vocoder$ sudo make install
bob@ubuntu:~/op25/imbe_vocoder$ sudo make install
[sudo] password for bob:
Making install in src
make[1]: Entering directory `/home/bob/op25/imbe_vocoder/src'
Making install in lib
make[2]: Entering directory `/home/bob/op25/imbe_vocoder/src/lib'
make[3]: Entering directory `/home/bob/op25/imbe_vocoder/src/lib'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/usr/bin/install -c -m 644 libimbe_vocoder.a '/usr/local/lib'
( cd '/usr/local/lib' && ranlib libimbe_vocoder.a )
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/bob/op25/imbe_vocoder/src/lib'
make[2]: Leaving directory `/home/bob/op25/imbe_vocoder/src/lib'
make[2]: Entering directory `/home/bob/op25/imbe_vocoder/src'
make[3]: Entering directory `/home/bob/op25/imbe_vocoder/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/bob/op25/imbe_vocoder/src'
make[2]: Leaving directory `/home/bob/op25/imbe_vocoder/src'
make[1]: Leaving directory `/home/bob/op25/imbe_vocoder/src'
make[1]: Entering directory `/home/bob/op25/imbe_vocoder'
make[2]: Entering directory `/home/bob/op25/imbe_vocoder'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
make[2]: Leaving directory `/home/bob/op25/imbe_vocoder'
make[1]: Leaving directory `/home/bob/op25/imbe_vocoder'
bob@ubuntu:~/op25/imbe_vocoder$
cd op25/repeater
sh bootstrap
./configure
make
sudo make install
make[4]: Leaving directory `/home/bob/op25/repeater/src/lib'
make[3]: Leaving directory `/home/bob/op25/repeater/src/lib'
Making all in python
make[3]: Entering directory `/home/bob/op25/repeater/src/python'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bob/op25/repeater/src/python'
make[3]: Entering directory `/home/bob/op25/repeater/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bob/op25/repeater/src'
make[2]: Leaving directory `/home/bob/op25/repeater/src'
make[2]: Entering directory `/home/bob/op25/repeater'
make[2]: Leaving directory `/home/bob/op25/repeater'
make[1]: Leaving directory `/home/bob/op25/repeater'
bob@ubuntu:~/op25/repeater$ sudo make install
bob@ubuntu:~/op25/repeater$ sudo make install
Making install in config
make[1]: Entering directory `/home/bob/op25/repeater/config'
make[2]: Entering directory `/home/bob/op25/repeater/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/bob/op25/repeater/config'
make[1]: Leaving directory `/home/bob/op25/repeater/config'
Making install in src
make[1]: Entering directory `/home/bob/op25/repeater/src'
Making install in lib
make[2]: Entering directory `/home/bob/op25/repeater/src/lib'
make install-am
make[3]: Entering directory `/home/bob/op25/repeater/src/lib'
make[4]: Entering directory `/home/bob/op25/repeater/src/lib'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/python2.6/dist-packages/gnuradio" || /bin/mkdir -p "/usr/local/lib/python2.6/dist-packages/gnuradio"
/bin/bash ../../libtool --mode=install /usr/bin/install -c _repeater.la '/usr/local/lib/python2.6/dist-packages/gnuradio'
libtool: install: /usr/bin/install -c .libs/_repeater.so /usr/local/lib/python2.6/dist-packages/gnuradio/_repeater.so
libtool: install: /usr/bin/install -c .libs/_repeater.lai /usr/local/lib/python2.6/dist-packages/gnuradio/_repeater.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib/python2.6/dist-packages/gnuradio
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/python2.6/dist-packages/gnuradio
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/python2.6/dist-packages/gnuradio" || /bin/mkdir -p "/usr/local/lib/python2.6/dist-packages/gnuradio"
/usr/bin/install -c -m 644 repeater.py '/usr/local/lib/python2.6/dist-packages/gnuradio'
Byte-compiling python modules...
repeater.py
Byte-compiling python modules (optimized versions) ...
repeater.py
test -z "/usr/local/include/gnuradio/swig" || /bin/mkdir -p "/usr/local/include/gnuradio/swig"
/usr/bin/install -c -m 644 repeater.i '/usr/local/include/gnuradio/swig'
make[4]: Leaving directory `/home/bob/op25/repeater/src/lib'
make[3]: Leaving directory `/home/bob/op25/repeater/src/lib'
make[2]: Leaving directory `/home/bob/op25/repeater/src/lib'
Making install in python
make[2]: Entering directory `/home/bob/op25/repeater/src/python'
make[3]: Entering directory `/home/bob/op25/repeater/src/python'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/bob/op25/repeater/src/python'
make[2]: Leaving directory `/home/bob/op25/repeater/src/python'
make[2]: Entering directory `/home/bob/op25/repeater/src'
make[3]: Entering directory `/home/bob/op25/repeater/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/bob/op25/repeater/src'
make[2]: Leaving directory `/home/bob/op25/repeater/src'
make[1]: Leaving directory `/home/bob/op25/repeater/src'
make[1]: Entering directory `/home/bob/op25/repeater'
make[2]: Entering directory `/home/bob/op25/repeater'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
make[2]: Leaving directory `/home/bob/op25/repeater'
make[1]: Leaving directory `/home/bob/op25/repeater'
bob@ubuntu:~/op25/repeater$
And here is the error I get after I type in the command line to start ità
bob@ubuntu:~$ cd ~/src/op25/python
bob@ubuntu:~/src/op25/python$ ./audio_p25_rx.py -a
Traceback (most recent call last):
File "./audio_p25_rx.py", line 34, in <module>
from gnuradio import audio, eng_notation, fsk4, gr, gru, op25
ImportError: cannot import name fsk4
bob@ubuntu:~/src/op25/python$
I know this is a huge email but I really don’t know much about Linux and I have no clue as to what might be useful in the install logs.
Thanks again for the help,
Bob
Ok, that's an easily fixed problem and one which we've already handled elsewhere. What hardware will you be using for OP25? Is it soundcard or is it a USRP? If its the latter you can forget about building fsk4 separately.
I will be using a sound card fed from a discriminator tap. I have DSD up and working fine so I know its seeing the audio I am inputting into the Line In jack. Like I said I just need to be able to get the wire shark patch working to view the data packets that is the most important part of what we are working on.
Thanks again for all the help,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Tuesday, January 29, 2013 11:36 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
Ok, that's an easily fixed problem and one which we've already handled elsewhere. What hardware will you be using for OP25? Is it soundcard or is it a USRP? If its the latter you can forget about building fsk4 separately.
Ok, then you will need to build gr-fsk4.
I suggest you ditch the version you are working with and try the attached instead… I've already made the necessary fixes. We have a version we've adopted but are only using it for the usrp code - its another thing we need to fix.
How do I apply the attachment, I click on it and it takes me to a yahoo page that says Yahoo! http://www.yahoo.com - Help http://help.yahoo.com HTTP Status 404 - type Status report message description The requested resource () is not available. I can't even copy the file from the email to my desktop or directory, I know I must be missing something. Please I may need a little extra help with this, I have no idea what I am doing when it comes to Ubuntu.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Tuesday, January 29, 2013 11:54 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help [1 Attachment]
[Attachment(s) from Steve Glass included below]
Ok, then you will need to build gr-fsk4.
I suggest you ditch the version you are working with and try the attached instead. I've already made the necessary fixes. We have a version we've adopted but are only using it for the usrp code - its another thing we need to fix.
Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark
dumpcap: There are no interfaces on which a capture can be done
dumpcap: There are no interfaces on which a capture can be done
dumpcap: There are no interfaces on which a capture can be done
dumpcap: There are no interfaces on which a capture can be done
(wireshark:2189): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3079: signal name `depressed' is invalid for instance `0x230b6a00'
(wireshark:2189): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:3079: signal name `depressed' is invalid for instance `0x230b6c00'
bob@ubuntu:~/src/op25/python$
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Robert Klamp Jr. Sent: Wednesday, January 30, 2013 12:07 AM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
How do I apply the attachment, I click on it and it takes me to a yahoo page that says Yahoo! http://www.yahoo.com - Help http://help.yahoo.com HTTP Status 404 - type Status report message description The requested resource () is not available. I can't even copy the file from the email to my desktop or directory, I know I must be missing something. Please I may need a little extra help with this, I have no idea what I am doing when it comes to Ubuntu.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Tuesday, January 29, 2013 11:54 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help [1 Attachment]
[Attachment(s) from Steve Glass included below]
Ok, then you will need to build gr-fsk4.
I suggest you ditch the version you are working with and try the attached instead. I've already made the necessary fixes. We have a version we've adopted but are only using it for the usrp code - its another thing we need to fix.
Ok I tried to install the file you gave me with the following commands first I put the extracted folder into my src directory then in a terminal I used the following commands at the bottom of the terminal display you will see the resulting errors. Please let me know if it is something wrong with the file or my installation techniques. I bet its user error on my part, but I hope I am wrong about that.
bob@ubuntu:~$ cd src
bob@ubuntu:~/src$ cd gr-fsk4
bob@ubuntu:~/src/gr-fsk4$
bob@ubuntu:~/src/gr-fsk4$ sh bootstrap
/usr/share/aclocal/snacc.m4:24: warning: underquoted definition of AM_PATH_SNACC
/usr/share/aclocal/snacc.m4:24: run info '(automake)Extending aclocal'
/usr/share/aclocal/snacc.m4:24: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
doc/Makefile.am:77: `%'-style pattern rules are a GNU make extension
doc/Makefile.am:80: `%'-style pattern rules are a GNU make extension
bob@ubuntu:~/src/gr-fsk4$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether C++ has bool... yes
checking whether C++ has buggy scoping in for-loops... yes
checking whether user wants assertions... yes
checking whether C++ has std::isnan... yes
checking whether user wants warnings... yes
checking whether g++ accepts -Wall... yes
checking whether g++ accepts -Woverloaded-virtual... yes
checking whether user wants gprof... no
checking whether user wants prof... no
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rm... /bin/rm
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for Python include path... /usr/include/python2.6
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for swig... /usr/bin/swig
checking for SWIG version... 1.3.40
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for library containing clock_gettime... -lrt
checking for clock_gettime... yes
checking for gettimeofday... yes
checking for nanosleep... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dummy... no
checking for cc_r... no
checking for sys/types.h... (cached) yes
checking for fcntl.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for winioctl.h... no
checking for winbase.h... no
checking for getopt... yes
checking for usleep... yes
checking for gettimeofday... (cached) yes
checking for nanosleep... (cached) yes
checking for rand... yes
checking for srand... yes
checking for random... yes
checking for srandom... yes
checking for sleep... yes
checking for sigaction... yes
checking for struct timezone... yes
checking for struct timespec... yes
checking for ssize_t... yes
checking for getopt... (cached) yes
checking for usleep... (cached) yes
checking for gettimeofday... (cached) yes
checking for Sleep... no
checking whether mkdir accepts only one arg... no
checking for pkg-config... /usr/bin/pkg-config
checking for gnuradio-core >= 2... yes
checking GNURADIO_CORE_CFLAGS... -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio
checking GNURADIO_CORE_LIBS... -lgnuradio-core -lboost_thread-mt -lrt -lboost_date_time-mt -lgruel -lfftw3f -lgsl -lgslcblas -lm -lgromnithread
checking GNURADIO_CORE_INCLUDEDIR... /usr/include/gnuradio
gr_boost_include_dir =
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/python/Makefile
config.status: creating src/python/run_tests
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing run_tests commands
bob@ubuntu:~/src/gr-fsk4$ make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/bob/src/gr-fsk4/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/bob/src/gr-fsk4'
Making all in config
make[2]: Entering directory `/home/bob/src/gr-fsk4/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bob/src/gr-fsk4/config'
Making all in src
make[2]: Entering directory `/home/bob/src/gr-fsk4/src'
Making all in lib
make[3]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
/usr/bin/swig -c++ -fvirtual -python -modern -I/usr/include/gnuradio/swig -I/usr/include/gnuradio -module fsk4 -o fsk4.cc ../../src/lib/fsk4.i
make all-am
make[4]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4.lo -MD -MP -MF .deps/fsk4.Tpo -c -o fsk4.lo fsk4.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4.lo -MD -MP -MF .deps/fsk4.Tpo -c fsk4.cc -fPIC -DPIC -o .libs/fsk4.o
fsk4.cc: In function 'PyObject* SwigPyObject_richcompare(SwigPyObject*, SwigPyObject*, int)':
fsk4.cc:1543: warning: dereferencing pointer 'res' does break strict-aliasing rules
fsk4.cc:1543: warning: dereferencing pointer 'res' does break strict-aliasing rules
fsk4.cc:1540: note: initialized from here
fsk4.cc:1542: note: initialized from here
fsk4.cc: In function 'PyObject* _wrap_new_fsk4_apco25_f_sptr(PyObject*, PyObject*)':
fsk4.cc:5562: warning: 'argv[0]' may be used uninitialized in this function
fsk4.cc: In function 'PyObject* _wrap_new_fsk4_generic_f_sptr(PyObject*, PyObject*)':
fsk4.cc:5086: warning: 'argv[0]' may be used uninitialized in this function
fsk4.cc: In function 'PyObject* _wrap_new_fsk4_rdlap_f_sptr(PyObject*, PyObject*)':
fsk4.cc:4610: warning: 'argv[0]' may be used uninitialized in this function
fsk4.cc: In function 'PyObject* _wrap_new_fsk4_demod_ff_sptr(PyObject*, PyObject*)':
fsk4.cc:4125: warning: 'argv[0]' may be used uninitialized in this function
mv -f .deps/fsk4.Tpo .deps/fsk4.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_demod_ff.lo -MD -MP -MF .deps/fsk4_demod_ff.Tpo -c -o fsk4_demod_ff.lo fsk4_demod_ff.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_demod_ff.lo -MD -MP -MF .deps/fsk4_demod_ff.Tpo -c fsk4_demod_ff.cc -fPIC -DPIC -o .libs/fsk4_demod_ff.o
mv -f .deps/fsk4_demod_ff.Tpo .deps/fsk4_demod_ff.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_rdlap_f.lo -MD -MP -MF .deps/fsk4_rdlap_f.Tpo -c -o fsk4_rdlap_f.lo fsk4_rdlap_f.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_rdlap_f.lo -MD -MP -MF .deps/fsk4_rdlap_f.Tpo -c fsk4_rdlap_f.cc -fPIC -DPIC -o .libs/fsk4_rdlap_f.o
fsk4_rdlap_f.cc: In member function 'virtual int fsk4_rdlap_f::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)':
fsk4_rdlap_f.cc:469: warning: unused variable 'out'
mv -f .deps/fsk4_rdlap_f.Tpo .deps/fsk4_rdlap_f.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_generic_f.lo -MD -MP -MF .deps/fsk4_generic_f.Tpo -c -o fsk4_generic_f.lo fsk4_generic_f.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_generic_f.lo -MD -MP -MF .deps/fsk4_generic_f.Tpo -c fsk4_generic_f.cc -fPIC -DPIC -o .libs/fsk4_generic_f.o
fsk4_generic_f.cc: In member function 'virtual int fsk4_generic_f::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)':
fsk4_generic_f.cc:129: warning: unused variable 'out'
mv -f .deps/fsk4_generic_f.Tpo .deps/fsk4_generic_f.Plo
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_apco25_f.lo -MD -MP -MF .deps/fsk4_apco25_f.Tpo -c -o fsk4_apco25_f.lo fsk4_apco25_f.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -pthread -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio -I/usr/include/python2.6 -g -O2 -Wall -Woverloaded-virtual -pthread -MT fsk4_apco25_f.lo -MD -MP -MF .deps/fsk4_apco25_f.Tpo -c fsk4_apco25_f.cc -fPIC -DPIC -o .libs/fsk4_apco25_f.o
fsk4_apco25_f.cc: In member function 'virtual int fsk4_apco25_f::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)':
fsk4_apco25_f.cc:260: warning: unused variable 'out'
mv -f .deps/fsk4_apco25_f.Tpo .deps/fsk4_apco25_f.Plo
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Woverloaded-virtual -pthread -module -avoid-version -o _fsk4.la -rpath /usr/local/lib/python2.6/dist-packages/gnuradio fsk4.lo fsk4_demod_ff.lo fsk4_rdlap_f.lo fsk4_generic_f.lo fsk4_apco25_f.lo -lstdc++ -lgnuradio-core -lboost_thread-mt -lrt -lboost_date_time-mt -lgruel -lfftw3f -lgsl -lgslcblas -lm -lgromnithread
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.3/crtbeginS.o .libs/fsk4.o .libs/fsk4_demod_ff.o .libs/fsk4_rdlap_f.o .libs/fsk4_generic_f.o .libs/fsk4_apco25_f.o /usr/lib/libgnuradio-core.so -lboost_thread-mt -lrt -lboost_date_time-mt /usr/lib/libgruel.so /usr/lib/libfftw3f.so -lgsl -lgslcblas /usr/lib/libgromnithread.so -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. -L/usr/lib/i486-linux-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.4.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o -pthread -pthread -Wl,-soname -Wl,_fsk4.so -o .libs/_fsk4.so
libtool: link: ( cd ".libs" && rm -f "_fsk4.la" && ln -s "../_fsk4.la" "_fsk4.la" )
make[4]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[3]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
Making all in python
make[3]: Entering directory `/home/bob/src/gr-fsk4/src/python'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bob/src/gr-fsk4/src/python'
make[3]: Entering directory `/home/bob/src/gr-fsk4/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bob/src/gr-fsk4/src'
make[2]: Leaving directory `/home/bob/src/gr-fsk4/src'
make[2]: Entering directory `/home/bob/src/gr-fsk4'
make[2]: Leaving directory `/home/bob/src/gr-fsk4'
make[1]: Leaving directory `/home/bob/src/gr-fsk4'
bob@ubuntu:~/src/gr-fsk4$ make install
Making install in config
make[1]: Entering directory `/home/bob/src/gr-fsk4/config'
make[2]: Entering directory `/home/bob/src/gr-fsk4/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/bob/src/gr-fsk4/config'
make[1]: Leaving directory `/home/bob/src/gr-fsk4/config'
Making install in src
make[1]: Entering directory `/home/bob/src/gr-fsk4/src'
Making install in lib
make[2]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
make install-am
make[3]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
make[4]: Entering directory `/home/bob/src/gr-fsk4/src/lib'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/gnuradio" || /bin/mkdir -p "/usr/local/include/gnuradio"
/usr/bin/install -c -m 644 fsk4_demod_ff.h fsk4_rdlap_f.h fsk4_generic_f.h fsk4_apco25_f.h '/usr/local/include/gnuradio'
/usr/bin/install: cannot remove `/usr/local/include/gnuradio/fsk4_demod_ff.h': Permission denied
/usr/bin/install: cannot remove `/usr/local/include/gnuradio/fsk4_rdlap_f.h': Permission denied
/usr/bin/install: cannot remove `/usr/local/include/gnuradio/fsk4_generic_f.h': Permission denied
/usr/bin/install: cannot remove `/usr/local/include/gnuradio/fsk4_apco25_f.h': Permission denied
make[4]: *** [install-grincludeHEADERS] Error 1
make[4]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/bob/src/gr-fsk4/src/lib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/bob/src/gr-fsk4/src'
make: *** [install-recursive] Error 1
bob@ubuntu:~/src/gr-fsk4$
Thanks again to all of you for your help,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Tuesday, January 29, 2013 11:54 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help [1 Attachment]
[Attachment(s) from Steve Glass included below]
Ok, then you will need to build gr-fsk4.
I suggest you ditch the version you are working with and try the attached instead. I've already made the necessary fixes. We have a version we've adopted but are only using it for the usrp code - its another thing we need to fix.
"Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done"
You need to run wireshark with superuser privileges. This can be done by prefixing the command with "sudo" and typing in your password when asked. So you need to run:
sudo wireshark
and that should let you capture on the available interfaces.
Ok I have wireshark working but it does not capture any packets from the audio input. Now I should add that I haven't gotten OP25 to work correctly yet either I have been going at it all day and have made almost no headway. If anybody can tell me how to capture the data packets from the audio input it would help very much.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Wednesday, January 30, 2013 9:45 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
"Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done"
You need to run wireshark with superuser privileges. This can be done by prefixing the command with "sudo" and typing in your password when asked. So you need to run:
sudo wireshark
and that should let you capture on the available interfaces.
Does anybody have a working copy of the modified version of wireshark. When I run my version it gives me a option to monitor a interface called lo and has a IP address if 127.000.001 or something similar but I do not see any packets when I monitor it. I still have to get op25 working correctly as well but If anybody can help with a copy of the modified wireshark file though it may give me another starting point.
Thanks to all for any help with this,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Robert Klamp Jr. Sent: Wednesday, January 30, 2013 10:21 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
Ok I have wireshark working but it does not capture any packets from the audio input. Now I should add that I haven't gotten OP25 to work correctly yet either I have been going at it all day and have made almost no headway. If anybody can tell me how to capture the data packets from the audio input it would help very much.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Wednesday, January 30, 2013 9:45 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
"Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done"
You need to run wireshark with superuser privileges. This can be done by prefixing the command with "sudo" and typing in your password when asked. So you need to run:
sudo wireshark
and that should let you capture on the available interfaces.
FYI: "lo" is your local loopback adapter (logical only), and 127.0.0.1 is your local loopback IP address.
Jeremy (via wireless at 20:41 PST)
-----Original Message----- From: "Robert Klamp Jr." RobertKlamp@aol.com Sender: op25-dev@yahoogroups.com Date: Wed, 30 Jan 2013 22:38:27 To: op25-dev@yahoogroups.com Reply-To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
Does anybody have a working copy of the modified version of wireshark. When I run my version it gives me a option to monitor a interface called lo and has a IP address if 127.000.001 or something similar but I do not see any packets when I monitor it. I still have to get op25 working correctly as well but If anybody can help with a copy of the modified wireshark file though it may give me another starting point.
Thanks to all for any help with this,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Robert Klamp Jr. Sent: Wednesday, January 30, 2013 10:21 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
Ok I have wireshark working but it does not capture any packets from the audio input. Now I should add that I haven't gotten OP25 to work correctly yet either I have been going at it all day and have made almost no headway. If anybody can tell me how to capture the data packets from the audio input it would help very much.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Wednesday, January 30, 2013 9:45 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
"Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done"
You need to run wireshark with superuser privileges. This can be done by prefixing the command with "sudo" and typing in your password when asked. So you need to run:
sudo wireshark
and that should let you capture on the available interfaces.
What is a loopback adapter and why does it have a IP address? I apologize if these are dumb questions but I am trying to wrap my head around all of this, and well I'm not doing so good. I have been working on trying to get OP25 and wireshark working today again for the last six or so hours and have not made a dent. I have been working on this project for the last two months now and have gotten almost nowhere. It's just very frustrating and I apologize for all the beginner questions.
Thanks to all for any help you can provide,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Jeremy Neal Sent: Wednesday, January 30, 2013 10:42 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
FYI: "lo" is your local loopback adapter (logical only), and 127.0.0.1 is your local loopback IP address.
Jeremy (via wireless at 20:41 PST)
_____
From: "Robert Klamp Jr." RobertKlamp@aol.com
Sender: op25-dev@yahoogroups.com
Date: Wed, 30 Jan 2013 22:38:27 -0600
ReplyTo: op25-dev@yahoogroups.com
Subject: RE: [op25-dev] OP25 and WireShark Help
Does anybody have a working copy of the modified version of wireshark. When I run my version it gives me a option to monitor a interface called lo and has a IP address if 127.000.001 or something similar but I do not see any packets when I monitor it. I still have to get op25 working correctly as well but If anybody can help with a copy of the modified wireshark file though it may give me another starting point.
Thanks to all for any help with this,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Robert Klamp Jr. Sent: Wednesday, January 30, 2013 10:21 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
Ok I have wireshark working but it does not capture any packets from the audio input. Now I should add that I haven't gotten OP25 to work correctly yet either I have been going at it all day and have made almost no headway. If anybody can tell me how to capture the data packets from the audio input it would help very much.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Wednesday, January 30, 2013 9:45 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
"Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done"
You need to run wireshark with superuser privileges. This can be done by prefixing the command with "sudo" and typing in your password when asked. So you need to run:
sudo wireshark
and that s hould let you capture on the available interfaces.
As far as I know it's not important as it relates to using OP-25. Just be aware that it's part of the operating system, and is supposed to be there. The only reason I even responded to explain this is because you seemed to be bewildered about its presence in your adapter list.
Jeremy
-----Original Message----- From: "Robert Klamp Jr." RobertKlamp@aol.com Sender: op25-dev@yahoogroups.com Date: Wed, 30 Jan 2013 22:53:46 To: op25-dev@yahoogroups.com Reply-To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
What is a loopback adapter and why does it have a IP address? I apologize if these are dumb questions but I am trying to wrap my head around all of this, and well I'm not doing so good. I have been working on trying to get OP25 and wireshark working today again for the last six or so hours and have not made a dent. I have been working on this project for the last two months now and have gotten almost nowhere. It's just very frustrating and I apologize for all the beginner questions.
Thanks to all for any help you can provide,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Jeremy Neal Sent: Wednesday, January 30, 2013 10:42 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
FYI: "lo" is your local loopback adapter (logical only), and 127.0.0.1 is your local loopback IP address.
Jeremy (via wireless at 20:41 PST)
_____
From: "Robert Klamp Jr." RobertKlamp@aol.com
Sender: op25-dev@yahoogroups.com
Date: Wed, 30 Jan 2013 22:38:27 -0600
ReplyTo: op25-dev@yahoogroups.com
Subject: RE: [op25-dev] OP25 and WireShark Help
Does anybody have a working copy of the modified version of wireshark. When I run my version it gives me a option to monitor a interface called lo and has a IP address if 127.000.001 or something similar but I do not see any packets when I monitor it. I still have to get op25 working correctly as well but If anybody can help with a copy of the modified wireshark file though it may give me another starting point.
Thanks to all for any help with this,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Robert Klamp Jr. Sent: Wednesday, January 30, 2013 10:21 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
Ok I have wireshark working but it does not capture any packets from the audio input. Now I should add that I haven't gotten OP25 to work correctly yet either I have been going at it all day and have made almost no headway. If anybody can tell me how to capture the data packets from the audio input it would help very much.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Wednesday, January 30, 2013 9:45 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
"Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done"
You need to run wireshark with superuser privileges. This can be done by prefixing the command with "sudo" and typing in your password when asked. So you need to run:
sudo wireshark
and that s hould let you capture on the available interfaces.
Thanks Jeremy I am not that good with Ubuntu and am trying to figure it out. I have always been a windows man until we starting working on this project a couple months ago. This Unix stuff is a whole new ballgame, and its kicking my ass.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Jeremy Neal Sent: Wednesday, January 30, 2013 10:58 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
As far as I know it's not important as it relates to using OP-25. Just be aware that it's part of the operating system, and is supposed to be there. The only reason I even responded to explain this is because you seemed to be bewildered about its presence in your adapter list.
Jeremy
_____
From: "Robert Klamp Jr." RobertKlamp@aol.com
Sender: op25-dev@yahoogroups.com
Date: Wed, 30 Jan 2013 22:53:46 -0600
ReplyTo: op25-dev@yahoogroups.com
Subject: RE: [op25-dev] OP25 and WireShark Help
What is a loopback adapter and why does it have a IP address? I apologize if these are dumb questions but I am trying to wrap my head around all of this, and well I'm not doing so good. I have been working on trying to get OP25 and wireshark working today again for the last six or so hours and have not made a dent. I have been working on this project for the last two months now and have gotten almost nowhere. It's just very frustrating and I apologize for all the beginner questions.
Thanks to all for any help you can provide,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Jeremy Neal Sent: Wednesday, January 30, 2013 10:42 PM To: op25-dev@yahoogroups.com Subject: Re: [op25-dev] OP25 and WireShark Help
FYI: "lo" is your local loopback adapter (logical only), and 127.0.0.1 is your local loopback IP address.
Jeremy (via wireless at 20:41 PST)
_____
From: "Robert Klamp Jr." RobertKlamp@aol.com
Sender: op25-dev@yahoogroups.com
Date: Wed, 30 Jan 2013 22:38:27 -0600
ReplyTo: op25-dev@yahoogroups.com
Subject: RE: [op25-dev] OP25 and WireShark Help
Does anybody have a working copy of the modified version of wireshark. When I run my version it gives me a option to monitor a interface called lo and has a IP addr ess if 127.000.001 or something similar but I do not see any packets when I monitor it. I still have to get op25 working correctly as well but If anybody can help with a copy of the modified wireshark file though it may give me another starting point.
Thanks to all for any help with this,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Ro bert Klamp Jr. Sent: Wednesday, January 30, 2013 10:21 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
Ok I have wireshark working but it does not capture any packets from the audio input. Now I should add that I haven't gotten OP25 to work correctly yet either I have been going at it all day and have made almost no headway. If anybody can tell me how to capture the data packets from the audio input it would help very much.
Thanks,
Bob
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] On Behalf Of Steve Glass Sent: Wednesday, January 30, 2013 9:45 PM To: op25-dev@yahoogroups.com Subject: RE: [op25-dev] OP25 and WireShark Help
"Ok I tried to get wireshark working with OP25 today using the following command and received the errors below. Any help would be appreciated if I am missing something.
bob@ubuntu:~/src/op25/python$ wireshark dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done dumpcap: There are no interfaces on which a capture can be done"
You need to run wireshark with superuser privileges. This can be done by prefixing the command with "sudo" and typing in your password when asked. So you need to run:
sudo wireshark
and that s hould let you capture on the available interfaces.
< /div>