LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-03-2012, 09:32 AM   #1
FlyerDan69
LQ Newbie
 
Registered: Dec 2012
Posts: 29

Rep: Reputation: Disabled
Brother MFC-J4510DW scanner problem


Ok I am a newbie here and having the darndest time trying to get my printer/scanner to work I have followed all of the steps as to what to download in order to get it to work but nada. I got the printer portion of it working fine. But the scanner wont work no matter what I do. Xsane gives me a brother4:bus6;dev1':Invalid Argument, error and on Gscan it comes up error opening device: Invalid Argument. PLEASE HELP I dont have much hair left. Thanks in advance. Dan and if this is in the wrong area please set me straight. Thanks again

Last edited by FlyerDan69; 12-03-2012 at 09:37 AM.
 
Old 12-03-2012, 10:41 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
A few questions.

What distro and release?

After installing the driver, are you able to access the scanner as root user? Can you post the link to the instructions you followed to install the driver. ( I'm guessing you followed the instructions on Brothers web site ), just want to make sure.

What groups does your user belong to? This can be difficult. Some distros you may need to belong to the scanner group, others do not make you belong to that group; lp group only.
 
Old 12-03-2012, 12:21 PM   #3
FlyerDan69
LQ Newbie
 
Registered: Dec 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
Sorry but I am so new to this stuff i have no idea the answers to your questions. I did download the drivers for the scanner and printer got the printer to work fine. When I try to scan using Gscan i see the scanner for a split second then it says Error opening device Invalid arguement. When I use Xsane it also gives me a Invalid Argument message. Im sorry I dont know much about this stuff yet. And yes i did download them from the Brothers website.Thanks Dan

Last edited by FlyerDan69; 12-03-2012 at 12:33 PM.
 
Old 12-03-2012, 12:39 PM   #4
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, the user who wants to use a multifunction device must be member of both, the lp and the scanner group. Please open an terminal and execute the command
Code:
groups
and post the output here.
You can as root execute
Code:
scanimage -L
which will show you the available devices. There's also a command
Code:
sane-find-scanner
Markus

Last edited by markush; 12-03-2012 at 12:41 PM. Reason: typo
 
1 members found this post helpful.
Old 12-03-2012, 01:19 PM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I understand your lack of experience. If you could post Markush's requests, that will help. If you need guidance on how to make a command happen, please ask.

This link -->http://welcome.solutions.brother.com...nload_scn.html lists the printer and scanner driver for your MFP.

Is this device USB or network connected? Did you update the udev rules according to the instructions here? -->http://welcome.solutions.brother.com...ion_scn1c.html
 
Old 12-03-2012, 02:33 PM   #6
FlyerDan69
LQ Newbie
 
Registered: Dec 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
yes please help me with the command thing. I dont understand any of it. thank you guys for helping so far. And it is a USB.

Last edited by FlyerDan69; 12-03-2012 at 02:40 PM.
 
Old 12-03-2012, 02:43 PM   #7
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, do you know how to open a terminal? There should be an icon anywhere on your desktop which looks like a Computermonitor or the DOS-shell in Windows.

Markus
 
1 members found this post helpful.
Old 12-03-2012, 02:47 PM   #8
FlyerDan69
LQ Newbie
 
Registered: Dec 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
I dont know how to open a terminal either. And I dont see what you are describing anywhere.
 
Old 12-03-2012, 02:50 PM   #9
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
https://help.ubuntu.com/community/UsingTheTerminal read here

Markus
 
1 members found this post helpful.
Old 12-03-2012, 02:52 PM   #10
akolff
Member
 
Registered: Jan 2002
Location: Milwaukee
Distribution: Ubuntu Server 12.04.1 LTS & Mint 17
Posts: 38

Rep: Reputation: 4
Dan,
The instructions given are correct.
To be able to type the the commands you need to be in a terminal (text only interface (black window with a cursor to type at)).
To get into the terminal (Goto the prompt so to speak) try typing Ctrl+Alt+T all at once.
then type in the commands followed by pushing the enter key.
 
Old 12-03-2012, 02:57 PM   #11
FlyerDan69
LQ Newbie
 
Registered: Dec 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
OK figured out how to open a terminal now what should I do. Thanks again for being patient with me.
 
Old 12-03-2012, 02:58 PM   #12
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
First type
Code:
groups
at the terminal prompt and press the enter button, then copy the ouput and past it into your next posting here.

Markus
 
1 members found this post helpful.
Old 12-03-2012, 03:23 PM   #13
FlyerDan69
LQ Newbie
 
Registered: Dec 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
flyerdan69 adm cdrom sudo dip plugdev lpadmin sambashare
 
Old 12-03-2012, 03:40 PM   #14
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
yup, here we are, you'll have to add the user to the lp and scanner group. Execute the following command in the terminal
Code:
sudo usermod -a -G lp,scanner flyerdan69
Afterwards please execute the "groups" command again and look at the changes.

Markus

Last edited by markush; 12-03-2012 at 03:49 PM. Reason: typo
 
1 members found this post helpful.
Old 12-03-2012, 03:49 PM   #15
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Sorry, I made a mistake, there must be a comma between the groups
Code:
sudo usermod -a -G lp,scanner flyerdan69
Markus
 
1 members found this post helpful.
  


Reply



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
Brother MFC-7360N Scanner activation Curt Wiedeman Ubuntu 4 11-19-2012 11:57 AM
Brother MFC-J220 on Slackware 13:37 Scanner Cannot Be Detected. Help. malekmustaq Slackware 12 08-19-2012 10:32 PM
[SOLVED] Brother MFC-7840W Network Scanner not Recognized in XSane Kaiser Soze Slackware 9 06-21-2011 11:40 PM
Brother MFC-9440CN scanner with Ubunutu 10.10 cigtoxdoc Linux - Hardware 2 03-04-2011 12:47 AM
Brother MFC-8670DN -- Scanner Not Working in Ubuntu 9.04 noobwifi Linux - Hardware 3 05-22-2009 12:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:42 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