Tag: Linux

Brother DCP-7010 プリンタ編

まずは、プリンタの設定。参考にしたのは、Gentoo Forumのこのスレ。当然のことながら、ブラザーのページも重要。 media-gfx/sane-backends を導入していると、 /etc/udev/rules.d/99-libsane.rules に以下のような記述があり、 # Brother DCP-7010ATTRS{idVendor}==”04f9″, ATTRS{idProduct}==”0182″, MODE=”660″, GROUP=”scanner” /dev/usblp0 が scanner グループのものになるので、上記部分のscannerをlpに変更するか、上記部分をコメントアウトし、/etc/udev/rules.d/70-local.rules あたりに、 # Brother DCP-7010ATTRS{idVendor}==”04f9″, ATTRS{idProduct}==”0182″, MODE=”660″, GROUP=”lp” とか書いておく。 ここからの手順は以下。

Read More