-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
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 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
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
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)
and dump the output here. |
I'm not finding the |
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
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? |
I was able to get it working using the cable that came with the radio,
Thank to you so much
…On Wed, Nov 10, 2021 at 6:43 AM Hannes Matuschek ***@***.***> wrote:
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 a 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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFGVOCNIR2QNXU4HHSJZLLULKAKRANCNFSM5HQI4IVQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Gregg Horton
gregghorton.com
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Says "No Matching Radio Found" Anyway to get it to detect?
The text was updated successfully, but these errors were encountered: