| | 279 | |
| | 280 | The cups management pages should appear at http://<ip_address_of_indicator>:631 |
| | 281 | |
| | 282 | It 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 | |
| | 284 | Adding "/admin" to the url shows the administration page, but it is missing style information. |
| | 285 | |
| | 286 | |
| | 287 | |
| | 288 | After 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 | |
| | 290 | Tried to add a network printer. |
| | 291 | |
| | 292 | |
| | 293 | |
| | 294 | Maybe printer test page is also part of cups-doc recipe. |
| | 295 | {{{ |
| | 296 | card825gen2:~$ cat /home/admin/test.txt |
| | 297 | test 123 |
| | 298 | }}} |
| | 299 | |
| | 300 | {{{ |
| | 301 | card825gen2:~$ lp -d "Canon_iR-ADV_4545_4551_III_UFR_II" /home/admin/test.txt |
| | 302 | request id is Canon_iR-ADV_4545_4551_III_UFR_II-31 (1 file(s)) |
| | 303 | }}} |
| | 304 | |
| | 305 | Page printed with top line "test 123" successfully |
| | 306 | |
| | 307 | {{{ |
| | 308 | card825gen2:~$ lp -d "Canon_iR-ADV_4545_4551_III_UFR_II" /usr/images/startup.png |
| | 309 | request id is Canon_iR-ADV_4545_4551_III_UFR_II-32 (1 file(s)) |
| | 310 | }}} |
| | 311 | |
| | 312 | Did not print |
| | 313 | |
| | 314 | {{{ |
| | 315 | card825gen2:~$ lp -d "Canon_iR-ADV_4545_4551_III_UFR_II" /usr/images/cardinal_logo.bmp |
| | 316 | request id is Canon_iR-ADV_4545_4551_III_UFR_II-33 (1 file(s)) |
| | 317 | }}} |
| | 318 | |
| | 319 | This did print. |
| | 320 | |
| | 321 | Maybe png files do not work, but bmp files do. |
| | 322 | |
| | 323 | |
| | 324 | |