Não é possível imprimir na impressora de rede (lpd)

1

O mesmo dispositivo físico da outra questão , mas conectado ao uso de lpd . Eu criei usando o diálogo Add :

  • URI do dispositivo: lpd://Sales/BINARY_P1
  • Estado da impressora: Processing - Unable to locate printer "Sales".

Imprimindo os resultados da página de teste na fila da impressora listando-a com o status Processing - Not connected? .

De acordo com o link , aqui está a informação:

ping

ping 192.168.X.P sucede (o IP está escrito na impressora)

nmap

Nmap scan report for 192.168.X.P
Host is up (0.00062s latency).
Not shown: 992 closed ports
PORT     STATE SERVICE
21/tcp   open  ftp
23/tcp   open  telnet
25/tcp   open  smtp
80/tcp   open  http
443/tcp  open  https
515/tcp  open  printer
631/tcp  open  ipp
9100/tcp open  jetdirect
MAC Address: 30:05:5C:2B:2E:46 (Brother industries)

Nmap done: 1 IP address (1 host up) scanned in 35.28 seconds'

snmp

network lpd://Sales/BINARY_P1 "Brother MFC-8950DW" "Brother MFC-8950DW" "MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-8950DW;CLS:PRINTER;CID:Brother Laser Type2;URF:W8,CP1,IS11-19-4,MT1-3-4-5-8-11,OB10,PQ4,RS300-600-1200,DM1;" ""

dnssd

network dnssd://Sales%20Brother%20Printer._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-30055c2b2e46 "Brother MFC-8950DW" "Sales Brother Printer" "MFG:Brother;MDL:MFC-8950DW;CMD:PJL,PCL,PCLXL,URF;" ""

lpinfo

rede lpd: // Vendas / BINARY_P1

avahi-browse

+  wlan0 IPv6 Sales Brother Printer                         Internet Printer     local
+  wlan0 IPv4 Sales Brother Printer                         Internet Printer     local
+   eth0 IPv4 Sales Brother Printer                         Internet Printer     local
+  wlan0 IPv6 Sales Brother Printer                         _ipps._tcp           local
+  wlan0 IPv4 Sales Brother Printer                         _ipps._tcp           local
+   eth0 IPv4 Sales Brother Printer                         _ipps._tcp           local
+   eth0 IPv4 Sales Brother Printer                         PDL Printer          local
+   eth0 IPv4 Sales Brother Printer                         Web Site             local
+   eth0 IPv4 Sales Brother Printer                         _ipp-tls._tcp        local
=  wlan0 IPv6 Sales Brother Printer                         UNIX Printer         local
    
por sds 06.11.2015 / 20:19

1 resposta

0

Tente isto:

Abra um terminal.

Pressione Ctrl + Alt + T

Execute:

sudo -i
aa-complain cupsd
mkdir /usr/share/cups/model
mkdir /var/spool/lpd
apt-get update
apt-get install sane-utils gimp

Feche um terminal.

Faça o download desses arquivos

link link

Ligue a impressora e conecte o cabo de rede.

Abra um terminal.

Pressione Ctrl + Alt + T

Execute:

sudo -i
cd /home/user/Downloads    
dpkg -i --force-all  brgenml1lpr-3.1.0-1.i386.deb
dpkg -i --force-all  brgenml1cupswrapper-3.1.0-1.i386.deb   
nano /etc/printcap.local

Substitua a linha ": lp" pelas duas linhas seguintes

:rm=(ip address of your printer)\
:rp=lp\

Ctrl + O Salva o arquivo. Ctrl + X Fechar nano.

Faça o download desses arquivos

link link link

Ligue o seu MFC / DCP e conecte o cabo USB.

Abra um terminal.

Pressione Ctrl + Alt + T

Execute:

sudo -i
cd /home/user/Downloads    
dpkg -i --force-all  brscan4-0.4.3-2.i386.deb
dpkg -i  --force-all brscan-skey-0.2.4-1.i386.deb
dpkg -i brother-udev-rule-type1-1.0.0-1.all.deb
brscan-skey
brscan-skey -l

Verifique se a ferramenta chave de digitalização detecta seu dispositivo de scanner.

Pressione o botão scan, selecione user, selecione destination, pressione START.

Feche um terminal.

Faça o download desses arquivos:

link link link

Ligue o MFC / FAX e conecte o cabo.

Abra um terminal.

Pressione Ctrl + Alt + T

Execute:

sudo -i
cd /home/user/Downloads  
dpkg -i --force-all brmfcfaxlpd-1.0.0-1.i386.deb
dpkg -i --force-all brmfcfaxcups-1.0.0-1.i386.deb
dpkg -i brfaxmodem-1.1.3-1.i386.deb
    
por kyodake 07.11.2015 / 00:36