Changes between Version 1 and Version 2 of Docs/825gen2/Dev/Devices/USB/PrintersCUPS


Ignore:
Timestamp:
01/12/24 12:13:33 (10 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/USB/PrintersCUPS

    v1 v2  
    3030}}}
    3131
    32 To just show usb printers
     32To just show any usb printers
    3333
    3434{{{
     
    3737}}}
    3838
    39 {{{
    40 card825gen2:/mnt/nfs/arm825_nand/bin$ lpstat -p STAR
    41 printer STAR disabled since Mon Jan  8 12:01:45 2024 -
    42         reason unknown
    43 }}}
     39Some research showed that Star printer requires a CUPS driver. The 1/5/2023 CUPS driver was compiled for the 825gen2 and will be added to the next OS image.
    4440
    4541{{{
     
    4945
    5046{{{
    51 card825gen2:/usr/libexec/cups/filter$ lp -d STARSK311 /usr/images/kytare.bmp
    52 lp: Destination "STARSK311" is not accepting jobs.
     47card825gen2:/usr/libexec/cups/filter$ lpstat -a
     48STARSK311 not accepting requests since Wed Jan 10 16:06:30 2024 -
     49        reason unknown
    5350}}}
    5451
    5552{{{
    56 card825gen2:/usr/libexec/cups/filter$ lpstat -v
    57 device for STARSK311: usb://SANEI/SK1-311%20Presenter%20(STR-001)
    58 }}}
    59 
    60 
    61 card825gen2:/usr/libexec/cups/filter$ cat /var/log/cups/error_log
    62 E [28/Apr/2022:12:42:31 -0500] Filter \"gstopdf\" not found.
    63 E [28/Apr/2022:12:42:31 -0500] Filter \"gstoraster\" not found.
    64 E [28/Apr/2022:12:42:31 -0500] Filter \"gstoraster\" not found.
    65 E [28/Apr/2022:12:42:31 -0500] Filter \"gstoraster\" not found.
    66 E [10/Jan/2024:15:51:56 -0600] Filter \"gstopdf\" not found.
    67 E [10/Jan/2024:15:51:56 -0600] Filter \"gstoraster\" not found.
    68 E [10/Jan/2024:15:51:56 -0600] Filter \"gstoraster\" not found.
    69 E [10/Jan/2024:15:51:56 -0600] Filter \"gstoraster\" not found.
    70 E [10/Jan/2024:15:53:31 -0600] [Client 11] Returning HTTP Forbidden for CUPS-Get-Devices (no URI) from localhost
    71 E [10/Jan/2024:15:59:36 -0600] [CGI] ippfind (PID 1245) stopped with status 2!
    72 E [10/Jan/2024:15:59:36 -0600] [cups-deviced] PID 1238 (driverless) stopped with status 2!
    73 E [10/Jan/2024:16:01:16 -0600] [cups-driverd] Unable to open \"/usr/share/cups/model/sk1-311_presenter.ppd\" - No such file or directory
    74 E [10/Jan/2024:16:01:16 -0600] [cups-driverd] Unable to open \"/usr/share/cups/model/sk1-311_presenter.ppd\" - No such file or directory
    75 E [10/Jan/2024:16:01:16 -0600] copy_model: empty PPD file
    76 E [10/Jan/2024:16:01:16 -0600] [Client 28] Returning IPP server-error-internal-error for CUPS-Add-Modify-Printer (ipp://localhost:631/printers/STARSK311) from localhost.
    77 W [10/Jan/2024:16:06:30 -0600] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
    78 W [10/Jan/2024:16:06:30 -0600] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
    79 E [10/Jan/2024:16:07:36 -0600] [Client 34] Returning IPP server-error-not-accepting-jobs for Create-Job (ipp://localhost/printers/STARSK311) from localhost.
    80 E [10/Jan/2024:16:08:27 -0600] [CGI] ippfind (PID 1383) stopped with status 2!
    81 E [10/Jan/2024:16:08:27 -0600] [cups-deviced] PID 1375 (driverless) stopped with status 2!
    82 E [10/Jan/2024:16:10:32 -0600] [Client 40] Returning IPP server-error-not-accepting-jobs for Create-Job (ipp://localhost/printers/STARSK311) from localhost.
    83 card825gen2:/usr/libexec/cups/filter$
    84 
    85 
    86 card825gen2:/usr/libexec/cups/filter$ lpstat -a
    87 STARSK311 not accepting requests since Wed Jan 10 16:06:30 2024 -
    88         reason unknown
    89 
    90 
    91 card825gen2:/usr/libexec/cups/filter$ /usr/sbin/lpadmin -p STARSK311 -u allow:all
    92 card825gen2:/usr/libexec/cups/filter$ lp -d STARSK311 /home/admin/test.txt
    93 lp: Destination "STARSK311" is not accepting jobs.
    94 
    95 card825gen2:/usr/libexec/cups/filter$ /usr/sbin/lpadmin -p STARSK311 -U admin
    96 card825gen2:/usr/libexec/cups/filter$ lp -d STARSK311 /home/admin/test.txt
    97 lp: Destination "STARSK311" is not accepting jobs.
    98 
    99 
    10053card825gen2:/usr/libexec/cups/filter$ /usr/sbin/cupsaccept STARSK311
    10154card825gen2:/usr/libexec/cups/filter$ lp -d STARSK311 /home/admin/test.txt
     
    11164-m sk1-311_presenter.ppd
    11265lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
     66
    11367card825gen2:/usr/libexec/cups/filter$ lp -d STARSK1_311 /usr/images/startup.png
    11468lp: Destination "STARSK1_311" is not accepting jobs.