On Mon 01 May 2023 at 13:03:50 -0400, gene heskett wrote: > On 5/1/23 12:30, Brian wrote: > > > > Assuming your buster machines (which are working) have similar setups to > > bpi51, > > you couls try the two commands (and all the others in this thread) on one of > > those. > > > one of those machines reports this for the -l option: > > gene@sixty40:~$ lpoptions -p HLL2320D_coyote -l > PageSize/Media Size: Custom.WIDTHxHEIGHT *Letter Legal Executive > FanFoldGermanLegal A4 A5 A6 Env10 EnvMonarch EnvDL EnvC5 ISOB5 B5 ISOB6 B6 > 4x6 Postcard DoublePostcardRotated EnvYou4 195x270mm 184x260mm 197x273mm > CUSTOM1 CUSTOM2 CUSTOM3 > BrMediaType/MediaType: *PLAIN THIN THICK THICKERPAPER2 BOND ENV ENVTHICK > ENVTHIN RECYCLED > InputSlot/InputSlot: MANUAL *TRAY1 > Duplex/Duplex: DuplexTumble *DuplexNoTumble None > Resolution/Resolution: 300dpi *600dpi 2400x600dpi > TonerSaveMode/Toner Save: *OFF ON > Sleep/Sleep Time [Min.]: *PrinterDefault 2minutes 10minutes 30minutes
Looks reasonable. A similar command on the server should give a similar output. The reason 'lp -d HLL2320D_coyote printer.cfg' failed is because CUPS is unable to query the HLL2320D_coyote printer for its attributes. Printing from anything else, such as Firefox, will also fail. CUPS on the bullseye machine appears to be broken. [...] A possible way forward is to execute sudo lpadmin -p HLL2320D-RAW -v ipp://192.168.71.3:631/printers/HLL2320D -E -m raw and try lp -d HLL2320D-RAW printer.cfg -- Brian.