På yggenyk.dk bruger vi cookies til at give dig en god oplevelse og til at indsamle statistik, der kan være med til at forbedre brugeroplevelsen. Hvis du klikker på et link på yggenyk.dk, accepterer du samtidig vores cookiepolitik.
Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 19: | Line 19: | ||
====Troubleshooting==== | ====Troubleshooting==== | ||
=====View the CUPS error log for debugging and troubleshooting purposes===== | |||
Edit the /etc/cups/cupsd.conf file, find the section "loglevel" change "info" to "debug" save and exit then restart cups | |||
# /etc/init.d/cups restart | |||
or for Ubuntu | |||
$ sudo /etc/init.d/cupsys restart | |||
then enter this command to view the log | |||
tail -f /var/log/cups/error_log | |||
=====Misc===== | |||
* [http://forum.osmc.tv/showthread.php?tid=10114 It's working! thx man! the avahi-daemon "manipulation" was the problem. like you have said - Read last post at bottom of page] | * [http://forum.osmc.tv/showthread.php?tid=10114 It's working! thx man! the avahi-daemon "manipulation" was the problem. like you have said - Read last post at bottom of page] | ||
<google>ENGELSK</google> | <google>ENGELSK</google> | ||
Revision as of 06:11, 25 February 2015
Printing to Canon inkjet printers
Troubleshooting
View the CUPS error log for debugging and troubleshooting purposes
Edit the /etc/cups/cupsd.conf file, find the section "loglevel" change "info" to "debug" save and exit then restart cups
- /etc/init.d/cups restart
or for Ubuntu
$ sudo /etc/init.d/cupsys restart then enter this command to view the log
tail -f /var/log/cups/error_log
Misc
<google>ENGELSK</google>
