Страница 1 из 1

Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 12 июн 2014, 12:07
ans
Как заставить работать?

# lsusb видит
*****
Bus 003 Device 004: ID 04a9:1909 Canon, Inc. CanoScan LiDE 110
*****

# scanimage -L не видит
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
# sane-find-scanner видит
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.

# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
# Also you need support for SCSI Generic (sg) in your operating system.
# If using Linux, try "modprobe sg".

found USB scanner (vendor=0x04a9 [Canon], product=0x1909 [CanoScan], chip=GL124) at libusb:003:004
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# Not checking for parallel port scanners.

# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
В файл /etc/udev/rules.d/60-canon.rules строчку добавил:

ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="1909", ENV{libsane_matched}=="yes"

Re: Настройка сканера Canoscan Lide 110

Добавлено: 12 июн 2014, 20:21
ans
tverskoy писал(а):это проблема sane, я о ней писал здесь уже, но на багтрекер не обращался http://forum.rosalab.ru/viewtopic.php?t=3002

А я думаю это проблема Росы, т.к. на других линуксах настраивается и работает https://www.google.ru/search?q=%D0%9D%D ... iFYM_DgKAM

Re: Настройка сканера Canoscan Lide 110

Добавлено: 13 июн 2014, 12:14
ans
Разобрался!

Для моего случая подходит sane-backends 1.0.22 (в Росе по умолчанию - 1.0.24).
Выяснил опытным путём.
Скачивал отсюда https://alioth.debian.org/frs/?group_id=30186

Установка:
удалить каталог /etc/sane.d
из каталога /usr/src/sane-backends-1.0.22/ с распакованным backends-ом дать команду:
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
# make
# make install

И всё! Сканер сразу заработал! :Yahoo!:

Сканирование работает из-под root и от пользователя, и без всяких бубнов с группой scaner(её просто нет), и с любого USB.
Файл /etc/udev/rules.d/60-canon.rules со строкой ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="1909", ENV{libsane_matched}=="yes" не нужен.

P.S. При этом стал определяться через # scanimage -L
device `genesys:libusb:001:005' is a Canon LiDE 110 flatbed scanner

и НЕ определяется через # sane-find-scanner
:shock:

Re: Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 13 июн 2014, 20:50
tverskoy
решил всетаки написать на багзиллу http://bugs.rosalinux.ru/show_bug.cgi?id=4092

Re: Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 13 июн 2014, 22:29
ans
tverskoy писал(а):решил всетаки написать на багзиллу http://bugs.rosalinux.ru/show_bug.cgi?id=4092
Что Canon MF 4018 с другим backends-ом тоже заработал?

Re: Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 14 июн 2014, 13:49
tverskoy
не пробовал пока

Re: Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 14 июн 2014, 18:53
ans
tverskoy писал(а):не пробовал пока
На багзиллу, мне кажется, смысла не было писать. Они скажут какой backends новый был - такой и поставили, а проверять сотни устройств нет ресурсов.
Надо для чистоты эксперимента проверить как на других линуксах работает.

Re: Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 01 авг 2014, 08:54
Majestic
Hello.

I asked a question about this scanner on English side. I couldn't understand in this topic as it is Russian.

Can you tell me, if Canoscan Lide 110 model scanner working on Rosa Desktop Fresh R3?

Thank you.

My English forum topic is; here.

Re: Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 01 авг 2014, 13:02
ДроноваЮ
Majestic писал(а):Hello.
I asked a question about this scanner on English side. I couldn't understand in this topic as it is Russian.
Can you tell me, if Canoscan Lide 110 model scanner working on Rosa Desktop Fresh R3?
Thank you.
My English forum topic is; here.
Brief summary:
Try sane-backends v1.0.22 (ROSA's default is v1.0.24).

Download from https://alioth.debian.org/frs/?group_id=30186

Installation:
remove the dirctory '/etc/sane.d'
cd to '/usr/src/sane-backends-1.0.22/' (create it) extract there the downloaded backend and do:

Код: Выделить всё

# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
# make
# make install
It worked for the topicstarter.
If everything was ok then

Код: Выделить всё

# scanimage -L
should give u the right output after the installation

Re: Настройка сканера Canoscan Lide 110 [РЕШЕНО]

Добавлено: 11 янв 2015, 20:02
Majestic
Working quite nice after installing Rosa R5...

Thank you.