[chirp_users] not understanding the com port.
I am using fedora 34 with chirp. trying to program a yaesu ft1xd with a SCU-19 data cable and I keep getting com port errors. can someone help me please
Tom,
Long list /dev/tty*
$ ls -l /dev/tty*
See what groups the various tty devices belong to.
In Debian, all the tty's belong to the tty group, EXCEPT the /dev/ttyS*.
$ ls -l /dev/ttyS*
Those tty devices belong to the "dialout" group instead, your Fedora might be the same or different.
See what groups your user is a member of:
$ groups
Your user MUST be a member of the groups that the /dev/tty* and /dev/dev/ttyS* belong to.
In my case it is both "tty" and "dialout", yours might be the same or different, just follow the Fedora procedure to add your user to the needed groups.
Also check that your user has read and write privledges for the tty you will use, if not chmod the group of tty's to make that happem.
73
David N1EA
On Sun, Sep 12, 2021, 01:45 Tom Kosten ke6hme@gmail.com wrote:
I am using fedora 34 with chirp. trying to program a yaesu ft1xd with a SCU-19 data cable and I keep getting com port errors. can someone help me please _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to D.J.J. Ring, Jr. at n1ea@arrl.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
participants (2)
-
D.J.J. Ring, Jr.
-
Tom Kosten