Changes between Version 7 and Version 8 of Docs/825gen2/Dev/Networking/NetworkPrintingCUPS


Ignore:
Timestamp:
01/15/24 11:12:37 (11 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/NetworkPrintingCUPS

    v7 v8  
    277277sudo systemctl restart cups
    278278}}}
     279
     280The cups management pages should appear at http://<ip_address_of_indicator>:631
     281
     282It is showing "Not found" but it is shows "CUPS v2.4.2" so it seems the cups web server is running but some page information is missing.
     283
     284Adding "/admin" to the url shows the administration page, but it is missing style information.
     285
     286
     287
     288After some research it seems the Yocto recipe "cups-doc" is needed to provide the static page information such as index.html and cups.css. I will add this to our build.
     289
     290Tried to add a network printer.
     291
     292
     293
     294Maybe printer test page is also part of cups-doc recipe.
     295{{{
     296card825gen2:~$ cat /home/admin/test.txt
     297test 123
     298}}}
     299
     300{{{
     301card825gen2:~$ lp -d "Canon_iR-ADV_4545_4551_III_UFR_II" /home/admin/test.txt
     302request id is Canon_iR-ADV_4545_4551_III_UFR_II-31 (1 file(s))
     303}}}
     304
     305Page printed with top line "test 123" successfully
     306
     307{{{
     308card825gen2:~$ lp -d "Canon_iR-ADV_4545_4551_III_UFR_II" /usr/images/startup.png
     309request id is Canon_iR-ADV_4545_4551_III_UFR_II-32 (1 file(s))
     310}}}
     311
     312Did not print
     313
     314{{{
     315card825gen2:~$ lp -d "Canon_iR-ADV_4545_4551_III_UFR_II" /usr/images/cardinal_logo.bmp
     316request id is Canon_iR-ADV_4545_4551_III_UFR_II-33 (1 file(s))
     317}}}
     318
     319This did print.
     320
     321Maybe png files do not work, but bmp files do.
     322
     323
     324