¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Quisk Version 4.1.48 November 2019


 

I fixed some more problems with the Python3 version of Quisk. I added support for reading and writing the EEPROM in the HermesLite. Reading the EEPROM requires code version 68 or newer. The EEPROM settings are on the radio Hardware screen.

Jim
N2ADR


 

I have a real basic (stupid) question: where are all the quisk files on my Raspberry Pi?? I loaded the program on Sunday, it runs, but where? On the older version, they were out in the open.
Thanks,
Jim R.


Sid Boyce
 

Presumably you downloaded the tar.gz file to somewhere, /home/pi/Downloads perhaps.
I downloaded quisk-4.1.47.tar.gz? (or quisk-4.1.48.tar.gz)
cd /opt
tar zxfv /home/pi/Downloads/quisk-4.1.47.tar.gz
cd quisk-4.1.47

The libcodec* files in quisk-4.1.47/freedvpkg/ are not ARM files so remove them

make sure subversion and git are installed.
apt-get install libspeexdsp-dev libsamplerate0-dev

svn co
cd codec2-dev
mkdir build
cd build
cmake ..
make -j 4 && make install

cp -p /usr/local/lib/libcodec2* /opt/quisk-4.1.47/freedvpkg/
cd /opt/quisk-4.1.47

For python2.7
-------------------------
make -j 4
python setup.py install

Or using python3
---------------------------------
make -j 4 quisk3
python3 setup.py install
73 ... Sid.

On 05/11/2019 20:49, Jim Reagan wrote:
I have a real basic (stupid) question: where are all the quisk files on my Raspberry Pi?? I loaded the program on Sunday, it runs, but where? On the older version, they were out in the open.
Thanks,
Jim R.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks


 

¿ªÔÆÌåÓý

On my Pi-Top they are located in:
/usr/lib/python2.7/dist-packages/quisk
BR/JC
?

From: Jim Reagan
Sent: Tuesday, November 05, 2019 3:49 PM
Subject: Re: [n2adr-sdr] Quisk Version 4.1.48 November 2019
?
I have a real basic (stupid) question: where are all the quisk files on my Raspberry Pi?? I loaded the program on Sunday, it runs, but where? On the older version, they were out in the open.
Thanks,
Jim R.


Sid Boyce
 

I obviously misread the original question.
73 ... Sid.

On 05/11/2019 23:05, Jeremy CLARK wrote:
On my Pi-Top they are located in:
/usr/lib/python2.7/dist-packages/quisk
BR/JC
*From:* Jim Reagan <mailto:jimreagans@...>
*Sent:* Tuesday, November 05, 2019 3:49 PM
*To:* [email protected] <mailto:[email protected]>
*Subject:* Re: [n2adr-sdr] Quisk Version 4.1.48 November 2019
I have a real basic (stupid) question: where are all the quisk files on my Raspberry Pi?? I loaded the program on Sunday, it runs, but where? On the older version, they were out in the open.
Thanks,
Jim R.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks


 

Sid,
?I took a fresh SD card with raspbian and tried your method,? Set #2 crashes with many errors saying "cannot mkdir: Permission denied"....
I haven't used a Raspberry Pi OS in several years and it sure has changed.... Nothing seems to be in the old places..
JR


 

Jeremy wins!? Yes, that is where the quisk files are!? Onward... Thanks for the help...
JR


Sid Boyce
 

Hi JR,
In a rush I misread your problem as one where quisk didn't install.
It seems your problems with "Permission Denied" have been solved, when that is seen it's usually a sign of a corrupted device or one that has run out of space.
73 ... Sid.

On 06/11/2019 01:18, Jim Reagan wrote:
Sid,
?I took a fresh SD card with raspbian and tried your method,? Set #2 crashes with many errors saying "cannot mkdir: Permission denied"....
I haven't used a Raspberry Pi OS in several years and it sure has changed.... Nothing seems to be in the old places..
JR
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks