Guest DD Posted August 7, 2007 Posted August 7, 2007 HI, Got this error Event ID 1111 Driver HP LaserJet 2200 Series PCL 6 required for printer __usgs0107_prt16opax1 is unknown. Contact the administrator to install the driver before you log in again. please help, refer to MS http://support.microsoft.com/kb/239088/en-us, need to create .inf file. Driver hp LaserJet 1320 PCL 6 required for printer hp LaserJet 1320 PCL 6 is unknown. Contact the administrator to install the driver before you log in again. I try to copy one of the .inf and modify it, notice that the file being compiled and garbage. Please help , this is a hp lajet jet 2200 printer , is a network printer. user pc have another lpt printer, hp lajer 1320, also same error. Driver hp LaserJet 1320 PCL 6 required for printer hp LaserJet 1320 PCL 6 is unknown. Contact the administrator to install the driver before you log in again.
Guest Vera Noest [MVP] Posted August 7, 2007 Posted August 7, 2007 Re: Remote printer not working This is how your ntprintsubs.inf file should look: ---------- start of eample ntprintsubs.inf ------------- [Version] Signature="$CHICAGO$" [Printers] "HP LaserJet 2200 Series PCL 6" = "HP LaserJet Series II" "HP LaserJet 1320 PCL 6" = "HP LaserJet Series II" ---------- end of example ntprintsubs.inf ------------- You can replace the printer name on the right side ("HP LaserJet Series II" in the example above) with any printer driver name which exists on your server. Note that this file is case sensitive, so "hp LaserJet" (as you wrote in several places) is *not* equal to "HP LaserJet" and won't be recognized by Windows! Follow the instructions in KB 239088 to create the registry keys to point to the ntprintsubs.inf file. _________________________________________________________ Vera Noest MCSE, CCEA, Microsoft MVP - Terminal Server TS troubleshooting: http://ts.veranoest.net ___ please respond in newsgroup, NOT by private email ___ =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 07 aug 2007 in microsoft.public.windows.terminal_services: > HI, > > Got this error Event ID 1111 > > Driver HP LaserJet 2200 Series PCL 6 required for printer > __usgs0107_prt16opax1 is unknown. Contact the administrator to > install the driver before you log in again. > > please help, refer to MS > http://support.microsoft.com/kb/239088/en-us, need to create > .inf file. > > Driver hp LaserJet 1320 PCL 6 required for printer hp LaserJet > 1320 PCL 6 is unknown. Contact the administrator to install the > driver before you log in again. > I try to copy one of the .inf and modify it, notice that the > file being compiled and garbage. > > > Please help , this is a hp lajet jet 2200 printer , is a network > printer. > > > user pc have another lpt printer, hp lajer 1320, also same > error. > > Driver hp LaserJet 1320 PCL 6 required for printer hp LaserJet > 1320 PCL 6 is unknown. Contact the administrator to install the > driver before you log in again.
Guest DD Posted August 8, 2007 Posted August 8, 2007 Re: Remote printer not working Hi Vera, How to create the .inf file, use normal notepad and save it as ntprintsubs.inf ? I can't modify the exiting .inf file, when i open the file, is garbage. "Vera Noest [MVP]" wrote: > This is how your ntprintsubs.inf file should look: > ---------- start of eample ntprintsubs.inf ------------- > [Version] > Signature="$CHICAGO$" > > [Printers] > "HP LaserJet 2200 Series PCL 6" = "HP LaserJet Series II" > "HP LaserJet 1320 PCL 6" = "HP LaserJet Series II" > ---------- end of example ntprintsubs.inf ------------- > > You can replace the printer name on the right side ("HP LaserJet > Series II" in the example above) with any printer driver name which > exists on your server. > > Note that this file is case sensitive, so "hp LaserJet" (as you wrote > in several places) is *not* equal to "HP LaserJet" and won't be > recognized by Windows! > > Follow the instructions in KB 239088 to create the registry keys to > point to the ntprintsubs.inf file. > > _________________________________________________________ > Vera Noest > MCSE, CCEA, Microsoft MVP - Terminal Server > TS troubleshooting: http://ts.veranoest.net > ___ please respond in newsgroup, NOT by private email ___ > > =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 07 aug > 2007 in microsoft.public.windows.terminal_services: > > > HI, > > > > Got this error Event ID 1111 > > > > Driver HP LaserJet 2200 Series PCL 6 required for printer > > __usgs0107_prt16opax1 is unknown. Contact the administrator to > > install the driver before you log in again. > > > > please help, refer to MS > > http://support.microsoft.com/kb/239088/en-us, need to create > > .inf file. > > > > Driver hp LaserJet 1320 PCL 6 required for printer hp LaserJet > > 1320 PCL 6 is unknown. Contact the administrator to install the > > driver before you log in again. > > I try to copy one of the .inf and modify it, notice that the > > file being compiled and garbage. > > > > > > Please help , this is a hp lajet jet 2200 printer , is a network > > printer. > > > > > > user pc have another lpt printer, hp lajer 1320, also same > > error. > > > > Driver hp LaserJet 1320 PCL 6 required for printer hp LaserJet > > 1320 PCL 6 is unknown. Contact the administrator to install the > > driver before you log in again. >
Guest Vera Noest [MVP] Posted August 8, 2007 Posted August 8, 2007 Re: Remote printer not working Yes, it's a plain text file. I don't know what file you mean with "the existing .inf file". You shouldn't have an existing ntprintsubs.inf file, unless someone else already tried to define substitute printer drivers. _________________________________________________________ Vera Noest MCSE, CCEA, Microsoft MVP - Terminal Server TS troubleshooting: http://ts.veranoest.net ___ please respond in newsgroup, NOT by private email ___ =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 08 aug 2007 in microsoft.public.windows.terminal_services: > > Hi Vera, > > How to create the .inf file, use normal notepad and save it as > ntprintsubs.inf ? > > I can't modify the exiting .inf file, when i open the file, is > garbage. > > "Vera Noest [MVP]" wrote: > >> This is how your ntprintsubs.inf file should look: >> ---------- start of eample ntprintsubs.inf ------------- >> [Version] >> Signature="$CHICAGO$" >> >> [Printers] >> "HP LaserJet 2200 Series PCL 6" = "HP LaserJet Series II" >> "HP LaserJet 1320 PCL 6" = "HP LaserJet Series II" >> ---------- end of example ntprintsubs.inf ------------- >> >> You can replace the printer name on the right side ("HP >> LaserJet Series II" in the example above) with any printer >> driver name which exists on your server. >> >> Note that this file is case sensitive, so "hp LaserJet" (as you >> wrote in several places) is *not* equal to "HP LaserJet" and >> won't be recognized by Windows! >> >> Follow the instructions in KB 239088 to create the registry >> keys to point to the ntprintsubs.inf file. >> >> _________________________________________________________ >> Vera Noest >> MCSE, CCEA, Microsoft MVP - Terminal Server >> TS troubleshooting: http://ts.veranoest.net >> ___ please respond in newsgroup, NOT by private email ___ >> >> =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 07 aug >> 2007 in microsoft.public.windows.terminal_services: >> >> > HI, >> > >> > Got this error Event ID 1111 >> > >> > Driver HP LaserJet 2200 Series PCL 6 required for printer >> > __usgs0107_prt16opax1 is unknown. Contact the administrator >> > to install the driver before you log in again. >> > >> > please help, refer to MS >> > http://support.microsoft.com/kb/239088/en-us, need to create >> > .inf file. >> > >> > Driver hp LaserJet 1320 PCL 6 required for printer hp >> > LaserJet 1320 PCL 6 is unknown. Contact the administrator to >> > install the driver before you log in again. >> > I try to copy one of the .inf and modify it, notice that the >> > file being compiled and garbage. >> > >> > >> > Please help , this is a hp lajet jet 2200 printer , is a >> > network printer. >> > >> > >> > user pc have another lpt printer, hp lajer 1320, also same >> > error. >> > >> > Driver hp LaserJet 1320 PCL 6 required for printer hp >> > LaserJet 1320 PCL 6 is unknown. Contact the administrator to >> > install the driver before you log in again.
Guest DD Posted August 8, 2007 Posted August 8, 2007 Re: Remote printer not working it works for first printer only, not sure why, but anyway thanks. "Vera Noest [MVP]" wrote: > Yes, it's a plain text file. > I don't know what file you mean with "the existing .inf file". > You shouldn't have an existing ntprintsubs.inf file, unless someone > else already tried to define substitute printer drivers. > > _________________________________________________________ > Vera Noest > MCSE, CCEA, Microsoft MVP - Terminal Server > TS troubleshooting: http://ts.veranoest.net > ___ please respond in newsgroup, NOT by private email ___ > > =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 08 aug > 2007 in microsoft.public.windows.terminal_services: > > > > > Hi Vera, > > > > How to create the .inf file, use normal notepad and save it as > > ntprintsubs.inf ? > > > > I can't modify the exiting .inf file, when i open the file, is > > garbage. > > > > "Vera Noest [MVP]" wrote: > > > >> This is how your ntprintsubs.inf file should look: > >> ---------- start of eample ntprintsubs.inf ------------- > >> [Version] > >> Signature="$CHICAGO$" > >> > >> [Printers] > >> "HP LaserJet 2200 Series PCL 6" = "HP LaserJet Series II" > >> "HP LaserJet 1320 PCL 6" = "HP LaserJet Series II" > >> ---------- end of example ntprintsubs.inf ------------- > >> > >> You can replace the printer name on the right side ("HP > >> LaserJet Series II" in the example above) with any printer > >> driver name which exists on your server. > >> > >> Note that this file is case sensitive, so "hp LaserJet" (as you > >> wrote in several places) is *not* equal to "HP LaserJet" and > >> won't be recognized by Windows! > >> > >> Follow the instructions in KB 239088 to create the registry > >> keys to point to the ntprintsubs.inf file. > >> > >> _________________________________________________________ > >> Vera Noest > >> MCSE, CCEA, Microsoft MVP - Terminal Server > >> TS troubleshooting: http://ts.veranoest.net > >> ___ please respond in newsgroup, NOT by private email ___ > >> > >> =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 07 aug > >> 2007 in microsoft.public.windows.terminal_services: > >> > >> > HI, > >> > > >> > Got this error Event ID 1111 > >> > > >> > Driver HP LaserJet 2200 Series PCL 6 required for printer > >> > __usgs0107_prt16opax1 is unknown. Contact the administrator > >> > to install the driver before you log in again. > >> > > >> > please help, refer to MS > >> > http://support.microsoft.com/kb/239088/en-us, need to create > >> > .inf file. > >> > > >> > Driver hp LaserJet 1320 PCL 6 required for printer hp > >> > LaserJet 1320 PCL 6 is unknown. Contact the administrator to > >> > install the driver before you log in again. > >> > I try to copy one of the .inf and modify it, notice that the > >> > file being compiled and garbage. > >> > > >> > > >> > Please help , this is a hp lajet jet 2200 printer , is a > >> > network printer. > >> > > >> > > >> > user pc have another lpt printer, hp lajer 1320, also same > >> > error. > >> > > >> > Driver hp LaserJet 1320 PCL 6 required for printer hp > >> > LaserJet 1320 PCL 6 is unknown. Contact the administrator to > >> > install the driver before you log in again. >
Guest Vera Noest [MVP] Posted August 8, 2007 Posted August 8, 2007 Re: Remote printer not working Do you mean that the second printer "HP LaserJet 1320 PCL 6" I assume, is not redirected at all? If so, check the EventLog to get the *exact* name for the printer. Or is the printer redirected, but you cannot print to it? If so, you might have to choose another substitute driver, which fits the printer better. _________________________________________________________ Vera Noest MCSE, CCEA, Microsoft MVP - Terminal Server TS troubleshooting: http://ts.veranoest.net ___ please respond in newsgroup, NOT by private email ___ =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 08 aug 2007 in microsoft.public.windows.terminal_services: > it works for first printer only, not sure why, but anyway > thanks. > > > "Vera Noest [MVP]" wrote: > >> Yes, it's a plain text file. >> I don't know what file you mean with "the existing .inf file". >> You shouldn't have an existing ntprintsubs.inf file, unless >> someone else already tried to define substitute printer >> drivers. >> >> _________________________________________________________ >> Vera Noest >> MCSE, CCEA, Microsoft MVP - Terminal Server >> TS troubleshooting: http://ts.veranoest.net >> ___ please respond in newsgroup, NOT by private email ___ >> >> =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 08 aug >> 2007 in microsoft.public.windows.terminal_services: >> >> > >> > Hi Vera, >> > >> > How to create the .inf file, use normal notepad and save it >> > as ntprintsubs.inf ? >> > >> > I can't modify the exiting .inf file, when i open the file, >> > is garbage. >> > >> > "Vera Noest [MVP]" wrote: >> > >> >> This is how your ntprintsubs.inf file should look: >> >> ---------- start of eample ntprintsubs.inf ------------- >> >> [Version] >> >> Signature="$CHICAGO$" >> >> >> >> [Printers] >> >> "HP LaserJet 2200 Series PCL 6" = "HP LaserJet Series II" >> >> "HP LaserJet 1320 PCL 6" = "HP LaserJet Series II" >> >> ---------- end of example ntprintsubs.inf ------------- >> >> >> >> You can replace the printer name on the right side ("HP >> >> LaserJet Series II" in the example above) with any printer >> >> driver name which exists on your server. >> >> >> >> Note that this file is case sensitive, so "hp LaserJet" (as >> >> you wrote in several places) is *not* equal to "HP LaserJet" >> >> and won't be recognized by Windows! >> >> >> >> Follow the instructions in KB 239088 to create the registry >> >> keys to point to the ntprintsubs.inf file. >> >> >> >> _________________________________________________________ >> >> Vera Noest >> >> MCSE, CCEA, Microsoft MVP - Terminal Server >> >> TS troubleshooting: http://ts.veranoest.net >> >> ___ please respond in newsgroup, NOT by private email ___ >> >> >> >> =?Utf-8?B?REQ=?= <DD@discussions.microsoft.com> wrote on 07 >> >> aug 2007 in microsoft.public.windows.terminal_services: >> >> >> >> > HI, >> >> > >> >> > Got this error Event ID 1111 >> >> > >> >> > Driver HP LaserJet 2200 Series PCL 6 required for printer >> >> > __usgs0107_prt16opax1 is unknown. Contact the >> >> > administrator to install the driver before you log in >> >> > again. >> >> > >> >> > please help, refer to MS >> >> > http://support.microsoft.com/kb/239088/en-us, need to >> >> > create .inf file. >> >> > >> >> > Driver hp LaserJet 1320 PCL 6 required for printer hp >> >> > LaserJet 1320 PCL 6 is unknown. Contact the administrator >> >> > to install the driver before you log in again. >> >> > I try to copy one of the .inf and modify it, notice that >> >> > the file being compiled and garbage. >> >> > >> >> > >> >> > Please help , this is a hp lajet jet 2200 printer , is a >> >> > network printer. >> >> > >> >> > >> >> > user pc have another lpt printer, hp lajer 1320, also >> >> > same error. >> >> > >> >> > Driver hp LaserJet 1320 PCL 6 required for printer hp >> >> > LaserJet 1320 PCL 6 is unknown. Contact the administrator >> >> > to install the driver before you log in again.
Recommended Posts