

There could be slight variations with differet releases of Windows. Mine looked like this: usb://HEWLETT-PACKARD/DESKJET%20970C?serial=xxxxxxxxxxxx(actual serial number blocked)You are done setting up the printer on the Mac. It should have the make and model of your printer along with a serial number. Notice that the Device URI is different for the new printer you created. Click "Printers" at the top of the page to see all your printers. I had a few options, one of which was "HP New DeskJet Series CUPS v1.1 (en)".

Instead, create a second printer for Windows to use. This is the CUPS printer administration tool. Restart CUPS so it takes your changes: % sudo killall -1 cupsd.Also uncomment the following line towards the end of the mime.types file: #application/octet-stream.Use a text editor to uncomment the following line towards the end of the nvs file (by removing the # sign): #application/octet-stream application/vnd.cups-raw 0 -I usually use pico as the editor, as it is fairly self explanitory ( sudo pico nvs).

% sudo cp mime.types will have to supply your password for sudo to work.
