LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-10-2018, 09:24 PM   #1
byebyemrgates
Member
 
Registered: Nov 2017
Location: Blue Mountains, Australia!
Distribution: Mint 20, Ubuntu 20
Posts: 164

Rep: Reputation: Disabled
Question Network Printer error "Unable to open initial device"


Hi there, wonderful Linux world again! Installed Linux Mint 18 on another machine in the office now, 64 bit, everything great, except:
I added network printer which is Canon iR-ADV C5235/5240, and the drivers available for it are UFR II (whatever that means, you will probably know). Seems to have added fine; but when trying to print test page, blank page comes out with message "unable to open initial device, quitting".
I got drivers from Canon website, but when trying to install, message came "same version already installed", so I assume it is not an issue.
Tried changing ports... no help.
Funny enough, I had no problems on another machine on the same network (32bit), prints fine...
Any ideas? Thanks!!
 
Old 01-11-2018, 03:11 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
The UFRII driver is a Canon unified printer driver for Linux.

Let's see how CUPS is configured for your printer. Open a terminal window and run these commands:
Code:
lpstat -t
Code:
egrep -i 'name|filter' /etc/cups/ppd/*
Report back with the output. Don;t forget to enclose the output within code tags (use the # button in the forum editor).
 
1 members found this post helpful.
Old 01-11-2018, 03:28 AM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
FWIW, I found a stackexchange thread describing the same problem with the same printer model. One Debian user suggested that the driver may rely on some 32-bit libraries, and linked to this Debian printer wiki page where it was suggested that these dependencies were required
Code:
sudo apt-get install libc6-i386 libxml2:i386 lib32z1 libjpeg62:i386 libstdc++6:i386
Similar mentioned here...
https://ubuntuforums.org/showthread.php?t=2337984
Quote:
1. Install dependencies (not sure if all of them are needed):

Code:
sudo apt install libc6-i386 lib32ncurses5 lib32z1
sudo apt install libxml2:i386 libjpeg62:i386 libstdc++6:i386
2. Create a symbolic link '/usr/lib64' to '/usr/lib' (not sure if this is really needed):

Code:
sudo ln -s /usr/lib /usr/lib64
 
1 members found this post helpful.
Old 01-11-2018, 06:35 AM   #4
byebyemrgates
Member
 
Registered: Nov 2017
Location: Blue Mountains, Australia!
Distribution: Mint 20, Ubuntu 20
Posts: 164

Original Poster
Rep: Reputation: Disabled
Ferrari, you're a legend, mate! That's kiwi power! I followed your advice and ran
sudo apt-get install libc6-i386 libxml2:i386 lib32z1 libjpeg62:i386 libstdc++6:i386
fixed it in a flash! Cheers!
 
Old 01-11-2018, 03:45 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
Thanks for the kind words, and glad to have been of guidance!
 
Old 01-12-2018, 02:14 AM   #6
pdc_2
LQ Newbie
 
Registered: Aug 2008
Posts: 21

Rep: Reputation: 12
Canon's UFRII driver

so interesting how folks install the drivers here; it comes down as linux-UFRII-drv-v340-uken.tar.gz from the Canon Asia site http://support-asia.canon-asia.com/c...100270810.html and it was issued 9th Nov 2017 so recent; there is an install script; so the commands to install should likely be
Code:
cd Downloads
Code:
tar -zxvf linux-UFRII-drv-v340-uken.tar.gz
Code:
cd linux-UFRII-drv-v340-uken
then run the install script with
Code:
sudo ./install.sh
...... if using debian-derived ....... which Mint does

so this package from Canon has rpm; and debian; in both 32bit and 64bit flavours

the readme from Canon says
Quote:
sudo apt-get install libglade2-0 libxml2:i386 libstdc++6:i386
......... as ferrari says .......
 
Old 01-13-2018, 04:28 PM   #7
byebyemrgates
Member
 
Registered: Nov 2017
Location: Blue Mountains, Australia!
Distribution: Mint 20, Ubuntu 20
Posts: 164

Original Poster
Rep: Reputation: Disabled
Just to comment on what pdc said: when I downloaded canon UFC driver and tried installing it, got a message "this version already installed", so seems like Mint already has it?
It is a very disappointing driver - the display is not very friendly, and some essential features seem to be missing, like saddle stitch and fold.
I will be taking this up with Canon and I will post the progress
has anyone had experience with that?
 
Old 01-13-2018, 05:56 PM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,813

Rep: Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143Reputation: 1143
Quote:
Just to comment on what pdc said: when I downloaded canon UFC driver and tried installing it, got a message "this version already installed", so seems like Mint already has it?
Likely from a prior installation attempt.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Printer "Unable to open device" Error nuro305 SUSE / openSUSE 3 06-05-2007 02:59 PM
USB Printer "Unable to open device" Error nuro305 SUSE / openSUSE 1 05-23-2007 02:57 PM
"Warning: Unable to open an initial console" onradius Red Hat 0 02-14-2006 08:45 AM
Urgent: "Warning: unable to open an initial console." TGWDNGHN Linux From Scratch 7 12-28-2005 06:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration