[chirp_users] Permissions for serial device under Linux

2020-02-26 Thread Pat Anderson
I am running Ubuntu 16.04 under crouton on an Asus Flip C302 Chromebook. For the most part this setup works great on most everything except access to the tty device. I have added myself to the dialout group, but I still need to manually do a chmod on /dev/ttyUSB0 in order to avoid the permissions

Re: [chirp_users] Saving edits

2020-02-26 Thread HUGH GREENWOOD
OK, that’s encouraging. I’ll wait and cross my fingers hoping for a drop-off Hugh ve7mda Sent by magic > On Feb 26, 2020, at 6:35 PM, D.J.J. Ring, Jr. wrote: >  You shouldn't be getting bounces. If you are they eventually stop. You only get bounces if you're using the wrong email address.

Re: [chirp_users] Saving edits

2020-02-26 Thread D.J.J. Ring, Jr.
You shouldn't be getting bounces. If you are they eventually stop. You only get bounces if you're using the wrong email address. Regards, David On Wed, Feb 26, 2020, 20:08 Hugh & Sylvia Greenwood wrote: > All’s well, now. How do I stop getting all the bounces? it’s flooding my > inbox! > > >

Re: [chirp_users] Saving edits

2020-02-26 Thread Hugh & Sylvia Greenwood
All’s well, now. How do I stop getting all the bounces? it’s flooding my inbox! Hugh ve7mda From: chirp_users-boun...@intrepid.danplanet.com [mailto:chirp_users-boun...@intrepid.danplanet.com] On Behalf Of HUGH GREENWOOD Sent: February 24, 2020 3:35 PM To: Jardy; Discussion of CHIRP Subje

Re: [chirp_users] Having troubles

2020-02-26 Thread Chance Fulton
I just noticed that is what he was doing. $USER is a placeholder (variable if you will) for your username, not $yourusername. Good catch. -Chance On Wed, Feb 26, 2020 at 7:03 PM Jim Unroe wrote: > > > > adduser $USER dialout > > > > root@holmzie-All-Series:/home/holmzie# adduser $holmzie dialo

Re: [chirp_users] Having troubles

2020-02-26 Thread Jim Unroe
> > adduser $USER dialout > > root@holmzie-All-Series:/home/holmzie# adduser $holmzie dialout > adduser: The group `dialout' already exists. > > That's what I got. > Stop putting the $ in front of your username. Jim KC9HI ___ chirp_users mailing list ch

Re: [chirp_users] Having troubles

2020-02-26 Thread Nigel A. Gunn G8IFF/W8IFF
sudo adduser yourname dialout > On 26 February 2020 at 17:01 holmzieN2EXG via chirp_users > wrote: > > O K, Im logged in the terminal as superuser. What is the syntax for the > command to add holmzie to the dialout? > > > > -Original Message- > From: K 0 L N Y Glenn >

[chirp_users] SOLVED Re: Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
SOLVED YESS!  SUCCESS!  Wow, that was easy.  Thank you Jim!   Thanks you N1EA! Looking at the 857's memory slots as I write this.  And simple as checking a box!  Now I can update that 60 meter channel, and save some time loading up the repeaters and my other favorites. But to gain the bene

Re: [chirp_users] Having troubles

2020-02-26 Thread D.J.J. Ring, Jr.
Jim's recommendation to use the gui is a good one. Often the way Linux commands are written is very confusing. I think this is what is happening. As root, check who owns /dev/ttyUSB0. It should say root:dialout - if its something other than dialout, you have to be in that group. sudo ls -l /de

Re: [chirp_users] Having troubles

2020-02-26 Thread Jim Unroe
On Wed, Feb 26, 2020 at 5:53 PM holmzieN2EXG via chirp_users wrote: > > I get : > > "the group dialout already exists" > > > I'm going to log out and in again... > holmzie N2EXG > If that doesn't work, use the Mint GUI. Menu -> Administration -> Users and Groups If you don't see "dialout" in th

