similar to: Unable to upload printer drivers

Displaying 17 results from an estimated 17 matches similar to: "Unable to upload printer drivers"

2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
There are registry entries that are needed to add some other drivers. Extracting them into a function will help adding SUSE VMDP support. --- v2v/windows_virtio.ml | 311 ++++++++++++++++++++++++++++---------------------- 1 file changed, 176 insertions(+), 135 deletions(-) diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml index 14ffc51..8a0b529 100644 --- a/v2v/windows_virtio.ml +++
2019 Apr 08
0
Unable to upload printer drivers
Which drivers? Do you have a link so i can test them myself. Im running almost same settings and i just installed the samsung universal 3 driver from a win10 X64 pc ( as DOM\Adminstrator) This one; ?Samsung Universal Print Driver voor Windows 15.9 MB-25.4 MB SamsungUniversalPrintDriver3.exe On debian 9, samba 4.9.6 My first guess here is, incorrect folder rights, what is in the windows
2011 Aug 18
2
Problem exporting samba 3.6 registry
I'm triing to put some samba3.6 server like print server, the load of ntprinters and ntdrivers is ok, but when I try to do a backup of the registry I find it: #net rpc registry export 'HKLM\System\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers\Version-3\Canon iR2270/iR2870 PCL6' printers.reg Violaci?n de segmento (Segmentation Fault) Export fail but enumerate
2017 Jun 06
0
unable to upload printer driver
I can install Kyocera Universal KPDL drivers once i delete the sections: [PrinterPackageInstallation.x86] PackageAware=TRUE CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F1} [PrinterPackageInstallation.amd64] PackageAware=TRUE CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F1} in the OEMSETUP.inf file. But editing the file invalidates signing. Am 06.06.2017 um 12:59
2017 Jun 06
0
unable to upload printer driver
Hmm after another try an windows 7 client 32 and 64 bit can install such an driver now. Sorry for the noise. :-) Am 06.06.2017 um 15:10 schrieb Achim Gottinger via samba: > Please ignore the recommendation, such an driver can not be assigned > to an printer. > > Am 06.06.2017 um 14:54 schrieb Achim Gottinger via samba: >> I can install Kyocera Universal KPDL drivers once i
2017 Jun 07
0
unable to upload printer driver
Hello Franz, Out of curisoity I tried to install the old Kyocera Universal drivers we use since a few years on an other samba server (4.6.5). Found the old version here https://www.rz.uni-osnabrueck.de/fileadmin/user_upload/Campuscard/Drucken/Treiber/win8/KyoceraClassicUniversalDriversCertified130315.zip. It also fails now and the OEMSETUP.INF file also contains an
2019 Apr 10
3
Unable to upload printer drivers.
Hi Tested if i could upgrade my kyocera drivers but no go.. ( where i have currently 6.3.909.0 installed. ) Tried/Tested with win10 and win7 x64. ( 4.9.6 ) with the windows printer manager. ( as shown on the wiki ) KyoceraClassicUniversal v3.3_signed KX_741525_UPD_signed_EU All get : HRESULT: 0x0000023f (ERROR_APP_INIT_FAILURE) ( see below ) Tested them all, and atm only one works..
2017 Jun 07
1
unable to upload printer driver
In an AD environment one may also sign an modified driver package https://technet.microsoft.com/en-us/library/eb9b35a3-64e9-4cd4-8393-9d8f5966f9c2 and deploy the certificate via an GPO https://technet.microsoft.com/de-de/library/cc770315(v=ws.10).aspx Am 07.06.2017 um 14:48 schrieb Achim Gottinger via samba: > Hello Franz, > > Out of curisoity I tried to install the old Kyocera
2017 Jun 07
0
{Filename?} RE: unable to upload printer driver
Waarschuwing: Er zijn 1 of meer bijlagen uit dit bericht verwijderd Waarschuwing: (KyUHCa.chm, KyUHlp.chm, KyUHPt.chm, KyUHDe.chm, KyUHFr.chm, KyUSNM.exe, KyUHSe.chm, KyoClassicUniversalPCL5_v3.0_Samba_WHQL.zip, KyUHSp.chm). Waarschuwing: Lees de "Bazuin-en-Partners-Attachment-Warning.txt" bijlage voor meer informatie. Hai Franz and Achmin. Attached in this mail is a driver made by
2017 Jun 06
2
unable to upload printer driver
Please ignore the recommendation, such an driver can not be assigned to an printer. Am 06.06.2017 um 14:54 schrieb Achim Gottinger via samba: > I can install Kyocera Universal KPDL drivers once i delete the sections: > > [PrinterPackageInstallation.x86] > PackageAware=TRUE > CoreDriverDependencies={D20EA372-DD35-4950-9ED8-A6335AFE79F1} > > [PrinterPackageInstallation.amd64]
2019 Apr 08
4
Unable to upload printer drivers
Hi, Am 25.03.2019 um 14:12 schrieb Marco Gaiarin via samba: > [...] > Some drivers there's no way to load (for example, some samsung MFP). > Some other load, but you have to do 2-5 try before they work. I did now try many different drivers from different vendors none of them worked thus I think there is something else wrong. I then did some more tests, trying to find anything being
2017 Jun 07
5
unable to upload printer driver
Hi Achim, thank you for your effort! I did a couple of tests, from W8.1 with x64 driver which where rather old and therefore disignated for W7x64. But this went stale as well. Therefore I'll give it a try by using a W7-WS for uploading the drivers. Franz >>> Achim Gottinger <achim at ag-web.biz> 06.06.2017 15:27 >>> Hmm after another try an windows 7 client 32 and
2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a virtio-blk drive was initially conceived by comparing the state with virtio-blk driver properly installed, to that without. However, we don't want to replicate the Windows PnP system; rather we need to apply just enough edits to make the system boot, and then let the Windows PnP manager figure out the rest. This series
2016 Apr 05
22
[PATCH 0/7] Add support for SUSE virtio windows drivers
Hi there, SUSE ships Virtual Machine Driver Pack for the virtio windows drivers. Get v2v and customize to discover them and use them if available. Cédric Bosdonnat (7): v2v: check next free oem%d.inf in /Windows/Inf v2v: extract controller offset discovery as a function customize: add support for pvvxsvc v2v: extract reusable parts of viostor regedits v2v: adapt the subkey in Enum
2019 Mar 25
2
Unable to upload printer drivers
Hi, I'm trying to upload printer drivers on a fresh samba installation (version 4.9.4). I configured the settings accordingly to the wiki and also followed the instructions for adding printer drivers. I am able to read and write to the print$ share and to access the samba server via the printer management console. However when I try to upload an driver (and I tried different type 3
2020 Jul 09
0
Azure Sync
Hi, Am 02.07.2020 um 17:23 schrieb Martin Hauptmann via samba: > Sorry if I didn't find the right manual. > > I would like to set up a new Domain Controller and connect it to an existing Office 365 with Exchange in a way, AD-Users of a certain group can login and not having to login to Office365. > > My questions: > > Can I map the existing Office365-Accounts to the
2023 Oct 29
0
Possible memory leak in drepl process on RODC
Hi, I'm running two samba RODCs next to two Windows Server 2019 based DCs in an Active Directory infrastructure. The Domain functional level is 2012_R2 that is also set as ad fc functional level on the SAMBA RODC. The samba version is 4.19.2-Debian from mjts repository running on Debian bookworm. While everything basically seems to work fine the drepl subprocess is constantly growing in