Difference between revisions of "Example of the creation of a multiplex on ubuntu 12.04"
From OpenDigitalRadio
Jump to navigationJump to searchFreechelmi (talk | contribs) |
Freechelmi (talk | contribs) |
||
| Line 9: | Line 9: | ||
| − | == Etti drivers == | + | == Etti drivers for USRP1 Card == |
| − | + | This will add the etti deb source and install the uhd package that contains the driver : | |
| − | deb http://files.ettus.com/binaries/ | + | <math>sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd_unstable/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' |
| + | sudo apt-get update | ||
| + | sudo apt-get install -t `lsb_release -cs` uhd</math> | ||
Revision as of 21:37, 24 February 2013
This is Work in Progress !
This is the setup for teh launch of DAB/DAB+ broadcasting of the [SDN] mux including [Radio Galere] in Marseille France.
This is done on Ubuntu 12.04.1 64 bits using a USPR1 with a WBX daugther card. Our mux is using the 5C frequency.
Installation of components
Etti drivers for USRP1 Card
This will add the etti deb source and install the uhd package that contains the driver :
<math>sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd_unstable/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' sudo apt-get update sudo apt-get install -t `lsb_release -cs` uhd</math>
Gnuradio
We use this PPA which contains prebuilt GNuradio 3.6.0
https://launchpad.net/~roman-moravcik/+archive/gnuradio