How I setup my Brother MFC-255cw printer/scanner in Jaunty. I could not find these instructions elsewhere, so maybe this will help someone.
PRINTING/
Download the latest driver from: http://solutions.brother.com/linux/en_us/
direct link: http://solutions.brother.com/linux/e...html#MFC-255CW
You will need both the LPR & cupswrapper drivers. Install the LPR driver first.
Note that since only the 32-bit driver is available, use the --force-architecture option for 64-bit systems.
Code:sudo dpkg -i --force-architecture pkg.deb
SCANNING/
Download latest driver from: http://solutions.brother.com/linux/e...nload_scn.html
Turn off the scanner, and install sane, xsane, libsane, libsane-extras and sane-utils.
You need the brscan3 driver and scan-key-tool (at the bottom of the page of the link above).Code:sudo aptitude install sane xsane libsane libsane-extras sane-utils
Note that the MFC-255cw is not listed as supported with brscan3. You will use the MFC-250c settings instead. I have not had any problems using them so far.
Install the brscan3 driver and scan-key-tool debs.
Turn the scanner back on, and configure brsane (mine was connected to my wireless router):
Code:brsaneconfig3 -a name=(name your device) model=(model name) ip=xx.xx.xx.xxAlso (I am not sure if this is necessary), you may need to set user permissions for the device:Code:brsaneconfig3 -a name=MFC-255cw model=MFC-250C ip=192.168.1.124
And change the following line:Code:sudo gedit /lib/udev/rules.d/50-udev-default.rules
to:Code:# libusb device nodes SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0664"
Code:# libusb device nodes SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0666"



Adv Reply


Bookmarks