hmatuschek / qdmr

A GUI application for configuring and programming cheap DMR radios under Linux and MacOS X.
https://dm3mat.darc.de/qdmr/
GNU General Public License v3.0
223 stars 46 forks source link

Radio not detected #478

Closed cwpowell closed 1 month ago

cwpowell commented 2 months ago

I have used qDMR to program my radios in the past but suddenly I am receiving an error "No matching device was found." The radio is an Anytone UV-868, certainly one of the most common out there. The USB port is /dev/ttyUSB0 and it is world rw (666). Xubuntu 24.04 on Dell XPS hardware (same as worked in the past). Tried on two laptops running this OS and no joy.

Here is the terminal information received: Gtk-Message: 22:20:59.699: Failed to load module "xapp-gtk3-module" Debug in src/application.cc@446: Last device is invalid, search for new one. Debug in lib/usbserial.cc@162: Search for serial port with matching VID:PID 28e9:18a. Debug in lib/usbserial.cc@162: Search for serial port with matching VID:PID 1fc9:94. Debug in lib/hid_libusb.cc@128: Search for HID interfaces matching VID:PID 15a2:73. Debug in lib/dfu_libusb.cc@157: Search for DFU devices matching VID:PID 483:df11. ERROR in src/application.cc@450: No matching devices found. Debug in src/application.cc@446: Last device is invalid, search for new one. Debug in lib/usbserial.cc@162: Search for serial port with matching VID:PID 28e9:18a. Debug in lib/usbserial.cc@162: Search for serial port with matching VID:PID 1fc9:94. Debug in lib/hid_libusb.cc@128: Search for HID interfaces matching VID:PID 15a2:73. Debug in lib/dfu_libusb.cc@157: Search for DFU devices matching VID:PID 483:df11. ERROR in src/application.cc@450: No matching devices found.

73

Charles - NK8O

cwpowell commented 2 months ago

Same error with my UV-878.

Debug in src/application.cc@446: Last device is invalid, search for new one. Debug in lib/usbserial.cc@162: Search for serial port with matching VID:PID 28e9:18a. Debug in lib/usbserial.cc@162: Search for serial port with matching VID:PID 1fc9:94. Debug in lib/hid_libusb.cc@128: Search for HID interfaces matching VID:PID 15a2:73. Debug in lib/dfu_libusb.cc@157: Search for DFU devices matching VID:PID 483:df11. ERROR in src/application.cc@450: No matching devices found.

73

Charles - NK8O

cwpowell commented 2 months ago

Problem solved by compiling from source and overwriting the downloaded version. I'm not sure why the distributed version did not work but it's fixed now.

73 Charles - NK8O