Results 1 to 9 of 9

Thread: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

  1. #1
    Join Date
    Apr 2010
    Location
    Hong Kong
    Beans
    67
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Hi all,

    I am a Ubuntu newbie on 11.10. I installed the driver for my Brother DCP-130C printer following the steps described here (steps performed are detailed below). After the installation, the printer worked, yet the content printed is shifted upwards by an inch. I tried re-installing the printer driver, but the outcome was the same, and I have no idea how I could fix that.

    Could someone please help me on this? Any suggestion or comment would be much appreciated! Many thanks!

    Steps performed
    ===============
    1. Install brother-cups-wrapper-bh7 and brother-lpr-drivers-bh7 using Synaptic
    2. In System Settings/Printing, I first deleted the printer added automatically by Ubuntu (as recommended in the post), I then added the printer using the wizard. I selected driver specifically for 'Brother DCP-130C' in the wizard, as it was available.

  2. #2
    Join Date
    Oct 2011
    Beans
    1

    Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Since 11.04 all my prints on DCP-130C have been missing the top half or so of the first line, regardless of where I was printing from (LibreOffice, pdf, image, etc).

    I upgraded to 11.10 (on a 32-bit machine) and hoped this would fix it - no luck.

    By the way, after the 11.04 upgrade, both DCP-130C printing and scanning failed so I had to reinstall drivers from Brother and make a number of other changes...

    Finally today, I seem to fixed this (for me), so hope this helps:

    1. have a look at this file
    /usr/Brother/Printer/dcp130c/inf/brdcp130crc

    2. there is a line in there that defines the paper type - in my file, it read PaperType=Letter (even though I had assiduously ensured that paper size was set to A4 whenever I was printing from Libre etc)

    3. open Terminal and move to the /usr/bin folder

    4. run this command:
    sudo brprintconf_dcp130c -pt A4
    (enter your password when prompted)

    5. check the brdcp130crc file again
    paper type should now be set to A4

    Caveat - I don't know anything about the other options or different paper types that can be set using brprintconf. Have a look at this link https://bbs.archlinux.org/viewtopic.php?pid=430970 which pointed me in this direction.

    Looking around at other Brother files in the Brother/inf and Brother/Printer folders, I noticed what appears to be a discrepancy in A4 paper sizes in the paperinf and paperinfij2 files with different widths and heights for A4 - so if the above doesn't work for you, you might want to check that out as well.

  3. #3
    Join Date
    Apr 2010
    Location
    Hong Kong
    Beans
    67
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Quote Originally Posted by KiwiExpat View Post
    Since 11.04 all my prints on DCP-130C have been missing the top half or so of the first line, regardless of where I was printing from (LibreOffice, pdf, image, etc).

    I upgraded to 11.10 (on a 32-bit machine) and hoped this would fix it - no luck.

    By the way, after the 11.04 upgrade, both DCP-130C printing and scanning failed so I had to reinstall drivers from Brother and make a number of other changes...

    Finally today, I seem to fixed this (for me), so hope this helps:

    1. have a look at this file
    /usr/Brother/Printer/dcp130c/inf/brdcp130crc

    2. there is a line in there that defines the paper type - in my file, it read PaperType=Letter (even though I had assiduously ensured that paper size was set to A4 whenever I was printing from Libre etc)

    3. open Terminal and move to the /usr/bin folder

    4. run this command:
    sudo brprintconf_dcp130c -pt A4
    (enter your password when prompted)

    5. check the brdcp130crc file again
    paper type should now be set to A4

    Caveat - I don't know anything about the other options or different paper types that can be set using brprintconf. Have a look at this link https://bbs.archlinux.org/viewtopic.php?pid=430970 which pointed me in this direction.

    Looking around at other Brother files in the Brother/inf and Brother/Printer folders, I noticed what appears to be a discrepancy in A4 paper sizes in the paperinf and paperinfij2 files with different widths and heights for A4 - so if the above doesn't work for you, you might want to check that out as well.
    Thank you so much for your reply, KiwiExpat.

    I did follow your suggestion to see if it fixes my problem - turns out that the printed content is shifted down by 1 inch this time! But your suggestion provides a direction towards solving the problem, I will fiddle with the other 'paper size' options and other related settings to see if it leads me some where.

    Thanks again for your help!

  4. #4
    Join Date
    Nov 2007
    Location
    Les Gets, France
    Beans
    753
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Hi

    Have you set te printer default paper size to A4 in the cups settings?

    Go to localhost:631 in a browser, go to printer tab, select your printer, go to the administration drop down and select "set default options" and there the paper size. This solved a similar problem for me.

    Good luck

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

    Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    I believe you're using the drivers from the repositories. If you're still having problems, you might try installing the software provided by Brother. It's found here and must be installed via the command line on 64 bit systems. 32 bit systems can use Ubuntu Software Center or Gdebi:

    http://welcome.solutions.brother.com...nload_prn.html

    If you're using a 64 bit system, you also need to look through this:

    http://welcome.solutions.brother.com...efore.html#004

    Which steps apply depend on distro version. There are also scanner issues with 11.10 and 12.04 (so far). They can be made to work but require a bit of tinkering.

  6. #6
    Join Date
    Apr 2010
    Location
    Hong Kong
    Beans
    67
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Thanks for your reply Roger and Kurt.

    My problem was solved after following KiwiExpat's instructions for the 2nd or 3th time (god knows why...). Sorry I forgot to update here that I had already solved the problem!

    Many many many thanks!


    Carlos

  7. #7
    Join Date
    Jan 2008
    Location
    Hampshire, England
    Beans
    33
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Further to this. I've had the same problem with my Brother DCP-350C since upgrading to 11.10 and now 12.04, which I had hoped might fix it.

    KiwiExpat's fix worked for me. I didn't do any other editing or file moving (as I couldn't find the file in the location specified), just simply ran an amended version of his script :-

    Quote Originally Posted by KiwiExpat View Post
    4. run this command:
    sudo brprintconf_dcp350c -pt A4
    (enter your password when prompted)
    This seems to have done the trick.

    Thanks KiwiExpat!

  8. #8
    Join Date
    Apr 2010
    Beans
    1

    Smile Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Thank's to kwanylongy for showing the path to dcp130c configuration files. I'm running Mageia and i use midnight commander to edit both files brdcp130cfunc and brdcp130crc, i changed it from Letter to A4 and it started to print correctly. On Mageia the path is /usr/local/Brother/Printer/dcp130c/inf. Thank you all.

  9. #9
    Join Date
    Jul 2012
    Beans
    Hidden!

    Re: Printer problem: Brother DCP-130C prints content shifted upwards by 1 inch

    Lot's of useful stuff in this thread.

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
  •