1

I've attached the printer via USB, Ubuntu finds it, installs it (both the MF4450 and the MF4450 (Fax) printers, since it is a 4in1) but is not able to print even the Test Page.

I'm new to Ubuntu as main system (I was a Windows 7 user up to 2012, playing with some distro in VM but nothing more), what could I check / try ?

I tagged it both 12.10 and 13.04 since the problem was there on the first and is still present after the upgrade to the second.

bain
  • 11,260
  • Using the superkey (the windows key in windows) and then writing printing, do you see the printer icon WITHOUT any red or failure msg on it ? – Amir Aug 02 '13 at 22:58
  • I've not got your message, could you be more clear ? Should I write "printing" after pressing the superkey ? I've a localized ubuntu (ITA, and Gnome Shell, if it matters)... thanks in advance – Andrea Ligios Aug 02 '13 at 23:14
  • Just go to see your printings devices ;) its under the "System Setting" --> printing or the way I mentioned, press superkey and then write "printing". check if it has some red flag attached to the printer icon or not. – Amir Aug 03 '13 at 00:21
  • also check for this linux-driver-link for downloading your device driver and let me know back – Amir Aug 03 '13 at 14:34
  • Sorry for the late; It is installed, no red flags, I've now reinstalled the drivers (I had 2.20, you linked 2.40, then installed 2.70 too from canon-europe); it is recognized, it is auto-powered on, but if I run print Test page, it says that it is elaborating, but then nothing happens... where can I find some logs to dig into ? Any ideas? – Andrea Ligios Aug 04 '13 at 00:48
  • 1
    I refer you to the printing-debugging wiki of the ubuntu at here – Amir Aug 04 '13 at 01:49
  • Amir, thanks for your help too, if you'll publish your comments as an answer I'll upvote it for sure – Andrea Ligios Aug 06 '13 at 10:56
  • No need buddy. Glad you found your answer ;) – Amir Aug 10 '13 at 23:43

1 Answers1

1

Ensure you have 32bit libs installed:

sudo apt-get install libc6-i386 ia32-libs lib32z1 
jasmines
  • 11,011
  • Thanks, I've read in some forums too that 32bit libs may be involved even if I've a 64bit SO and 64bit printer drivers; I've run that command and it says that there are some dependencies that cannot be resolved: ia32-libs-multiarch :/ – Andrea Ligios Aug 06 '13 at 10:34
  • like here: http://askubuntu.com/questions/136394/cannot-install-ia32-libs – Andrea Ligios Aug 06 '13 at 10:37
  • Run sudo apt-get install ia32-libs-multiarch before, then sudo apt-get install libc6-i386 ia32-libs lib32z1 and now it prints like a charm. I've got nothing of what I've done, but I'm happy now :D 32bit libs to make 64bit drivers on 64bit SO is something that sucks tbh – Andrea Ligios Aug 06 '13 at 10:54