I bought that particular printer for its ability to directly print on CDs. The printer documentation says, that this needs the special driver (provided only for Windows), but still it should be able to print on standard paper from Linux.
Try 1: Plug & Play Connectivity
The Debian based Linux distributions nowadays do plug and play surprisingly well. So I gave it a try: connect the printer to a USB port, turn it on and see what happens:
A message box appeared "the ip4600 printer has been added with a text only driver". It offered "find driver", I accepted that offer, got asked for my password and voila, the printer configuration contained the ip4600_series.
Try 2: Manually Adding a Driver to CUPS
I connected my web browser to the local CUPS (https://localhost:631). The printer was there, but still with "generic text-only". Unfortunately, no search option turned out any results. So I looked into the aptitude package manager to install additional drivers.
I installed the package cups-driver-gutenprint, which pulled in ghostscript-cups.
The I chose the "add printer" dialog. Maker Canon, the model pixma ip4600 (gutenprint) was an offered choice which I chose. This created a new queue Canon_iP4600_series. I deleted the first automatic queue iP4600_series.
The first test print was a 6 page HTML file from Iceweasel (Firefox) which worked immediately.
2009-10-16
2009-10-02
Backup for Windows using a batch file
This batch file does a reliable backup of Windows Vista Users to an external hard drive. There will be a new directory for each day the script is run. For Windows language settings other than German, you will need to adapt the SET FULLDATE line. FULLDATE should be something like 2009_10_31.
SET TARGETPATH=F:\Sicherung
SET FULLDATE=%date:~6,4%_%date:~3,2%_%date:~0,2%
echo FULLDATE=%FULLDATE%
SET TARGET=%TARGETPATH%\%FULLDATE%
mkdir %TARGET%
rem robocopy C:\Users %TARGET% /S /V /R:0 /W:0 /PURGE
xcopy C:\Users %TARGET% /S /C /I /R /Y
SET TARGETPATH=F:\Sicherung
SET FULLDATE=%date:~6,4%_%date:~3,2%_%date:~0,2%
echo FULLDATE=%FULLDATE%
SET TARGET=%TARGETPATH%\%FULLDATE%
mkdir %TARGET%
rem robocopy C:\Users %TARGET% /S /V /R:0 /W:0 /PURGE
xcopy C:\Users %TARGET% /S /C /I /R /Y
Subscribe to:
Posts (Atom)
