0

I've followed every available instruction and "fix" over countless hours for months. Still haven't got Chirp to work - ever. Cannot get USB access after following all instructions and fixes. Now getting "[Errno 1] operation not permitted". Have tried multiple systems Ubuntu 22.04, Raspberry OS 64-bit with new and updated installs. Nothing works. Have tried every method of install and most of them don't work at all. Installing versions that update don't work. Have finally got a version of Chirp installed that never has worked. Have uninstalled and re-installed countless times with no solution. It's July 21, 2023 I doubt that anyone can actually use Chirp on any current versions of Linux?

symbo1
  • 1

1 Answers1

0

This was the trick for me.

USB to serial convertor setup

ubuntu 24.04.01 lts Noble Numbat running chirp next-20240410 on Python 3.10.12 wxPython 4.0.7 gtk3 (phoenix) wxWidgets 3.0.5

open settings chose apps open chirp chose for Access USB hardware directly

chirp can now use ttyUSB0

In terminal right setting for ttyUSB0 serial port

stty -F /dev/ttyUSB0 9600 cs8 -cstopb -parenb

peter

PE1DLG
  • 1