Announcement

Collapse
No announcement yet.

Scanning with Kooka, Non-Root

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Scanning with Kooka, Non-Root

    I have been able to scan with XSANE and Kooka as root, via kdesu. However, I really don't want to do this, because when I try to open or manipulate the resulting scan (in krita) I can't save it with the same name. Is this a permissions issue? How can I get to my scanner from my usual login account and not have to obtain superuser privileges first?

    #2
    Re: Scanning with Kooka, Non-Root

    Here kooka works without kdesu.

    Check /home/yournamehere/.kde/share/config/kookarc permissions (group, owner..)
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Scanning with Kooka, Non-Root

      Hi did you give all users read permission to the firmware file you installed.

      Regards John

      Comment


        #4
        Re: Scanning with Kooka, Non-Root

        I don't know if this problem still needs a solution.
        Anyway, I had the same problem with my epson perfection 1200S scsi scanner

        I have found where it is "mounted" with
        Code:
        sudo sane-find-scanner
        the result for me is /dev/sg1

        Checking the permission of /dev/sg1, I have found this:
        Code:
        crw-rw---- 1 root root 21, 1 2006-09-18 15:02 sg1
        I have changed the permission in this:
        Code:
        crw-rw-rw- 1 root root 21, 1 2006-09-18 15:02 sg1
        and now it works

        PS I have also checked if the user was in the 'scanner' group as suggested in the ubuntu forum

        Comment

        Working...
        X