This shows you the differences between two versions of the page.
|
computer:mfc-420cn [2009/11/23 08:32] smoser |
computer:mfc-420cn [2010/03/28 11:24] (current) smoser add lucid instructions |
||
|---|---|---|---|
| Line 73: | Line 73: | ||
| * Follow Admin -> Printer as above. | * Follow Admin -> Printer as above. | ||
| - | ===== Jaunty ===== | + | ===== Jaunty / Karmic / Lucid ===== |
| * sudo apt-get install brother-cups-wrapper-extra | * sudo apt-get install brother-cups-wrapper-extra | ||
| * "just works" (plug usb in, new printer pops up, print test page just works) | * "just works" (plug usb in, new printer pops up, print test page just works) | ||
| Line 144: | Line 144: | ||
| ATTR{idVendor}=="04f9", ATTR{idProduct}=="0162", SYMLINK+="mfc420cn-scanner", \ | ATTR{idVendor}=="04f9", ATTR{idProduct}=="0162", SYMLINK+="mfc420cn-scanner", \ | ||
| MODE="660", GROUP="video" | MODE="660", GROUP="video" | ||
| + | </code> | ||
| + | |||
| + | ==== Lucid ==== | ||
| + | Per [[http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn1c.html|brother documentation]]) add /etc/udev/rules.d/40-mfc420cn.rules: | ||
| + | <code> | ||
| + | # Brother: http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn1c.html | ||
| + | # I added the symlink entry | ||
| + | ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes", SYMLINK+="mfc420cn-scanner" | ||
| + | </code> | ||
| + | |||
| + | Then, | ||
| + | <code> | ||
| + | $ ls -l brscan*.amd64*.deb | ||
| + | -rw-r--r-- 1 smoser smoser 82566 2010-03-28 14:05 brscan2-0.2.5-1.amd64.deb | ||
| + | -rw-r--r-- 1 smoser smoser 49372 2010-03-28 14:06 brscan-skey-0.2.1-3.amd64.deb | ||
| + | $ sudo dpkg -i brscan*.amd64*.deb | ||
| </code> | </code> | ||