[chirp_users] Using Chirp In The CLI
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
I forgot to mention, I cannot use a computer directly without audio, because that is how I use a screenreader. I forgot that this list has sighted users who may not know why loss of audio is a problem. Glenn ----- Original Message ----- From: "K0LNY_Glenn" glenn@ervin.email To: "Discussion of CHIRP" chirp_users@intrepid.danplanet.com Sent: Friday, March 18, 2022 10:36 AM Subject: [chirp_users] Using Chirp In The CLI
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
Hi Glenn - if you can ssh into the computer, then it may be possible to use the GUI.
I run chirpw on a remote odroid running Debian 9 which still has python 4 installed - and I'm connecting to the odroid from a laptop which is running the latest version of Debian.
Make sure you're in the "dialout" group and when you ssh into the machine use "ssh -Y <hostname>".
If you need audio it should be possible with "pluseaudio" plugin.
If you're using a Windows machine as the other machine, then you're mileage may vary - and it may not work at all.
I don't know anything about how to use Windows . -- Cinaed
On 3/18/22 08:43, K0LNY_Glenn wrote:
I forgot to mention, I cannot use a computer directly without audio, because that is how I use a screenreader. I forgot that this list has sighted users who may not know why loss of audio is a problem. Glenn ----- Original Message ----- From: "K0LNY_Glenn" glenn@ervin.email To: "Discussion of CHIRP" chirp_users@intrepid.danplanet.com Sent: Friday, March 18, 2022 10:36 AM Subject: [chirp_users] Using Chirp In The CLI
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson at cinaed.simson@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
I was able to get sound back, I did the following in an SSH session. I think this happened when I updated 18.04 to its LTS version. The only thing I don't know if it only fixed the audio until the next boot, or if it is fixed for good:
In such situations, it might be related to a permission issue with the pulseaudio config file. Try to run the commands below in order to fix this : killall pulseaudio; rm -r ~/.config/pulse/* Selection of the correct sound device Some Linux computers have several sound devices installed. * Now I'm trying to edit the Kenwood 2000 CSV file. Does anyone have one that I can edit the fields for? It didn't like the CSV file for my Kenwood TH-F6.
----- Original Message ----- From: Martin Cooper To: Discussion of CHIRP Sent: Friday, March 18, 2022 4:52 PM Subject: Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
--------------------------------------------------------------------------------
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
Type
apt-cache policy paprefs
where "paprefs" denotes "pulse audio preferences".
It should return a message with an entry indicating it's installed.
-- Cinaed
On 3/18/22 17:43, K0LNY_Glenn wrote:
I was able to get sound back, I did the following in an SSH session. I think this happened when I updated 18.04 to its LTS version. The only thing I don't know if it only fixed the audio until the next boot, or if it is fixed for good:
In such situations, it might be related to a permission issue with the pulseaudio config file. Try to run the commands below in order to fix this : killall pulseaudio; rm -r ~/.config/pulse/* Selection of the correct sound device Some Linux computers have several sound devices installed.
- Now I'm trying to edit the Kenwood 2000 CSV file.
Does anyone have one that I can edit the fields for? It didn't like the CSV file for my Kenwood TH-F6. ----- Original Message ----- *From:* Martin Cooper mailto:mfncooper@gmail.com *To:* Discussion of CHIRP mailto:chirp_users@intrepid.danplanet.com *Sent:* Friday, March 18, 2022 4:52 PM *Subject:* Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks. Glenn _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson atcinaed.simson@gmail.com To unsubscribe, send an email tochirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please emailchirp_users-owner@intrepid.danplanet.com
Yeah, it said installed, and the word none after that and some mention of packages. Glenn ----- Original Message ----- From: Cinaed Simson To: chirp_users@intrepid.danplanet.com Sent: Friday, March 18, 2022 8:24 PM Subject: Re: [chirp_users] Using Chirp In The CLI
Type
apt-cache policy paprefs
where "paprefs" denotes "pulse audio preferences".
It should return a message with an entry indicating it's installed.
-- Cinaed
On 3/18/22 17:43, K0LNY_Glenn wrote:
I was able to get sound back, I did the following in an SSH session. I think this happened when I updated 18.04 to its LTS version. The only thing I don't know if it only fixed the audio until the next boot, or if it is fixed for good:
In such situations, it might be related to a permission issue with the pulseaudio config file. Try to run the commands below in order to fix this : killall pulseaudio; rm -r ~/.config/pulse/* Selection of the correct sound device Some Linux computers have several sound devices installed. * Now I'm trying to edit the Kenwood 2000 CSV file. Does anyone have one that I can edit the fields for? It didn't like the CSV file for my Kenwood TH-F6.
----- Original Message ----- From: Martin Cooper To: Discussion of CHIRP Sent: Friday, March 18, 2022 4:52 PM Subject: Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
------------------------------------------------------------------------------ _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson at cinaed.simson@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
--------------------------------------------------------------------------------
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
Type
apt install paprefs
If it's already installed it will tell you it's already installed.
If it's not installed it will install it and with the necessary dependencies.
It's not clear from your message whether or not you've rebooted after the upgrade - the message suggests you haven't rebooted.
If you haven't rebooted since the upgrade, you're going to have to reboot eventually - or it may crash and reboot when you least expect it.
-- Cinaed
On 3/18/22 18:39, K0LNY_Glenn wrote:
Yeah, it said installed, and the word none after that and some mention of packages. Glenn ----- Original Message ----- *From:* Cinaed Simson mailto:cinaed.simson@gmail.com *To:* chirp_users@intrepid.danplanet.com *Sent:* Friday, March 18, 2022 8:24 PM *Subject:* Re: [chirp_users] Using Chirp In The CLI
Type
apt-cache policy paprefs
where "paprefs" denotes "pulse audio preferences".
It should return a message with an entry indicating it's installed.
-- Cinaed
On 3/18/22 17:43, K0LNY_Glenn wrote:
I was able to get sound back, I did the following in an SSH session. I think this happened when I updated 18.04 to its LTS version. The only thing I don't know if it only fixed the audio until the next boot, or if it is fixed for good:
In such situations, it might be related to a permission issue with the pulseaudio config file. Try to run the commands below in order to fix this : killall pulseaudio; rm -r ~/.config/pulse/* Selection of the correct sound device Some Linux computers have several sound devices installed.
- Now I'm trying to edit the Kenwood 2000 CSV file.
Does anyone have one that I can edit the fields for? It didn't like the CSV file for my Kenwood TH-F6. ----- Original Message ----- *From:* Martin Cooper mailto:mfncooper@gmail.com *To:* Discussion of CHIRP mailto:chirp_users@intrepid.danplanet.com *Sent:* Friday, March 18, 2022 4:52 PM *Subject:* Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks. Glenn _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson atcinaed.simson@gmail.com To unsubscribe, send an email tochirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please emailchirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson atcinaed.simson@gmail.com To unsubscribe, send an email tochirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please emailchirp_users-owner@intrepid.danplanet.com
Hi, my computer says it cannot find chirpc It says that about chirp too. It is installed, I used it after I got the audio going the other day. But I would like to try it in the CLI, but it cannot find it. I tried to install chirpc and it couldn't find anything for it.
----- Original Message ----- From: Martin Cooper To: Discussion of CHIRP Sent: Friday, March 18, 2022 4:52 PM Subject: Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
--------------------------------------------------------------------------------
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
Hi Glenn - try looking for
chirpw
-- Cinaed
On 3/20/22 13:03, K0LNY_Glenn wrote:
Hi, my computer says it cannot find chirpc It says that about chirp too. It is installed, I used it after I got the audio going the other day. But I would like to try it in the CLI, but it cannot find it. I tried to install chirpc and it couldn't find anything for it. ----- Original Message ----- *From:* Martin Cooper mailto:mfncooper@gmail.com *To:* Discussion of CHIRP mailto:chirp_users@intrepid.danplanet.com *Sent:* Friday, March 18, 2022 4:52 PM *Subject:* Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks. Glenn _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson atcinaed.simson@gmail.com To unsubscribe, send an email tochirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please emailchirp_users-owner@intrepid.danplanet.com
Rather than looking for that, I tried running it and got some errors, probably related to running it in the CLI. I'll paste the errors from running chirpw below. a.show() graphic 192 /usr/bin/chirpw:142: PangoWarning: pango_layout_get_pixel_extents: assertion 'PANGO_IS_L AYOUT (layout)' failed a.show() graphic 545 /usr/bin/chirpw:142: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_layout_get_context: assertion 'layout != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_context_get_language: assertion 'context != NULgraphic 545 L' failed
a.show() /usr/bin/chirpw:142: PangoWarning: pango_context_get_metrics: assertion 'PANGO_IS_CONTEX T (context)' failed a.show() graphic 545 /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_approximate_char_width: assert ion 'metrics != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_approximate_digit_width: asser tion 'metrics != NULL' failed graphic 545 a.show()
/usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_ascent: assertion 'metrics != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_descent: assertion 'metrics != NULL' failed graphic 545 a.show()
/usr/bin/chirpw:142: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -1184128 and height 5612 a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_graphic 545 SCREEN (screen)' failed
a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed a.show() graphic 545 /usr/bin/chirpw:142: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREE N (screen)' failed a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed graphic 779 a.show()
----- Original Message ----- From: Cinaed Simson To: chirp_users@intrepid.danplanet.com Sent: Sunday, March 20, 2022 3:19 PM Subject: Re: [chirp_users] Using Chirp In The CLI
Hi Glenn - try looking for
chirpw
-- Cinaed
On 3/20/22 13:03, K0LNY_Glenn wrote:
Hi, my computer says it cannot find chirpc It says that about chirp too. It is installed, I used it after I got the audio going the other day. But I would like to try it in the CLI, but it cannot find it. I tried to install chirpc and it couldn't find anything for it.
----- Original Message ----- From: Martin Cooper To: Discussion of CHIRP Sent: Friday, March 18, 2022 4:52 PM Subject: Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
------------------------------------------------------------------------------ _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson at cinaed.simson@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
--------------------------------------------------------------------------------
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
Try re-installing chirp.
Also, also please post the contents of
/etc/debian_version
of your current version of Ubuntu.
-- Cinaed
On 3/20/22 13:32, K0LNY_Glenn wrote:
Rather than looking for that, I tried running it and got some errors, probably related to running it in the CLI. I'll paste the errors from running chirpw below. a.show() graphic 192 /usr/bin/chirpw:142: PangoWarning: pango_layout_get_pixel_extents: assertion 'PANGO_IS_L AYOUT (layout)' failed a.show() graphic 545 /usr/bin/chirpw:142: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_layout_get_context: assertion 'layout != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_context_get_language: assertion 'context != NULgraphic 545 L' failed
a.show() /usr/bin/chirpw:142: PangoWarning: pango_context_get_metrics: assertion 'PANGO_IS_CONTEX T (context)' failed a.show() graphic 545 /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_approximate_char_width: assert ion 'metrics != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_approximate_digit_width: asser tion 'metrics != NULL' failed graphic 545 a.show()
/usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_ascent: assertion 'metrics != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_descent: assertion 'metrics != NULL' failed graphic 545 a.show()
/usr/bin/chirpw:142: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -1184128 and height 5612 a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_graphic 545 SCREEN (screen)' failed
a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed a.show() graphic 545 /usr/bin/chirpw:142: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREE N (screen)' failed a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed graphic 779 a.show() ----- Original Message ----- *From:* Cinaed Simson mailto:cinaed.simson@gmail.com *To:* chirp_users@intrepid.danplanet.com *Sent:* Sunday, March 20, 2022 3:19 PM *Subject:* Re: [chirp_users] Using Chirp In The CLI
Hi Glenn - try looking for
chirpw
-- Cinaed
On 3/20/22 13:03, K0LNY_Glenn wrote:
Hi, my computer says it cannot find chirpc It says that about chirp too. It is installed, I used it after I got the audio going the other day. But I would like to try it in the CLI, but it cannot find it. I tried to install chirpc and it couldn't find anything for it. ----- Original Message ----- *From:* Martin Cooper mailto:mfncooper@gmail.com *To:* Discussion of CHIRP mailto:chirp_users@intrepid.danplanet.com *Sent:* Friday, March 18, 2022 4:52 PM *Subject:* Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks. Glenn _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson atcinaed.simson@gmail.com To unsubscribe, send an email tochirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please emailchirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson atcinaed.simson@gmail.com To unsubscribe, send an email tochirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please emailchirp_users-owner@intrepid.danplanet.com
It's Ubuntu 18. upgraded to LTS. Operating System: Ubuntu 18.04.6 LTS Kernel: Linux 5.4.0-91-generic Architecture: x86 ----- Original Message ----- From: Cinaed Simson To: chirp_users@intrepid.danplanet.com Sent: Sunday, March 20, 2022 4:50 PM Subject: Re: [chirp_users] Using Chirp In The CLI
Try re-installing chirp.
Also, also please post the contents of
/etc/debian_version
of your current version of Ubuntu.
-- Cinaed
On 3/20/22 13:32, K0LNY_Glenn wrote:
Rather than looking for that, I tried running it and got some errors, probably related to running it in the CLI. I'll paste the errors from running chirpw below. a.show() graphic 192 /usr/bin/chirpw:142: PangoWarning: pango_layout_get_pixel_extents: assertion 'PANGO_IS_L AYOUT (layout)' failed a.show() graphic 545 /usr/bin/chirpw:142: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_layout_get_context: assertion 'layout != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_context_get_language: assertion 'context != NULgraphic 545 L' failed
a.show() /usr/bin/chirpw:142: PangoWarning: pango_context_get_metrics: assertion 'PANGO_IS_CONTEX T (context)' failed a.show() graphic 545 /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_approximate_char_width: assert ion 'metrics != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_approximate_digit_width: asser tion 'metrics != NULL' failed graphic 545 a.show()
/usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_ascent: assertion 'metrics != NULL' failed a.show() /usr/bin/chirpw:142: PangoWarning: pango_font_metrics_get_descent: assertion 'metrics != NULL' failed graphic 545 a.show()
/usr/bin/chirpw:142: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -1184128 and height 5612 a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_graphic 545 SCREEN (screen)' failed
a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed a.show() graphic 545 /usr/bin/chirpw:142: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREE N (screen)' failed a.show() /usr/bin/chirpw:142: GtkWarning: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed graphic 779 a.show()
----- Original Message ----- From: Cinaed Simson To: chirp_users@intrepid.danplanet.com Sent: Sunday, March 20, 2022 3:19 PM Subject: Re: [chirp_users] Using Chirp In The CLI
Hi Glenn - try looking for
chirpw
-- Cinaed
On 3/20/22 13:03, K0LNY_Glenn wrote:
Hi, my computer says it cannot find chirpc It says that about chirp too. It is installed, I used it after I got the audio going the other day. But I would like to try it in the CLI, but it cannot find it. I tried to install chirpc and it couldn't find anything for it.
----- Original Message ----- From: Martin Cooper To: Discussion of CHIRP Sent: Friday, March 18, 2022 4:52 PM Subject: Re: [chirp_users] Using Chirp In The CLI
There is chirpc, which is a CLI tool for Chirp. It's limited in what it can do compared to the GUI, but depending on your needs, you may be able to use that. If you run chirpc with '--help', you'll get a long list of options and commands. To be honest, I'm not sure how comprehensible the output from that will be for you. However, there are options for download, upload, and working with individual memories, which might get you going.
Hope that helps.
Martin. KD6YAM
On Fri, Mar 18, 2022 at 8:38 AM K0LNY_Glenn glenn@ervin.email wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
---------------------------------------------------------------------------- _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson at cinaed.simson@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
------------------------------------------------------------------------------ _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to cinaed smson at cinaed.simson@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
--------------------------------------------------------------------------------
_______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to K0LNY at glenn@ervin.email To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
Glenn;
You can SSH into the computer, you won't have any graphics unless you enable X11 on both the client
and server side. You might get sound to work with Pulse sever. I have never tried it.
Ken
On 3/18/22 15:36, K0LNY_Glenn wrote:
Hi, For some reason, the audio is out on my Ubuntu in my shack, on the computer I have connected to my Kenwood TS 2000. I can SSH into it from elsewhere in the house though. I have Chirp installed on the computer that is connected to the Kenwood 2K. I usually install Chirp in the CLI, but I have always used it in the GUI. So, since for now, I only have use of the computer for programming my radio via SSH, I'm wondering if there is a way to read and write to the radio via SSH. Thanks.
Glenn
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
participants (4)
-
Cinaed Simson
-
K0LNY_Glenn
-
Martin Cooper
-
wa0sbu@kslimmer.com