Keyboard Shortcuts
Likes
- KM4ACK-Pi
- Messages
Search
Have to run "sudo chmod a+rw /dev/tty..." every time?
I figured this might be a good place to ask this.
On my Linux Mint laptop, every time I want to enable CAT control for JS8, WSJT, FLDIGI, etc, I have to open terminal and enter " sudo chmod a+rw /dev/tty..." replacing the "..." with whatever serial device ID like USB0 or ACM0. I can't remember how I learned this trick, and honestly don't have a clue what it means. Is there some way to make this permanent? I hope my question makes sense. -Tim NC0Q |
Re: vara install
Wally Tuck
I don't know if this helps but VARA works well on my 64bit windows system working with winlink.
toggle quoted message
Show quoted text
|
Re: vara install
you would need to have a functioning 32bit wine box combo ¡°wow¡± to emulate 32bit x86 code in wine on arm/pi yes? Two months back the pi-apps project kept 32 and 64 bit wine box combo on the pi5 but instability abounds for everyone.? The wheezy project and its latest forks keep a list of some updated packages.?
|
Re: vara install
Please correct me if I am wrong, but since VARA is only available as a 32bit application, this procedure only works for 32bit RaspberryOS systems. ? ?
I did try installing on a 64bit Bookworm, but nothing happened when I tried running VARA. ?In running directly from a terminal (via "wine VARA.exe" in "~/.wine/drive_c/VARA/"), I get a bunch of errors which do look like ?32bit/64bit issues002c: ? ? ? ? ? ? ? ?err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000002c: ? ? ? ? ? ? ? ?err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7. |
Re: GPS Update Tool - I want to set time based on its data from my iPhone - possible?
I use a number of BU-353 GPS puck receivers with RPis with almost zero
toggle quoted message
Show quoted text
problems. There are a whole bunch of various GPS puck receivers out there from $20-50. You don't want a dongle, you want a puck on the end of a wire. Michael WA7SKG Jim KM6GUO wrote on 3/22/24 3:33 PM: I was doing a POTA activation today. Rather than take my trailer to the |
Re: GPS Update Tool - I want to set time based on its data from my iPhone - possible?
You could do a few things, but to?set gpsd to listen for a push from the app (example config of port 9999) is one, this way most Linux can talk gpsd. Link your phone to device via WiFi hotspot. Use the device IP addresses. Push from phone to device IP:9999? Edit the /etc/sysconfig/gpsd or could be /etc/default/gpsd config file and make sure that the OPTIONS parameter has a UDP source that accepts packets on port 9999 (for example)? # Options for gpsd, including serial devices OPTIONS="udp://*:9999" # Set to 'true' to add USB devices automatically via udev USBAUTO="false" |
GPS Update Tool - I want to set time based on its data from my iPhone - possible?
I was doing a POTA activation today. Rather than take my trailer to the park, I packed up my radio, battery, RPi and computer. There was no internet, so I was using the RPi as a hotspot. My generally unreliable GPS dongle was unreliable... But I had my iPhone running GPS2IP. Got everything configured - and had location being delivered to the RPi from my iPhone. But - the time was off by about 45 minutes (probably when I shut down the RPi before heading to the park).?
Is there a way to have the RPi sync time with the incredibly accurate time from the iPhone delivered in the GPS data? Ultimately I used "sudo date -s "date/time string" --utc Hitting the return key within about a second of the time (shown on my iPhone). Kind of tricky sitting in the sun... Jim KM6GUO |
Re: vara install
You need to invoke wine to run the installer for vara, so by changing to the directory of your downloads.. cd Downloads?
|
vara install
On install vara failed
Did this: Load up Pi-Apps via http://pi-apps.io ?wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
?
Use the Pi-Apps GUI navigate to Tools->Emulation
?install Box86 and wine ok then did this: wget -r -A "*.zip" 'https://downloads.winlink.org/' ok unzipped files "here" then tried this: ?
I copy all the OCX files in VARA rather then set paths or register
?cp ~/.wine/drive_c/VARA/OCX/* ~/.wine/drive_c/VARA/
failed then tried this: "wine VARA setup.exe" failed some errors What am i doing wrong? Colin |
Re: VARA in Dec2023 on a Pi
¿ªÔÆÌåÓýOn Mar 21, 2024, at 5:46?PM, Kelly K7MHI via groups.io <kellykeeton@...> wrote:
Hi Kelly, Can I ¡°flip to 32bit OS¡± on my current pi 5 install, or do I have to reinstall the OS from scratch fresh as 32 bit and start all over again ? Thanks, Rob ¡ª¡ª Robert C Johnson eye to eye KK6JNI rcj@... +1 (510) 502-9483 |
newbie here install as per build a pi video dated 2 years ago having issue wih vara and conky
During install vara install failed , its in menu but does not work, conky tab on desk top but just a blank black space displays.
Did I install the right version ? where do I get and updated version.? tried to reinstall conky ended up with same results. A great project just a bit overwhelming trying to get up to speed. Any tips help is appreciated. thanks colin va3yzz |
Re: RPi5-NVMe
VNC Fixed. Port Conflict |
Re: RPi5-NVMe
OK, I made the change to X11...? Now VNC connects to the RPi5, but Wayland (??) RPi5 (WayVNC)? ??? blank screen with a cursor... |
Re: ARDOP GUI
Tom <kc6tom@...> wrote:
[Edited Message Follows]Assuming that this ThinkCentre deskop is a full pc, you have a x86, more a x86_64 CPU inside. Having a Raspberry Pi 3 you are limited to a ARM CPU, that does not have a full x86 instruction set to work with. Those two differ and so differ the applications that can run on those processors finally. That is also the reason the Raspberry Pi version of ARDOP is called piardopc while the x86 version is only called ardopc (and the x86_64 version is even called ardopc64 (or piardopc64 on the Raspi)). We do have 4 different versions of apps: - raspberry pi processor (ARM) - 32 bit piardopc - 64 bit piardopc64 - normal PC - 32 bit ardopc - 64 bit ardopc64 And those are still not the same as the ARDOP_GUI tool, as the GUI tool is just a wrapper for the actual program. The GUI makes it comfortable to work with, but you still need the low-level application on your system. If you run `uname -a` you will get almost all information about your used CPU that will help you to identify the correct version for your system. Now it depends what operating system is running on your Thinkcentre, as that will finally limit what version of ardop you need to download. So please run `uname -a` and decide which version you need to download or let us at least know what the command tells you so we can give proper hints to a possible solution (or non-solution HIHI) I hope that makes some sense. -dominic -- To appreciate the beauty of a snow flake, it is necessary to stand out in the cold. - Aristotle |