Re: [chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
Thanks, Chance, I'll give everything another try when I come back... -Original Message- From: Chance Fulton To: Discussion of CHIRP ; holmziep Sent: Wed, Feb 26, 2020 5:55 pm Subject: Re: [chirp_users] Having troubles I chmod the dev because I can’t rely on dial out to work properl

Re: [chirp_users] Having troubles

2020-02-26 Thread Chance Fulton
I chmod the dev because I can’t rely on dial out to work properly. chmod 777 /dev/ttyxxx On Wed, Feb 26, 2020 at 5:24 PM holmzieN2EXG via chirp_users < chirp_users@intrepid.danplanet.com> wrote: > > > adduser $USER dialout > > root@holmzie-All-Series:/home/holmzie# adduser $holmzie dialout > add

Re: [chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
I get : "the group dialout already exists"  I'm going to log out and in again...holmzie N2EXG -Original Message- From: Jim Unroe To: holmziep ; Discussion of CHIRP Sent: Wed, Feb 26, 2020 5:44 pm Subject: Re: [chirp_users] Having troubles On Wed, Feb 26, 2020 at 5:03 PM holmzieN2E

Re: [chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
There is only one user, holmzie.   but when I ran  [cat /etc/group] I dont see holmzie after the dialout like the others. -Original Message- From: K 0 L N Y Glenn To: holmziep ; Discussion of CHIRP Sent: Wed, Feb 26, 2020 5:33 pm Subject: Re: [chirp_users] Having troubles Sounds lik

Re: [chirp_users] Having troubles

2020-02-26 Thread Jim Unroe
On Wed, Feb 26, 2020 at 5:03 PM holmzieN2EXG via chirp_users wrote: > > OK, Im logged in the terminal as superuser. What is the syntax for the > command to add holmzie to the dialout? > Pete, >From the "Running under Linux" documentation page... sudo addgroup "$USERNAME" dialout so for you it

Re: [chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
This is what I got: adduser $USER dialout root@holmzie-All-Series:/home/holmzie# adduser $holmzie dialout adduser: The group `dialout' already exists. -Original Message- From: K 0 L N Y Glenn To: holmziep ; Discussion of CHIRP Sent: Wed, Feb 26, 2020 5:14 pm Subject: Re: [chirp

Re: [chirp_users] Having troubles

2020-02-26 Thread K 0 L N Y Glenn
Sounds like that is not the problem then. Are you logged in as that user when using the software? Glenn - Original Message - From: holmzieN2EXG via chirp_users To: chirp_users@intrepid.danplanet.com Sent: Wednesday, February 26, 2020 4:23 PM Subject: Re: [chirp_users] Having tr

Re: [chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
adduser $USER dialout root@holmzie-All-Series:/home/holmzie# adduser $holmzie dialout adduser: The group `dialout' already exists. That's what I got. -Original Message- From: K 0 L N Y Glenn To: holmziep ; Discussion of CHIRP Sent: Wed, Feb 26, 2020 5:14 pm Subject: Re: [chirp_

Re: [chirp_users] Having troubles

2020-02-26 Thread K 0 L N Y Glenn
Hi, try this: adduser $USER dialout HTH. Glenn - Original Message - From: holmzieN2EXG via chirp_users To: chirp_users@intrepid.danplanet.com Sent: Wednesday, February 26, 2020 4:09 PM Subject: Re: [chirp_users] Having troubles Still learning how to reply to reply: sorry

Re: [chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
Still learning how to reply to reply:  sorry about duplicates!  OK, Jim, I tried 'em all, (duh) but the /dev/ttyUSB0 makes the most sense.  Now logged in as superuser holmzie#.  Gotta go to Harbor Fright to return a sander, be bk in an hour.  Guess I need the proper syntax for the dialout comma

Re: [chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
OK, Im logged in the terminal as superuser.  What is the syntax for the command to add holmzie to the dialout? -Original Message- From: K 0 L N Y Glenn To: holmziep ; Discussion of CHIRP Sent: Wed, Feb 26, 2020 3:48 pm Subject: Re: [chirp_users] Having troubles I would try sudo -

Re: [chirp_users] Unsubsribe

2020-02-26 Thread Jim Unroe
On Wed, Feb 26, 2020 at 3:34 PM A.J. Kloet wrote: > > ___ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Jim at rock.un...@gmail.com > To unsubscribe

Re: [chirp_users] Having troubles

2020-02-26 Thread Jim Unroe
On Wed, Feb 26, 2020 at 3:22 PM holmzieN2EXG via chirp_users wrote: > > Have the Yaesu 857 w/ oem serial cable, then a good FTDI Serial/usb adapter. > Running Linux Mint 19.3. > > Got the dreaded error [Errno 13] could not open port /dev/ttyS0: [Errno 13] > Permission denied: '/dev/ttyS0' > > S

[chirp_users] Unsubsribe

2020-02-26 Thread A.J. Kloet
___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr

Re: [chirp_users] Having troubles

2020-02-26 Thread K 0 L N Y Glenn
I meant password. You should be then logged in as an administrator. Glenn - Original Message - From: holmzieN2EXG via chirp_users To: chirp_users@intrepid.danplanet.com Sent: Wednesday, February 26, 2020 2:19 PM Subject: [chirp_users] Having troubles Have the Yaesu 857 w/ o

Re: [chirp_users] Having troubles

2020-02-26 Thread K 0 L N Y Glenn
I would try sudo -s or sudo su in the terminal first, enter your username, and then do the dial out part, and log out and back in, and it should work. HTH. Glenn - Original Message - From: holmzieN2EXG via chirp_users To: chirp_users@intrepid.danplanet.com Sent: Wednesday, Febr

[chirp_users] Having troubles

2020-02-26 Thread holmzieN2EXG via chirp_users
Have the Yaesu 857 w/ oem serial cable, then a good FTDI Serial/usb adapter.  Running Linux Mint 19.3.  Got the dreaded error [Errno 13] could not open port /dev/ttyS0: [Errno 13] Permission denied: '/dev/ttyS0' Searched long and hard, Done everything, Dan and others say to do,  carefully, no

[chirp_users] New Daily Build

2020-02-26 Thread Build System
/daily-20200226 A list of the changes included in this build (since the last daily) follows: Changes for Build #616 [Dan Smith ] Update template to use process_mmap() for _memobj initialization This is how the load_mmap() pattern expects to initialize from file contents. #0 [Marco Filippi