Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Kirk_Von_Rockstein Newsgroups: comp.os.linux.hardware Subject: Re: Printing Date: 6 Apr 2015 13:24:29 GMT Lines: 71 Message-ID: References: <78adc1f1-dd65-4061-be91-85bdbcf449be@googlegroups.com> X-Trace: individual.net XkT/1bk0JuR8dBZbPgrMDwDYbVjCVhvvNivavzYiiyvHzIc+I3 Cancel-Lock: sha1:gH1XXLUDNmwT70reUtpkZPc9pyY= X-Face: #qJVhFD9mTcJIE6s;3%kN#,}PT`x;Qr`xIQ*z.T#^\C]/l$!a)P7;x}[cK_n"T:60cXgS z:yJ_&B0UiXiKr!)DSo8,A>]Lw^.<[0YaX0WZ6q#H_ri9t'|b[OR^a3G!qcX^.HV\ User-Agent: slrn/pre1.0.3-1/co (Aptosid Fluxbox_Rox) Xref: csiph.com comp.os.linux.hardware:2780 On 2015-04-04, 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. Package: lexmark-inkjet-08-driver Version: 1.0-1 Section: non-free Priority: optional Architecture: i386 Installed-Size: Maintainer: build Description: Lexmark Z2300/X2600 Drivers Package 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.