Find the answer to your Linux question:
Results 1 to 3 of 3
I have a Samsung ML-1430 laser printer connected to my Fedora 12 box. I downloaded the appropriate Linux driver tar file from the Samsung website. After extracting the tar file ...
  1. #1
    EdN
    EdN is offline
    Just Joined!
    Join Date
    Aug 2009
    Posts
    10

    [SOLVED] Can't load printer driver into my Fedora 12 box

    I have a Samsung ML-1430 laser printer connected to my Fedora 12 box. I downloaded the appropriate Linux driver tar file from the Samsung website. After extracting the tar file into a directory called image, the following took place:
    [Downloads]# ./image/setup.sh

    This generates a "Linux Printer Package Setup" pop-up screen.
    The following error messages occur after I process the pop-up screen which specifies a default install path [/usr/local/linuxprinter] and asks me to check an "Install CUPS 1.1" box and a "Begin Install" box.

    Unable to find file 'cups/redhat/*.i386.rpm'
    Stopping cups: [ OK ]
    Starting cups: [ OK ]
    scheduler is running
    CUPS_BackEnd: get-printers failed: client-error-not-found
    CUPS_BackEnd: get-jobs failed: client-error-bad-request
    Warning: LPP_Init() failed! Waiting 2 seconds...
    CUPS_BackEnd: get-printers failed: client-error-not-found
    CUPS_BackEnd: get-jobs failed: client-error-bad-request
    Warning: LPP_Init() failed! Waiting 2 seconds...
    CUPS_BackEnd: get-printers failed: client-error-not-found
    CUPS_BackEnd: get-jobs failed: client-error-bad-request
    Warning: LPP_Init() failed! Waiting 2 seconds...
    [Downloads]#

    Any suggestions?

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,097
    The good news is that printer shows to work "perfectly" under Linux according to OpenPrinting.org:

    Printer: Samsung ML-1430 | OpenPrinting - The Linux Foundation

    You should be able to skip on installing the tarballed package and simply download the PPD file from the site above and then move that file into the following folder:

    Code:
    /usr/share/cups/model
    Note that you might also find the PPD file within the extracted tarball. Either way, move the PPD file to the above folder.

    ...then restart CUPS or reboot, then open your web browser and enter localhost:631 into the browser location bar to select and configure your printer using the CUPS interface.

    Note that you'll need root permissions to move the PPD file into the above folder.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    EdN
    EdN is offline
    Just Joined!
    Join Date
    Aug 2009
    Posts
    10
    ozar,
    Wow, right on! I followed your instructions and everything went perfectly.
    Thanks a million!

Posting Permissions

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