SDRplay and Airprobe

General discussions
Post Reply
fe8769
Posts: 18
Joined: Thu Nov 05, 2015 11:22 pm

SDRplay and Airprobe

Post by fe8769 » Sun Jan 03, 2016 10:20 pm

SDRplay and Airprobe

Now TETRA decode is working with Sdrplay .I try to run Airprobe GSM project

I have the following error :

sudo ./airprobe_rtlsdr.py -f 9.584e+08 -g 49.6
[sudo] password for gnuradio37:
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.git-89-gb17b440d

gr-osmosdr v0.1.4-57-g55fe9619 (0.1.5git) gnuradio 3.7.8.1
built-in source types: file osmosdr fcd rtl rtl_tcp uhd miri sdrplay hackrf bladerf rfspace airspy soapy redpitaya
get_devices started
mir_sdr_Init: starting hardware initialization
mir_sdr_Init: gR=60dB fs=2,048MHz rf=200,000MHz bw=1,536MHz if=0,000MHz

mir_sdr_usb_USB DLL: Revision 0.1.1

Warning: libusb_claim_interface() -6

mir_sdr_2500_Init: fnaddr = 15

mir_sdr_2500_Init: adjusting squelch trim 0x1, rx gating enable 1, tx_trim 0, reg2 = 0x4801
initHw: Register7 = 0x000005
initHw: Tuner Register0 = 0x04f440
mir_sdr_SetFs: Sample Freq requested 2047999,978065
mir_sdr_SetFs: Fs->FsNomHz+dFsHz=2048000,0+0,0Hz=2048000,0Hz FsToggle->1
mir_sdr_SetRf: f->200000000,000Hz (int=21 frac=3e8 afc=0) fSynth:3200000000,000
mir_sdr_SetRf: Rf->RfNomHz+dRfHz+LifHz+Lif1Hz=200000000,0+0,0+0,0Hz+0,0Hz=200000000,0Hz RfToggle->1
mir_sdr_SetGr: GR->60[36,24,0,0] gRset->0x224 DCCALmode=4 DCCALspd=1 GrToggle->1
setToggleStates: initialising sampNum=0x0001f802, gainSetting=0x224, FsToggle=0, RfToggle=1, GrToggle=1
setToggleStates: initialising Fs=2047999,978, Rf=200000000,000, Gr=60
mir_sdr_Init: already initialised
Device count: 1
mir_sdr_2500_Readback001Trim: readback = 0xe442e0f
mir_sdr_2500_Bypass001Trim: reg13=0x1ed reg14=0x7102ee
sdrplay=0,label='SDRplay RSP'
get_devices end
mir_sdr_Init: starting hardware initialization
mir_sdr_Init: gR=40dB fs=2,048MHz rf=222,064MHz bw=1,536MHz if=0,000MHz

mir_sdr_usb_USB DLL: Revision 0.1.1

Warning: libusb_claim_interface() -6

mir_sdr_2500_Init: fnaddr = 15

mir_sdr_2500_Init: adjusting squelch trim 0x1, rx gating enable 1, tx_trim 0, reg2 = 0x4801
initHw: Register7 = 0x000005
initHw: Tuner Register0 = 0x04f440
mir_sdr_SetFs: Sample Freq requested 2047999,978065
mir_sdr_SetFs: Fs->FsNomHz+dFsHz=2048000,0+0,0Hz=2048000,0Hz FsToggle->1
mir_sdr_SetRf: f->222064000,000Hz (int=25 frac=20 afc=0) fSynth:3553024000,000
mir_sdr_SetRf: Rf->RfNomHz+dRfHz+LifHz+Lif1Hz=222064000,0+0,0+0,0Hz+0,0Hz=222064000,0Hz RfToggle->1
mir_sdr_SetGr: GR->40[16,24,0,0] gRset->0x210 DCCALmode=4 DCCALspd=1 GrToggle->1
setToggleStates: initialising sampNum=0x0001f802, gainSetting=0x210, FsToggle=0, RfToggle=0, GrToggle=0
setToggleStates: initialising Fs=2047999,978, Rf=222064000,000, Gr=40
mir_sdr_2500_Readback001Trim: readback = 0xe34180f
mir_sdr_2500_Bypass001Trim: reg13=0x1ed reg14=0x6d018e
Using device #0: Mirics MSi2500 default (e.g. VTX3D card)
usb_claim_interface error -6

FATAL: Failed to open mirisdr device.

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

Using Volk machine: sse4_2_64_orc
Traceback (most recent call last):
File "./airprobe_rtlsdr.py", line 267, in <module>
tb = airprobe_rtlsdr(fc=options.fc, gain=options.gain, ppm=options.ppm, samp_rate=options.samp_rate, shiftoff=options.shiftoff)
File "./airprobe_rtlsdr.py", line 158, in __init__
self.blocks_socket_pdu_0_0 = blocks.socket_pdu("UDP_SERVER", "127.0.0.1", "4729", 10000, False)
File "/usr/local/lib/python2.7/dist-packages/gnuradio/blocks/blocks_swig5.py", line 950, in make
return _blocks_swig5.socket_pdu_make(*args, **kwargs)
RuntimeError: bind: Adresse déjà utilisée
gnuradio37@gnuradio37-virtual-machine:~/Documents/gr-gsm/apps$


SDRplay is running with cubicsdr , GQRX and TETRA decoder on the same PC
Last edited by fe8769 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

fe8769
Posts: 18
Joined: Thu Nov 05, 2015 11:22 pm

Re: SDRplay and Airprobe

Post by fe8769 » Thu Feb 11, 2016 9:24 pm

Up to this message

I tried to remake gr-gsm but still same error

I m using xubuntu 14.4

Sdrplay is working fine with cubicsdr

I reinstalled gr-osmosdr

still error :

Using device #0: Mirics MSi2500 default (e.g. VTX3D card)
usb_claim_interface error -6

FATAL: Failed to open mirisdr device.

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.


please help
Last edited by fe8769 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

fe8769
Posts: 18
Joined: Thu Nov 05, 2015 11:22 pm

Re: SDRplay and Airprobe

Post by fe8769 » Fri Feb 19, 2016 1:33 pm

Team support please answer to the :

Using device #0: Mirics MSi2500 default (e.g. VTX3D card)
usb_claim_interface error -6

FATAL: Failed to open mirisdr device.

Trying to fill up 1 missing channel(s) with null source(s).
This is being done to prevent the application from crashing
due to gnuradio bug #528.

On this configuration

Cubic sdr 1.20 with photosware is working fine
GQRX V2.3.2-193-gbbed is working fine

TETRA is working
osmocom_fft is working

gr-gsm NO : error usb claim -6
Last edited by fe8769 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

Tech_Support
Posts: 499
Joined: Mon Jun 01, 2015 7:00 pm

Re: SDRplay and Airprobe

Post by Tech_Support » Fri Feb 19, 2016 2:21 pm

Dear fe8769,
I am a bit confused about your reference to the VTX3D card. We don't understand the relevance that this may have to the SDRplay RSP. If you are using the mirisdr driver, we should point out that this is an unofficial driver that was not developed by us or as far as we are aware by Mirics and we are unable to provide any support for it.

Sincerely

SDRplay Tech_Support
Last edited by Tech_Support on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

Post Reply