== Experimental Images == === Universal Hardware Driver - From ettus research === 1. Image name: '''ubuntu-12-04-base-64bit_uhd.ndz''' * Base Os version: Ubuntu - 12.04.03 LTS * Kernel version: 3.08 * UHD version: 3.05 * Installation: This procedure is documented on Ettus website: http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki/UHD_Linux {{{ ...$ bash -c 'echo "deb http://files.ettus.com/binaries/uhd_stable/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' ...$ apt-get update ...$ apt-get install -t `lsb_release -cs` uhd ...$ apt-get install python libboost-all-dev libusb-1.0-0-dev ...$ apt-get dist-upgrade '''(optional)''' }}} * Notes: To test with uhd_usrp_probe {{{ ...$ ifconfig eth2 192.168.10.1 ...$ uhd_usrp_probe }}}