Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RT3S radio not detected in linux #173

Closed
detournemint opened this issue Nov 7, 2021 · 4 comments
Closed

RT3S radio not detected in linux #173

detournemint opened this issue Nov 7, 2021 · 4 comments
Labels
MD-UV390 Affects TYT MD-UV390 and Retevis RT3S devices question Further information is requested

Comments

@detournemint
Copy link

Says "No Matching Radio Found" Anyway to get it to detect?

@hmatuschek hmatuschek added MD-UV390 Affects TYT MD-UV390 and Retevis RT3S devices question Further information is requested labels Nov 7, 2021
@hmatuschek
Copy link
Owner

This may depend a bit on how you installed qdmr and the distribution.

First, can you check if the radio is detected by the kernel. Call lsusb an look for a VID/PID 0483:df11. It should be named something like STM device in DFU mode. Also, your device should not be in firmware flash mode. Do not press the side buttons while switching it on.

If you installed the Snap package, you need to allow qdmr raw access to USB devices (see https://dm3mat.darc.de/qdmr/install.html) with

snap connect qdmr:raw-usb

to grant the access.

If you installed qdmr by building it from the source code, ensure that the udev rules are installed properly. There should be a file name 99-qdmr.rules in /etc/udev/rules.d/. If it is there try running

sudo udevadm control --reload-rules

to reload these rules (although this should have happened automatically).

If you installed one of the pre-build packages for Ubuntu, Arch, OpenSuSE or Gentoo. It should work out of the box. To investigate it further, install (if not already present) dmrconf the command line version of qdmr. Then run

dmrconf --verbose detect

and dump the output here.

@detournemint
Copy link
Author

I'm not finding the dmrconf package, i found dmrconfig but it doesn't have that command. I'm running ubuntu and i installed qdmr from the software store

@hmatuschek
Copy link
Owner

hmatuschek commented Nov 10, 2021

Ok I see two issues here.,

First, when you install qdmr via the software store in Ubuntu, the snap package gets installed by default. This variant should work with the RT3S. However, you need to grant qdmr raw access to the USB devices. This can be done by calling

snap connect qdmr:raw-usb

This should do the trick.

However, even then I see a problem: Your lsusb list you send, did not contain the device. There must be a device listed, that is called "STM device in DFU mode" or something like that. I saw, however, that there was a device called "FT232 Serial (UART) IC". This one and similar chips are used in some cables to connect to HTs. However, not for the Retevis RT3S. There a direct USB connection is used to the MCU within the radio. Are you sure that you are using the correct cable for this device? Does this cable work under windows with the manufacturer CPS?

@detournemint
Copy link
Author

detournemint commented Nov 14, 2021 via email

Repository owner locked and limited conversation to collaborators Nov 14, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
MD-UV390 Affects TYT MD-UV390 and Retevis RT3S devices question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants