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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-19-2020, 09:06 AM
|
#1
|
Member
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50
Rep: 
|
Ubuntu lacks DCP drivers (as in DCP9055CDNlpr-1.1.1-5.i386.deb)
Ubuntu seems to be missing Vendor-supported drivers in 20.04.1 (as in DCP9055CDNlpr-1.1.1-5.i386.deb). The issue can be paraphrased as 3.2 < 11.5, which seems impossible, unless a single digit is used for holding the version number.
|
|
|
10-19-2020, 11:57 AM
|
#2
|
Senior Member
Registered: Aug 2016
Posts: 3,345
|
Quote:
Originally Posted by shakespeare1
Ubuntu seems to be missing Vendor-supported drivers in 20.04.1 (as in DCP9055CDNlpr-1.1.1-5.i386.deb). The issue can be paraphrased as 3.2 < 11.5, which seems impossible, unless a single digit is used for holding the version number.
|
That package is 32 bit (as shown by "i386" in the name). Are you running 32 bit OS or 64 bit OS? If 64 bit then you may be trying the wrong package for the drivers.
3.2 is < 11.5 but I don't know where the error is coming from since you did not copy the full command nor error message.
Last edited by computersavvy; 10-19-2020 at 11:59 AM.
|
|
|
10-19-2020, 01:09 PM
|
#3
|
Member
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50
Original Poster
Rep: 
|
I have a 64-bit OS. It's 32-bit only, as that is what they provide. It installed on Ubuntu 18.
|
|
|
10-19-2020, 08:03 PM
|
#4
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986
|
3.2 is greater than 1.1.1-5. But I don't understand what you're paraphrasing.
|
|
|
10-19-2020, 11:41 PM
|
#5
|
Member
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50
Original Poster
Rep: 
|
The issue is (I suspect, but don't know):
With a single digit for version 3.2 is less than 11.5 (3 < 1).
With multiple digits the issue does not arise.
|
|
|
10-20-2020, 12:23 AM
|
#6
|
Member
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50
Original Poster
Rep: 
|
The complete error is
shakespeare@RYZEN:~$ sudo dpkg -i --force-all dcp9055cdnlpr-1.1.1-5.i386.deb
(Reading database ... 570920 files and directories currently installed.)
Preparing to unpack dcp9055cdnlpr-1.1.1-5.i386.deb ...
Unpacking dcp9055cdnlpr:i386 (1.1.1-5) over (1.1.1-5) ...
Setting up dcp9055cdnlpr:i386 (1.1.1-5) ...
mkdir: cannot create directory ‘/var/spool/lpd/dcp9055cdn’: No such file or directory
chown: cannot access '/var/spool/lpd/dcp9055cdn': No such file or directory
chgrp: cannot access '/var/spool/lpd/dcp9055cdn': No such file or directory
chmod: cannot access '/var/spool/lpd/dcp9055cdn': No such file or directory
shakespeare@RYZEN:~$ sudo dpkg -i --force-all dcp9055cdncupswrapper-1.1.1-5.i386.deb
(Reading database ... 570920 files and directories currently installed.)
Preparing to unpack dcp9055cdncupswrapper-1.1.1-5.i386.deb ...
lpadmin: The printer or class does not exist.
Restarting cups (via systemctl): cups.service.
Unpacking dcp9055cdncupswrapper:i386 (1.1.1-5) over (1.1.1-5) ...
Setting up dcp9055cdncupswrapper:i386 (1.1.1-5) ...
Restarting cups (via systemctl): cups.service.
lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
I did (without success):
shakespeare@RYZEN:~$ ls /var/spool/lpd
ls: cannot access '/var/spool/lpd': No such file or directory
shakespeare@RYZEN:~$ sudo mkdir /var/spool/lpd
[sudo] password for shakespeare:
shakespeare@RYZEN:~$ sudo dpkg -i --force-all dcp9055cdnlpr-1.1.1-5.i386.deb
(Reading database ... 570920 files and directories currently installed.)
Preparing to unpack dcp9055cdnlpr-1.1.1-5.i386.deb ...
Unpacking dcp9055cdnlpr:i386 (1.1.1-5) over (1.1.1-5) ...
Setting up dcp9055cdnlpr:i386 (1.1.1-5) ...
shakespeare@RYZEN:~$ ls -l /var/spool/lpd/dcp9055cdn
ls: cannot open directory '/var/spool/lpd/dcp9055cdn': Permission denied
shakespeare@RYZEN:~$ sudo ls -l /var/spool/lpd/dcp9055cdn
[sudo] password for shakespeare:
total 0
|
|
|
10-21-2020, 09:02 PM
|
#7
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986
|
It is not 11.1, it's 1.1.1. Version 1, not 11.
|
|
|
10-23-2020, 04:13 AM
|
#8
|
Member
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50
Original Poster
Rep: 
|
If you're going to argue about version numbers it's 11.5 (not 3.2). There was a 1.1.1-5 in the DCP9055CCDN driver as well. I've upgraded Xubuntu, without success, I have a GP106, and a 4K display.
|
|
|
10-23-2020, 10:30 AM
|
#9
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986
|
Do you have a 32-bit system? The .deb package you're trying to install is for 32-bit systems, indicated by the i386 in the filename.
|
|
|
10-23-2020, 11:04 AM
|
#10
|
Member
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50
Original Poster
Rep: 
|
I have a 64-bit system. All that's provided is (for the actual drivers) a lowly 32-bit system (hence the i386 of the title). I had it working in Xubuntu 18 and here I am looking at an Xubuntu 20 system with the drivers failed.
|
|
|
10-23-2020, 04:52 PM
|
#11
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986
|
Well, it is Ubuntu, so perhaps you're out of luck. I don't have the ability to test those drivers on my systems. I did note this line in the error messages, though.
Quote:
lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
|
That version of CUPS may have arrived.
|
|
|
All times are GMT -5. The time now is 04:05 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|