watson / ipp-printer

An IPP printer written in Node.js
MIT License
548 stars 81 forks source link

Have to choose driver in windows ? #7

Open matthiasg opened 8 years ago

matthiasg commented 8 years ago

I seem to have to choose a driver upon selecting the printer. It this expected ?

See: https://github.com/watson/ipp-printer/issues/6#issuecomment-168988849

watson commented 8 years ago

@matthiasg Unfortunately Windows doesn't have a default IPP driver as far as I know. So you need to chose a "dummy" printer driver manually. I usually just chose "HP Color LaserJet 2500 PS Class Driver":

screen shot 2016-01-05 at 16 56 04

That being said, there might be a way to tell Windows witch driver to use by modifying the TXT record when advertising or modifying some of the IPP responses. I'll have to look into that. If anyone knows please ping me!