I am looking to install brother MFC 7360. I have installed printer but as scanner concerned it is not working every time when I try to run xsane
it says device not connected,
When I try to add brscan-skey
to startup program it asks for command line.
I am not sure what shall I write in command line.
For USB you have to edit the
/lib/udev/rules.d/40-libsane.rules
with root-rights and insertin top of
look at
lsusb
for the id like 04f9 is and save the file Restart udevsudo /etc/init.d/udev restart
orsudo service udev restart
good luck mick
I got the scanner to work (internet connected) by entering this command from: MaXSoftProjects: How to install MFC-7360N Brother on Ubuntu 12.04 for Ethernet (Wayback Machine)
sudo dpkg -i --force-all** (scanner-drivername)
Follow these instructions.
In the Brother website download page, you should check for matching version (MFC-7360n), I think brscan4 should work.
This worked for me:
I just got this printer and had the same problem.
I enabled printing, but scanning was not forthcoming.
I installed the drivers provided by this list of Brother scanner drivers, but was still unsuccessful.
After some work and research, I found that SANE (Scanner Access Now Easy) -- the API that provides access to the scanner in GNU/Linux -- does not currently support scanner connectivity over the network, so I hooked up my printer/scanner via USB and was able to connect... sort of. I also had to change the permissions of the device.
To find out where the printer was mounted:
Output:
Then changed the device permissions (full access for everyone):
Now I'm able to use the Ubuntu simple scan utility to do scanning as long as I'm connected via USB.
Does anyone have any solutions for Network scanning on this model?