I think I am on the right track.....
Ok... So I have took the plunge and finally got Ubuntu 14.04 installed and at least had wired ethernet working. Followed Picco's installation instructions and everything went as planned (or as I thought it should. Everything didn't die and there was no smoke coming from my laptop)
now when I run this:
I end up getting this:
Will 'try' to see if I can copy and paste on the laptop but the command line of linux is far above what I know. - Edited - Was able to copy & paste more information
As I don't exactly even know how to get gnuradio running but I guess will head over to there and do some looking around as I think I need to have that running from the sounds of it...
Ok... So I have took the plunge and finally got Ubuntu 14.04 installed and at least had wired ethernet working. Followed Picco's installation instructions and everything went as planned (or as I thought it should. Everything didn't die and there was no smoke coming from my laptop)
now when I run this:
Code:
./scope.py --args "rtl=0" -N 'LNA:46' -f 454.0500e6 -S 2400000 -q 67
I end up getting this:
Code:
jeff@jeff-MP061:~/pybombs/src/gr-op25/op25/gr-op25_repeater/apps$ ./scope.py --args "rtl=0" -N 'LNA:46' -f 454.05000e6 -S 2400000 -q 63
linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.008.000-48-g241c6903
gr-osmosdr v0.1.4-7-g20fd6a8c (0.1.5git) gnuradio 3.7.6git-199-gb2e6c0f2
built-in source types: file osmosdr fcd rtl rtl_tcp uhd hackrf bladerf rfspace
Using device #0 Generic RTL2832U
usb_open error -3
Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules
FATAL: Failed to open rtlsdr device.
Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.
setting gain LNA to 46
Using Volk machine: sse3_32
set_center_freq: 0
Traceback (most recent call last):
File "./scope.py", line 2817, in <module>
app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3)
File "/home/jeff/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__
wx.App.__init__ (self, redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/home/jeff/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit
frame = stdframe (self.top_block_maker, self.title, self._nstatus)
File "/home/jeff/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__
self.panel = stdpanel (self, self, top_block_maker)
File "/home/jeff/target/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__
self.top_block = top_block_maker (frame, self, vbox, sys.argv)
File "./scope.py", line 213, in __init__
self.open_usrp()
File "./scope.py", line 1158, in open_usrp
self.__set_rx_from_osmosdr()
File "./scope.py", line 894, in __set_rx_from_osmosdr
raise RuntimeError("failed to set USRP frequency")
RuntimeError: failed to set USRP frequency
Will 'try' to see if I can copy and paste on the laptop but the command line of linux is far above what I know. - Edited - Was able to copy & paste more information
As I don't exactly even know how to get gnuradio running but I guess will head over to there and do some looking around as I think I need to have that running from the sounds of it...
Last edited: