Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.hardware > #2780
| From | Kirk_Von_Rockstein <Kirk_Von_Rockstein@nowhere.invalid> |
|---|---|
| Newsgroups | comp.os.linux.hardware |
| Subject | Re: Printing |
| Date | 2015-04-06 13:24 +0000 |
| Message-ID | <coffodFl78U1@mid.individual.net> (permalink) |
| References | <78adc1f1-dd65-4061-be91-85bdbcf449be@googlegroups.com> |
On 2015-04-04, andrewcd1@hotmail.com <andrewcd1@hotmail.com> wrote: > I am looking for a driver that will run the > Lexmark Z2390 printer Under kubuntu 14.04 > > If all functions are not available, then that is not crucial > > Any suggestions From user terminal, run commands as follows: cd /tmp wget -c http://downloads.lexmark.com/downloads/cpd/lexmark-inkjet-08-driver-1.0-1.i386.deb.sh.zip When wget completes downloading file, run: unzip /tmp/lexmark-inkjet-08-driver-1.0-1.i386.deb.sh.zip After unzip completes, run: sudo ./lexmark-inkjet-08-driver-1.0-1.i386.deb.sh Click "Next" button, Click "Next" button again. Select "I agree to this license agreement" then "Next" button. When the window comes up that says, "The installer has detected the operating system does not meet CUPS minimum version requirements. Please install CUPS version 1.2 or higher and run the installer again." DO NOT click OK, just leave it for now, and open another terminal and run below commands: sudo -i (or sudo /bin/bash) rsync -av /tmp/selfgz*/pkg/files/lexmark-inkjet-08-driver-1.0-1.i386.deb /tmp cd /tmp ar x lexmark-inkjet-08-driver-1.0-1.i386.deb control.tar.gz tar zxvf control.tar.gz gedit control (note: substitute gedit for editor of your choice) Once file is open in your prefered text editor, paste below lines over all existing contents (including empty lines) in file, then save file. <start copy at beginning of next line> Package: lexmark-inkjet-08-driver Version: 1.0-1 Section: non-free Priority: optional Architecture: i386 Installed-Size: Maintainer: build <build@linux> Description: Lexmark Z2300/X2600 Drivers Package <end copy at aboce line> Then, add the files back to control.tar.gz tar cfz control.tar.gz ./control ./postinst ./prerm ./preinst Add control.tar.gz back to the deb file: ar r lexmark-inkjet-08-driver-1.0-1.i386.deb control.tar.gz And finally, install the deb package dpkg --install lexmark-inkjet-08-driver-1.0-1.i386.deb Now click on "OK" in window that says, "The installer has detected the operating system does not meet CUPS minimum version requirements. Please install CUPS version 1.2 or higher and run the installer again." It will cleanup and close itself out. Close terms.
Back to comp.os.linux.hardware | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Printing andrewcd1@hotmail.com - 2015-04-03 21:19 -0700
Re: Printing Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> - 2015-04-05 20:52 +0000
Re: Printing Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> - 2015-04-05 20:59 +0000
Re: Printing sctvguy1 <sctvguy1@invalid.net> - 2015-04-06 16:03 +0000
Re: Printing JEDIDIAH <jedi@nomad.mishnet> - 2015-04-06 12:51 -0500
Re: Printing Allodoxaphobia <knock_yourself_out@example.net> - 2015-04-07 01:32 +0000
Re: Printing Michael Black <et472@ncf.ca> - 2015-04-07 19:08 -0400
Re: Printing ruben safir <ruben@mrbrklyn.com> - 2015-05-25 03:26 -0400
Re: Printing ruben safir <ruben@mrbrklyn.com> - 2015-05-25 03:02 -0400
Re: Printing andrewcd1@hotmail.com - 2015-04-05 21:19 -0700
Re: Printing Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> - 2015-04-06 09:38 +0000
Re: Printing ruben safir <ruben@mrbrklyn.com> - 2015-05-25 03:10 -0400
Re: Printing philo <philo@privacy.net> - 2015-04-06 08:10 -0500
Re: Printing Kirk_Von_Rockstein <Kirk_Von_Rockstein@nowhere.invalid> - 2015-04-06 16:53 +0000
Re: Printing Kirk_Von_Rockstein <Kirk_Von_Rockstein@nowhere.invalid> - 2015-04-06 13:24 +0000
Re: Printing ray carter <ray@zianet.com> - 2015-04-06 15:27 +0000
csiph-web