Fizz306
Member
An update for anyone that finds this useful...
I was looking to set up OP25 on my Windows machine without having to dual boot. Virtualization seemed like a good option. These are the methods I used to get it up and running.
Using VMware Player (free) and Ubuntu 14.04. Hardware is a Win7 Pro box, i5-4690k processor, and 16 GB of memory. The VM has 2 cores and 8GB dedicated to it.
Finding installation instructions for installing OP25 was frustrating, as practical information is scattered all over the internet, and because the Pybombs website's instructions are out of date and don't work. I used this link to install, and was up an running in short order:
http://communications.support/thread...buntu-14-04-03
The next issue I ran into was that OP25 wouldn't recognize my RTLSDR stick, despite the fact that I had connected it to the Linux VM. This fixed that issue:
-------------------------------
Open a terminal and type:
cd /etc/modprobe.d
sudo nano no-rtl.conf
Add the following lines to the new file:
blacklist dvb_usb_rtl28xxu
blacklist rtl2832
blacklist rtl2830
Save and exit using CTRL+X then reboot the computer.
-------------------------------
Next issue was major audio underruns. It was unlistenable, and was getting plenty of aUaUaUaU errors in the terminal window. Considering I was using a virtual audio card emulated by VMware, troubleshooting made it even more difficult. After much headbanging, I disabled PulseAudio by following these instructions:
http://kodi.wiki/view/PulseAudio/HO...ALSA_(without_removing_PulseAudio)_for_Ubuntu
-------------------------------
If you still have minor aU (audio underrun) issues, you can try tweaking the gr-audio-alsa.conf file (located in /pybombs/src/gnuradio/gr-audio/lib/alsa). Values of .1 seconds and nperiods of 64 worked well for me.
-------------------------------
I'm sure that this has been posted somewhere in this thread before, but there is a great video out there that walks you through configuring the .tsv files for trunking systems via OP25.
Note: disregard the first half of the video where Matt discusses how to install OP25 and GNUradio. They DO NOT work when using VMware Player and Ubuntu 14.04 (at least for me). Start watching at around the 9 minute mark.
https://www.youtube.com/watch?v=DxQeCzksDi4
-------------------------------
Hope this helps others!
I was looking to set up OP25 on my Windows machine without having to dual boot. Virtualization seemed like a good option. These are the methods I used to get it up and running.
Using VMware Player (free) and Ubuntu 14.04. Hardware is a Win7 Pro box, i5-4690k processor, and 16 GB of memory. The VM has 2 cores and 8GB dedicated to it.
Finding installation instructions for installing OP25 was frustrating, as practical information is scattered all over the internet, and because the Pybombs website's instructions are out of date and don't work. I used this link to install, and was up an running in short order:
http://communications.support/thread...buntu-14-04-03
The next issue I ran into was that OP25 wouldn't recognize my RTLSDR stick, despite the fact that I had connected it to the Linux VM. This fixed that issue:
-------------------------------
Open a terminal and type:
cd /etc/modprobe.d
sudo nano no-rtl.conf
Add the following lines to the new file:
blacklist dvb_usb_rtl28xxu
blacklist rtl2832
blacklist rtl2830
Save and exit using CTRL+X then reboot the computer.
-------------------------------
Next issue was major audio underruns. It was unlistenable, and was getting plenty of aUaUaUaU errors in the terminal window. Considering I was using a virtual audio card emulated by VMware, troubleshooting made it even more difficult. After much headbanging, I disabled PulseAudio by following these instructions:
http://kodi.wiki/view/PulseAudio/HO...ALSA_(without_removing_PulseAudio)_for_Ubuntu
-------------------------------
If you still have minor aU (audio underrun) issues, you can try tweaking the gr-audio-alsa.conf file (located in /pybombs/src/gnuradio/gr-audio/lib/alsa). Values of .1 seconds and nperiods of 64 worked well for me.
-------------------------------
I'm sure that this has been posted somewhere in this thread before, but there is a great video out there that walks you through configuring the .tsv files for trunking systems via OP25.
Note: disregard the first half of the video where Matt discusses how to install OP25 and GNUradio. They DO NOT work when using VMware Player and Ubuntu 14.04 (at least for me). Start watching at around the 9 minute mark.
https://www.youtube.com/watch?v=DxQeCzksDi4
-------------------------------
Hope this helps others!