When PPD files are used?
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I have a CUPS server on my Raspberry. The printer is installed along with its filter. When I look on the current driver it says.
pi@raspberrypi:~ $ grep -H '^*NickName:' /etc/cups/ppd/*.ppd
/etc/cups/ppd/RICOH_SP_112_DDST.ppd:*NickName: "Ricoh Aficio SP 100, ricoh-sp1xx"
The filter is currently disabled.
pi@raspberrypi:~ $ cat /usr/lib/cups/filter/ricoh-sp1xx
#!/bin/bash
/bin/echo "I was here" > /home/pi/aaa.txt
#/usr/bin/python /home/pi/ricoh/ricoh-sp1xx-drv.py $*
The printer is also shared through SMB. The strange thing is that I can print from Windows, even with the filter disabled.
Does Windows use its own driver and send the stream directly to the printer, through SMB > CUPS > DirectURI? If so, in which cases the PPD file and filter are used? Can I somehow log the stream that CUPS is receiving from the Windows spooler?
cups
add a comment |Â
up vote
2
down vote
favorite
I have a CUPS server on my Raspberry. The printer is installed along with its filter. When I look on the current driver it says.
pi@raspberrypi:~ $ grep -H '^*NickName:' /etc/cups/ppd/*.ppd
/etc/cups/ppd/RICOH_SP_112_DDST.ppd:*NickName: "Ricoh Aficio SP 100, ricoh-sp1xx"
The filter is currently disabled.
pi@raspberrypi:~ $ cat /usr/lib/cups/filter/ricoh-sp1xx
#!/bin/bash
/bin/echo "I was here" > /home/pi/aaa.txt
#/usr/bin/python /home/pi/ricoh/ricoh-sp1xx-drv.py $*
The printer is also shared through SMB. The strange thing is that I can print from Windows, even with the filter disabled.
Does Windows use its own driver and send the stream directly to the printer, through SMB > CUPS > DirectURI? If so, in which cases the PPD file and filter are used? Can I somehow log the stream that CUPS is receiving from the Windows spooler?
cups
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have a CUPS server on my Raspberry. The printer is installed along with its filter. When I look on the current driver it says.
pi@raspberrypi:~ $ grep -H '^*NickName:' /etc/cups/ppd/*.ppd
/etc/cups/ppd/RICOH_SP_112_DDST.ppd:*NickName: "Ricoh Aficio SP 100, ricoh-sp1xx"
The filter is currently disabled.
pi@raspberrypi:~ $ cat /usr/lib/cups/filter/ricoh-sp1xx
#!/bin/bash
/bin/echo "I was here" > /home/pi/aaa.txt
#/usr/bin/python /home/pi/ricoh/ricoh-sp1xx-drv.py $*
The printer is also shared through SMB. The strange thing is that I can print from Windows, even with the filter disabled.
Does Windows use its own driver and send the stream directly to the printer, through SMB > CUPS > DirectURI? If so, in which cases the PPD file and filter are used? Can I somehow log the stream that CUPS is receiving from the Windows spooler?
cups
I have a CUPS server on my Raspberry. The printer is installed along with its filter. When I look on the current driver it says.
pi@raspberrypi:~ $ grep -H '^*NickName:' /etc/cups/ppd/*.ppd
/etc/cups/ppd/RICOH_SP_112_DDST.ppd:*NickName: "Ricoh Aficio SP 100, ricoh-sp1xx"
The filter is currently disabled.
pi@raspberrypi:~ $ cat /usr/lib/cups/filter/ricoh-sp1xx
#!/bin/bash
/bin/echo "I was here" > /home/pi/aaa.txt
#/usr/bin/python /home/pi/ricoh/ricoh-sp1xx-drv.py $*
The printer is also shared through SMB. The strange thing is that I can print from Windows, even with the filter disabled.
Does Windows use its own driver and send the stream directly to the printer, through SMB > CUPS > DirectURI? If so, in which cases the PPD file and filter are used? Can I somehow log the stream that CUPS is receiving from the Windows spooler?
cups
edited Nov 7 '17 at 18:07
asked Nov 5 '17 at 11:24
Pablo
17010
17010
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402631%2fwhen-ppd-files-are-used%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password