* [sisyphus] Принтер Canon LBP2900
@ 2007-04-10 15:42 Astakhov Andrey
2007-04-10 18:16 ` Michael Shigorin
0 siblings, 1 reply; 6+ messages in thread
From: Astakhov Andrey @ 2007-04-10 15:42 UTC (permalink / raw)
To: sisyphus
Ставил драйвер для сабжа, следовал инструкции которая идет с драйверами
(взято с сайта Canon). Инструкция вот:
The printer driver must be installed in order to print from Canon
printers using Linux.
The printer driver files to be installed consist of:
* cndrvcups-capt-1.3x-x.i386.rpm : rpm file of the CAPT printer
driver module
* cndrvcups-common-1.3x-x.i386.rpm : rpm file of a common module for
CUPS drivers
Note
* The files names of the CUPS driver common module and the printer
driver module described in this procedure differ depending on the
installed driver version. The "1.3x-x" part of the file name
indicates the driver version.
* Before installing this driver, CUPS must be installed and started
on the operating system. Also make sure that printers can be added
and enabled by various services, according to the security level
that has been set.
* Because this printer driver uses the CAPT filter, Ghostscript
needs to be installed and updated according to the system
environment. Obtain a Ghostscript module from the website of each
operating system's distributor in advance, according to the system
environment.
* If Canon CAPT Printer Driver for Linux Version 1.01 or later is
installed, you can update the existing driver without uninstalling
it. For details about updating the printer driver, refer to
"Updating the Printer Driver"
<cid:part1.05090308.01020006@gmail.com> of "2.
Installing/Uninstalling the Printer Driver". However, you cannot
update the Version 1.00 printer driver. Refer to "Uninstalling the
Printer Driver" <cid:part2.02000606.02000301@gmail.com> of "2.
Installing/Uninstalling the Printer Driver" to uninstall the
existing printer driver, then install the new printer driver
according to the procedure below.
* To check the version of the printer driver you are using, refer to
"Checking the Driver Version"
<cid:part3.07010003.04060003@gmail.com> in the "Appendix".
* You cannot print with this printer driver if LBP-1210 is being
used in parallel connection.
* If you want to use LBP3300 or LBP5000 on a network, you need to
set the IP address for the network board before installing the
printer driver. For details on setting the IP address for the
network board, see "Specifying the IP Address for the Network
Board" <cid:part4.04080307.05000205@gmail.com> in "Appendix".
1
Start Linux after installation, and log in as 'root'.
$ su
2
Install the common module for CUPS driver.
Enter the following rpm command:
# rpm -ivh cndrvcups-common-1.3x-x.i386.rpm
Note
* When you execute the rpm command from a directory, specify the
path or use the cd command to change the current directory to the
directory containing the printer driver files.
* For details about the rpm command, enter "man rpm" with the
terminal software, such as GNOME Terminal.
3
Install the CAPT printer driver module.
Enter the following rpm command:
# rpm -ivh cndrvcups-capt-1.3x-x.i386.rpm
4
Restart CUPS.
Enter the following command:
# /etc/init.d/cups restart
Note
* Do not register the printer using the "lpadmin" command before
restarting CUPS.
5
Register the printer (PPD) with the print spooler.
Enter the following command:
# /usr/sbin/lpadmin -p [printer name] -m [PPD file name] -v
ccp:/var/ccpd/fifo0 -E
Example: To register the LBP5000 in the print spooler as "LBP5000":
/usr/sbin/lpadmin -p LBP5000 -m CNCUPSLBP5000CAPTK.ppd -v
ccp:/var/ccpd/fifo0 -E
Note
* For the PPD file corresponding to your printer, refer to
"Supported Canon Products" of "1. Introduction"
<cid:part5.02070908.08020601@gmail.com>.
6
Register the printer in the ccpd daemon setup file.
USB Connection
Enter the following rpm command:
# /usr/sbin/ccpdadmin -p [Printer Name] -o [Printer Device Path]
Example: To register LBP5000 in the ccpd daemon setup file:
/usr/sbin/ccpdadmin -p LBP5000 -o /dev/usb/lp0
7
Start ccpd daemon.
Enter the following command.
# /etc/init.d/ccpd start
Note
* It would be convenient to set ccpd daemon to start automatically
when Linux starts up.
Соответственно LBP5000 я заменял на LBP2900, cups перед установкой
запущен был, дрова ставил из под рута. Принтер не печатает. Для
OpenOffice и Kwrite он виден, файлы на печать отправлятся, но не печатает.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Принтер Canon LBP2900
2007-04-10 15:42 [sisyphus] Принтер Canon LBP2900 Astakhov Andrey
@ 2007-04-10 18:16 ` Michael Shigorin
2007-04-28 7:33 ` Michael A. Kangin
0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2007-04-10 18:16 UTC (permalink / raw)
To: sisyphus
On Tue, Apr 10, 2007 at 07:42:46PM +0400, Astakhov Andrey wrote:
> Ставил драйвер для сабжа, следовал инструкции которая идет с
> драйверами (взято с сайта Canon). Инструкция вот:
Лучше бы ссылку, она там есть.
> * cndrvcups-capt-1.3x-x.i386.rpm
> * cndrvcups-common-1.3x-x.i386.rpm
LBP3300 под Sisyphus (cups-1.2.x) с ними работает.
> Restart CUPS.
> Enter the following command: # /etc/init.d/cups restart
Выключите и включите принтер -- LBP3300 молча сходит с ума,
если в него попытаться ткнуться не через ccpd:/ (чере usb:/,
например -- купившись на то, что "CUPS его увидел").
Что хуже, этот ccpd приводит в такое же состояние задумчивости
повидавший его HP1320. Бишь если запущен ccpd и рядом -- cupsd,
настроенный на HP, то работать принтер не будет, пока не погасишь
ccpd и не выключишь/включишь Laserjet.
У меня обе эти железки сейчас под рукой -- если получится,
попробую продиагнозить, но скорее всего более подходящего решения
не существует.
> Enter the following command. # /etc/init.d/ccpd start
> Note * It would be convenient to set ccpd daemon to start
> automatically when Linux starts up.
>
> Соответственно LBP5000 я заменял на LBP2900, cups перед
> установкой запущен был, дрова ставил из под рута. Принтер не
> печатает. Для OpenOffice и Kwrite он виден, файлы на печать
> отправлятся, но не печатает.
Если выкл/вкл не поможет -- покажите ps auxw | grep ccpd
и /etc/cups/printers.conf
PS: у меня тут валялась обёртка для /etc/init.d/ccpd, чтоб
регулировалось chkconfig'ом -- если надо, черкните, откопаю.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Принтер Canon LBP2900
2007-04-10 18:16 ` Michael Shigorin
@ 2007-04-28 7:33 ` Michael A. Kangin
2007-04-28 7:35 ` Michael A. Kangin
0 siblings, 1 reply; 6+ messages in thread
From: Michael A. Kangin @ 2007-04-28 7:33 UTC (permalink / raw)
To: sisyphus
В сообщении от 10 апреля 2007 22:16 Michael Shigorin написал(a):
> Выключите и включите принтер -- LBP3300 молча сходит с ума,
> если в него попытаться ткнуться не через ccpd:/ (чере usb:/,
> например -- купившись на то, что "CUPS его увидел").
> Что хуже, этот ccpd приводит в такое же состояние задумчивости
> повидавший его HP1320. Бишь если запущен ccpd и рядом -- cupsd,
> настроенный на HP, то работать принтер не будет, пока не погасишь
> ccpd и не выключишь/включишь Laserjet.
А пробовал кто-нибудь вместо такой интеллектуальной любви с этими принтерами
прицепить внешний принт-сервер? Там вроде цена вопроса около 2000руб, и
нормальный сетевой принтер должен получиться....
--
wbr, Michael A. Kangin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Принтер Canon LBP2900
2007-04-28 7:33 ` Michael A. Kangin
@ 2007-04-28 7:35 ` Michael A. Kangin
2007-04-28 8:10 ` Michael Shigorin
2007-04-28 8:19 ` Astakhov Andrey
0 siblings, 2 replies; 6+ messages in thread
From: Michael A. Kangin @ 2007-04-28 7:35 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
В сообщении от 28 апреля 2007 11:33 Michael A. Kangin написал(a):
> А пробовал кто-нибудь вместо такой интеллектуальной любви с этими
> принтерами прицепить внешний принт-сервер? Там вроде цена вопроса около
> 2000руб, и нормальный сетевой принтер должен получиться....
Ааа, это же вин принтер.... :-\
--
wbr, Michael A. Kangin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Принтер Canon LBP2900
2007-04-28 7:35 ` Michael A. Kangin
@ 2007-04-28 8:10 ` Michael Shigorin
2007-04-28 8:19 ` Astakhov Andrey
1 sibling, 0 replies; 6+ messages in thread
From: Michael Shigorin @ 2007-04-28 8:10 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Sat, Apr 28, 2007 at 11:35:05AM +0400, Michael A. Kangin wrote:
> > А пробовал кто-нибудь вместо такой интеллектуальной любви с
> > этими принтерами прицепить внешний принт-сервер? Там вроде
> > цена вопроса около 2000руб, и нормальный сетевой принтер
> > должен получиться....
> Ааа, это же вин принтер.... :-\
Так отож.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Принтер Canon LBP2900
2007-04-28 7:35 ` Michael A. Kangin
2007-04-28 8:10 ` Michael Shigorin
@ 2007-04-28 8:19 ` Astakhov Andrey
1 sibling, 0 replies; 6+ messages in thread
From: Astakhov Andrey @ 2007-04-28 8:19 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Michael A. Kangin пишет:
> В сообщении от 28 апреля 2007 11:33 Michael A. Kangin написал(a):
>
>> А пробовал кто-нибудь вместо такой интеллектуальной любви с этими
>> принтерами прицепить внешний принт-сервер? Там вроде цена вопроса около
>> 2000руб, и нормальный сетевой принтер должен получиться....
>
> Ааа, это же вин принтер.... :-\
>
А мне по барабану вин он или не вин. Главное что печатает из под
Линукса. Да и зачем мне дома принт-сервер?
--
WBR, Andrey Astakhov
E-Mail: astakhov@kmz.tula.net
ICQ: 399354240
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-04-28 8:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-10 15:42 [sisyphus] Принтер Canon LBP2900 Astakhov Andrey
2007-04-10 18:16 ` Michael Shigorin
2007-04-28 7:33 ` Michael A. Kangin
2007-04-28 7:35 ` Michael A. Kangin
2007-04-28 8:10 ` Michael Shigorin
2007-04-28 8:19 ` Astakhov Andrey
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git