Just installed Chirp 0.2.2 and python runtime on a Mac OSX 10.6 machine per standard instructions. Installed drivers for USB-Serial cable.
When I turn on my Yaesu VX-6 in Clone mode, start Chirp, then initiate the clone transmission on the radio, it appears to start, but hang immediately. Radio gives an error and Chirp waits until cancelled. Have full debug log, but the following appears to be the pertinent part.
Something obvious to any of you?
Thanks, Steve
------------ <snip> Registered Yaesu_VX-6 = VX6Radio
<snip>
Enabled OSX menubar integration /Applications/chirp-0.2.2.app/Contents/MacOS/../Resources/chirp/chirpw:124: PangoWarning: error opening config file '../Resources/etc/pango/pangorc': No such file or directory
a.show() User selected Yaesu VX-6 on port /dev/cu.usbserial Clone thread started 000: 41 48 30 32 31 00 e0 01 AH021... 008: 02 01 00 00 00 00 00 00 ........
-- Exception: -- Traceback (most recent call last): File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirpui/clone.py", line 222, in run self.__radio.sync_in() File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirp/yaesu_clone.py", line 177, in sync_in self._mmap = clone_in(self) File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirp/yaesu_clone.py", line 67, in clone_in data += chunk_read(pipe, block, radio.status_fn) File "/Applications/chirp-0.2.2.app/Contents/Resources/chirp/chirp/yaesu_clone.py", line 42, in chunk_read data += pipe.read(block) File "/opt/kk7ds/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialposix.py", line 442, in read ready,_,_ = select.select([self.fd],[],[], self._timeout) error: (9, 'Bad file descriptor') ------ Clone failed: (9, 'Bad file descriptor') Clone thread ended