Re: [Discuss-gnuradio] Multimode.py and osmsdr module

2012-06-07 Thread Marcus D. Leech
> Another question I'm afraid, > > I've resolved, I think, my previous question about the module path. > The module rtlsdr does not exist on my system even though I have the > rtlsdr library installed. So, I presume that the module has to be > created somehow. > > Moving on, I'm trying to get multi

Re: [Discuss-gnuradio] Multimode.py and osmsdr module

2012-06-07 Thread Phil
On 07/06/12 20:15, Alexandru Csete wrote: on my system. So I guessed that I have to build the modules, somehow. What exactly do you mean by "osmosdr" ? There is a package called osmo-sdr which is for the Osmo SDR hardware. You do not need that if you want to use RTL2832U-based dongles. Then t

Re: [Discuss-gnuradio] Multimode.py and osmsdr module

2012-06-07 Thread Alexandru Csete
On Thu, Jun 7, 2012 at 11:27 AM, Phil wrote: > On 07/06/12 19:13, Alexandru Csete wrote: >> >> On Thu, Jun 7, 2012 at 10:46 AM, Phil  wrote: >>> >>> Another question I'm afraid, >>> >>> I've resolved, I think, my previous question about the module path. The >>> module rtlsdr does not exist on my s

Re: [Discuss-gnuradio] Multimode.py and osmsdr module

2012-06-07 Thread Friederike Maier
Hi I got it recently running with the gnuradio 3.6 and a Noxon DAB stick. I had to change the usb ID in librtlsdr.c line 205 //{ 0x0ccd, 0x00b3, "Terratec NOXON DAB/DAB+ USB dongle (rev 1)" }, { 0x0ccd, 0x00c6, "Terratec NOXON DAB/DAB+ USB dongle (rev 1)" }, you cn get it with lsusb and check i

Re: [Discuss-gnuradio] Multimode.py and osmsdr module

2012-06-07 Thread Phil
On 07/06/12 19:13, Alexandru Csete wrote: On Thu, Jun 7, 2012 at 10:46 AM, Phil wrote: Another question I'm afraid, I've resolved, I think, my previous question about the module path. The module rtlsdr does not exist on my system even though I have the rtlsdr library installed. So, I presume t

Re: [Discuss-gnuradio] Multimode.py and osmsdr module

2012-06-07 Thread Alexandru Csete
On Thu, Jun 7, 2012 at 10:46 AM, Phil wrote: > Another question I'm afraid, > > I've resolved, I think, my previous question about the module path. The > module rtlsdr does not exist on my system even though I have the rtlsdr > library installed. So, I presume that the module has to be created som