Greetings Alejandro!

On 5/5/21 10:20, you wrote:
>
> Hi list... first mail on the list, hope I performed subscription
> correctly...
>

Looks like you subscribed correctly!

> To the subject: I'm trying to setup a Local Audio Adapter GPIO in RDAdmin.
>
> The problem is that no matter what, I can't proceed since I got a
> RDAdmin Error pop-up window stating: "The primary serial device is no
> active!"
>
> I have tried declaring /dev/ttyS0 (the PC serial port as seen in /dev)
> in RDAdmin in Serial Ports just in case.
>
> I don't understand why the form cares about serial not being
> active...what am I doing wrong?
>
> Thank you very much in advance.
>

My first guess is this is a permissions problem.

On my systems "ls -l /dev/ttyS0" looks like this:

     crw-rw----. 1 root dialout 4, 64 Apr  9 15:54 /dev/ttyS0

And I know that neither Linux user "rd", nor "rivendell" are in the
"dialout" group. Try this:

     sudo usermod -a -G dialout rd

Then log out and back in (or reboot). Please report back if this helps.

Best,

   ~David Klann

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to