search for: drivername

Displaying 20 results from an estimated 65 matches for "drivername".

Did you mean: driver_name
2009 Oct 06
1
[patch] PXE-On-A-Disk: etherboot2ethersel.pl patched for etherboot-5.4.3+dfgs
...d line\n"; } -$etherdir = $ARGV[0]; -$outdir = $ARGV[1]; +if ($#ARGV == 2) +{ $debug = "true"; $etherdir = $ARGV[1]; $outdir = $ARGV[2]; } +else # $#ARGV == 1 +{ $etherdir = $ARGV[0]; $outdir = $ARGV[1]; } my $etherfile; my $syscfgfile; @@ -123,8 +126,7 @@ ($drivername, $leftover) = /^family\s+drivers\/net\/(\S+)/; if (defined $drivername) { - # Uncomment lines with "###" if you are debugging, for more verbosity. - ###print "Found family $drivername\n"; +...
2002 Jul 22
1
Printer Migration hackery
...$' |"; while (<RPCCLIENT>) { $line = $_; $line =~ s/Printer Driver Info 2:\n//; #$line =~ s/[\t ] +//g; $line =~ s/[\[\]]//g; $line =~ s/^[^:]+: |(\n)[^:]+: /$1/g; $line =~ s/\\/\//g; $line =~ s/$myname//gi; $line =~ s/print\$/$PRINTDOLLARPATH/g; $line =~ s/\/+/\//g; ( $version, $drivername, $architecture, $driverpath, $datafile, $configfile ) = split(/\n/, $line); $drivers{$drivername}{"version"} = $version; $drivers{$drivername}{"architecture"} = $architecture; $drivers{$drivername}{"driverpath"} = $driverpath; $drivers{$drivername}{"datafile&quo...
2010 Dec 16
2
Samba printer management commands
...######################################################## # Nombre de la impresora LPNAME=$(echo "$1" | iconv -t ascii//translit | sed --regexp-extended 's/\s+/_/g') # Nombre del recurso compartido SHARENAME=$2 # Nombre del puerto PORTNAME=$3 # Nombre del controlador DRIVERNAME=$4 # Localizaci?n LOCATION_OLD=$5 # Localizaci?n en Windows 95 LOCATIONWIN9X=$6 # Comprobar la sintaxis de la localizaci?n, y a?adir el protocolo por defecto si no lo tiene if [[ ! ${LOCATION_OLD} =~ ":/" ]] then LOCATION_NEW="lpd://${LOCATION_OLD}" else LOCATION...
2000 Jan 30
1
Slow writes from MS-DOS LanMan Client to Samba server
...roup=MZ interfaces=212.xx.xx.xx/255.255.255.240 security=SERVER unix password sync=yes lm announce=no netbios name=LNX-MZ-1 ---- end of sniplet smb.conf ---- ---- protocol.ini ---- [network.setup] version=0x3110 netcard=ms$elnk3,1,MS$ELNK3,1 transport=tcpip,TCPIP lana0=ms$elnk3,1,tcpip [ms$elnk3] DRIVERNAME=ELPC575$ INTERRUPT = 0xB MAXTRANSMITS=40 [protman] drivername=PROTMAN$ PRIORITY=MS$NDISHLP [tcpip] NBSessions=4 ---- end of sniplet protocol.ini ---- ---- tcputils.ini ---- [tcpglobal] drivername=GLOBAL$ [sockets] drivername=SOCKETS$ bindings=TCPIP_XIF numsockets=4 numthreads=32 poolsize=3200...
2011 Apr 21
7
[PATCHv11 0/6] libvirt/qemu - persistent modification of devices
Here is v11. Fixed comments/bugs and updated against the latest libvirt.git. Changes v10->v11: - fixed comments on each patches - fixed cgroup handling in patch 3. - fixed MODIFY_CURRENT handling in patch 4. most of diff comes from refactoring qemu/qemu_driver.c -- conf/domain_conf.c | 40 ++ conf/domain_conf.h | 5 libvirt_private.syms | 3 qemu/qemu_driver.c | 727
2015 Nov 30
6
Re: packaging virtio-win
...port any work in that direction. But the things to consider: - There are many consumers of the iso layout as it is right now. Any changes in the short to medium term need to be entirely additive so we can get the new layout right without breaking every consumer. So keep the existing iso layout of $drivername/$weird-os/$arch, but _add_ the $arch/$standard-os/* layout, and avoid duplicates by hardlinking identical files (the scripts on github already have code that handles the last bit). In fact it might be a good starting point to write a script that takes the existing iso, extracts it, and rearranges t...
1997 Dec 17
1
SMB printing client driver data serving w/ Samba
...he way NT print servers do. This makes life so much easier. From the Samba source, it looks like the 'driverdata' field for a printer is just set to the string "NULL". The CIFS specs that I found don't discuss what should be returned in that field. NOTE: I am already using the DRIVERNAME configuration option but I want to take it one step further. Any pointers would be greatly appreciated. Thanks! Ed
2012 Dec 05
1
Windows 8 Point-and-Print
..._driver_i } /* Yes - try again with a WinNT driver. */ - version = 2; + /* version = 2; */ + /* [fl] also try to find a level-3 driver for Windows 8 */ + version--; result = winreg_get_driver(mem_ctx, b, architecture, pinfo2->drivername,
2007 May 18
1
i'm confused
...s.conf 'apcsmart-ttyS0' then it'll work because upsd will use the upsname, but from looking at the docs, examples and so on it appears i can use any arbitrary string in ups.conf for the name? Have i missed something really obvious (probably) or does everyone create entries called '[drivername-port]'?! Thanks Nick This e-mail is the property of Quadriga Worldwide Ltd, intended for the addressee only and confidential. Any dissemination, copying or distribution of this message or any attachments is strictly prohibited. If you have received this message in error, please notify us...
2004 Aug 19
1
printernames vs. sharenames
Hello, when I assign a printer driver to a printer from a windows client, the printername now changes to the drivername. Yes, I can see the SPOOLSS_SETPRINTER call with the printername property, but that's definitly not what I want (or would expect). E.g. when I change the drivers of 3 printers to HP Laserjet, I get 3 printers with the names "HP Laserjet [(Copy 1|2)]". These names are different fro...
2007 Apr 11
8
[Xen-tools] Storage for DomU
Hi all, I manage to create a VM (slackware image) and hide the PCI device (qlogic HBA) from Dom0 to DomainU. Now the Dom0 cant see this HBA and the ''xm list -l'' shows this pci device under the DomainU. But how can I do some scsi inquiry or check if this PCI device is visible to the DomainU from the DomainU''s console. Any help? Thanks and regards Ashit
2005 Sep 13
1
Problem adding printer using MSRPC
...nks, Guru. The addprinter vbscript dim oMaster, oPrinter set oMaster = CreateObject("PrintMaster.PrintMaster.1") set oPrinter = CreateObject("Printer.Printer.1") oPrinter.ServerName = "\\abc.xyz.com" oPrinter.PrinterName = "Apple" oPrinter.DriverName = "Apple LaserWriter 8500" oPrinter.PortName = "Samba printer port" oPrinter.shareName = "Apple" oPrinter.Location = "odi-lab" oMaster.PrinterAdd(oPrinter) smb.conf [global] idmap uid = 70000-200000 idmap gid = 70000-200000 winbind enum...
2008 Feb 21
1
GDI Printer problem
.... When a user maps the printer only a message appears "printing not possible". So I looked at the printserver and compared everything with a local printer on my XP notebook and found the following: aruba:~ # rpcclient -U'_pkoch%PW' ancona -c 'getprinter C5650 2' drivername:[OKI C5650] printprocessor:[OPHJPP3] printprocessor:[winprint] attributes:[0xa40] attributes:[0x1848] ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ WIN XP samba I used tdbtool to change the printprocessor, but it's...
2019 Apr 10
0
Unable to upload printer drivers
...on. So we are back to : https://docs.microsoft.com/en-us/windows-hardware/drivers/print/constructing-a-package-aware-driver-with-updated-core-drivers Read it, but this is what we are hitting again. /snap <InfPath>c:\samsunguniversalprintdriver3\printer\upd\us013.inf</InfPath> <DriverName>-</DriverName> <InstallSection>-</InstallSection> <ProcessorArchitecture>Windows x64</ProcessorArchitecture> <PackageAware>Not package aware</PackageAware> <CoreDriverDependencies>-</CoreDriverDependencies> <LastError>0x12</LastError...
2008 Sep 23
2
Printer driver problem in 3.0.28/31
...rs with Samba downloaded drivers of an installed printer. When attempting to view the printer properties you receive the following error: ?Function address 0x2d04193 caused a protection fault. (exception code 0xc0000005) Some or all property page(s) may not be displayed.? Followed by: ?The ?<drivername>? printer driver is not installed on this computer. Some printer properties will not be accessible unless you install the printer driver. Do you want to install the driver now?? This occurs with the following drivers, all version 61.074.561.43 (5/21/08): HP LaserJet 5200 PCL5e HP LaserJet 5...
2007 Jun 07
2
Reserve '_' in driver names?
...iver sockets from the STATEPATH. This works quite well and uses surprisingly little code (much less than parsing the 'ups.conf' file). However, since I can no longer read the name from the 'ups.conf' file, I need to extract this from the name of the socket. We might simply strip the drivername from the socket name again, but I really don't want to do that, since it won't allow us to define our own names (for autodetected UPSes) anymore. Unfortunately, we're clean out of potential separation characters. Unless I use a double '_' or '-' (the '.' is not...
2017 Apr 18
0
[PATCH xf86-video-amdgpu] Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr
...irty) static Bool master_has_sync_shared_pixmap(ScrnInfoPtr scrn, PixmapDirtyUpdatePtr dirty) { - ScrnInfoPtr master_scrn = xf86ScreenToScrn(dirty->src->master_pixmap->drawable.pScreen); + ScrnInfoPtr master_scrn = xf86ScreenToScrn(amdgpu_dirty_master(dirty)); return master_scrn->driverName == scrn->driverName; } @@ -581,7 +581,7 @@ amdgpu_prime_scanout_do_update(xf86CrtcPtr crtc, unsigned scanout_id) Bool ret = FALSE; xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) { - if (dirty->src == scanoutpix && dirty->slave_dst == + if (amdgpu_d...
2005 Jul 14
2
Samba 3.0.20pre2 printer driver problem
...make our clients happy. here is an example output of rpcclient's "enumprinters 2" command that you can see the difference. 3.0.14a: servername:[\\mysrv] printername:[\\mysrv\LJ8150-PS] sharename:[LJ8150-PS] portname:[Samba Printer Port] drivername:[HP LaserJet 8150 PS] comment:[HP LaserJet 8150DN (Duplex, B/W)] location:[] 3.0.20pre2 servername:[\\mysrv] printername:[\\mysrv\lj8150-ps] sharename:[LJ8150-PS] portname:[Samba Printer Port] drivername:[] comment:[HP LaserJe...
2003 Jul 28
3
Problem with rpcclient command
Hi, I am trying to query a W2K PDC for info on a print driver by issuing the following command: rpcclient -Uxxx%yyy -d 3 -c 'getdriver "HP LaserJet 8000 Series PS"' abert The response I get is: Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface
2004 Aug 20
3
3.0.6 & "string overflow by 1"
I updated one of my file servers to 3.0.6, and while file serving is improved (no M$-Office file already open messages), every time I access a printer my logs flood with messages like to those below. It seems I can set printer properites, etc... but when I print the jobs seem to go to never-never land (still researching where the jobs go). [2004/08/20 08:46:27, 0]