LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-01-2012, 04:53 PM   #1
techniphobe
LQ Newbie
 
Registered: Oct 2011
Posts: 7

Rep: Reputation: Disabled
Brother DCP J125 scanner does not work with Ubuntu 11.4


Having successfully managed to get the printer side up and running I thought installing the scanner drivers would be straight forward. Wrong!

Is there anyone patient enough to help a total dork through the process?

From the Brother solutions website I follow their instructions but am obviously going wrong somewhere. Simple things are not clear to me, such as the pre-required program "sane-utils" must be installed. How do I find that out? I think it is because I put sudo nano sane-utils in a Terminal and it just highlighted a line with those words in it, below that line was a flashing prompt, not a command prompt, but no details.

I downloaded the correct drivers, brscan3 and brscan-skey,into the download folder. Turned on printer/scanner and connected the USB cable. You then have to open the Terminal and go to the directory where the drivers are. To do what??? Are you supposed to drag them out and paste them somewhere? I just opened them with GDebi and then put the "force all" code in the Terminal using sudo.....command not found, without sudo....command not found.

Check to see if they had installed....nothing.

Can anyone help please?
 
Old 09-01-2012, 08:45 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,759
Blog Entries: 28

Rep: Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965
You can open up the software center (whatever Ubuntu is calling it these days) and see there whether sane-utils in installed or, from command line, run the command "locate sane-utils"--if it's installed, locate should return results similar to this (this in on Debian):

Code:
~$ locate sane-utils
/usr/share/doc/sane-utils
/usr/share/doc/sane-utils/README.Debian
/usr/share/doc/sane-utils/changelog.Debian.gz
/usr/share/doc/sane-utils/changelog.gz
/usr/share/doc/sane-utils/copyright
/var/lib/dpkg/info/sane-utils.conffiles
/var/lib/dpkg/info/sane-utils.config
/var/lib/dpkg/info/sane-utils.list
/var/lib/dpkg/info/sane-utils.md5sums
/var/lib/dpkg/info/sane-utils.postinst
/var/lib/dpkg/info/sane-utils.postrm
/var/lib/dpkg/info/sane-utils.prerm
/var/lib/dpkg/info/sane-utils.templates
 
1 members found this post helpful.
Old 09-02-2012, 02:59 PM   #3
techniphobe
LQ Newbie
 
Registered: Oct 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Frankbell,

Many thanks for that. Yes, the command line confirms that sane-utils is installed, so that is not a barrier preventing the drivers being installed, but something is.

Are you able to give me even more help? This instruction on the Brother website saying open a Terminal (easy) and go to the directory that has the drivers in it. Sounds simple enough but what do I do with the directory once I open it? I actually copy and paste the installation command from Brother straight into the Terminal so that I know the characters and spacing are correct. With sudo or without sudo nothing works, the output is "command not found". I tried all sorts of different commands and one gave the output "error, requires read/write access to dpkg status area".

Brother instruction 4.4 gives a code to check the installation......nothing no output, the flashing prompt just comes up awaiting the next command.

I haven't got round to the last bit which is about normal users for USB connection, that looks really complicated. Oh joy!
 
Old 09-02-2012, 08:09 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,759
Blog Entries: 28

Rep: Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965
I've never dealt with this make of printer, but I will be happy to help as much as I can.

I have two suggestions off the top of head: Look for a file named "readme" or "installation" or something like that in the material you downloaded from Brother. If you try to install it manually, you should use "sudo."

If the file is a *.deb file, you should be able to open the file manager, point your mouse at the file, right-click, and select something like "Install with Software Center" or "Install with gdebi." Either one should ask you for your password, because installations should normally be done with root privileges.

Here's a thread from the Ubuntu forums on installing Brother drivers. Maybe it will help: http://ubuntuforums.org/showthread.php?t=590793
 
1 members found this post helpful.
Old 09-04-2012, 12:01 PM   #5
techniphobe
LQ Newbie
 
Registered: Oct 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi Frankbell,

Again, many thanks for replying. Sorry about the delay in getting back to you but I was up until 02.45 trying to get it working. We are so nearly there, I can't understand where I have gone wrong. I can carry out the Ubuntu system app. Simple Scan and it works but it will not scan from my printer/scanner??? Any ideas on this please?

The link you gave me was helpful but a little outdated, the commands it used would not work in Ubuntu 11.4, but gave me the big clue I needed with reference to "open a Terminal and go to the directory which holds the downloaded drivers". I had to change the command line using code "cd Downloads" then I was into the open folder. I actually learned something there. No wonder nothing happened in the "root" terminal. (If that is what it's called)

Another problem arose after altering libsane file. When I tried to quit the file I received the warning " Process still running, closing Terminal will kill it." It sure did...every time I lost my changes no matter what I did. In the end I googled the problem, did a lot of reading before someone explained that Ctrl+X would exit. I didn't know the ^ symbol meant Ctrl key!!! Things were still not clear-cut because a box then demanded that you write file name, which was already written in there, as it was so late by now I just hit the enter key (giving up) and that seems to have half worked, at least I can simple scan now.

A bit more info:- the multi-media socket on the printer/scanner works just fine with my SD card and Shotwell. A big surprise, I expected more problems there. I am spelling all this out in case someone else with the same problem is following this thread.
 
Old 09-04-2012, 09:23 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 18,759
Blog Entries: 28

Rep: Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965Reputation: 5965
I'm glad you got it working. And it sounds as if you learned quite a bit along the way. Cool beans.
 
Old 09-05-2012, 05:23 PM   #7
techniphobe
LQ Newbie
 
Registered: Oct 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Seems I spoke too soon, although the images from my camera SD card uploaded into Shotwell OK, when I tried to print them off the printer wouldn't co-operate, it insisted the paper size was wrong every time even though it was correctly set on the printer.

I could live with the printer scanner not working by using Simple Scan, but the photographic side is a bit of a pain.

Anyone out there had the same problems and managed to sort them? What are your thoughts on trying an upgrade to Ubuntu 12.4 in the hope that the new system recognises the printer/scanner, or should I just uninstall the lot and try again?

The moral here is that the DCP J125 is not easily compatible with Ubuntu 11.4 so be warned.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Brother DCP-J125 does not work with Ubuntu 11.4 techniphobe Linux - Newbie 7 08-28-2012 06:06 AM
problems installing dcp-7030 brother scanner zenbo Linux - Newbie 1 02-15-2012 04:53 PM
Installing Brother DCP-7040 printer/scanner under CUPS wufo Slackware 4 11-27-2011 08:55 PM
Brother DCP-110C Printer/Scanner Installation Issues Maxwell Rain Mandriva 4 08-08-2005 03:09 PM
Brother Printer/Scanner DCP-110C Installation Issues Maxwell Rain Linux - Hardware 1 10-31-2004 05:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration