sudo pacman -Sy cups ghostscript gsfonts
mettete il demone cups dentro l'array daemons di rc.conf
sudo nano /etc/rc.conf
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng network netfs crond alsa hal fam gdm cups)
chiudete fate partire cups scrivendo:
sudo /etc/rc.d/cups start
collegatevi qui: http://openprinting.org/show_printer.cgi?recnum=Lexmark-E120
scaricate il file ppd lj4dith
copiate il file dentro la cartella /usr/share/cups/model/
sudo cp -fr Lexmark-E120-lj4dith.ppd /usr/share/cups/model/
caricate il modulo del kernel usblp
sudo modprobe usblp
per configurare la stampante ed installarla fisicamente nel sistema servitevi del tool system-config.printer, installatelo con pacman.
pacman -S system-config-printer
per sicurezza create il gruppo lpadmin
sudo grouppad lpadmin
usermod -aG lpadmin "utente"inserite lpadmin nel file /etc/cups/cupsd.conf
sudo nano /etc/cups/cupsd.conf
SystemGroup sys root lpadmin
salvate il file.
riavviate cups
sudo /etc/rc.d/cups restart
adesso potete utilizzare il tool system-config-printer senza problemi
lo trovate sotto sistema-amministrazione-stampa.
Nessun commento:
Posta un commento