Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- KM4ACK-Pi
- Messages
Search
Linux73 install failed
hi there,
I try to move from Pi to a small desktop using Linux73. Installation did run but with the first steps of configuration it failed: no apps and after klick on 'Build it' it stopped. see screenshots re-installation of Linux73 did not help I did it first with OS Ubuntu -did not work, then I did it with a new installation on that machine with OS Linux Mint -does not work ... what to do? 73 de Tom, DG6TOM, KC6TOM |
Re: VARA in Dec2023 on a Pi
From the winelink github (where bap and 73linux get vara):
toggle quoted message
Show quoted text
This project has lots of bugs and should be considered alpha software. |
Re: VARA in Dec2023 on a Pi
Vara zipped file is being hosted on the Winlink servers. I'm not sure how to word it. You click on the vara link and it puts you on a Winlink file server to download the latest file. 73 Don Poaps New Westminster, BC VA7DGP DATA VA7QU ? VOICE Winlink:?va7dgp@... Subject://wl2k ? ? ? ? ? ALLSTAR ?530780 Hamshack Hotline 5971 Mid-Island Phone Mesh 2210 2232 ? ? ? ? ? ? ? ? ? ? |
Re: Pi zero w 2 headless
I use this hat on my Zero, works beautifully
?
https://www.amazon.com/waveshare-USB-HUB-Raspberry-Compatible/dp/B09PZXZS2R/ref=sr_1_5?crid=1G9T5P71SDQU1&dib=eyJ2IjoiMSJ9.RAZWGmyLoo6Km-0UXgMgk9QBehGGuSwwTsCp1syn23k3amU3WsFQXyXUmB0JOolp_bT8EbwUAfnSbmufHmOeRvhBVvAwutR08z6KilE8IUFvc3N6gpIXz_xTtE0tU39XbZD4sfwK05PTIjg1Ee5zM1U3EOjNINOn19OWJkcxQSataGmITwPPdWm6YPG23iVtSzFHBl3ZwPdLGy9XS5zxX2nunM-Q8Ziv8LgNC7ZGx8M.EPx_WbPEnKitk-48UtAQN0urzQmUmhdqP0FQotYt5m8&dib_tag=se&keywords=raspberry+pi+zero+2+w+ethernet+hat&qid=1709664877&sprefix=raspberry+pi+zero+2+w+ethernet%2Caps%2C142&sr=8-5 ?
?
Sent:?Tuesday, March 05, 2024 at 11:52 AM
From:?"Kelly K7MHI via groups.io" <kellykeeton@...> To:[email protected] Subject:?Re: [KM4ACK-Pi] Pi zero w 2 headless In addition to a hdmi adapter, a usb Ethernet is handy to keep around or add to the order.?
|
Re: Pi zero w 2 headless
toggle quoted message
Show quoted text
On Mar 5, 2024, at 11:10?AM, Kevin <kd9efv@...> wrote:
|
Re: Optimal Platform & OS for 73 or BAP?
I did finally get VARA installed on my Pi4B.? But I agree with you.? A cheap, decent laptop is much better.? A Pi is simply too slow.? I have an old Lenovo laptop, not the fastet car in the garage, that I use in my remote shack.? I used a buck converter to connect it directly to the DC output of my PV system.? It keeps the laptop's battery charged.? I have another laptop with Ubuntu Linux and have the usual suspect radio programs installed.? I even got VARA up and running thanks to your tutorial a while back.?
For my shack computer I did want to try out a Windows installation to compare and contrast.? I must say that all the stuff was much easier to install on the Windows machine.? I had everything up and running in a fraction of the time I have spent with my linux pc's and Raspi's.? Major plus there. Although Pat Winlink does work, I have to admit that Winlink Expresss with all its features, and VARAC, cause me to more likely boot up that laptop in my shack. I am rather snobby that I really only use Linux.? Considering the amount of time and often frustration at getting stuff to work with Linux, I was not getting out and doing radio, which is what I want to do and not be a "configuration masochist." The Raspi was a good experiment.? It has its place and uses.? But for a real-time shack computer or something to take into the field I agree with you that a good, used laptop is the better choice.? I see that you are preferring the Icom IC-705. Icom did it right.? One USB cable for CAT and data, built-in sound interface.? I run an Icom IC_7200 in my shack, also with one USB cable and built-in sound interface.? That radio is supposed to be portable, but it weighs a ton, even though it has compact dimensions.? If you don't have to carry it far, it is "portable." I also have a Yaesu FT-891.? I think Yaesu really missed the boat by not including a sound interface in the radio.? With an external sound interface and all the cables, the radio is no fun for doing "digital" modes in the field.? Too much "cable salad" (Kabelsalat). Now, I will put my Pi's aside and use them for some speciall chores, like you are doing.? That's my feedback on this.? Vy 73 de David SV0SGS and DM3BC |
Re: Pi zero w 2 headless
What Kelly said plus add in micro-to type A or B adapters, OTG micro to A or B adapters, and a micro hub with 4 type A ports are extremely handy. and maybe a 3 pack of micro usb to type c adapters. I spent about $30 for all the adapters, and well worth the money. A spare WiFi dongle is handy too for diagnostics...?
-- = = = = ? Kevin? --? KD9EFV |
Re: Pi zero w 2 headless
Yes need wireless before I figure out ssh.
toggle quoted message
Show quoted text
Pi zero imho is not the platform for vnc. I want to run command line items only for this work. We are working on a unit to send pics and video from a high altitude balloon. The zero 2 has the power I need without the power consumption of a 4 or 5 etc.. On Mar 5, 2024, at 8:57?AM, Ken N2VIP <ken@...> wrote: |
Re: PAT-Menu doesn't notice that it started VARA-HF, anymore
still working on this today.
a snippet from 'start-vara-hf' PIDVARA=$(ps aux | grep .wine | grep VARA.exe) if [ -z "$PIDVARA" ] then yad --title="FAILED" --width=400 --height=100 \ ??? --image $LOGO --window-icon=$LOGO --image-on-top --text-align=center \ ??? --center --form --text="The VARA Modem FAILED to Start" \ ??? --button=gtk-ok & else yad --title="VARA MODEM" --width=400 --height=100 \ ??? --image $LOGO --window-icon=$LOGO --image-on-top --text-align=center --on-top \ ??? --center --form --text="\r\r\r\rThe VARA Modem has Started\rJust a few more seconds" \ ??? --button=gtk-ok & fi both VARA.exe as well as ' .wine ' are in the list of running tasks asked for. this isn't an issue with the code but merely somewhere I have fouled stuff up. -- -- NR4U Bob N.E. KY |
to navigate to use esc to dismiss