lordъ
jerk it out
Да-да-да. Я нашел самое рабочее руководство по Cups'y для драйверов на canon PIXMA IP1000.
и так поехали
HOWTO: Canon PIXMA IP1000 drivers
1. This is driver for ip1000.
The HOWTO:
2. Download Driver
open terminal
For ip1000:
4. Install
5.Edit .ppd file
To allow printing quality options to be accessed through cups' printer properties you must edit as root the printer's ppd file.(This applies only to the ip1000).
Add these lines:
You can also replace these lines:
with:
Save the file
6. Fix libs
(i don't know why i do this but otherwise the printer does not work)
7. Restart Cups
8. Setup Printer
-System>Administration>Printing>New Printer
-Choose Local or network printer and specify port or url, respectively
-Forward
Manufacturer>canon
Model> PIXMA IP1000 (depends on your printer)
Driver>Standard
-Apply
(if you can't find your printer choose:install driver>choose the ppd file you edited, reboot and try again to setup printer)
9. Test
Right Click on printer> properties>print test page
10. Setup on GIMP
-open an image to print
-file>print>Choose your printer name>setup printer:
Printer Model>PostScript level 2
command>lpr -P <your printer name> (PIXMA IP1000)
PPD File>browse at /usr/share/cups/model/ (mine is /usr/share/cups/model/canonpixmaip1000.ppd)
-OK
-Save Settings
-Print
Linux For All I just try to help
и так поехали
HOWTO: Canon PIXMA IP1000 drivers
1. This is driver for ip1000.
The HOWTO:
2. Download Driver
open terminal
Код:
cd to_your_preferred_download_directory
Код:
$ wget ftp://10.0.160.116/Upload/bjfilter-common_2.50-3_i386.deb
$ wget ftp://10.0.160.116/Upload/bjfilter-pixmaip1000_2.50-3_i386.deb
$ wget ftp://10.0.160.116/Upload/bjfilter-pixmaip1000-lprng_2.50-3_i386.deb
Код:
$ sudo dpkg -i bjfilter-common_2.50-3_i386.deb
$ sudo dpkg -i bjfilter-pixmaip1000_2.50-3_i386.deb
$ sudo dpkg -i bjfilter-pixmaip1000-lprng_2.50-3_i386.deb
To allow printing quality options to be accessed through cups' printer properties you must edit as root the printer's ppd file.(This applies only to the ip1000).
Код:
$ sudo gedit /usr/share/cups/model/canonpixmaip1000.ppd
Код:
*OpenUI *CNQuality/Quality: PickOne
*DefaultCNQuality: 3
*CNQuality 2/High: "2"
*CNQuality 3/Normal: "3"
*CNQuality 4/Standard: "4"
*CNQuality 5/Economy: "5"
*CloseUI: *CNQuality
Код:
*OpenUI *CNGrayscale/Grayscale: PickOne
*DefaultCNGrayscale: false
*CNGrayscale false/Off: "false"
*CNGrayscale true/On: "true"
*CloseUI: *CNGrayscale
Код:
*OpenUI *Resolution/Output Resolution: PickOne
*DefaultResolution: 600
*Resolution 600/600 dpi: "<</HWResolution[600 600]>>setpagedevice"
*CloseUI: *Resolution
Код:
*OpenUI *Resolution/Output Resolution: PickOne
*DefaultResolution: 600
*Resolution 600/600 dpi: "<</HWResolution[600 600]>>setpagedevice"
*Resolution 1200/1200 dpi: "<</HWResolution[1200 1200]>>setpagedevice"
*Resolution 2400/2400 dpi: "<</HWResolution[2400 2400]>>setpagedevice"
*CloseUI: *Resolution
6. Fix libs
Код:
$sudo ln -s /usr/lib/libpng12.so.0 /usr/lib/libpng.so.2
$sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
$sudo ln -s /usr/lib/libxml2.so.2 /usr/lib/libxml.so.1
7. Restart Cups
Код:
$ sudo killall cupsd
$ sudo cupsd
-System>Administration>Printing>New Printer
-Choose Local or network printer and specify port or url, respectively
-Forward
Manufacturer>canon
Model> PIXMA IP1000 (depends on your printer)
Driver>Standard
-Apply
(if you can't find your printer choose:install driver>choose the ppd file you edited, reboot and try again to setup printer)
9. Test
Right Click on printer> properties>print test page
10. Setup on GIMP
-open an image to print
-file>print>Choose your printer name>setup printer:
Printer Model>PostScript level 2
command>lpr -P <your printer name> (PIXMA IP1000)
PPD File>browse at /usr/share/cups/model/ (mine is /usr/share/cups/model/canonpixmaip1000.ppd)
-OK
-Save Settings
Linux For All I just try to help
Останнє редагування: