Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Lexmark X1150 Printer

  1. #11
    Join Date
    Feb 2010
    Location
    Sittin in Front of You.
    Beans
    28
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Lexmark X1150 Printer

    dude this is horrible.. Why the heck is linux such a pain,,, now its saying alien isnt the root????? Thinkin bout buying a windows op system right now would be a lot easier
    A Mind on Windows is a terrible thing to waste ~ Me

  2. #12
    Join Date
    Feb 2010
    Location
    Sittin in Front of You.
    Beans
    28
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Lexmark X1150 Printer

    Roo you did good , I really appreciate you ... Thank you soooo much for your help.
    You should check into being a mod, you are so smart and helpful.

    it came up with an error bug log report thing... don't know man...

    Stopped because the scheduler could not execute a filter...

    Printer 'Lexmark" X1100-Series':'cups-insecure-filter'

    I tried to debug it it just made the report and I saved it. Can I send it somewhere can i post it .. The company I am doing this for needs the printer to work.
    A Mind on Windows is a terrible thing to waste ~ Me

  3. #13
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Lexmark X1150 Printer

    No offense, but I literally fell asleep at the "computer" Saturday night.

    anglican did most of the work, I am just trying to get it to be simplified. I should PM him...

    As for filing a bug report to launchpad (that's who you send it to), I do not think they will get it done anytime soon as likely they will not see it as important (due to the small number of users of that printer)
    I am still looking for a workaround...
    Last edited by ubunterooster; March 29th, 2010 at 01:50 PM.
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

  4. #14
    Join Date
    Nov 2009
    Location
    East Anglia
    Beans
    417
    Distro
    Xubuntu

    Re: Lexmark X1150 Printer

    Quote Originally Posted by ubunterooster View Post
    No offense, but I literally fell asleep at the "computer" Saturday night.

    anglican did most of the work, I am just trying to get it to be simplified. I should PM him...

    As for filing a bug report to launchpad (that's who you sed it to), I do not think they will get it done anytime soon as likely they will not see it as important (due to the small number of users of that printer)
    I am still looking for a workaround...
    OK, I've fixed my original message so the link for the driver doesn't get mangled by the forum software, it can now be cut and pasted (but no-longer clicked on, you can't have it both ways ).

    The error the installed filter is giving is due to incorrect ownership of the filter, the following commands should get rid of that:

    sudo chown -R root.root /usr/lib/cups/filter
    sudo chown -R root.root /usr/lib/cups/backend

    H

  5. #15
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Altering instructions to where we are, adding sudo to alien

    ※Never mind this post※
    Last edited by ubunterooster; March 29th, 2010 at 02:00 PM.
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

  6. #16
    Join Date
    Nov 2009
    Location
    East Anglia
    Beans
    417
    Distro
    Xubuntu

    Re: Lexmark X1150 Printer

    One more thing...

    I seem to recall that the Z600 filter also requires the libstdc++5 library to run. This isn't available for Karmic (I guess that Canonical have dropped this as it's only needed for fairly old and out-of-date software) but you can install the Jaunty version which seems to work OK with Karmic. Download from:

    http://packages.ubuntu.com/jaunty/i3...dc++5/download

    H

  7. #17
    Join Date
    Feb 2010
    Location
    Sittin in Front of You.
    Beans
    28
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Lexmark X1150 Printer

    LOL I fixed it...... I Just formated the hard drive and installed windows... Now the Transcription program and the printer works, finished it in under 2 hours... Thanks for all your help guys...
    <3 Crimson
    A Mind on Windows is a terrible thing to waste ~ Me

  8. #18
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Lexmark X1150 Printer

    At least you got it working.

    [It's 1:00AM in your area! Get some sleep]
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

  9. #19
    Join Date
    Feb 2010
    Location
    Sittin in Front of You.
    Beans
    28
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Lexmark X1150 Printer

    I did and it rained bonus..... Thanks Roo
    A Mind on Windows is a terrible thing to waste ~ Me

  10. #20
    Join Date
    Nov 2009
    Location
    East Anglia
    Beans
    417
    Distro
    Xubuntu

    Re: Lexmark X1150 Printer

    Quote Originally Posted by anglican View Post
    One more thing...

    I seem to recall that the Z600 filter also requires the libstdc++5 library to run. This isn't available for Karmic (I guess that Canonical have dropped this as it's only needed for fairly old and out-of-date software) but you can install the Jaunty version which seems to work OK with Karmic. Download from:

    http://packages.ubuntu.com/jaunty/i3...dc++5/download

    H
    Just a note for anyone stumbling upon this thread. OK, I finally got around to seeing what happens myself with my Lexmark x1150 . In Lucid (and also later Karmic kernels) there is a problem caused by usbfs no-longer being included in the kernel; usbfs was already deprecated and found to cause some problems with udev. Old drivers like z600, however, require it and will silently fail! There is a way to get the printer working, not IMO a terribly good way, but it works. You will need to give the following commands:

    Code:
    sudo mount --bind /dev/bus /proc/bus
    sudo ln -s /sys/kernel/debug/usb/devices /proc/bus/usb/devices
    You can test that the printer driver is correctly installed with the command:

    Code:
    /usr/lib/cups/backend/z600
    Which should give output something like:

    direct z600:/dev/usb/lp0 "Lexmark Lexmark X1150 Series" "Lexmark Printer"
    Once you've finished printing you might want to undo the above as it may well break other things, so type:

    Code:
    sudo umount /proc/bus
    Hope this helps.

    H

Page 2 of 3 FirstFirst 123 LastLast

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
  •