Can anyone help me with this?
I've installed all the mmbtools OK using Jens's packages. Now I'm following the instructions here to install GNU Radio and get the Hack RF running. This went perfectly until the last stage (sudo apt-get install gqrx gnuradio gr-osmosdr hackrf) when I got the error below. I tried commands:-
sudo apt-get dist-upgrade
and
sudo apt-get -f install
but neither command helps.
Here's the error code:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
Depends: gstreamer1.0-clutter but it is not going to be installed
libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Actually I just try this solution with ggrx and it worked!! Give me a bell later Glyn, will be in Reading all day :(
--
You received this message because you are subscribed to the Google Groups "mmbtools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to crc-mmbtools...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No luck with your or Rash's method Andy.
With yours, the cleanup seemed to do something useful. Then when I tried to install all the packages individually they all moaned except Hackrf which said it was already the latest version.
Entering "hackrf" returns "command not found". Entering "hackrf_transfer" returns a help screen how to use all its arguments.
So I'm not sure do the other packages even matter? When I tried following the idiot instructions in the MMB tools manual (upto and including section 5.2.2)after doing all this it failed - generated only one frame - so I guess these packages do matter.
With Rash's Google method, the path, but not the file exists. The second bit about compiling is way above my head at this stage!
I think I need to work out how to run/test Mux, Mod and Hack individually to see which is causing the problem for certain. Back to rtfm!
I've discovered that those packages that would not install do not matter. Now got a working (static file) DAB broadcast into a dummy load. WooHoo!
To help future newbies though, I think I found a couple of bugs in the documentation which were stopping things from working.....
I was using this version of the manual: rev f7404ae, Wed Feb 4 20:22:50 2015 +0100, Matthias P. Braendl
First apparent error:
Page 13 example mod.ini script line 16 needed enabled=0
...or we need to supply a filtertaps.txt file or describe how to construct one
Second apparent error
Page 13 example mod.ini script line 24, replace /dev/stdout with /tmp/ofdm.fifo
With these changes (and assuming previous stages to generate 2 channel mux, eti and iq files completed correctly) the example ODR-DABMod script using hackrf_tranfer facility at bottom of the page works :-)
NB- Even with that filtering disabled, the spectrum looks not bad - shoulders about 20dB or more down. Anyone got a filtertaps.txt I can borrow?!