Package Details: lexmark-inkjet-legacy 1.0_1-8

Package Base: lexmark-inkjet-legacy
Description: Inkjet drivers for Lexmark printers & multifunction
Upstream URL: http://www.lexmark.com
Category: system
Licenses: custom
Submitter: None
Maintainer: atamisk
Last Packager: atamisk
Votes: 8
First Submitted: 2011-09-15 20:39
Last Updated: 2014-09-06 15:53

Dependencies (7)

Required by (0)

Sources

Latest Comments

Comment by atamisk

2014-09-06 15:55

Picked up package and added libusb-compat as a dependancy. libusb-compat is required for scanner functionality.

Anonymous comment

2014-01-28 21:31

I'm disowning this package, I don't have anymore a Lexmark printer. Thanks everybody for your feedback and help!

Comment by dmoebius

2013-10-14 10:41

Works fine with Lexmark Pro 805. Thanks for the good work!

However, the process "demond" is spamming up the systemd journal with entries such as
Okt 11 04:58:42 demond[1692]: src/discovery.c : 158 getHidDevices -- failed in opening HIDDEV file: /dev/hiddev1. No such file or directory

Those entries appear a 100 times every 15 seconds and quickly fill up the journal. I found a way to shut up demond:

Replace /usr/local/lexmark/legacy/bin/demond with a wrapper script that sets ENABLE_D_LOG=0 and then calls the original demond.

#!/bin/sh
export ENABLE_D_LOG=0
demond $@

Would be nice if you can add this to PKGBUILD. Thanks!

Comment by calvarr

2013-09-25 17:19

work fine with Lexmark pro209

Comment by qwertzdenek

2013-05-01 19:58

Thank you lto. This https://bugs.launchpad.net/ubuntu/+source/cups/+bug/902535 Ubuntu bug seems to be relevant. It looks like a problem with newer CUPS. I will try wired connection.

Anonymous comment

2013-05-01 19:43

Hello, as I wrote in the lx.install file this package doesn't support USB printing, because I had no success trying to get it working. You should switch to wired/wireless connection in order to enjoy this package

Comment by qwertzdenek

2013-05-01 09:15

Hi. I want to be sure. USB printing doesn't work and will not work, or I am the only? Printer is detected, errorlog says only some filter error. Frustrating is that I have got some test pages, but not everytime. My printer is S305 and 64bit Manjaro (same as Arch).

Comment by sxty

2013-04-06 03:19

After spending many unfruitful hours trying to unpackage the .deb from Lexmark's site and install this manually, I finally noticed that you had already made a PKGBUILD!

I will note that I had to run lx-postinstall.sh as sudo, and not root.

Anonymous comment

2012-09-16 23:20

Ok, I tried running lx-postinstall.sh and lxtoolbox under openbox and everything is fine. It turned out to be a problem with xmonad and java. Here is a workaround: http://www.haskell.org/haskellwiki/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Applet_java_console

Anonymous comment

2012-09-13 21:36

@meszka
I'm not able to reproduce your issue ... however try rebuild the package, I've done some small change. Also be sure to start cups before running lx-postinstall.sh

All comments