Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Installing software in ubuntu

  1. #11
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing software in ubuntu

    What make and model is it?

    If you do a google search with the model and "Linux" or "Ubuntu" you might find instructions.

  2. #12
    Join Date
    Nov 2006
    Beans
    Hidden!

    Thumbs down Re: Installing software in ubuntu

    Samsung SCX-4300
    Last edited by yosarian; September 6th, 2008 at 08:27 AM.

  3. #13
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing software in ubuntu

    I'm not sure why that's not working. It looks like the scanner isn't supported by SANE but the Samsung installer should have installed drivers for it.

  4. #14
    Join Date
    Nov 2006
    Beans
    Hidden!

    Re: Installing software in ubuntu

    I got some help form a web page but still it doesn't work properly

    now I have this message
    Details: Failed to execute child process "/opt/Samsung/mfp/bin/Configurator" (Permission denied)

  5. #15
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing software in ubuntu

    Usually that sort of error means you don't have permission to execute that file. Try changing it's file permissions so you can execute it. You can run this from a terminal:

    Code:
    sudo chmod a+x /opt/Samsung/mfp/bin/Configurator

  6. #16
    Join Date
    Nov 2006
    Beans
    Hidden!

    Re: Installing software in ubuntu

    Quote Originally Posted by ad_267 View Post
    Usually that sort of error means you don't have permission to execute that file. Try changing it's file permissions so you can execute it. You can run this from a terminal:

    Code:
    sudo chmod a+x /opt/Samsung/mfp/bin/Configurator
    I did, but still I have in permissions that it is only for root (and I can't change that).
    Now when I try to run the help this message appears
    Failed to execute child process "/opt/Samsung/mfp/bin/shhv" (Permission denied)
    And also, when I click on the program nothing happen

  7. #17
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing software in ubuntu

    If you use a+x then that adds execute permissions for all users. Root is the owner, that means only root can edit the file. But any user can execute it. Try doing the same thing for that file and all files in that directory:

    Code:
    sudo chmod a+x /opt/Samsung/mfp/bin/*

  8. #18
    Join Date
    Nov 2006
    Beans
    Hidden!

    Re: Installing software in ubuntu

    I did, but now the software it doesn't work (it does nothing). I am going to try to uninstall and install again.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •