Showing posts with label Canon. Show all posts
Showing posts with label Canon. Show all posts

Friday, 17 January 2014

installing MFD canon IR 5840 and 4080 printers using only one queue

So we have a print management system, and Canon Multi Function devices installed everywhere. When we send a print, it goes to only one queue, and will print on whatever MFD you log on to. TRouble is there are multiple models, i.e.

Canon IR C4080
Canon iR C4580
Canon 5840

When we send a print to the 4080 using the 4080 PCL drivers from a Mac, it prints fine. If we send them to the 5840 it prints gobble-de-goop.

So now I'm testing the 5840 drivers on both to see what happens. I'm not sure which to try, the PS drivers or the UFR II (whatever that means) drivers.

Trying the Mac CUPS UFRII/UFRII LT Printer Driver (v10.2.1)  driver:
4080 - blank A3 page

Canon PS Printer Driver for MacOSX v4.00 (v4.00)  driver:
4080 - blank A3 page

Wednesday, 28 March 2012

Canon LiDE 60 on OS X 10.6.6 and Active Directory probs

So, after installing the scanner (heres the notes) I then thought all would be fine. It turns out that students logging in through active directory would not be able to scan. It would not provide a preview of what was in the scanner, nor would it let you press the scan button.

On looking in the logs I found this entry:
28/03/2012 12:56:47 /System/Library/CoreServices/coreservicesd[48] removing dropped transaction for -114,_mac_bind/Library/Preferences/CanoScan LiDE 60/~SGCheck.tmp

It appears the program cannot gain the right access privilages to this folder, as it is on a Windows SMB share (I think) through active directory.

On trying to create an alias to this using OS X finder I saw this error:
28/03/2012 13:02:29 kernel smb_maperr32: no direct map for 32 bit server error (0xc0000279)

As I have NHR installed, which redirects certain folders, I thought I'd try and redirect this /Library/Preferences/CanoScan LiDE 60/ folder.

After redirecting it to the local drive, I found it still not working. I found another error:

3/28/12 1:07:52 PM /System/Library/Image Capture/Devices/TWAINBridge.app/Contents/MacOS/TWAINBridge[4423] Allocator race detected: transaction is not verified for -114/2 - _mac_bind/Library/Preferences/~SGCheck.tmp
3/28/12 1:07:55 PM /System/Library/CoreServices/coreservicesd[48] removing dropped transaction for -114,_mac_bind/Library/Preferences/~SGCheck.tmp
3/28/12 1:07:59 PM /System/Library/CoreServices/coreservicesd[48] removing dropped transaction for -114,_mac_bind/Library/Preferences/~SGCheck.tmp
3/28/12 1:07:59 PM /System/Library/CoreServices/coreservicesd[48] removing dropped transaction for -114,_mac_bind/Library/Preferences/~SGRot.tmp

It looks like it needs to write two files to the ~/Library/Preferences folder:
~SGCheck.tmp
~SGRot.tmp

I regigged the LIclean.hook to delete the Preferences folder, create it in the tmp folder on the local drive, and to create a symlink in the users Library folder.

Having done this, it worked like a dream. I would preferably have it so that it just had a symlink to these files it needs, but they are probably deleted as soon as they're not needed any more, and that would be the end of the symlink until the next login.

Anyway, for reference, here are the lines I added to the LIclean.hook file:
rm -rf "$home_loc"/Library/Preferences
mkdir /tmp/$1/Preferences
ln -s /tmp/$1/Preferences/ "$home_loc"/Library/Preferences


Thinking about it I'll also need to sort the LOcleanupclean.hook file. Here's what I need to add:
rm -rf "$home_loc"/Library/Preferences

Thats a good days work.

Thursday, 15 December 2011

Scanning on the Canon LiDE 60 Scanner on OS X 10.6

Go to Applications > Image Capture



1. Click on the scanner in the top left
2. Click "Show Details"
3. Check that the details are correct (300 dpi is good)
4. Click "Scan"


Installing Canon LiDE 60 scanner on OS X 10.6.6

I recently updated one of the PC's to an iMac, yay, but forgot to think about the scanner attached. It was a Canon LiDE 60 scanner. The mac had OS X 10.6.6. Tried "Image Capture" at the off chance it'd pick it up straight away and alas it did not.

I did a quick search on the internet and found this bit of info. It says you have to install two things, a driver and something else (didn't pay too much attention). A lot of people agreed with it.

I went to Canons website, found the downloads section for the scanner here and downloaded all the OS X stuff. I was a little annoyed that it does not have a description of any of the downloads. I would like to know what they actually are.

After I downloaded it I started off trying the driver called "deldrvosx1510efg.dmg". Looked good to begin with but then asked if I was sure I wanted to uninstall the Canon LiDE 60 scanner! After saying yes (didn't think it would do any harm) it crashed.

I next tried the "lide60osx11131en.dmg" which contained the "ScanGear CS 11.1 Eng_Installer.pkg" file. It was quick and painless and wanted a reboot. After the reboot I loaded up Image Capture and it worked a treat!

So, to conclude, you basically just need to install the ScanGear CS pkg file.

Done.

Wednesday, 16 November 2011

Deploying Canon EOS 230M stuff on Mac OS X using Iceberg

So we have some lovely HD SL Cameras from Canon. Some sort of EOS model. Very nice. It comes with some software which you need to use these cameras with OS X. Unfortunately Canon neglected to use Apples standard package installer concept and made there own (or bought one it). So I've now got to find a way to put this software on all the machines.

There are two simple ways:

  1. would be to simply copy these applications to other computers.
  2. Would be to utilise the "Record" facility in the Application "Package Maker" which would hopefully record the files and scripts that the Canon install program performed. (Can't find a copy of Package Maker though!)
Having tried number 1. it looks like it's worked alright. So next is to make a pkg file which puts these apps in the Applications folder. I shall refer to a previous post here how I made a pkg file which installed "fix everything please" and sendlogon.

So, here's how I did it:

  1. I used a free Application called Iceberg
  2. Made a new project and created a nice little folder for the project
  3. Entered the standard details for the Settings
    1. I put Admin Authorisation so there would be some control
  4. Skipped through the other sections to get to the Files section
    1. I made /Applications the Default Destination
    2. In Applications I right clicked and selected "Add Files..."
    3. I selected the folder which was in my Applications folder on the computer (I'd installed it earlier)
    4. I noticed that it didn't show the folders inside the "Canon Utilities". I was just about to click the "Add files..." option again but I did see an option to "Expand All". I clicked it and what do you know, it updated the folder to have all the subfolders it should have had!
  5. Next I clicked "Build" and it was done.
Just doing testing at the moment...

Yep, works like a dream!

Tuesday, 26 July 2011

Installing Canon Multi Function Devices iR C4080/C4580 on OS X 10.6.6

We've got a print server set up which controls the print queues for the new(ish) Canon MFD devices around college with the potential for charging. I think it uses some Canon type software to keep a track of it all. So, on speaking to the guy managing all this he has tried and tested it. Pretty simple really, not sure why I'm writing this down. I guess just in case I have acute amnesia.

So:

  1. Install the PPD's from the downloaded PKG file (not sure where it's from but I did find something similar here on the Canon Website under PPD drivers. Same name and size.) called - CanonPPD300.pkg.
  2. Load up System Preferences and go to Print & Fax
  3. Add printer (the little plus sign in the bottom left)
  4. Setup an IP printer
    1. Line Printer Daemon - LPD
    2. put the DNS address of the server (no "LPD://" at the beginning)
    3. put in the queue name - CanonCOLOUR - for our printer
    4. whatever name you want
    5. whereever
    6. Click "select printer software"
      1. do a quick search for "4080" and click on "Canon iR C4080/C4580"
Done. Tested and works a treat. 

To print black and white, in the File > Print dialogue box:


Click:
  1. Printer Features option in the main drop-down just below "Orientation options"
  2. Change Feature Sets to "Color 1"
  3. Change Color Mode to "Black and White"
Done.