LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-19-2020, 09:06 AM   #1
shakespeare1
Member
 
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50

Rep: Reputation: Disabled
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.
 
Old 10-19-2020, 11:57 AM   #2
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
Quote:
Originally Posted by shakespeare1 View Post
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.
 
Old 10-19-2020, 01:09 PM   #3
shakespeare1
Member
 
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50

Original Poster
Rep: Reputation: Disabled
I have a 64-bit OS. It's 32-bit only, as that is what they provide. It installed on Ubuntu 18.
 
Old 10-19-2020, 08:03 PM   #4
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
3.2 is greater than 1.1.1-5. But I don't understand what you're paraphrasing.
 
Old 10-19-2020, 11:41 PM   #5
shakespeare1
Member
 
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50

Original Poster
Rep: Reputation: Disabled
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.
 
Old 10-20-2020, 12:23 AM   #6
shakespeare1
Member
 
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50

Original Poster
Rep: Reputation: Disabled
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
 
Old 10-21-2020, 09:02 PM   #7
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
It is not 11.1, it's 1.1.1. Version 1, not 11.
 
Old 10-23-2020, 04:13 AM   #8
shakespeare1
Member
 
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50

Original Poster
Rep: Reputation: Disabled
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.
 
Old 10-23-2020, 10:30 AM   #9
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
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.
 
Old 10-23-2020, 11:04 AM   #10
shakespeare1
Member
 
Registered: Nov 2019
Location: Nokia, Finland.
Distribution: Xubuntu
Posts: 50

Original Poster
Rep: Reputation: Disabled
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.
 
Old 10-23-2020, 04:52 PM   #11
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,986

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Printer Drivers : DCP-1512E hkjz Linux - Newbie 16 04-30-2019 09:51 PM
Brother DCP-J4110DW printer-Drivers Nuffield Linux - Newbie 2 02-06-2015 06:59 PM
wine_1.1.38.deb is not working on UBUNTU 9.04 i386 Tanmay Songade Linux - Newbie 2 07-03-2010 04:35 PM
Brother DCP-110C Printer not working on Ubuntu Feisty Cheater Linux - Hardware 20 08-22-2007 05:08 AM
fedora 4 lacks linksys WUSB-11 drivers wantabee Linux - Wireless Networking 1 04-28-2006 06:04 PM

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

All times are GMT -5. The time now is 04:05 AM.

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