Displaying 16 results from an estimated 16 matches for "devicedesc".
2012 Jun 10
3
SNMP agent for NUT
...viceIndex.5 = INTEGER: 5
NUT-MIB::deviceIndex.6 = INTEGER: 6
NUT-MIB::deviceName.1 = STRING: ups2
NUT-MIB::deviceName.2 = STRING: xxx
NUT-MIB::deviceName.3 = STRING: upsoutlet
NUT-MIB::deviceName.4 = STRING: ups3p1
NUT-MIB::deviceName.5 = STRING: ups3p2
NUT-MIB::deviceName.6 = STRING: ups3
NUT-MIB::deviceDesc.1 = STRING: UPS2 10 KVA Lacerda Titan Black
tri-mono 10KVA (220v) Serial A08823221
NUT-MIB::deviceDesc.2 = STRING: Fictious
NUT-MIB::deviceDesc.3 = STRING: Example outlet
NUT-MIB::deviceDesc.4 = STRING: phases1
NUT-MIB::deviceDesc.5 = STRING: phases2
NUT-MIB::deviceDesc.6 = STRING: test3
NUT-MIB::d...
2012 Jun 10
3
SNMP agent for NUT
...viceIndex.5 = INTEGER: 5
NUT-MIB::deviceIndex.6 = INTEGER: 6
NUT-MIB::deviceName.1 = STRING: ups2
NUT-MIB::deviceName.2 = STRING: xxx
NUT-MIB::deviceName.3 = STRING: upsoutlet
NUT-MIB::deviceName.4 = STRING: ups3p1
NUT-MIB::deviceName.5 = STRING: ups3p2
NUT-MIB::deviceName.6 = STRING: ups3
NUT-MIB::deviceDesc.1 = STRING: UPS2 10 KVA Lacerda Titan Black
tri-mono 10KVA (220v) Serial A08823221
NUT-MIB::deviceDesc.2 = STRING: Fictious
NUT-MIB::deviceDesc.3 = STRING: Example outlet
NUT-MIB::deviceDesc.4 = STRING: phases1
NUT-MIB::deviceDesc.5 = STRING: phases2
NUT-MIB::deviceDesc.6 = STRING: test3
NUT-MIB::d...
2013 Feb 07
1
[Qemu-devel] Headsup: windows virtio networking does not work on current git
...> > > > Rusty.
> >
> > Well that's all in theory, in practice it does not look like revision ID
> > is specified in the NetKVM inf so this won't work?
> >
> > From what I see this inf specifies:
> >
> > NetKVM/wlh/netkvm.inf:%kvmnet6.DeviceDesc% = kvmnet6.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm2k.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF...
2013 Feb 07
1
[Qemu-devel] Headsup: windows virtio networking does not work on current git
...> > > > Rusty.
> >
> > Well that's all in theory, in practice it does not look like revision ID
> > is specified in the NetKVM inf so this won't work?
> >
> > From what I see this inf specifies:
> >
> > NetKVM/wlh/netkvm.inf:%kvmnet6.DeviceDesc% = kvmnet6.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4
> > NetKVM/wxp/netkvm2k.inf:%kvmnet5.DeviceDesc% = kvmnet5.ndi, PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF...
2016 Feb 09
2
Re: Help with Win10
...terpreter:
$ rlwrap ocaml
OCaml version 4.02.3
# open Printf;;
# printf "PCI\\VEN_1AF4&DEV_1001&REV_00\n";;
PCI\VEN_1AF4&DEV_1001&REV_00
- : unit = ()
# let oem_inf = "oem1.inf";;
val oem_inf : string = "oem1.inf"
# printf "@%s,%%rhelscsi.devicedesc%%;Red Hat VirtIO SCSI controller\n"
oem_inf;;
@oem1.inf,%rhelscsi.devicedesc%;Red Hat VirtIO SCSI controller
- : unit = ()
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-...
2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
..."PCI\\CC_010000";
- "PCI\\CC_0100";
- ];
- "ConfigFlags", REG_DWORD 0_l;
- "ContainerID", REG_SZ "{00000000-0000-0000-ffff-ffffffffffff}";
- "DeviceDesc", REG_SZ (sprintf "@%s,%%rhelscsi.devicedesc%%;Red Hat VirtIO SCSI controller" oem_inf);
- "Driver", REG_SZ (sprintf "%s\\%s" scsi_adapter_guid controller_offset);
- "HardwareID", REG_MULTI_SZ [
- "PCI\\VEN_1AF...
2015 Nov 17
0
[PATCH 2/3] v2v: windows: Add a Windows '*.inf' file parser.
...;
+ "provider", "%RHEL%";
+ "driverver", "12/04/2014,62.71.104.9600";
+ "catalogfile", "Balloon.cat";
+ "driverpackagetype", "PlugAndPlay";
+ "driverpackagedisplayname", "%BALLOON.DeviceDesc%";
+ "pnplockdown", "1";
+ ];
+ "destinationdirs", [
+ "defaultdestdir", "12";
+ ];
+ "sourcedisksnames", [
+ "1", "%DiskId1%,,,\"\"";
+ ];
+ "sourcedisksfiles",...
2016 Feb 09
0
Re: Help with Win10
...l version 4.02.3
>
> # open Printf;;
> # printf "PCI\\VEN_1AF4&DEV_1001&REV_00\n";;
> PCI\VEN_1AF4&DEV_1001&REV_00
> - : unit = ()
> # let oem_inf = "oem1.inf";;
> val oem_inf : string = "oem1.inf"
> # printf "@%s,%%rhelscsi.devicedesc%%;Red Hat VirtIO SCSI controller\n"
> oem_inf;;
> @oem1.inf,%rhelscsi.devicedesc%;Red Hat VirtIO SCSI controller
> - : unit = ()
>
> Rich.
>
>
> --
> Richard Jones, Virtualization Group, Red Hat
> http://people.redhat.com/~rjones
> Read my programming and v...
2016 Feb 09
2
Re: Help with Win10
On Mon, Feb 08, 2016 at 04:50:09PM -0800, Joshua Pincus wrote:
> Mr Jones,
>
> I recently came across your excellent 2010 blog entry,
> https://rwmj.wordpress.com/2010/04/30/tip-install-a-device-driver-in-a-windows-vm/.
> The blog entry was incredibly useful for Win7. I was wondering if you have
> any similar insights for Win10? The CDDB is gone, and it's replacement, or
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
2015 Sep 16
0
how to use {6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort ?
...2008R2 Guest, I got this new thing within registry :
Key Name: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\{6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort\4&7e8053e&0&02
Class Name: <NO CLASS>
Last Write Time: 9/16/2015 - 4:09 PM
Value 0
Name: DeviceDesc
Type: REG_SZ
Data: vport0p2
Value 1
Name: Capabilities
Type: REG_DWORD
Data: 0xe6
Value 2
Name: UINumber
Type: REG_DWORD
Data: 0x2
Value 3
Name: ConfigFlags
Type: REG...
2008 Jun 27
2
New USB ethernet adapter
...ows NT$"
CatalogFile = ax88172xp.cat
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ASIX%
;LayoutFile = layout.inf
DriverVer = 05/22/2003, 2.0.0.5
[Manufacturer]
%ASIX% = USB
[ControlFlags]
ExcludeFromSelect = USB\VID_0B95&PID_1720
[USB]
%AX88172.DeviceDesc% = AX88172.Ndi,USB\VID_0B95&PID_1720
;****************************************************************
; Win98 main sections *
;****************************************************************
[AX88172.Ndi]
AddReg = AX88172.Reg, AX88172.Con.Reg ;, AX88172.Params
De...
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
2015 Nov 17
8
[PATCH 0/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
https://github.com/rwmjones/libguestfs/tree/rewrite-virtio-copy-drivers
Instead of trying to split and parse elements from virtio-win paths,
use the '*.inf' files supplied with the drivers to control how Windows
drivers are installed.
The following emails best explain how this works:
https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html
2010 Sep 17
15
Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux
...cd ~/downloads
wine DVESetup_EN.exe
Export the following three files (01.reg, 02.reg, and 03.reg) from the
registry in native Windows.
01.reg
====
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_054c&Pid_0271\5&2c3081c&0&2]
"DeviceDesc"="Sony IC Recorder (P)"
"LocationInformation"="Sony IC Recorder (P)"
"Capabilities"=dword:00000084
"UINumber"=dword:00000000
"HardwareID"=hex(7):55,00,53,00,42,00,5c,00,56,00,69,00,64,00,5f,00,30,00,35,\
00,34,00,63,00,26,00,50,00,6...
2019 Nov 15
0
Wine release 4.20
...dle stateblocks in d3d8_device_SetViewport().
ddraw: Handle stateblocks in d3d_device7_SetViewport().
configure: Install winebus.inf.
setupapi: Fix setting filepart in SetupCopyOEMInfW().
setupapi: Set the device class in SetupDiBuildDriverInfoList().
setupapi: Set the DeviceDesc value in SetupDiInstallDevice().
wined3d: Introduce wined3d_stateblock_set_scissor_rect().
d3d9: Handle stateblocks in d3d9_device_SetScissorRect().
wined3d: Introduce wined3d_stateblock_set_index_buffer().
d3d9: Handle stateblocks in d3d9_device_SetIndices().
wined3d:...