RadTel RT-950 PRO Review and Upgrade from Linux
Posted: 10 Mar 2026 10:09
Linuxslate.com Review of the RadTel RT-950 PRO and how to Upgrade from Linux
True first impressions after owning this radio for less than 2 hours:
From what I have seen so far, I am very impressed with the RadTel RT-950 PRO. I have seen some negative comments in some Ham Radio Forums, and I DO NOT AGREE with their criticisms.
I also want to say that I *purchased* my radio. I have no affiliation with RadTel, or any vendor. The comments stating that all positive reviews are from "shills" or paid "influencers" are, IMHO, just as disingenuous as the bad reviews themselves.
Initial Impressions:
First off, this radio feels awesome. Holding this radio gives me a feeling that I haven't had since my Yaesu FT-470 with the extended battery pack. Getting assaulted? Using the radio to call for help will take too much time -- this radio can be used to rectify the situation in a much more direct manner -- and the radio will still work fine to report the situation after you have dealt with it. You can even directly send the location of where authorities can find the body as the RT-950 PRO has built in GPS.
The Menu Icons are large and clear. The text under them is small, but it's been a very long time since those FT-470 days, and I can still navigate the icons adequately. It may be the sheer quantity of icons and menus that are putting some people off. This radio has a ton of functionality. Yeah, if you are coming from a Baofeng UV-5R, you are going to initially feel a little like the assailant in my (hopefully fictional) story above.
But does it "Radio"? So yes, there is a lot of functionality, and I haven't even begun to explore some features. I'll also agree with the reviews that state that the included "manual" is useless. I haven't even looked at it, but I was able to quickly and easily key in the local Airport Tower frequency. I also quickly found the squelch function, and reduced it to "2". A moment later, I was greeted with a call from an aircraft to the tower that was noticeably crisper and clearer than my DOLCOM GP328 PLUS or other Chinese radios that I have.
One of the best features so far? -- It doesn't have a flash light or red and blue "police" lights. This is a radio for "grown-up's".
Upgrading from Linux:
One of the first things that I checked was the installed firmware version. This radio is (as of this writing) still fairly new, and firmware updates are coming out frequently. My firmware was already several iterations behind (V 0.21). Radtel's page indicated several newer firmwares, the latest being version 0.27 as of this writing.
But the firmware included only a Windows updater app. (I suppose at this point, I should mention that the radio included the USB cable when I purchased it.) OK, Wine (The Linux Windows compatibility environment) can be a pain at times, but what the heck? I double clicked the RT-950_EnUPDATE.exe right from within the .rar archive. (NOTE: I would recommend extracting it, but I guess I got anxious with a new radio.)
I got a message saying that my .NET framework was out of date. Being trained in IT security as I am, I tend not to blindly click on things like this -- especially with Chinese software. I closed it, and launched Winetricks from a terminal. Winetricks immediately popped up exactly the same window. This time I hit "OK". I didn't do anything else in Winetricks.
NOTE: I already have my Wine environment set up for other Windows apps. If you have a "raw" Wine installation, adding .NET, as well as a few other options may be necessary. Installing a few options from Winetricks should get you there.
I clicked RT-950_EnUPDATE.exe again, and I was greeted with the Updater Window. (NOTE: There is no Windows installer. RT-950_EnUPDATE.exe is a stand-alone Windows binary.)
I then connected the provided programming cable and plugged it into a USB port on my Linux PC, and did:
--- expecting a USB Serial port -- but there was none.
In the first case I have seen of this happening, apparently USB Vendor ID/Device ID 1a86:7523 was re-used from a decades-old braille screen reader, and the archaic drivers are still lurking in Linux. The solution for me was to remove the brltty package:
(Output not shown)
After unplugging and re-plugging the USB cable, and repeating the ls /dev/tty* command, I was greeted with the expected /dev/ttyUSB0
NOTE: If this is your first USB Serial adapter, you will also need to grant permissions to the USB serial device. This is well covered elsewhere, and will not be included here.
NOTE: USB "Drivers" are not needed on Linux. Do not install any "Drivers" on Linux or in Wine.
Next, we must assign /dev/ttyUSB0 to a Windows "Com" port. While any com port can be used, I simply added a com33 to the end of the list:
I then copied the firmware RT_950Pro_V0.27_260203.BTF to my Windows .../drive_c/users/user/Documents folder. <--- NOTE: This step is optional. I simply didn't want to navigate outside of my Wine prefix from within the Radtel app.
I selected RT_950Pro_V0.27_260203.BTF, and Com33, and the update ran smoothly the first time. V0.27 was verified in the About menu of the radio.
NOTE: See Below for Programming Via Linux: Spoiler -- it works the same way.
Next: More about general usage, and the Bluetooth App.
True first impressions after owning this radio for less than 2 hours:
From what I have seen so far, I am very impressed with the RadTel RT-950 PRO. I have seen some negative comments in some Ham Radio Forums, and I DO NOT AGREE with their criticisms.
I also want to say that I *purchased* my radio. I have no affiliation with RadTel, or any vendor. The comments stating that all positive reviews are from "shills" or paid "influencers" are, IMHO, just as disingenuous as the bad reviews themselves.
Initial Impressions:
First off, this radio feels awesome. Holding this radio gives me a feeling that I haven't had since my Yaesu FT-470 with the extended battery pack. Getting assaulted? Using the radio to call for help will take too much time -- this radio can be used to rectify the situation in a much more direct manner -- and the radio will still work fine to report the situation after you have dealt with it. You can even directly send the location of where authorities can find the body as the RT-950 PRO has built in GPS.
The Menu Icons are large and clear. The text under them is small, but it's been a very long time since those FT-470 days, and I can still navigate the icons adequately. It may be the sheer quantity of icons and menus that are putting some people off. This radio has a ton of functionality. Yeah, if you are coming from a Baofeng UV-5R, you are going to initially feel a little like the assailant in my (hopefully fictional) story above.
But does it "Radio"? So yes, there is a lot of functionality, and I haven't even begun to explore some features. I'll also agree with the reviews that state that the included "manual" is useless. I haven't even looked at it, but I was able to quickly and easily key in the local Airport Tower frequency. I also quickly found the squelch function, and reduced it to "2". A moment later, I was greeted with a call from an aircraft to the tower that was noticeably crisper and clearer than my DOLCOM GP328 PLUS or other Chinese radios that I have.
One of the best features so far? -- It doesn't have a flash light or red and blue "police" lights. This is a radio for "grown-up's".
Upgrading from Linux:
One of the first things that I checked was the installed firmware version. This radio is (as of this writing) still fairly new, and firmware updates are coming out frequently. My firmware was already several iterations behind (V 0.21). Radtel's page indicated several newer firmwares, the latest being version 0.27 as of this writing.
But the firmware included only a Windows updater app. (I suppose at this point, I should mention that the radio included the USB cable when I purchased it.) OK, Wine (The Linux Windows compatibility environment) can be a pain at times, but what the heck? I double clicked the RT-950_EnUPDATE.exe right from within the .rar archive. (NOTE: I would recommend extracting it, but I guess I got anxious with a new radio.)
I got a message saying that my .NET framework was out of date. Being trained in IT security as I am, I tend not to blindly click on things like this -- especially with Chinese software. I closed it, and launched Winetricks from a terminal. Winetricks immediately popped up exactly the same window. This time I hit "OK". I didn't do anything else in Winetricks.
NOTE: I already have my Wine environment set up for other Windows apps. If you have a "raw" Wine installation, adding .NET, as well as a few other options may be necessary. Installing a few options from Winetricks should get you there.
I clicked RT-950_EnUPDATE.exe again, and I was greeted with the Updater Window. (NOTE: There is no Windows installer. RT-950_EnUPDATE.exe is a stand-alone Windows binary.)
I then connected the provided programming cable and plugged it into a USB port on my Linux PC, and did:
Code: Select all
ls /dev/tty* In the first case I have seen of this happening, apparently USB Vendor ID/Device ID 1a86:7523 was re-used from a decades-old braille screen reader, and the archaic drivers are still lurking in Linux. The solution for me was to remove the brltty package:
Code: Select all
sudo apt remove brlttyAfter unplugging and re-plugging the USB cable, and repeating the ls /dev/tty* command, I was greeted with the expected /dev/ttyUSB0
NOTE: If this is your first USB Serial adapter, you will also need to grant permissions to the USB serial device. This is well covered elsewhere, and will not be included here.
NOTE: USB "Drivers" are not needed on Linux. Do not install any "Drivers" on Linux or in Wine.
Next, we must assign /dev/ttyUSB0 to a Windows "Com" port. While any com port can be used, I simply added a com33 to the end of the list:
Code: Select all
cd ~/.wine/dosdevices/
ln -s /dev/ttyUSB0 com33I selected RT_950Pro_V0.27_260203.BTF, and Com33, and the update ran smoothly the first time. V0.27 was verified in the About menu of the radio.
NOTE: See Below for Programming Via Linux: Spoiler -- it works the same way.
Next: More about general usage, and the Bluetooth App.