Comment 180 for bug 25966

Revision history for this message
opamp (opamp10) wrote :

hello

this has work for my dcp150

Brother scanner/printer install in Hardy

Printer :
System >administration >Synaptic package manager (ww) search for Brother :brother-cups-wrapper-extra
Cups Wrapper drivers for extra brother printers install with supporting parcels
Then System >administration> printing > choose printertype with make and Model: bottum change. Choose Brother (forward). Choose Type. (forward).(apply).
ready...

Scanner:
System >administration >Synaptic package manager (ww) search for Brother :brscan2 Brother Scanner Driver install.
Then applications > Accessories > Terminal. Open
Type --->>> sudo apt-get install sane-utils <<<----
Type ---->>> sane-find-scanner <<<----- write the value (vendor=0x04f9, product=0x01cf) of vedore and product.
Type --->>> sudo gedit /usr/share/hal/fdi/preprobe/10osvendor/20-libsane.fdi <<<------
Search for Brother type.

<!-- Brother DCP-150C -->
−<match key="usb.vendor_id" int="0x04f9">
 −<match key="usb.product_id" int="0x01cf">
   <append key="info.capabilities" type="strlist">scanner</append>
   <merge key="scanner.access_method" type="string">proprietary</merge>
  </match>
</match>

Change a random Brothertype in your own type e.g.
 <!-- Brother DCP-130C --> in <!-- Brother DCP-150C -->

vendor number: −<match key="usb.vendor_id" int="0x04f9"> change the value in number you have on written

product number: −<match key="usb.product_id" int="0x01cf"> same way

Store and restart pc