fixed : premature timeout of TimeCapsule-connected USB-printers

Solving the premature timeout-problem of TimeCapsule-connected printers

Some printers work fine when connected directly on the USB-port of your Mac, but when you connect them to a Time Capsule they choke on large files. They will print part of your document, and then suddenly end by printing a nearly blank page with an error message “SPL-C ERROR – Including Corrupted Data”. This is caused by a pre-mature timeout of connection between the printer and the Time Capsule.

Two simple solutions, and a 3rd ‘DareDevil-solution’ that’s more complex :

  1. your USB-cable is too long ; replace the USB-cable with a shorter one (standard length is 1.8 meters, shorter ones are hard to find)
  2. your USB-cable is too thin ; replace the USB-cable with a thicker, more rigid one
  3. If the above options are not possible to implement in your case, try this (if you dare) :

Edit the .gz-file

  • find the .gz-file for your printer in Library / Printers / PPDs / Contents / Resources / [printer diver name].gz
  • for failure-protection, duplicate it and rename it from [printer driver name].gz to [printer driver name](orig).gz
  • double click the initial .gz-file to unpack it
  • then, in the same folder, find the file with the same name, without the .gz-extention
  • open this file in the application TextEdit
  • find this line :

*Throughput: “[number]”

  • change the “[number]” to “60” (or something at least twice as big as the initial number)
  • save the file ; make sure the name is the same as when you opened it (omit the .txt-extention ; if you fail to do that while saving, rename the file in the Finder, but omit the .txt-extention)
  • download a GZIP-encoder ; for instance The Zipper :

http://lipidity.com/software/zippit/

  • use the GZIP-encoder to turn the [printer driver name] file into a [printer driver name].gz file
  • make sure this new [printer driver name].gz file is located in Library / Printers / PPDs / Contents / Resources /
  • you’re done… …on this computer at least…
  • now you have to got to each of the other Mac’s on your network and replace the old Library / Printers / PPDs / Contents / Resources / [printer diver name].gz by the new one…

…time-consuming isn’t it ?

…and your out of luck : you have to go though this each and every time the printer drivers for your printer are being updated… (until the official Printer-driver will include a longer timeout-delay…)

so… isn’t replacing the USB-cable an easier option ?

Advertisement

tip : changing the icon that is displayed for your printer

If you do not like the way the printer icon for your printer looks in the “Print & Fax” System Preference or in the Dock on your Desktop, you can edit it yourself.

  1. First thing to do is upgrade the driver for your printer ; sometimes older drivers show a generic printer icon in OSX, and that might be updated in the new drivers also. Go to the support-part of your printer’s brand and download and install new printer drivers for your version of OSX
  2. If have an alias to your printer on your Desktop or in your Dock (a.k.a. a “Desktop Printer”), you can change the icon just like you can change any icon in OSX ; by selecting the icon in the Finder, right-clicking “Get Info”, selecting the icon in Get Info, and then pasting the desired picture onto it (you could use a proper icon, but any picture can be used)
  3. …or you can do the ‘DareDevil-method’ : [this example shows how to do it for the Samsung CLP-315 printer, but it is similar for any other printer]
  • start by delete the printer from the printer list in “Print & Fax” System Preference (a.k.a. “Print & Scan” – depending on which OSX-version you have)
  • then find this file :

/Library/Printers/PPDs/Contents/Resources/Samsung CLP-310 Series.gz

  • Note : this file is located in the “Library”-folder that is directly on your hard disk, it is NOT in the “Library”-folder that is in the “System”-folder within the “Users”-folder !
  • copy this file to the Desktop
  • and rename the original file to Samsung CLP-310 Series (orig).gz so you will have a backup just in case…
  • then go back to the Desktop and unzip the copied .gz-file by clicking on it
  • open the unzipped file in the TextEdit application
  • add this line into the code :

*APPrinterIconPath: “/Library/Printers/Samsung/Icons/CLP-310.icns”

  • this is at the beginning of the code, immediately after the block of code that starts with :

*APDialogExtension: “/Library/Printers/Samsung/CLP-310/PDEs/.…

  • and immediately preceding this line of code :

*Manufacturer: “Samsung”

  • double-check to make sure that the desired icon is located at “/Library/Printers/Samsung/Icons/CLP-310.icns” in the Finder
  • save the file (just use “Save” in TextEdit)
  • convert the file back into a .gz-file with this name : Samsung CLP-310 Series.gz
  • Note : you will need to use a dedicated application like the free “The Zipper” for this (you can download “The Zipper” from MacUpdate.com)
  • assign a color to the file using your right mouse-click (CMD-click)
  • drag the file back to the place where the original used to be
  • go back to the “Print & Fax” System Preference, and add your printer to the list again
  • do NOT use the pre-selected driver, but choose “Other” and select the .gz-file you’ve just made :/Library/Printers/PPDs/Contents/Resources/Samsung CLP-310 Series.gz

AirPort-connected USB-printer sometimes prints, sometimes not

— THIS IS A REPOST ORIGINALLY POSTED ON THE APPLE SUPPORT COMMUNITIES IN 2010 —

Question : I have a Samsung CLP-315 connected via USB to an Airport Express. The problem is that the printer works for a page or two and then it stops working, usually with a larger document being printed. (Firmware on Airport Express is 6.3 and I am using OS X 10.5.5)

Answer : I had the exact same problem with my Samsung CLP 315 and my Time Capsule.

I seem to have fixed it this way :

  1. download & install the latest driver for the CLP 315
  2. download & install the latest AirPort Utility (Apple-software)
  3. after configuring AirPort Utility, close it & re-open
  4. in AirPort Utility choose Manual Setup
  5. in Summary click on the small arrow that appears on mouse-over left from / next to “USB Printers”
  6. on the page that appears, change the name of the printer to the exact name you want to use for it on your Mac (and leave the “Share printers over the Internet using Bonjour blank) and click “Update”
  7. go to System Preferences on your Mac, go to “Print & Fax” and “Add Printer” (the “+”)
  8. under the Default tab, select your Samsung CLP 315 (it will be listed exactly the way you’ve named it in your AirPort Utility, followed by the “Kind = Bonjour” info)
  9. now your printer’s Name, Location and Driver (“Print Using”) will all be listed automatically
  10. click “Add” and you can start using your Samsung-printer wirelessly through your Time Capsule

That seems to be all there is to it…

the original post(s) can be found here :

https://discussions.apple.com/thread/1839505?threadID=1839505&tstart=295