Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38

Thread: Brother DCP-J140W printer driver for Ubuntu

  1. #31
    Join Date
    Apr 2014
    Beans
    3

    Re: Brother DCP-J140W printer driver for Ubuntu

    Last edited by stevelamb-x; April 19th, 2014 at 02:46 PM.

  2. #32
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: Brother DCP-J140W printer driver for Ubuntu

    I don't know if Valerie will check back but I think there was some bad advice given. The Brother install script or any other install commands must be run from an account having SUDO privileges. I did not see that mentioned until the install was already a mess. The installer works well for the printer but there is some additional work required to get the scanner functional.

  3. #33
    Join Date
    Apr 2005
    Beans
    2,336

    Re: Brother DCP-J140W printer driver for Ubuntu

    thanks Kurt; I believe you have highlighted an important issue;

    The Brother install script or any other install commands must be run from an account having SUDO privileges. I did not see that mentioned
    can you detail which posts you saw these errors committed in please?

  4. #34
    Join Date
    Apr 2014
    Beans
    3

    Re: Brother DCP-J140W printer driver for Ubuntu

    I had to download a .deb file, .lpr file and cupswrapper if I remember correctly. I started off on Ubuntu 9 and did every update until I got to 13.10. Ubuntu seems quite good at detecting hardware, almost PnP. Total newbie to Ubuntu having just moved from Vista. Would leave Windows altogether except for one problem I have.

  5. #35
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Brother DCP-J140W printer driver for Ubuntu

    if you right click the downloaded .deb file(s) you will be able to install the file(s) using the ubuntu software centre which will be on the right click menu
    i do hope that a lesson has been learned here, there should be LIMITED CLI advice in the beginners forum (only at the last resort should CLI advice be given) ...

    edit by me
    to correct an absolute 'no'
    Last edited by MrSteve; April 24th, 2014 at 01:33 AM.
    Hope this helps . . . Steve ...
    Nothing travels faster than the speed of light, except bad news ...
    Shuttle XS35 - Intel Atom 1.6 - 4GB Ram - 500GB HDD - Linux Kubuntu

  6. #36
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: Brother DCP-J140W printer driver for Ubuntu

    Quote Originally Posted by MrSteve View Post
    if you right click the downloaded .deb file(s) you will be able to install the file(s) using the ubuntu software centre which will be on the right click menu
    i do hope that a lesson has been learned here, there should be no CLI advice in the beginners forum (only at the last resort should CLI advice be given) ...
    Part of the problem is that Brother's install process is set up to use the command line. The .deb installers didn't work on 64 bit distros at one time, all printer packages were/are 32 bit and they required a --force-all 'switch'. I don't know if they do now or not. The installer scripts take care of that without user intervention but still must be run from the command line.

  7. #37
    Join Date
    Apr 2005
    Beans
    2,336

    Brother installer script: recognises 64bit? ..yes..

    I suspect from reading the installer script that Brother have taken account of 32bit and 64bit systems

    eg some selections

    dellist=''
    cpscanlibmodules(){
    for file in $1
    do
    lib64mod=/usr/lib64/$file
    libmod=/usr/lib/$file

    if [ -f $lib64mod ];then
    if [ -d /usr/lib ];then
    if [ ! -f $libmod ];then
    cp $lib64mod $libmod 2> /dev/null
    if [ -f $libmod ];then
    dellist2=$(echo $dellist $libmod)
    dellist=$dellist2
    LIB64FLT=/usr/lib64/cups/filter
    LIB32FLT=/usr/lib32/cups/filter
    LIBFLT=/usr/lib/cups/filter
    arch=$(uname -m | grep "amd64")
    if [ "$arch" = '' ];then
    arch=$(uname -m | grep "x86_64")

  8. #38
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: Brother DCP-J140W printer driver for Ubuntu

    Yes, the script does indeed account for 32 & 64 bit. I don't know a way to run it except from the command line though. My thought regarding the inexperienced user and CLI is to give "From an account with SUDO privileges, copy and paste these lines, one at a time" type instructions. Also most of the 'pre-required procedures' appear to be not required with recent Ubuntu releases.

Page 4 of 4 FirstFirst ... 234

Tags for this Thread

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
  •