Install GNURadio into a VM for use.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- apt-get update
- apt-get install -y xauth
- apt-get install -y gnuradio
- apt-get install -y gr-osmosdr gr-iio libiio-utils
-
- # audio
- #apt-get install -y linux-sound-base alsa-utils
- #modprobe snd-hda-intel
- #echo "options snd_hda_intel index=0" >> /etc/modprobe.d/alsa-base.conf
- #sudo usermod -a -G audio vagrant
|