SDRTrunk .0.50. Two Dongles - not being recognized (have the same name)

Status
Not open for further replies.

mistermightymoose

Member
Premium Subscriber
Joined
Oct 13, 2017
Messages
61
Reaction score
12
Location
Sudbury, ON
Hello,

I'm very new to this, so please bear with me. I have SDRTrunk V.05.0 Alpha 6 working. I am monitoring an 800 mhz band (Canada-Ontario-Sudbury District-Greater Sudbury-Wahnapitae).

The one antenna that I have is able to be used. It shows up as 820T. I purchased a second dongle and thought that I might get more traffic as it the program could tune into two communications at the same time.

The dongle is a different brand, but it seems that the software is recognizing it as the same type of dongle. So, I have two tuners that show up as 820T.

Both have different antennas.

The one seems to work best when I set the PPM to 31.4.

When I go into the second tuner, because it has the same name... I'm running into issues where I can't set a different PPM because it thinks the tuners are the exact same. Any suggestions? I'm not sure how to make them come up as unique so that I can set their correct respective PPM.

Thanks!
 

mistermightymoose

Member
Premium Subscriber
Joined
Oct 13, 2017
Messages
61
Reaction score
12
Location
Sudbury, ON
Hello, I downloaded and ran the rtl_eeprom file. It opens a DOS window and immediately closes... am I doing something wrong?
 

rlmurray56

Member
Joined
Oct 10, 2019
Messages
76
Reaction score
31
Location
Puyallup, WA
Hello, I downloaded and ran the rtl_eeprom file. It opens a DOS window and immediately closes... am I doing something wrong?
Obviously. Yes. You can't run a DOS program by opening it from the desktop. First, you need to open a DOS window (command prompt), then navigate to the location where your DOS program is, THEN type in the name of the program that you want to execute (rtl_eeprom.exe) Be careful with this program or you could brick your SDR device.
 

lwvmobile

DSD-FME
Joined
Apr 26, 2020
Messages
1,485
Reaction score
1,027
The default behavior of rtl_eeprom is to just run, index your devices, list info on them and close. I presume this happens so you don't accidentally nuke your sdr dongles, but also really because its a command line program and needs parameters to carry out its function.
Code:
lwvmobile@b450m-hdv-r4:~$ rtl_eeprom
Found 3 device(s):
  0:  Generic RTL2832U OEM
  1:  Generic RTL2832U OEM
  2:  Generic RTL2832U OEM

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner

Current configuration:
__________________________________________
Vendor ID:        0x0bda
Product ID:        0x2838
Manufacturer:        Realtek
Product:        RTL2838UHIDIR
Serial number:        00000002
Serial number enabled:    yes
IR endpoint enabled:    yes
Remote wakeup enabled:    no
__________________________________________
You have to specify a -d for a device number and then a -s to give it a new serial number. The program can be used to flash firmware on to rtl sticks, but I don't recommend it, it could brick the device. Actually, I don't even know if certain special firmware exists for rtl sticks or not, much like how cryto mining firmware exists to flash onto graphics cards and what not.

Code:
NAME
       rtl-eeprom - EEPROM programming tool for RTL2832 based DVB-T receivers

DESCRIPTION
       Dumps  configuration  and also writes EEPROM configuration.  Written by
       Steve Markgraf and incorporated in the osmocom rtl-sdr project.

       Use at your own risk, especially -w!

       Much software is available for the  RTL2832.  Most  of  the  user-level
       packages  rely on the librtlsdr library which comes as part of the rtl-
       sdr codebase. This codebase contains both the library itself and also a
       number  of  command  line tools such as rtl_test, rtl_sdr, rtl_tcp, and
       rtl_fm. These command line tools use the library to test for the  exis‐
       tence  of  RTL2832 devices and to perform basic data transfer functions
       to and from the device.

       Because most of the RTL2832 devices are connected using  USB,  the  li‐
       brtlsdr  library  depends on the libusb library to communicate with the
       device.

USAGE
       Writing bad information to the EEPROM will make your device useless.
 
Last edited:
Status
Not open for further replies.
Top