RT3S radio not detected in linux #176
-
Says "No Matching Radio Found" Anyway to get it to detect? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
I'm not finding the |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
-
Sorry to revist this but I was trying to set this up on a new computer, I used your ppa package but things aren't working again
|
Beta Was this translation helpful? Give feedback.
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 U…