Updated udev version?

Hi everyone, I'm trying to get an app called Boatswain (it's in Zorin's included software store) to work with Zorin and the dev replied that the udev version (245) needs to be 250 or higher. Is updating this a possibility? If not, he provided some content to be added to /etc/udev/rules.d/50-elgato.rules - I'm just not exactly sure what I need to do that.

I'm brand new to Linux so please be gentle and thanks in advance for all of the help.

Is updating this a possibility?

I'm afraid not.

But you can add these rules like

sudo nano /etc/udev/rules.d/50-elgato.rules

[ctrl]+ to get out of nano.

2 Likes

Thank you, @Storm

I pasted the rules that the app dev gave me and exited. He also instructed me to do this:

Reload with: # udevadm control --reload-rules

How exactly do I execute this?

Thank you again for your patience!

In terminal:

sudo udevadm control --reload-rules
2 Likes

You're the best, thank you @storm. The app is working perfectly now...

1 Like

I've marked the thread solved.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.