Advertisement
vicendominguez

CANON IR C2880-C3380 (UFR2) HOWTO

Nov 22nd, 2012
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. MINT 13 AND UBUNTU 12.04 CANON IR C2880-C3380 (UFR2) HOW TO
  2. --------------------------------------------------------------
  3.  
  4. Download drivers for Linux from Canon
  5. unzip Linux_UFRII_PrinterDriver_V250_uk_EN.tar.gz
  6. cd Linux_UFRII_PrinterDriver_V250_uk_EN/64-bit_Driver/RPM/
  7. alien --to-deb --scripts cndrvcups-common-2.50-1.x86_64.rpm
  8. alien --to-deb --scripts cndrvcups-ufr2-uk-2.50-1.x86_64.rpm
  9. apt-get install libc6-i386 ia32-libs lib32z1
  10. dpkg -i cndrvcups-common_2.50-2_amd64.deb cndrvcups-ufr2-uk_2.50-2_amd64.deb
  11. cp /usr/lib64/libcanon* /usr/lib
  12. apt-get install libjpeg62 libjpeg62:i386
  13.  
  14. Note:
  15.  
  16. It is weird but you could need to modify the file /etc/apparmor.d/local/usr.sbin.cupsd adding this lines:
  17.  
  18. /usr/lib64/cups/backend/cnusb Uxr,
  19. /usr/lib64/cups/filter/pstoufr2cpca Uxr,
  20.  
  21. Vicente
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement