Linux machine does not print: Difference between revisions
Jump to navigation
Jump to search
(New page: '''Solution:'''<br /> 1. Type in terminal: ssh –l s26id localhost <br /> 2. Password for s26id: ******* <br /> 3. Type ''fixPrinter'' and press ''enter''. The macro resides in s26id/bin/...) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Back to [[X-Ray Microscopy]] | |||
'''Solution:'''<br /> | '''Solution:'''<br /> | ||
1. Type in terminal: ssh –l s26id localhost <br /> | 1. Type in terminal: ssh –l s26id localhost <br /> | ||
Line 9: | Line 11: | ||
sudo cp /etc/cups/printers.conf.fix /etc/cups/printers.conf<br /> | sudo cp /etc/cups/printers.conf.fix /etc/cups/printers.conf<br /> | ||
sudo /sbin/service cups restart | sudo /sbin/service cups restart | ||
[[Category:MLL]] |
Latest revision as of 18:16, April 14, 2009
Back to X-Ray Microscopy
Solution:
1. Type in terminal: ssh –l s26id localhost
2. Password for s26id: *******
3. Type fixPrinter and press enter. The macro resides in s26id/bin/fixPrinter
4. If a password is asked again, it’s the same
The printer should work now.
The macro uses the following comands:
sudo cp /etc/cups/printers.conf.fix /etc/cups/printers.conf
sudo /sbin/service cups restart