Results 1 to 2 of 2

Thread: Problem with installing Airprobe especially Gsm-Receiver

  1. #1
    Join Date
    2018-Apr
    Location
    Germany
    Posts
    3

    Problem with installing Airprobe especially Gsm-Receiver

    Hey Guys,

    i have a Problem with installing Airprobe especially Gsm-Receiver on my persistent USB-Stick for playing around with my NooElec R820T NESDR Mini.
    OS type is Kali GNU/Linux Rolling 32-bit, GNOME Version 3.28.1

    First i installed the Basic Dependencies with
    Code:
    sudo apt-get –y install git-core autoconf automake libtool g++ python-dev swig libpcap0.8-dev
    and
    Code:
    sudo apt-get install gnuradio gnuradio-dev cmake git libboost-all-dev libusb-1.0-0 libusb-1.0-0-dev libfftw3-dev swig python-numpy
    After that i installed libosmocore with
    Code:
    git clone git://git.osmocom.org/libosmocore.git
    cd libosmocore
    autoreconf –i
    ./configure
    make
    sudo make install
    sudo ldconfig
    To clone Airprobe i typed in
    Code:
    git clone git://git.gnumonks.org/airprobe.git
    Then i installed gsmdecode with
    Code:
    cd airprobe/gsmdecode
    ./bootstrap
    ./configure
    make
    That all works fine, but then i installed gsm-receiver with
    Code:
    cd airprobe/gsm-receiver
    ./bootstrap
    ./configure
    make
    And here is the Problem: When i typed in the make Command, my CLI answered
    Code:
    root@kali:~/libosmocore/airprobe/gsm-receiver# make
    make: *** No targets specified and no makefile found.  Stop.
    Now my question is what went wrong? Since the whole installation process worked fine without a problem.
    I hope some of you Guys can give me the answer.

    with best regards
    msfu

  2. #2
    Join Date
    2018-Dec
    Posts
    1
    i solve the problem
    first install Swig from here https://github.com/swig/swig
    $ cd swig
    $ ./autogen.sh
    $ ./configure --prefix=/
    $ make
    $ make install

    And try Again ./configure on gsm-receiver

Similar Threads

  1. GSPD & GPS Receiver [2021] Setup/Fix
    By Pyrrhus Rokh in forum General Archive
    Replies: 0
    Last Post: 2021-04-23, 15:02
  2. How to install Airprobe in Kali Linux 2.0
    By dymex in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2016-02-08, 21:53
  3. Microsoft wireless mobile mouse 4000 with nano receiver not working
    By Dalobo in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2013-10-01, 20:15

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •