Witam, jestem szczęśliwym posiadaczem urządzenia Brother DCP-135C. Drukarka działa bardzo ładnie, lecz nie mogę zainstalować skanera. Niby wszystko robiłem jak jest napisane w FAQ:
1. Open the terminal and past this command: (sudo gedit /etc/udev/rules.d/45-libsane.rules)
2. Note that you will see an entry all the way at the end (LABEL="libsane_rules_end")
3. You will place a command just above that line like so:
* #Brother MFC-240C
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="01ab", MODE="666", GROUP="scanner"
LABEL="libsane_rules_end"
4. NOTE: the 04f9 and the 01ab shown above.This is the Vendor ID and Product ID for my printer
5. To find the Vendor ID and Product ID for your pinter Open a terminal type this command: (lsusb) this will show you your (venderIDroductID)
6. You will now insert your (vendorIDroductID) in place of the ones shown above
7. Select save, then exit/close gedit program
8. Exit your terminal by typing exit, then hitting enter
9. Restart Your System
Po wydaniu komendy lsusb mam
dominik@laptop ~ $ lsusb
Bus 002 Device 004: ID 064e:a101 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 04f9:01ce Brother Industries, Ltd DCP-135C
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 0f62:1001 Acrox Technologies Co., Ltd Targus Mini Trackball Optical Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Wpis w /etc/udev/rules.d/45-libsane.rules zrobiłem następujący
dominik@laptop ~ $ cat /etc/udev/rules.d/45-libsane.rules
* #Brother DCP-135C
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="01ce", MODE="666", GROUP="scanner"
LABEL="libsane_rules_end"
Po odpaleniu xsane wyskakuje mi bląd:
Nie powiodło się otwarcie urządzenia `v4l:/dev/video0`:
Nieprawidłowy argument.
Proszę o jakąś wskazówkę albo o rozwiązanie, pozdrawiam.