removido
(usa Nenhuma)
Enviado em 08/09/2011 - 23:35h
é:
$ sudo /etc/rc.d/cupsd start
exemplo:
$ sudo /etc/rc.d/cupsd status
:: Checking cupsd status [STOPPED]
$ sudo /etc/rc.d/cupsd start
:: Starting cupsd daemon [DONE]
$ sudo /etc/rc.d/cupsd status
:: Checking cupsd status [STARTED]
$ sudo /etc/rc.d/cupsd restart
:: Stopping cupsd daemon [DONE]
:: Starting cupsd daemon [DONE]
se tivesse lido a Wiki veria que é 'cupsd', então novamente:
https://wiki.archlinux.org/index.php/CUPS
mais precisamente em:
https://wiki.archlinux.org/index.php/CUPS#CUPS_daemon
então...
verifique se tens o pacote 'cups' instalado com:
$ sudo pacman -Qi cups
.....blah-blah-blah
Motivo da instalação : Instalado explicitamente
.....blah-blah-blah
Se não estiver instalado:
$ sudo pacman -S cups system-config-printer-gnome gksu hplip
Aí adicione o daemon 'cupsd' bos DAEMONS do seu /etc/rc.conf e execute:
$ sudo /etc/rc.d/cupsd start
Depois tente abrir o tal aplicativo seja clicando no ícone ou chamando-o assim:
$ gksu system-config-printer
ou assim:
$ sudo system-config-printer