Matthias
2018-Sep-17 10:37 UTC
[Samba] Kyocera P6230cdn driver installation on print server fails
Hello, I am trying to install the driver on my print server. I used https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_Driver_Downloads_for_Windows_Clients as a guide. I tried to install - KX driver, 32 and/or 64 bit - KX-XPS driver, 32 and/or 64 bit - Of both drivers the 64bit variants the installed driver package from system32 directory With all drivers I get the message "Add Printer Driver Wizard Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - User Mode, x64 driver. This operation is not supported." after files have been copied to the print$ share into x64/{...} or W32X86/{...} directories. I can't find anything enlightening in the samba log files (low log level shows nothing helpful, high log level shows to much) and eventvwr (AFAIR Event ID 215 which brings nothing helpful). I have set os_major/minor to 6/0. I don't believe, that rights are missing. Any ideas? Thanks Matthias
L.P.H. van Belle
2018-Sep-17 11:13 UTC
[Samba] Kyocera P6230cdn driver installation on print server fails
Try the universal driver that one should work fine. https://www.kyoceradocumentsolutions.nl/index/service/download_center.html?initial=false&search=any&searchTerm=KM-5035&category=driver Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Matthias via samba > Verzonden: maandag 17 september 2018 12:38 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Kyocera P6230cdn driver installation on > print server fails > > Hello, > > I am trying to install the driver on my print server. I used > > https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_ > Driver_Downloads_for_Windows_Clients > > as a guide. I tried to install > > - KX driver, 32 and/or 64 bit > - KX-XPS driver, 32 and/or 64 bit > - Of both drivers the 64bit variants the installed driver > package from system32 directory > > With all drivers I get the message > > "Add Printer Driver Wizard > Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - > User Mode, x64 driver. > This operation is not supported." > > after files have been copied to the print$ share into x64/{...} or > W32X86/{...} directories. I can't find anything enlightening in the > samba log files (low log level shows nothing helpful, high log level > shows to much) and eventvwr (AFAIR Event ID 215 which brings nothing > helpful). I have set os_major/minor to 6/0. I don't believe, that > rights are missing. > > Any ideas? > > Thanks > Matthias > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
MORILLO Jordi
2018-Sep-17 11:36 UTC
[Samba] Kyocera P6230cdn driver installation on print server fails
As usual, Kyocera drivers are not all formed. You have to edit OEMSETUP.inf in each arch (32 + 64): Modify this: [Manufacturer] Kyocera=Kyocera,NTx86.6.0,NTamd64.6.0 ;---------------------------------------------------------------- ; Model Sections ;---------------------------------------------------------------- [Kyocera.NTx86.6.0] ..... [Kyocera.NTamd64.6.0] ..... Into this: [Manufacturer] Kyocera=Kyocera,NTx86,NTamd64 ;---------------------------------------------------------------- ; Model Sections ;---------------------------------------------------------------- [Kyocera.NTx86] ..... [Kyocera.NTamd64] ..... Also, there is a bug that never been corrected for uploading 32bits driver: https://bugzilla.samba.org/show_bug.cgi?id=12761 but patch exist.... -----Message d'origine----- De : samba <samba-bounces at lists.samba.org> De la part de Matthias via samba Envoyé : lundi 17 septembre 2018 12:38 À : samba at lists.samba.org Objet : [Samba] Kyocera P6230cdn driver installation on print server fails Hello, I am trying to install the driver on my print server. I used https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_Driver_Downloads_for_Windows_Clients as a guide. I tried to install - KX driver, 32 and/or 64 bit - KX-XPS driver, 32 and/or 64 bit - Of both drivers the 64bit variants the installed driver package from system32 directory With all drivers I get the message "Add Printer Driver Wizard Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - User Mode, x64 driver. This operation is not supported." after files have been copied to the print$ share into x64/{...} or W32X86/{...} directories. I can't find anything enlightening in the samba log files (low log level shows nothing helpful, high log level shows to much) and eventvwr (AFAIR Event ID 215 which brings nothing helpful). I have set os_major/minor to 6/0. I don't believe, that rights are missing. Any ideas? Thanks Matthias -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
L.P.H. van Belle
2018-Sep-17 12:00 UTC
[Samba] Kyocera P6230cdn driver installation on print server fails
As you did see on the download location. http://downloads.van-belle.nl/samba4/Patches/debian-S12761-s3-printing-Change-to-GUID-dir-if-we-deal-with-COPY.patch Is a working fix. I've used that in lots of samba versions. But i dont need the patch anymore, so i removed it from the builds. You can try : https://downloads.van-belle.nl/samba4/Kyocera/ Which is a customized driver made for me by kyocera and signed by MS. The next samba 4.6 ... See : https://wiki.samba.org/index.php/Samba_Release_Planning 4.6 discontinued (EOL) 2018-09-13 Upgrade to 4.7 or better 4.8. Please note, if you adjust you driver as shown below, you loose the signing and you need to lift some restrictions by GPO to allow the printer driver. Latest samba version should allow the new MS drivers, but i have not tested that. The universal kyocera works fine for now. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > MORILLO Jordi via samba > Verzonden: maandag 17 september 2018 13:36 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Kyocera P6230cdn driver installation > on print server fails > > As usual, Kyocera drivers are not all formed. > You have to edit OEMSETUP.inf in each arch (32 + 64): > > Modify this: > > [Manufacturer] > Kyocera=Kyocera,NTx86.6.0,NTamd64.6.0 > ;---------------------------------------------------------------- > ; Model Sections > ;---------------------------------------------------------------- > [Kyocera.NTx86.6.0] > ..... > [Kyocera.NTamd64.6.0] > ..... > > Into this: > > [Manufacturer] > Kyocera=Kyocera,NTx86,NTamd64 > ;---------------------------------------------------------------- > ; Model Sections > ;---------------------------------------------------------------- > [Kyocera.NTx86] > ..... > [Kyocera.NTamd64] > ..... > > Also, there is a bug that never been corrected for uploading > 32bits driver: > https://bugzilla.samba.org/show_bug.cgi?id=12761 but patch exist.... > > > -----Message d'origine----- > De : samba <samba-bounces at lists.samba.org> De la part de > Matthias via samba > Envoyé : lundi 17 septembre 2018 12:38 > À : samba at lists.samba.org > Objet : [Samba] Kyocera P6230cdn driver installation on print > server fails > > Hello, > > I am trying to install the driver on my print server. I used > > https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_ > Driver_Downloads_for_Windows_Clients > > as a guide. I tried to install > > - KX driver, 32 and/or 64 bit > - KX-XPS driver, 32 and/or 64 bit > - Of both drivers the 64bit variants the installed driver > package from system32 directory > > With all drivers I get the message > > "Add Printer Driver Wizard > Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - > User Mode, x64 driver. > This operation is not supported." > > after files have been copied to the print$ share into > x64/{...} or W32X86/{...} directories. I can't find anything > enlightening in the samba log files (low log level shows > nothing helpful, high log level shows to much) and eventvwr > (AFAIR Event ID 215 which brings nothing helpful). I have set > os_major/minor to 6/0. I don't believe, that rights are missing. > > Any ideas? > > Thanks > Matthias > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Matthias
2018-Sep-17 16:50 UTC
[Samba] Kyocera P6230cdn driver installation on print server fails
First of all, I forgot to mention, that I have Debian 9 with standard Samba 4.5. Modifying the oemsetup.inf should not be neccessary as I have set the os_major/minor to 6/0. The generic driver which comes with Windows is a Type 4 which should not be supported by samba as far as I read. I tried the van-belle driver. Same situation. I have found samba 4.8 for stretch at http://apt.van-belle.nl. I think I will try that one (there is no samba in backports) unless some new idea pops up. Thanks Matthias On Mon, Sep 17, 2018 at 02:00:03PM +0200, L.P.H. van Belle via samba wrote:> As you did see on the download location. > > http://downloads.van-belle.nl/samba4/Patches/debian-S12761-s3-printing-Change-to-GUID-dir-if-we-deal-with-COPY.patch > Is a working fix. I've used that in lots of samba versions. > > But i dont need the patch anymore, so i removed it from the builds. > > You can try : > https://downloads.van-belle.nl/samba4/Kyocera/ > Which is a customized driver made for me by kyocera and signed by MS. > > The next samba 4.6 ... > See : https://wiki.samba.org/index.php/Samba_Release_Planning > 4.6 discontinued (EOL) 2018-09-13 > > Upgrade to 4.7 or better 4.8. > > Please note, if you adjust you driver as shown below, you loose the signing and you need to lift some restrictions by GPO to allow the printer driver. > > > Latest samba version should allow the new MS drivers, but i have not tested that. > The universal kyocera works fine for now. > > Greetz, > > Louis > > > > -----Oorspronkelijk bericht----- > > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > > MORILLO Jordi via samba > > Verzonden: maandag 17 september 2018 13:36 > > Aan: samba at lists.samba.org > > Onderwerp: Re: [Samba] Kyocera P6230cdn driver installation > > on print server fails > > > > As usual, Kyocera drivers are not all formed. > > You have to edit OEMSETUP.inf in each arch (32 + 64): > > > > Modify this: > > > > [Manufacturer] > > Kyocera=Kyocera,NTx86.6.0,NTamd64.6.0 > > ;---------------------------------------------------------------- > > ; Model Sections > > ;---------------------------------------------------------------- > > [Kyocera.NTx86.6.0] > > ..... > > [Kyocera.NTamd64.6.0] > > ..... > > > > Into this: > > > > [Manufacturer] > > Kyocera=Kyocera,NTx86,NTamd64 > > ;---------------------------------------------------------------- > > ; Model Sections > > ;---------------------------------------------------------------- > > [Kyocera.NTx86] > > ..... > > [Kyocera.NTamd64] > > ..... > > > > Also, there is a bug that never been corrected for uploading > > 32bits driver: > > https://bugzilla.samba.org/show_bug.cgi?id=12761 but patch exist.... > > > > > > -----Message d'origine----- > > De : samba <samba-bounces at lists.samba.org> De la part de > > Matthias via samba > > Envoyé : lundi 17 septembre 2018 12:38 > > À : samba at lists.samba.org > > Objet : [Samba] Kyocera P6230cdn driver installation on print > > server fails > > > > Hello, > > > > I am trying to install the driver on my print server. I used > > > > https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_ > > Driver_Downloads_for_Windows_Clients > > > > as a guide. I tried to install > > > > - KX driver, 32 and/or 64 bit > > - KX-XPS driver, 32 and/or 64 bit > > - Of both drivers the 64bit variants the installed driver > > package from system32 directory > > > > With all drivers I get the message > > > > "Add Printer Driver Wizard > > Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - > > User Mode, x64 driver. > > This operation is not supported." > > > > after files have been copied to the print$ share into > > x64/{...} or W32X86/{...} directories. I can't find anything > > enlightening in the samba log files (low log level shows > > nothing helpful, high log level shows to much) and eventvwr > > (AFAIR Event ID 215 which brings nothing helpful). I have set > > os_major/minor to 6/0. I don't believe, that rights are missing. > > > > Any ideas? > > > > Thanks > > Matthias > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba-- greg requiescat in pace. vir magnus erat. desiderio eius angor.
Matthias
2018-Sep-18 08:32 UTC
[Samba] Kyocera P6230cdn driver installation on print server fails
Louis, I installed your 4.8.5 on the print server (and only there). I tried installing original KX XPS driver and your customized driver and got the same error. You did not write for which version of samba your patch is. Does it still make sense to try it on the 4.8.5? Thanks Matthias On Mon, Sep 17, 2018 at 02:00:03PM +0200, L.P.H. van Belle via samba wrote:> As you did see on the download location. > > http://downloads.van-belle.nl/samba4/Patches/debian-S12761-s3-printing-Change-to-GUID-dir-if-we-deal-with-COPY.patch > Is a working fix. I've used that in lots of samba versions. > > But i dont need the patch anymore, so i removed it from the builds. > > You can try : > https://downloads.van-belle.nl/samba4/Kyocera/ > Which is a customized driver made for me by kyocera and signed by MS. > > The next samba 4.6 ... > See : https://wiki.samba.org/index.php/Samba_Release_Planning > 4.6 discontinued (EOL) 2018-09-13 > > Upgrade to 4.7 or better 4.8. > > Please note, if you adjust you driver as shown below, you loose the signing and you need to lift some restrictions by GPO to allow the printer driver. > > > Latest samba version should allow the new MS drivers, but i have not tested that. > The universal kyocera works fine for now. > > Greetz, > > Louis > > > > -----Oorspronkelijk bericht----- > > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > > MORILLO Jordi via samba > > Verzonden: maandag 17 september 2018 13:36 > > Aan: samba at lists.samba.org > > Onderwerp: Re: [Samba] Kyocera P6230cdn driver installation > > on print server fails > > > > As usual, Kyocera drivers are not all formed. > > You have to edit OEMSETUP.inf in each arch (32 + 64): > > > > Modify this: > > > > [Manufacturer] > > Kyocera=Kyocera,NTx86.6.0,NTamd64.6.0 > > ;---------------------------------------------------------------- > > ; Model Sections > > ;---------------------------------------------------------------- > > [Kyocera.NTx86.6.0] > > ..... > > [Kyocera.NTamd64.6.0] > > ..... > > > > Into this: > > > > [Manufacturer] > > Kyocera=Kyocera,NTx86,NTamd64 > > ;---------------------------------------------------------------- > > ; Model Sections > > ;---------------------------------------------------------------- > > [Kyocera.NTx86] > > ..... > > [Kyocera.NTamd64] > > ..... > > > > Also, there is a bug that never been corrected for uploading > > 32bits driver: > > https://bugzilla.samba.org/show_bug.cgi?id=12761 but patch exist.... > > > > > > -----Message d'origine----- > > De : samba <samba-bounces at lists.samba.org> De la part de > > Matthias via samba > > Envoyé : lundi 17 septembre 2018 12:38 > > À : samba at lists.samba.org > > Objet : [Samba] Kyocera P6230cdn driver installation on print > > server fails > > > > Hello, > > > > I am trying to install the driver on my print server. I used > > > > https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_ > > Driver_Downloads_for_Windows_Clients > > > > as a guide. I tried to install > > > > - KX driver, 32 and/or 64 bit > > - KX-XPS driver, 32 and/or 64 bit > > - Of both drivers the 64bit variants the installed driver > > package from system32 directory > > > > With all drivers I get the message > > > > "Add Printer Driver Wizard > > Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - > > User Mode, x64 driver. > > This operation is not supported." > > > > after files have been copied to the print$ share into > > x64/{...} or W32X86/{...} directories. I can't find anything > > enlightening in the samba log files (low log level shows > > nothing helpful, high log level shows to much) and eventvwr > > (AFAIR Event ID 215 which brings nothing helpful). I have set > > os_major/minor to 6/0. I don't believe, that rights are missing. > > > > Any ideas? > > > > Thanks > > Matthias > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba-- greg requiescat in pace. vir magnus erat. desiderio eius angor.
Seemingly Similar Threads
- Kyocera P6230cdn driver installation on print server fails
- Kyocera P6230cdn driver installation on print server fails
- Kyocera P6230cdn driver installation on print server fails
- unable to upload printer driver
- Kyocera 680 KX and driver uploads failing - anybody have success?