I just had setup a printer on Linux with this IPP thing, driverless printing. Don't have to do anything much really. Does Freebsd has similiar mechanism? In fact Apple did contribute to this IPP thing greatly.
So I checked some documents about this: https://docs.freebsd.org/en/books/handbook/printing/
I've tried these steps to no avail. My printer is well supported in Linux aswell, even my Android phone could easily send print files without any config really, I set this up as a network printer. It's Kyocera Ecosys P2135DN. Also it supports IPP thing too. Done that in Debian 12 like this:
My question is does FreeBSD support such a thing, or will it in the future? It seems this is the newest coolest stuff about printers.
So I checked some documents about this: https://docs.freebsd.org/en/books/handbook/printing/
I've tried these steps to no avail. My printer is well supported in Linux aswell, even my Android phone could easily send print files without any config really, I set this up as a network printer. It's Kyocera Ecosys P2135DN. Also it supports IPP thing too. Done that in Debian 12 like this:
Code:
driverless list
#this gives some string about kyocera printer, which we will print this string down here after ipps://
lpadmin -p Kyocera_IPP -E -v "ipps://Kyocera%20ECOSYS%20P2135dn._ipps._tcp.local/" -m everywhere
My question is does FreeBSD support such a thing, or will it in the future? It seems this is the newest coolest stuff about printers.