Hi Silvio,
Silvio Siefke wrote:
> Hello,
>
> i have a Brother MFC 7320 Printer, Scanner and Fax. Printer is installed
> perfectly, scanner want not work. I try as user and as root, but xsane
> found not the scanner.
>
> gentoo-desk ~ # sane-find-scanner -q
> found USB scanner (vendor=0x04f9, product=0x01eb) at libusb:002:008
>
> gentoo-desk ~ # cat /etc/udev/rules.d/70-libsane.rules
> ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="01eb", MODE="0664",
> GROUP="scanner", ENV{libsane_matched}="yes"
>
> gentoo-desk ~ # cat /etc/group | grep scanner
> scanner:x:102:siefke
>
> Has someone a idea, where i can search the mistake?
I have a Brother DCP-9010CN (also an USB PSC) connected to my server and can
typically print and scan over network (using cupsd and saned). So I guess
you should be able to do the same.
Typically you have to install a driver directly from Brother:
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn1.html
You can install this RPM on Gentoo with rmp2targz. I have to use for my PSC
the driver generation 3 and had to install it afterwards with
"/usr/local/Brother/sane/setupSaneScan3" for configuration and
"/usr/bin/brsaneconfig3 -i" adds the driver to the SANE configuration.
Something similar should exist for your driver.
Hope this helps,
Jörg