Announcement

Collapse
No announcement yet.

Windows Setup/Feed Migration (virtualVM) Assistance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I have tried to take in all the info posted in the many threads...

    I have an SBS-3 plugged in to a Win7 laptop via USB which I access remotely (So buying an rpi + dongle not practical in this instance)

    If I download Virtual box + buster and follow the various instructions in this thread, do I stand some chance of sharing the data to FR or its a no go from the off?

    Comment


    • SBS user should use only this option

      On Raspbian Buster in VM, Install fr24feed Using debian package for RPi:
      "fr24feed_1.0.26-9_armhf.deb"




      Code:
      # Add architecture armhf to use RPi armhf package on i386 / i686 / x86_64 PC:
      sudo dpkg --add-architecture armhf
      sudo apt update
      
      # Install dependencies
      sudo apt install libc6:armhf libstdc++6:armhf
      
      # Download fr24feed armhf.deb package and install it on i386 / x86_64 PC
      wget -O fr24feed_1.0.26-9_armhf.deb http://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.26-9_armhf.deb
      sudo dpkg -i fr24feed_1.0.26-9_armhf.deb
      
      
      # Signup and configure receiver
      sudo fr24feed --signup
      
      sudo systemctl restart fr24feed
      
      fr24feed-status

      Comment


      • Configuration of fr24feed for SBS3 connected to Raspbian Buster/VM via USB.

        Step 4.1 - Receiver selection (in order to run MLAT please use DVB-T stick with dump1090 utility bundled with fr24feed):

        1 - DVBT Stick (USB)
        -----------------------------------------------------
        2 - SBS1/SBS1er (USB/Network)
        3 - SBS3 (USB/Network)
        4 - ModeS Beast (USB/Network)
        5 - AVR Compatible (DVBT over network, etc)
        6 - microADSB (USB/Network)
        7 - SBSx via Basestation (localhost:30006)


        Enter your receiver type (1-7)$: 3

        Step 4.2 - Please select connection type:

        1 - Network connection
        2 - USB directly to this computer

        Enter your connection type (1-2)$: 2

        Step 4.3A - Please enter your receiver's COM port number/device path
        $: /dev/ttyUSB0

        Originally posted by Oblivian View Post
        Default device for the com port field should be (beast device)

        /dev/ttyUSB0

        However, if the feed fails. There are Additional to locate correct USB/Dev details

        Check for detection:
        sudo lsusb
        Result:
        Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC

        Check for port details:
        dmesg | grep tty
        Result:
        usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0

        This is used in the "COM/DEV/PATH:" field (case sensitive)
        /dev/ttyUSB0


        (if someone could run this with a SBS plugged in and get the outputs it may assist other users who don't use the radio function)
        Last edited by abcd567; 2020-11-16, 22:54.

        Comment


        • (you probably want 3 - SBS3, rather than 4-beast )
          Posts not to be taken as official support representation - Just a helpful uploader who tinkers

          Comment


          • Originally posted by Oblivian View Post
            (you probably want 3 - SBS3, rather than 4-beast )
            Thanks for pointing out the mistake.
            Corrected it to 3 now.

            The choice 4 automatically came to my mind, possibly from almost always using self-installed dump1090

            Comment


            • Thank you both, will experiment and report back.

              Well it appears my CPU doesn't support VT-X so I cant run 64bit VM only 32bit Oh well...
              Last edited by WayneKing; 2020-11-17, 12:02.

              Comment


              • abcd567

                I'll try your procedure & let you know.

                Comment


                • abcd567

                  I tried your procedure but it didn't work for me.

                  Comment


                  • Originally posted by arash View Post
                    abcd567

                    I tried your procedure but it didn't work for me.
                    Please elaborate which procedure.
                    I have posted large number of procedures from time to time.
                    Your statement does not give me any clue as to which one you are talking about.

                    Comment


                    • Originally posted by abcd567 View Post

                      Please elaborate which procedure.
                      I have posted large number of procedures from time to time.
                      Your statement does not give me any clue as to which one you are talking about.
                      That was the original message from last year , the reply today was deleted so invisible when you checked after the norification. Presumably sorted it out after posting

                      Was regarding an update from W7 to 10

                      error.PNG
                      Posts not to be taken as official support representation - Just a helpful uploader who tinkers

                      Comment


                      • ًًThanks Oblivian. Yo are right, just looked at last message when saw the notification, and missed the date of that post.

                        Comment


                        • Originally posted by abcd567 View Post

                          Please elaborate which procedure.
                          I have posted large number of procedures from time to time.
                          Your statement does not give me any clue as to which one you are talking about.
                          This in procedure that I try this time:

                          sudo apt-get update

                          sudo apt-get install -y git
                          sudo apt-get install -y build-essential
                          sudo apt-get install -y debhelper
                          sudo apt-get install -y rtl-sdr
                          sudo apt-get install -y librtlsdr-dev
                          sudo apt-get install -y libusb-1.0-0-dev
                          sudo apt-get install -y pkg-config
                          sudo apt-get install -y fakeroot
                          sudo apt-get install -y curl
                          sudo apt-get install -y cron
                          sudo apt-get install -y lighttpd

                          sudo git clone -b unmaintained https://github.com/mutability/dump1090.git dump1090-1.15

                          cd dump1090-1.15

                          sudo apt install dump1090-mutability

                          sudo usermod -a -G plugdev dump1090

                          sudo systemctl restart dump1090-mutability

                          sudo apt install libc6 libudev1 zlib1g libusb-1.0-0 libstdc++6 dirmngr

                          sudo wget https://repo-feed.flightradar24.com/....25-3_i386.deb

                          sudo dpkg -i fr24feed_1.0.25-3_i386.deb

                          sudo dpkg --purge fr24feed

                          sudo nano /etc/fr24feed.ini


                          ****Above command will open a file with following entries***

                          ****Code:****
                          bs=yes
                          raw=yes
                          mlat="yes"
                          mlat-without-gps="yes"
                          ****Add following lines to the file fr24feed.ini (replace xxxxxxxxxxx by your actual sharing key).****

                          Code:
                          receiver="beast-tcp"
                          host="127.0.0.1:30005"
                          fr24key="106aabeb13a2b4bd"
                          ****Save file (Ctrl+o) and close (Ctrl+x)****

                          ****Restart fr24feed****

                          ****Code:****

                          sudo systemctl restart fr24feed

                          ****Wait for few minutes, then check status****

                          fr24feed-status

                          (I indicate extra orders by adding ***)

                          and this is result

                          3.jpg

                          usb indicator flashing in red and remain in red after a while, and receiver remain down.

                          P.S:

                          I change my operating system to windows 10 & install the latest version on VM and 2021-01-11-raspios-buster-i386 to install on VM.

                          this is picture of zadig:

                          4.jpg
                          Last edited by arash; 2021-09-22, 14:01.

                          Comment


                          • Dump1090-mutability (EB_VER)

                            Code:
                            sudo apt update
                            sudo apt install dump1090-mutability
                            sudo usermod -a -G plugdev dump1090
                            sudo systemctl restart dump1090-mutability
                            FR24feed for i386 computers

                            Code:
                            wget https://repo-feed.flightradar24.com/linux_x86_binaries/fr24feed_1.0.25-3_i386.deb  
                            
                            sudo apt install libc6 libudev1 zlib1g libusb-1.0-0 libstdc++6 dirmngr
                            
                            sudo dpkg -i ​​​fr24feed_1.0.25-3_i386.deb


                            FR24feed for amd64/x86_64 computers

                            Code:
                            wget https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_1.0.25-3_amd64.deb
                            
                            sudo apt install libc6 libudev1 zlib1g libusb-1.0-0 libstdc++6 dirmngr
                            
                            sudo dpkg -i ​​​fr24feed_1.0.25-3_amd64.deb
                            Last edited by abcd567; 2021-09-25, 02:51.

                            Comment


                            • abcd567

                              I got this errors:
                              5-1.jpg

                              &

                              5-2.jpg

                              Comment


                              • Oops, missed the command to install dependencies in last post. Have added it now.

                                Please issue following commands:

                                Code:
                                sudo apt install libc6 libudev1 zlib1g libusb-1.0-0 libstdc++6 dirmngr   
                                
                                sudo dpkg -i ​​​fr24feed_1.0.25-3_amd64.deb

                                Comment

                                Working...
                                X