On Sat, Sep 19, 2020 at 12:02:44PM -0700, C. Cook wrote: > You nailed it. It's the same root user permissions that got me last time. > > Network scanning just locks up the scanner (with proper permissions) so > I had to move the scanner to my main server and just use it by USB. > > Gotta fix those permissions by udev next time I reboot.
Just a general udev tip: you don't need to reboot to apply rule changes. This command will do it: $ sudo udevadm control --reload-rules Then just unplug and replug the USB device and it should be covered by the new rules. --Sean
