최근에 Ubuntu 13.10 (Saucy)을 업그레이드했습니다.
내 MFC-420CN을 통한 스캔은 우분투에서 작동했으며 Linux Mint는 Olivia와 Oneric을 통해 설치됩니다. 그러나 일단 이것에서 업그레이드하면 스캔이 중단되었습니다. 업그레이드와 관련이 없는지 확인하기 위해 새로운 사본을 설치했습니다.
Brother의 웹 사이트는 모든 brscan1 모델이 더 이상 Ubuntu 11.10부터 USB 스캔을 지원하지 않지만 brscan2 및 brscan3 모델에는 적용되지 않는 것으로 나타났습니다. 또한 적어도 brscan4 모델이 현재 작동하고 있음을 나타내는 것으로 보이는 다른 게시물 이 여러 개 있습니다. 그러나 brscan2 (또는 brscan4 이외의 다른 다이버)를 사용하는 스캐너를 확인할 수 없었으며 우분투 13.10 (실제로는 12.10 이상)이 작동하고 있습니다.
상호 참조 / 문제를 타인을 돕기 위해 brscan2 스캐너의 전체 목록은 다음과 같습니다.
DCP-110C DCP-115C DCP-117C DCP-120C DCP-130C DCP-135C DCP-150C DCP-153C DCP-155C DCP-310CN DCP-315CN DCP-330C DCP-340CW DCP-350C DCP-353C DCP-357C DCP- 540CN DCP-560CN DCP-7010 DCP-7020 DCP-7025 DCP-750CW DCP-770CW DCP-8060 DCP-8065DN MFC-210C MFC-215C MFC-230C MFC-235C MFC-240C MFC-260C MFC-3240C MFC-3340CN MFC -3360C MFC-410CN MFC-420CN MFC-425CN MFC-440CN MFC-465CN MFC-5440CN MFC-5460CN MFC-5840CN MFC-5860CN MFC-620CN MFC-640CW MFC-660CN MFC-665CW MFC-680CN MFC-685CW MFC-7220 MFC-7225N MFC-7420 MFC-7820N MFC-820CW MFC-845CW MFC-8460N MFC-8660DN MFC-8670DN MFC-885CW MFC-8860DN MFC-8870DW MFC-9420CN
이전에 요청한 비슷한 질문 / 문제 (brscan3 드라이버 하드웨어의 경우) :
- 12.04로 업그레이드 한 후 Brother Printer MFC-290C에서 스캐너가 작동하지 않습니다
- DCP-J725DW Brother로 스캔하는 동안 xsane이 "잘못된 인수"로 종료됩니다. 무슨 의미입니까?
지금까지 나는 시도했다 :
Sane-Utils 설치
dpkg -f 플래그 사용을 포함하여 brscan2 설치와 관련하여 형제의 웹 사이트에서 발췌
포함 할 /lib/udev/rules.d/40-libsane.rules 편집
암호:
# Brother scanners
ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"
- lib에서 lib64로 파일 복사 :
암호:
cd /usr/lib
ln -s ../lib64/libbrscandec2.so.1.0.0 .
ln -s ../lib64/libbrcolm2.so.1.0.1 .
ln -s ../lib64/libbrcolm2.so .
ln -s ../lib64/libbrscandec2.so.1 .
ln -s ../lib64/libbrscandec2.so .
ln -s ../lib64/libbrcolm2.so.1
cd sane
ln -s ../../lib64/sane/libsane-brother2.so.1.0.7 .
ln -s ../../lib64/sane/libsane-brother2.so.1 .
ln -s ../../lib64/sane/libsane-brother2.so .
- ia32-libs 설치 및 sane-utils 설치 반복
- 64 비트 brscan2 드라이버를 제거하고 32 비트 드라이버로 교체했지만 USB 또는 네트워크 모드에 대해 32 비트 드라이버 설정으로 스캔 이미지의 결과는 유망하지 않았습니다.
암호:
# 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).
- WINE에서 Win2000 또는 XP를 지원하는 32 비트 Windows 드라이버 중 거의 2000 년에 완료됩니다.
64 비트 드라이버 디버깅 :
brscan2를 설치하면 간단한 스캔을 열고 스캐너를 찾을 수 있습니다. 또한 스캔 이미지 출력은 모든 것이 정상임을 나타냅니다.
# scanimage -L
device `brother2:bus5;dev2' is a Brother DCP-350C USB scanner
그러나 (루트 사용자 일지라도) 스캔은 여전히 작동하지 않습니다.
> sudo scanimage >image.pnm
scanimage: open of device brother2:bus2;dev4 failed: Invalid argument
xsane은 비슷한 오류를 생성합니다.
Failed to start scanner: Invalid argument
제정신 찾기 - 스캐너가 여기에 표시 파이프 오류가 발생합니다 : http://pastebin.com/tTNMyD1m 하지만 그 형제 드라이버가 아닌 제정신을 제공한다는 사실에 관한 것 같습니다.
나는이 시점에서 꽤 붙어있어 도움을 주시면 감사하겠습니다.