Hello Everyone,
I have an RTL-SDR V3 running OP-25 on an RPi, (Summit County, OH), and the setup is working well.
I would like to move the RTL-SDR to a Dell Laptop, Running Win 10, (core i7, running 2.8xxx GHz, 8 GB Ram).
I know NOTHING about Linux / Ubuntu etc. (Steep learning curve... for me, anyway).
I have never run a VM before, so that is also a steep learning curve.
There is a Wiki on RadioRef, simply labeled OP25, (dated July 2022), that I have used as a guide for installing a Ubuntu VM, and then installing OP-25 therewithin.
I think that my VM is up and running correctly.
I have a Ubuntu desktop with a bunch of icons running down the left side of the screen, and I can see files, and open a terminal.
My VM is: VMware Workstation 17 Pro.
This is the free, personal use, version.
(This replaces Workstation Player, per the Broadcom site)
The RR Wiki instructions say:
1. sudo apt-get install git
2. sudo apt install build-essential
3. cd ~
4. git clone GitHub - boatbod/op25: Fork of osmocom OP25 by boatbod
5. cd op25
6. ./install.sh
The first 2 or 3 times I ran the install.sh it locked up, (I gave it a few hours the first time...).
It now runs install.sh, with many lines scrolling past the screen, until it gets to an error:
(Re-typed here, not copy / pasted...)
gmake: *** [Makefile:127: cmTC_3da89/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:5 (project)
.. Configuring incomplete, errors occurred!
make: *** No targerts specified and no makefile found. Stop.
make: *** No rule to make target "install". Stop.
If I can get OP-25 to install, then I think I can replicate my rx.py setup.
Guidance on how best to proceed would be greatly appreciated!
Unfortunately, given my total lack of knowledge about C and Ubuntu and VMs, I really need keystroke - by - keystroke guidance.
Highlevel guidance like: Well just remake the make file... are insufficient for my feeble brain...
Thank you,
Jay
I have an RTL-SDR V3 running OP-25 on an RPi, (Summit County, OH), and the setup is working well.
I would like to move the RTL-SDR to a Dell Laptop, Running Win 10, (core i7, running 2.8xxx GHz, 8 GB Ram).
I know NOTHING about Linux / Ubuntu etc. (Steep learning curve... for me, anyway).
I have never run a VM before, so that is also a steep learning curve.
There is a Wiki on RadioRef, simply labeled OP25, (dated July 2022), that I have used as a guide for installing a Ubuntu VM, and then installing OP-25 therewithin.
I think that my VM is up and running correctly.
I have a Ubuntu desktop with a bunch of icons running down the left side of the screen, and I can see files, and open a terminal.
My VM is: VMware Workstation 17 Pro.
This is the free, personal use, version.
(This replaces Workstation Player, per the Broadcom site)
The RR Wiki instructions say:
1. sudo apt-get install git
2. sudo apt install build-essential
3. cd ~
4. git clone GitHub - boatbod/op25: Fork of osmocom OP25 by boatbod
5. cd op25
6. ./install.sh
The first 2 or 3 times I ran the install.sh it locked up, (I gave it a few hours the first time...).
It now runs install.sh, with many lines scrolling past the screen, until it gets to an error:
(Re-typed here, not copy / pasted...)
gmake: *** [Makefile:127: cmTC_3da89/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:5 (project)
.. Configuring incomplete, errors occurred!
make: *** No targerts specified and no makefile found. Stop.
make: *** No rule to make target "install". Stop.
If I can get OP-25 to install, then I think I can replicate my rx.py setup.
Guidance on how best to proceed would be greatly appreciated!
Unfortunately, given my total lack of knowledge about C and Ubuntu and VMs, I really need keystroke - by - keystroke guidance.
Highlevel guidance like: Well just remake the make file... are insufficient for my feeble brain...
Thank you,
Jay