Page 6 of 6 FirstFirst ... 456
Results 51 to 57 of 57

Thread: How To: Install Lexmark All-In-Ones

  1. #51
    Join Date
    Mar 2009
    Location
    New Orleans
    Beans
    108
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How To: Install Lexmark All-In-Ones

    Quote Originally Posted by zurgoth View Post
    --------------------------
    I am running ubuntu 10.04 Lucid 64-bit with an x-4650 Printer. When I installed the drivers everything went fine. When I go to print something to the printer via usb, it gives me an error and nothing happens. I check the printer's screen and it didn't receive any job. This printer works fine with windows, but I almost never use windows. any help would be appreciated. This is the troubleshooting code:

    ----------------------------


    Having the exact same problem here. Did you find a fix for this?
    Read that same post you quoted again. He has updated it to show that there is a solution. You need libstdc++5. The link is in his post.

  2. #52
    Join Date
    Sep 2010
    Location
    Burlington, VT
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How To: Install Lexmark All-In-Ones

    Just for your reference I was having issues with 64 bit printing from my x4650 on Ubuntu 10.10 and installing libstdc++5 fixed all my issues.

    Thanks for the post!

  3. #53
    Join Date
    Apr 2012
    Beans
    2

    Re: How To: Install Lexmark All-In-Ones

    I am on precise,trying to install lekmark x4975.
    dpkg stops after few seconds with that message :
    =============================
    Execute: dpkg -i --force-architecture lexmark-08z-series-driver-1.0-1.i386.deb > /tmp/selfgz3599/pkg/files/dpkg_msgs

    dpkg : erreur de traitement de lexmark-08z-series-driver-1.0-1.i386.deb (--install) :
    analyse du fichier '/var/lib/dpkg/tmp.ci/control' vers la ligne 9 paquet 'lexmark-08z-series-driver' :
    blank line in value of field 'Description'
    Des erreurs ont été rencontrées pendant l'exécution :
    lexmark-08z-series-driver-1.0-1.i386.deb
    =============================

    =============================
    Execute: rm lexmark-08z-series-driver-1.0-1.i386.deb

    -----------------------------------------------------
    so I ask what is the matter there?

    printing on SD card and transfer to printer is a solution too,if dont know better,thanks

  4. #54
    Join Date
    Jan 2012
    Beans
    71

    Re: How To: Install Lexmark All-In-Ones

    may it works with my lexmark x3300 printer?

  5. #55
    Join Date
    Sep 2010
    Location
    Burlington, VT
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How To: Install Lexmark All-In-Ones

    Anybody tried this with ubuntu 12.04? Using the same drivers and having libstdc++5 doesn't help anymore....

  6. #56
    Join Date
    Jan 2010
    Beans
    4

    Re: How To: Install Lexmark All-In-Ones

    I am trying this with raring and the installer fails every time at the same place as navtex did. My printer is a x4690, and none of the suggestions in this thread have worked so far.

  7. #57
    Join Date
    Jan 2010
    Beans
    4

    Smile Re: How To: Install Lexmark All-In-Ones

    I was finally able to get the printer part to work by following these commands I found elsewhere online:
    Code:
    sudo apt-get install ia32-libs-multiarch xz-lzma 
    wget http://downloads.lexmark.com/downloa....deb.sh.tar.gz -O lexmark-08z-series-driver-1.0-1.i386.deb.sh.tar.gz 
    tar xzvf lexmark-08z-series-driver-1.0-1.i386.deb.sh.tar.gz 
    ./lexmark-08z-series-driver-1.0-1.i386.deb.sh --noexec --target lexmark 
    cd lexmark 
    tar xJvf instarchive_all 
    dpkg-deb -I lexmark-08z-series-driver-1.0-1.i386.deb 
    mkdir raw-lexmark-archive 
    dpkg-deb --raw-extract lexmark-08z-series-driver-1.0-1.i386.deb raw-lexmark-archive 
    sed -i "/^ $/d" raw-lexmark-archive/DEBIAN/control 
    cat raw-lexmark-archive/DEBIAN/control 
    dpkg-deb -b ./raw-lexmark-archive fixed-lexmark-08z-series-driver-1.0-1.i386.deb 
    sudo dpkg -i fixed-lexmark-08z-series-driver-1.0-1.i386.deb

    Basically it looks like it builds a new .deb package from the files in the original package. After I installed the new "fixed" version the driver were listed in the add printer dialog under Lexmark.

Page 6 of 6 FirstFirst ... 456

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •