The easy way! Mark Maszak. Jane Lawrence Program Manager Microsoft. Microsoft

Size: px
Start display at page:

Download "The easy way! Mark Maszak. Jane Lawrence Program Manager Microsoft. Microsoft"

Transcription

1 Windows Logo for USB The easy way! Jane Lawrence Program Manager Microsoft Mark Maszak Test Engineer Microsoft

2 Agenda WLK & USB 3.0 Requirements Overview Design Guidelines System: Companion controllers vs. Mixed ports Device: Container ID & Microsoft OS Descriptor USB Tools and Testing Tips Windows Logo Certification Questions 2

3 WLK & USB 3.0 Requirements Overview 3

4 What is Windows Logo Kit (WLK)? Windows Logo Kit Everything you need to certify your hardware for Windows Requirements Tests Documentation for installing and running tests

5 WLK Goals Ensure the best experience for Windows users Signed drivers are available on Windows Update Help partners with quality of their hardware and drivers Motivate adoption of new user experiences and Motivate adoption of new user experiences and technology across the ecosystem

6 WLK USB Logo Programs Controller Logo Pass tests that verify USB controller quality System Logo All devices and drivers in the system must have device logos or driver quality signatures Systems must pass additional series of tests Device Logo Pass tests that verify device reliability and performance Hub Logo In addition to device tests, hubs must pass tests that verify hub reliability and performance Driver Signature Meet all criteria for drivers

7 USB WLK Controller Requirements Performance: Connect 0125: USB HC achieve at least 60% of transfer speed as defined in their spec (June 1, 2010) Connect 0126: USB HC and devices work without a forced HC reset on resume (June 1, 2010) Compatibility: BusPort 0043: xhci controllers are backwards compatible with high, full and low speed USB devices (Dec 1, 2010) BusPort 0047: xhci controllers implement at least one xhci Supported Protocol Capability structure for USB2 (Dec 1, 2010) User Experience: BusPort 0046: xhci controller add in cards correctly report internally attached devices (Dec 1, 2010) BusPort 0048: xhci add in cards must map USB 3.0 and USB 2.0 ports consistently (Dec 1, 2010) Compliance: BusPort 0034: USB Host Controller is USB-IF certified (June 1, 2011) BusPort 0041: USB 3.0 controllers are XHCI version 1.0 compliant (June 1, 2012) Supportability: BusPort 0044: xhci Controllers support MSI and/or MSI-X interrupts (Dec 1, 2010) BusPort 0045: xhci controllers set the AC64 bit in the HCCPARAMS register to 1 (Dec 1, 2010) BusPort 0042: xhci Controllers must support USB debugging on all exposed ports (June 1, 2012)

8 USB WLK System Requirements Performance: Sysfund-0235: All USB devices and host controllers work properly upon resume from sleep, hibernation or restart without a forced reset of the USB host controller (June 1, 2011) Sysfund-0236: USB Host Controllers can achieve at least 60% of their transfer speeds as defined in the respective specification (USB 2.0 or 3.0 spec) (June 1, 2011) Compatibility: Sysfund-0225: Systems which have xhci controllers, should route the USB 3.0 (Super Speed) and 2.0 port corresponding to each connector to the same xhci Controller (June 1, 2011) Sysfund-8019: Each exposed SuperSpeed USB capable connector supports SuperSpeed, high, full and low speed USB devices routed through its xhci controller (June 1, 2011) User experience: Sysfund-0226: Systems with xhci controllers must have embedded ACPI information for port routing (June 1, 2011) Sysfund-8020: Systems with SuperSpeed USB ports and non-superspeed USB ports should have visual differentiation between the two types of ports (June 1, 2011) Sysfund-8007: System firmware supports booting from all exposed USB 1.x, 2.x, and 3.x ports (June 1, 2011)

9 USB WLK Device Requirements Performance: Connect 0126: USB HC and devices work without a forced HC reset on resume (June 1, 2010) Connect 0131: USB 3.0 devices correctly implement Function Suspend and Selective Suspend (Dec 1, 2010) Connect 0140: Devices should signal attach within 500ms after system resumes (June 1, 2011) Connect 0142: USB devices should not disconnect from the upstream port while going to or resuming from selective suspend (June 1, 2011) Compatibility: Connect 0120; USB devices that implement the MS OS Container ID descriptor implement it correctly (June 1, 2011) Connect 0130: USB 3.0 devices are backwards compatible with down-level controllers and hubs (Dec 1, 2010) Connect 0139: All USB devices must enumerate and operate on EHCI and xhci controllers as well as downstream of full speed, a high speed and SuperSpeed USB hubs (June 1, 2011) User Experience: Connect 0123: USB Devices allow alternate driver to load (June 1, 2010) Compliance: Connect 0135: If the software enables SuperSpeed and then resets the 2.0 port, device should correctly move over (June 1, 2011) Connect 0141: If the upstream SuperSpeed termination is on, devices should always connect on the 3.0 port and never connect on the 2.0 port (June 1, 2011) Connect 0093: USB-IF Tests are passing or device is USB-IF certified (June 1, 2011)

10 USB WLK Hub Requirements Performance: Connect-0137: USB hubs support suspend, and downstream devices should not fall off the bus when the hub resumes from selective suspend (June 1, 2011) Compatibility: Connect-0132: USB 3.0 hubs implement the SuperSpeed hub descriptor, standard SuperSpeed Descriptors and the USB 2.0 ports (June 1, 2011) Compliance: Connect-0133: USB 3.0 hubs map their ports as defined in section 10.1 of the USB 3.0 specification (June 1, 2011) Connect-0134: USB 3.0 Hub should always report the port status bits correctly (June 1, 2011) Connect-0136: USB 3.0 Hubs should not turn off SuperSpeed termination on downstream ports on over-current and port reset (June 1, 2011)

11 11 USB-IF Testing for WLK Controllers must get full USB-IF certification Devices must go through USB-IF testing Full USB-IF certification is optional for devices Device can either be fully certified by USB-IF OR Subset of USB-IF tests (Interop and CV) are passing Encourage all partners to go through USB-IF certification Whitepaper on WHDC site:

12 Windows Design Guidelines 12

13 Companion Controllers vs. Mixed Ports Will Not get WLK Logo! Meets WLK Logo Requirement

14 Container ID Overview Enables grouping of all functional devices associated with the physical device independent of transport 14

15 Container ID Decision Provide a container ID in the Microsoft OS ContainerID Descriptor If the device supports multiple transports, the device will be represented the same when it s connected over different transport e.g. WiFi and USB If the device changes PnP IDs, the device will be perceived the same no matter what mode it s in Or enable the USB bus driver to generate a unique, consistent container ID for your USB-only device: Set the removable flags correctly e.g. A compound device s components should not be removable, while the parent should be removable Provide a valid static serial number Do not provide a Microsoft OS ContainerID descriptor or ContainerID BOS descriptor 15

16 Container ID Implementation Container ID must be a consistent GUID/UUID, unique for each device instance Use Binary device Object Store descriptor (BOS) for USB 3.0 Use Microsoft OS Descriptor s ContainerID descriptor (supported in Windows 7) Use guidgen.exe g in WDK and Visual Studio 16

17 USB Attached SCSI (UAS) Device Guidelines Better Performance: Support minimum 16 streams per endpoint Report both maximum and optimal transfer length values in the Block Limits VPD mode page 0xB0 (T-10 SBC-3) Backwards Compatibility: Provide Unique Product Identification (Inquiry Serial Number, Inquiry Model Number) Support Container ID Support UAS & BOT on both USB 2.0 and USB 3.0 (BOT is alternate setting 0, UAS is alternate setting 1) Use same VID/PID for both buses User Experience: USB 3.0 Storage device shall report FIXED unless truly removable media (Flash Drive vs. Flash Card Reader) Support UNMAP command (ATA TRIM translation) Compliance: Comply to USB 3.0 Version 1.0 spec, UAS-r04, and SCSI SPC v4, USB BOT v1.0 UAS device shall support task management commands Support Mode page codes: 0x08 Mode subpage code: 00 and 0x1C Mode subpage code: 00 Power Management: Support selective suspend on USB 2.0 & USB 3.0 Support Link Power Management (U1/U2) on USB

18 USB Tools and Testing Tips 18

19 What s Event Tracing for Windows (ETW)? Event Tracing for Windows Identify what the Microsoft USB stack is doing in response to your device/driver Can easily be run by customer support/end users 19

20 Demo: What s wrong with my device? 20

21 ETW Wrap-up p USB Host Controller Transfer Speed Test in WLK uses ETW Looks at the timestamp + data payload for every packet, calculates the amount of data transferred every second Refer to the Eventdrv sample in the WDK for an example of how to add ETW support to your driver 21

22 Key WDK Tools Plug & Play and Power Management Basic tests that should be run on all devices/drivers Pwrtest /sleep /c:4 /s:all /d:180 /p:180 Pnpdtest t /stress /device USB\VID_1234&PID_5678&REV_00 Windows Device Testing Framework (WDTF) Use for more complex test scenarios Device Fundamental tests in WLK rely on WDTF Device Path Exerciser Tests reliability and security of drivers Run this test from one user account with standard permissions as well as one with administrator permissions 22

23 Driver Verifier Driver testing tool available on every Windows machine since Windows 2000 Helps you identify a range of driver problems, including memory corruption and deadlock issues Enable Driver Verifier with at least the standard flags during all non-performance based testing verifier.exe /standard /driver mydriver.sys y When a driver verifier issue is found, the system will crash Other important tools to verify drivers Static Driver Verifier WDF Verifier

24 Testing Scenarios To Run Run the WLK tests and the USB-IF tests frequently throughout your development cycle Examine the logs for configuration errors Test all of your devices on an xhci controller (upcoming logo requirement) Manual scenario examples Connect device to laptop/shut lid/while machine is suspending, unplug device Open lid on laptop to start resume/connect during resume Test 3.0 devices on EHCI controllers Test 3.0 devices with 2.0 cables connected to xhci controllers Examine logs for all Preview tests in WLK Windows 7 SP1 upgrade scenarios Windows 7 + install your drivers + upgrade to SP1 Windows 7 + upgrade to SP1 + install your drivers 24

25 Testing Scenarios Rapid disconnect/reconnect of power to your device (and/or the hub it s connected to) while still connected via USB Run tests simultaneously WLK has a test called CHAOS that runs PnPDtest, Pwrtest & Device Path Exerciser simultaneously Run those tests along with your device-specific tests Run longer term testing Test on systems with 4+ GB of memory Use nolowmem switch to force all drivers to load above Use nolowmem switch to force all drivers to load above 4GB

26 Compatibility Testing xhci/hub/oem/odm vendors Test your hardware in USB-IF SuperSpeed Platform Interoperability Lab Work with local sales/distribution partners to identify and acquire devices popular in various regions Get the latest firmware & drivers to your customers Device vendors Test your devices on a variety of xhci hardware/driver versions Test devices on machines with add-in xhci controllers, and machines with onboard xhci controllers Use device manager to ensure devices are enumerating under xhci controller If you find problems with a particular device or driver, work with xhci controller & driver vendors to address the issue 26

27 Power Diagnostic Tools Tool Usage Availability PowerCfg XPerf XbootMgr PwrTest View, modify power plans and settings Detect common energy efficiency problems Inbox with Windows 7 Analyze a wide range of performance Windows Performance Tool and energy efficiency related issues Kit Detailed focus on resource utilization (processor, disk, memory, etc.) Graphical and text views Exercises power transitions Tracing capability during transitions to analyze problems in detail Includes system pre-conditioning capability Exercises sleep and resume transitions View per-driver resume delays View processor power management, battery, and system power management information Windows Performance Tool Kit Windows Driver Kit WLK

28 Windows Logo Certification 28

29 How to Logo 3.0 Hardware Today Controllers: Hubs: Submit through the USB Controller category along with an xhci driver stack Hub drivers that are part of an xhci driver stack should not be submitted through the Hub Category Submit USB 3.0 hub through the unclassified category Devices: Submit USB devices through the appropriate category Test the device connected to an EHCI USB controller. No tests in WLK 1.6 to be run behind xhci controller Do not support running USB Device tests with an xhci stack in WLK 1.6 Will require all device tests to be run behind xhci in the future Systems: There are no changes to the system logo submissions No specific xhci tests in WLK 1.6

30 Summary Know WLK requirements and their effective dates WHQL site: Provide feedback Follow the design guidelines and troubleshooting tips USB Core Blog: Test your hardware with WLK Test a variety of USB 1.1, 2.0 and 3.0 devices with your systems/controllers/hubs Participate in plugfests and industry events Obtain certification USB-IF and Windows logos indicate quality Share your USB product plans with us USB 3.0 team: usb3fb@microsoft.com 30

31 Questions 31

32 Resources USB Event Tracing for Windows USB ETW in Windows 7 com/b/usbcoreblog/archive/2009/12/04/etw-in-the-in the windows-7-usb-core-stack.aspx Using USB ETW to determine what s wrong with my USB Device g g question-what-s-wrong-with-my-device-using-usb-etw.aspx Network Monitor 3.4 (used in demo) yid=983b941d-06cb-4658-b7f d062f Network Monitor Parsers 32

33 Resources (Cont.) Windows Performance Analysis Tools (includes Xperf) Video with walk through several scenarios here p Tools for Verifying Drivers Driver Verifier BCDEdit command nolowmem (force drivers/apps to run above 4GB boundary) 33

34 Backup 34

35 To Capture an ETW Trace Runthesecommandsinanelevatedcommand elevated prompt session to start a trace: Logman start USBTrace p Microsoft Windows USB USBPORT oo USBTrace.etl etl ets nb bs 128 Logman update USBTrace p Microsoft Windows USB USBHUB ets nb bs 128 Execute your USB device repro scenario After you have a repro, run this command from an elevated command prompt session to stop the trace: Logman stop USBTrace ets 35

36 Configure Network Monitor Setup 1) Install Network Monitor 3.4 2) Install Network Monitor Parsers 3) In Network Monitor, change to Windows as active parser a) Tools -> Options b) Highlight Windows c) Click Set As Active Open Trace 1) File -> Open -> Capture and navigate to your trace file (it s in the same directory where you ran the logman commands) 2) Filter -> Display Filter -> Load Filter -> Standard Filters -> USB -> USB Error Events 3) In the Display Filter pane in Network Monitor, click on Apply 36

37 WLK 1.6 USB Tools Device Specific c Tests s Disable a device's controller Test Disable controller of a disabled device Disable enable Composite Device Stress Enabling and disabling a specific USB device Stress Selective Suspend Test Power transition [S3 AND S4] supported for a disabled device Test Power transition [S5] supported for a disabled device Test query power drawn on a disabled USB device Test Uninstall a disabled device System Tests Disable device hierarchy Test Test Stress uninstall of all USB controllers Check for HID devices that can't wake the system Validate USB tree supports device sleep states 37

SuperSpeed USB Developers Conference

SuperSpeed USB Developers Conference SuperSpeed USB Developers Conference San Jose, California November 17-18, 2008 Windows USB Technical Update & Design Considerations Lars Giusti Senior Program Manager Microsoft Corporation Randy Aull Principal

More information

Universal Serial Bus Implementers Forum EHCI and xhci High-speed Electrical Test Tool Setup Instruction

Universal Serial Bus Implementers Forum EHCI and xhci High-speed Electrical Test Tool Setup Instruction Universal Serial Bus Implementers Forum EHCI and xhci High-speed Electrical Test Tool Setup Instruction Revision 0.41 December 9, 2011 1 Revision History Rev Date Author(s) Comments 0.1 June 7, 2010 Martin

More information

Release Notes. Please refer to the Intel RealSense 3D Camera Software License.rtf for license terms and conditions.

Release Notes. Please refer to the Intel RealSense 3D Camera Software License.rtf for license terms and conditions. Release Notes Intel RealSense Depth Camera Manager (DCM) 1.4 HF3 This release notes covers Release 1.4 HF3 of Intel RealSense Depth Camera Manager F200 These are for use with Intel RealSense F200 Camera.

More information

USB 3.0 4-Port PCI Express Card

USB 3.0 4-Port PCI Express Card USB 3.0 4-Port PCI Express Card User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2

More information

An Analysis of Wireless Device Implementations on Universal Serial Bus

An Analysis of Wireless Device Implementations on Universal Serial Bus An Analysis of Wireless Device Implementations on Universal Serial Bus 6/3/97 Abstract Universal Serial Bus (USB) is a new personal computer (PC) interconnect that can support simultaneous attachment of

More information

Intel Server Board S5000PALR Intel Server System SR1500ALR

Intel Server Board S5000PALR Intel Server System SR1500ALR Server WHQL Testing Services Enterprise Platforms and Services Division Intel Server Board S5000PALR Intel Server System SR1500ALR Intel Server System SR2500ALBRPR Server Test Submission (STS) Report For

More information

Plug and Play for Windows 2000

Plug and Play for Windows 2000 Operating System Plug and Play for Windows 2000 White Paper Abstract This paper describes the Microsoft Windows 2000 operating system implementation of Plug and Play. Plug and Play is one of a number of

More information

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual Copyright 2007 SofTec Microsystems DC01197 We want your feedback! SofTec Microsystems is always on

More information

Intel Server Board S3420GPV

Intel Server Board S3420GPV Server WHQL Testing Services Enterprise Platforms and Services Division Intel Server Board S3420GPV Rev 1.0 Server Test Submission (STS) Report For the Microsoft Windows Logo Program (WLP) Dec. 30 th,

More information

USB 2.0 VGA ADAPTER USER MANUAL

USB 2.0 VGA ADAPTER USER MANUAL USB 2.0 VGA ADAPTER USER MANUAL CONTENTS INTRODUCTION... 3 FEATURES... 3 SYSTEM REQUIREMENTS... 3 PACKAGE CONTENTS... 3 SUPPORTED COMMON DISPLAY RESOLUTION... 4 TECHNICAL SPECIFICATIONS... 4 INSTALLATION

More information

USB 3.0 4-Port PCI Express Card

USB 3.0 4-Port PCI Express Card USB 3.0 4-Port PCI Express Card User Manual Model: UGT-PC341 All brand names and trademarks are properties of their respective owners www.vantecusa.com Contents: Chapter 1: Introduction... 3 1.1 Product

More information

Deploying Microsoft RemoteFX on a Single Remote Desktop Virtualization Host Server Step-by-Step Guide

Deploying Microsoft RemoteFX on a Single Remote Desktop Virtualization Host Server Step-by-Step Guide Deploying Microsoft RemoteFX on a Single Remote Desktop Virtualization Host Server Step-by-Step Guide Microsoft Corporation Published: October 2010 Abstract This step-by-step guide walks you through the

More information

Test Center Enterprise. ios Device Onboarding Guide

Test Center Enterprise. ios Device Onboarding Guide Test Center Enterprise ios Device Onboarding Guide Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. March 2012. Notice 2012 Keynote DeviceAnywhere. All rights reserved. THE INFORMATION

More information

Deploying the DisplayLink Software using the MSI files

Deploying the DisplayLink Software using the MSI files How to deploy DisplayLink MSI files in a corporate environment with GPO or SCCM Go to: http://support.displaylink.com/knowledgebase/articles/615840 Introduction Or This article is intended to give a Windows

More information

이 기기는 업무용 급 으로 전자파적합등록을 한 기기이오니 판매자 또는 사용자는 이점을 주의하시기 바라며 가정 외의 지역에서 사용하는 것을 목적으로 합니다

이 기기는 업무용 급 으로 전자파적합등록을 한 기기이오니 판매자 또는 사용자는 이점을 주의하시기 바라며 가정 외의 지역에서 사용하는 것을 목적으로 합니다 020-101186-01 020-101186-01 이 기기는 업무용 급 으로 전자파적합등록을 한 기기이오니 판매자 또는 사용자는 이점을 주의하시기 바라며 가정 외의 지역에서 사용하는 것을 목적으로 합니다 Table of Contents About this Document... 1 Document Conventions... 1 Audience... 1 Related

More information

Useful USB Gadgets on Linux

Useful USB Gadgets on Linux Useful USB Gadgets on Linux February, 2012 Gary Bisson Adeneo Embedded Embedded Linux Conference 2012 1 Agenda Introduction to USB USB Gadget API Existing Gadgets Design your own Gadget Demo Conclusion

More information

Intel Desktop Board DG31GL

Intel Desktop Board DG31GL Intel Desktop Board DG31GL Basic Certified Motherboard Logo Program (MLP) Report 4/1/2008 Purpose: This report describes the DG31GL Motherboard Logo Program testing run conducted by Intel Corporation.

More information

USB 3.0 to SATA 3.5" Enclosure Installation Guide

USB 3.0 to SATA 3.5 Enclosure Installation Guide USB 3.0 to SATA 3.5" Enclosure Installation Guide Introduction The USB 3.0 to SATA 3.5" Enclosure is designed to support USB equipped computers. This enclosure provides large capacity mobile storage using

More information

Getting Started. rp5800, rp5700 and rp3000 Models

Getting Started. rp5800, rp5700 and rp3000 Models Getting Started rp5800, rp5700 and rp3000 Models Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and Windows

More information

v1 System Requirements 7/11/07

v1 System Requirements 7/11/07 v1 System Requirements 7/11/07 Core System Core-001: Windows Home Server must not exceed specified sound pressure level Overall Sound Pressure level (noise emissions) must not exceed 33 db (A) SPL at ambient

More information

SuperSpeed USB Host: Jeff Ravencraft, USB-IF president and chairman

SuperSpeed USB Host: Jeff Ravencraft, USB-IF president and chairman SuperSpeed USB Host: Jeff Ravencraft, USB-IF president and chairman Agenda Introduction & technology overview Jeff Ravencraft Microsoft Corporation Fred Bhesania NEC Electronics Corporation Yoshiyuki Tomoda

More information

Read Me UNISTREAM AUTOMATION IDE

Read Me UNISTREAM AUTOMATION IDE Read Me UNILOGIC SOFTWARE UNISTREAM AUTOMATION IDE Unitronics UniLogic software is the programming Integrated Development Environment (IDE) you use to configure hardware, communications, and develop both

More information

PL2775 JBOD / BIG / RAID0 / RAID1 Mode Application

PL2775 JBOD / BIG / RAID0 / RAID1 Mode Application Application Note PL2775 USB 3.0 to Dual SATA Bridge Controller User Manual (JBOD/BIG/RAID0/RAID1 Mode Features) Introduction The PL2775 is a low-power single-chip SuperSpeed USB 3.0 to Dual SATA II compliant

More information

e-gate USB Smart Card Driver Install Notes (Windows 98/98SE/Me)

e-gate USB Smart Card Driver Install Notes (Windows 98/98SE/Me) e-gate USB Smart Card Driver Install Notes (Windows 98/98SE/Me) By downloading software from the Reflex Readers Download web site, you agree to the terms and conditions of the e-gate Smart Card Driver

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

Intel Server S3200SHL

Intel Server S3200SHL Server WHQL Testing Services Enterprise Platforms and Services Division Intel Server S3200SHL Server Test Submission (STS) Report For the Microsoft Windows Logo Program (WLP) Rev 1.0 October 16, 2006 This

More information

Intel Desktop Board D975XBX2

Intel Desktop Board D975XBX2 Intel Desktop Board D975XBX2 Premium Certified MLP Motherboard Logo Program (MLP) Report 8/22/2007 Purpose: This report describes the D975XBX2 Motherboard Logo Program testing run conducted by Intel Corporation.

More information

Network Client. Troubleshooting Guide FREQUENTLY ASKED QUESTIONS

Network Client. Troubleshooting Guide FREQUENTLY ASKED QUESTIONS Network Client Troubleshooting Guide 1 Network Client Troubleshooting Guide The first section of this guide answers some frequently asked questions (FAQs) about the operation of Intellex and the Network

More information

Windows MultiPoint Server 2011 Deployment Guide. Document Version 1.0 March 2011

Windows MultiPoint Server 2011 Deployment Guide. Document Version 1.0 March 2011 Windows MultiPoint Server 2011 Deployment Guide Document Version 1.0 March 2011 Copyright Notice This document is provided as-is. Information and views expressed in this document, including URL and other

More information

Intel Server System S7000FC4URE-HWR

Intel Server System S7000FC4URE-HWR Server WHQL Testing Services Enterprise Platforms and Services Division Rev 2.0 Intel Server System S7000FC4URE-HWR Server Test Submission (STS) Report For the Microsoft Windows Logo Program (WLP) June

More information

Intel Server Board S3420GPRX Intel Server System SR1630GPRX Intel Server System SR1630HGPRX

Intel Server Board S3420GPRX Intel Server System SR1630GPRX Intel Server System SR1630HGPRX Server WHQL Testing Services Enterprise Platforms and Services Division Intel Server Board S3420GPRX Intel Server System SR1630GPRX Intel Server System SR1630HGPRX Rev 1.0 Server Test Submission (STS)

More information

Design Considerations for USB Mass Storage

Design Considerations for USB Mass Storage Design Considerations for USB Mass Storage Steve Kolokowsky Cypress Semiconductor syk@cypress.com June 12, 2002 2 Mass Storage The Killer App June 12, 2002 3 Outline Mass Storage Class Bridge Selection

More information

Yamaha 01V96 Version2 Upgrade Guide

Yamaha 01V96 Version2 Upgrade Guide Yamaha 01V96 Version2 Upgrade Guide This document explains how to upgrade the 01V96 system software to V2.00 or later. Precautions (please be sure to read these precautions) The user assumes full responsibility

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

SuperSpeed USB Developers Conference. San Jose, California November 17-18, 2008

SuperSpeed USB Developers Conference. San Jose, California November 17-18, 2008 SuperSpeed USB Developers Conference San Jose, California November 17-18, 2008 SuperSpeed USB Keynote Jeff Ravencraft USB-IF - President & Chairman USB 3.0 Promoter Group - Chairman INFINITE POSSIBILITIES!

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

Possum HC2006 SERO! Telephone. Firmware Upgrade and Software Manual firmware version 2.00+

Possum HC2006 SERO! Telephone. Firmware Upgrade and Software Manual firmware version 2.00+ Possum HC2006 SERO! Telephone Firmware Upgrade and Software Manual firmware version 2.00+ POSSUM LIMITED, 2009 8 FARMBROUGH CLOSE STOCKLAKE PARK INDUSTRIAL ESTATE AYLESBURY BUCKS HP20 1DQ TELEPHONE (from

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

Installing Global Logger USB Drivers

Installing Global Logger USB Drivers Installing Global Logger USB Drivers For 32-bit Windows 8, skip to the section labeled, Continue with Driver Installation. For 64-bit Windows 8, start the process here. At the time of this writing, the

More information

The care and feeding of Pythons at the Redmond Zoo. (Using Micro Python and pyboard with Windows)

The care and feeding of Pythons at the Redmond Zoo. (Using Micro Python and pyboard with Windows) The care and feeding of Pythons at the Redmond Zoo. (Using Micro Python and pyboard with Windows) Introduction. Pyboard connects to Windows using a standard micro USB cable. It can operate in four different

More information

FAQ for USB Flash Drive

FAQ for USB Flash Drive FAQ for USB Flash Drive 1. What is a USB Flash Drive? A USB Flash Drive consists of a flash memory data storage device integrated with a USB interface. USB Flash Drives are typically removable and rewritable.

More information

i.mx USB loader A white paper by Tristan Lelong

i.mx USB loader A white paper by Tristan Lelong i.mx USB loader A white paper by Tristan Lelong Introduction This document aims to explain the serial downloader feature of i.mx SoCs on Linux (available across i.mx family starting with i.mx23). This

More information

SuperSpeed USB 7-Port Hub Quick Installation Guide

SuperSpeed USB 7-Port Hub Quick Installation Guide SuperSpeed USB 7-Port Hub Quick Installation Guide Introducing the SuperSpeed USB 7-Port Hub The SuperSpeed USB 7-Port Hub is designed to support USB 3.0 & USB 2.0 equipped PC computers. This SuperSpeed

More information

Chapter 1 Downloading Images to Your Computer (Windows)

Chapter 1 Downloading Images to Your Computer (Windows) Software User Guide For the safe use of your camera, be sure to read the Safety Precautions thoroughly before use. Types of software installed on your computer varies depending on the method of installation

More information

Digital Photo Bank / Portable HDD Pan Ocean E350 User Manual

Digital Photo Bank / Portable HDD Pan Ocean E350 User Manual Digital Photo Bank / Portable HDD Pan Ocean E350 User Manual Installing a hard disk 1. Power off the unit. 2. Remove the bottom cover from the unit by removing four screws. 3. Insert the 2.5 HDD to the

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

XyLoc Windows7 Client Release Notes

XyLoc Windows7 Client Release Notes Support Information: XyLoc Windows7 Client Release Notes Ensure Technologies Technical Support is available to provide any needed assistance. Please contact us at (734) 547-1631 or at support@ensuretech.com.

More information

Next Generation ProSystem fx Suite. Planning and Implementation Overview

Next Generation ProSystem fx Suite. Planning and Implementation Overview Next Generation ProSystem fx Suite Planning and Implementation Overview Next Generation ProSystem fx Suite Introduction This guide will help your firm prepare for implementation of the next generation

More information

1. System Requirements

1. System Requirements BounceBack Data Transfer 14.2 User Guide This guide presents you with information on how to use BounceBack Data Transfer 14.2. Contents 1. System Requirements 2. Attaching Your New Hard Drive To The Data

More information

Installation Guide for LynxClient

Installation Guide for LynxClient Installation Guide for LynxClient Technical Support: 972-231-6874 Ext. 140 8am to 5pm CST Email: lynx@mitsi.com PC Keyboard Duress Button LynxKey & LynxKeyPro USB Duress Button LynxUSB Notification Popup

More information

Shearwater Research Dive Computer Software Manual

Shearwater Research Dive Computer Software Manual Shearwater Research Dive Computer Software Manual Revision 1.3 Table of Contents 1. Basic overview of components 2. O/S IrDA driver installation 2.1 USB IrDA installation for Windows XP Home/Pro editions

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

Acer LCD Monitor Driver Installation Guide

Acer LCD Monitor Driver Installation Guide 1 Contents 1 Contents... 1 2 Introduction... 2 3 Installation Guide... 2 3.1 PC requirements... 2 3.2 Installing the Acer LCD Monitor Driver on Windows Vista... 3 3.2.1 Hardware first install... 3 3.2.2

More information

2014 Electrical Server Installation Guide

2014 Electrical Server Installation Guide 2014 Electrical Server Installation Guide TITLE: 2014 Electrical Server Installation Guide DATE: September 2013 SUBJECT: ABSTRACT: Installation guide for SolidWorks Electrical 2014 on the server Guide

More information

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: April 2010 Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 8 2. Installing the

More information

Using AORUS Notebook for the First Time

Using AORUS Notebook for the First Time V2.0 Congratulations on your purchase of the AORUS Notebook! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.aorus.com.

More information

Designing and Deploying Connected Device Solutions for Small and Medium Business

Designing and Deploying Connected Device Solutions for Small and Medium Business Designing and Deploying Connected Device Solutions for Small and Medium Business HPATA Connected Devices Study Guide Rev 1.1 Table of Contents 1.1 Describe and recognize common desktop virtualization technologies

More information

Dual-boot Windows 10 alongside Windows 8

Dual-boot Windows 10 alongside Windows 8 Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it

More information

Debugging Network Communications. 1 Check the Network Cabling

Debugging Network Communications. 1 Check the Network Cabling Debugging Network Communications Situation: you have a computer and your NetBurner device on a network, but you cannot communicate between the two. This application note provides a set of debugging steps

More information

ebus Player Quick Start Guide

ebus Player Quick Start Guide ebus Player Quick Start Guide This guide provides you with the information you need to efficiently set up and start using the ebus Player software application to control your GigE Vision or USB3 Vision

More information

DisplayLink Corporate Install Guide

DisplayLink Corporate Install Guide This document s classification is: Public This means: It can be freely distributed to Customers without an NDA needing to be in place Document Analysis Title Document number DisplayLink Corporate Install

More information

Installation Guide v1.11 and Higher

Installation Guide v1.11 and Higher Progeny Imaging Installation Guide v1.11 and Higher 00-02-1604 Rev. D ECN P3483 Revision Date: 6/2/2015 0120 Contents 1. About This Manual... 3 Text Conventions... 3 2. Welcome to Progeny Imaging... 4

More information

DeviceAnywhere Enterprise. ios Device Onboarding Guide

DeviceAnywhere Enterprise. ios Device Onboarding Guide DeviceAnywhere Enterprise ios Device Onboarding Guide DeviceAnywhere Enterprise ios Device Onboarding Guide DeviceAnywhere Enterprise 6.2.1 DeviceAnywhere Enterprise Automation 6.2.1 DeviceAnywhere Enterprise

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

StruxureWare Power Monitoring 7.0.1

StruxureWare Power Monitoring 7.0.1 StruxureWare Power Monitoring 7.0.1 Installation Guide 7EN02-0308-01 07/2012 Contents Safety information 5 Introduction 7 Summary of topics in this guide 7 Supported operating systems and SQL Server editions

More information

Atmel AVR4903: ASF - USB Device HID Mouse Application. Atmel Microcontrollers. Application Note. Features. 1 Introduction

Atmel AVR4903: ASF - USB Device HID Mouse Application. Atmel Microcontrollers. Application Note. Features. 1 Introduction Atmel AVR4903: ASF - USB Device HID Mouse Application Features USB 2.0 compliance - Chapter 9 compliance - HID compliance - Low-speed (1.5Mb/s) and full-speed (12Mb/s) data rates Standard USB HID mouse

More information

Lesson 5. Managing Devices. Learning Objectives. ODN Skills

Lesson 5. Managing Devices. Learning Objectives. ODN Skills Lesson 5 Managing Devices Learning Objectives Students will learn to: Connect Plug-and-Play Devices Connect and Disconnect Printers Install Third-Party Software for Devices Understand Disk Types Understand

More information

AT89C5131A Starter Kit... Software User Guide

AT89C5131A Starter Kit... Software User Guide AT89C5131A Starter Kit... Software User Guide Table of Contents Section 1 Introduction... 1-1 1.1 Abbreviations...1-1 Section 2 Getting Started... 2-3 2.1 Hardware Requirements...2-3 2.2 Software Requirements...2-3

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12 USER'S GUIDE Table of contents 1 Introduction...3 1.1 What is Acronis True Image 2015?... 3 1.2 New in this version... 3 1.3 System requirements... 4 1.4 Install, update or remove Acronis True Image 2015...

More information

Intel Desktop Board DG45ID. MLP Report. Motherboard Logo Program (MLP) 9/29/2009

Intel Desktop Board DG45ID. MLP Report. Motherboard Logo Program (MLP) 9/29/2009 Motherboard Logo Program (MLP) Intel Desktop Board DG45ID MLP Report 9/29/2009 Purpose: This report describes the DG45ID Motherboard Logo Program testing run conducted by Intel Corporation. THIS TEST REPORT

More information

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem Start Here Follow these instructions to set up your router. Verify That Basic Requirements Are Met Assure that the following requirements are met: You have your broadband Internet service settings handy.

More information

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual LockView 4.3.1 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements...

More information

Rimage 2000i Knowledge Base

Rimage 2000i Knowledge Base Important! This document is designed to be viewed online. It contains links to several online processes and procedures, which are not available in the printed version. August 3, 2007 Rimage 2007 Table

More information

User Manual Version 0.9.9.p BETA III December 23rd, 2015

User Manual Version 0.9.9.p BETA III December 23rd, 2015 User Manual Version 0.9.9.p BETA III December 23rd, 2015 Disclaimer: This document is provided as-is. Information and views expressed in this document, including URL and other Internet website references,

More information

CashFlow Programming Module CPM

CashFlow Programming Module CPM CashFlow Programming Module CPM Installation & User Guide GB REV G4 08/08/2006 Table of Content Table of Content... 2 CashFlow Programming Module (CPM)... 4 What is a CPM?... 4 CPM Identification... 4

More information

Future Technology Devices International Ltd. Mac OS X Installation Guide

Future Technology Devices International Ltd. Mac OS X Installation Guide Future Technology Devices International Ltd. Mac OS X Installation Guide I Mac OS X Installation Guide Table of Contents Part I Welcome to the Mac OS X Installation Guide 2 Part II VCP Drivers 3 1 Installing

More information

How To Install Outlook Addin On A 32 Bit Computer

How To Install Outlook Addin On A 32 Bit Computer Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

MiCOM S1 Studio V5.0.0 Release note #6

MiCOM S1 Studio V5.0.0 Release note #6 Note #6 02/04/2014 MiCOM S1 Studio V5.0.0 Release note #6 Release V5.0.0 This release provides a full installation of Schneider-Electric MiCOM S1 Studio V5.0.0. - It supersets version V4.0.1. - Please

More information

Tutorial for MPLAB Starter Kit for PIC18F

Tutorial for MPLAB Starter Kit for PIC18F Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is

More information

Vi-System Installation & Administration Guide. Version 4.1

Vi-System Installation & Administration Guide. Version 4.1 Vi-System Installation & Administration Guide Vi-System Installation & Administration Guide Version 4.1 Contents Contents 1 Installing Vi-System... 3 1.1 Before Installing... 3 1.1.1 Verify Your System

More information

Plug-in Installation Instruction Xenon 1900/1902 Scanner

Plug-in Installation Instruction Xenon 1900/1902 Scanner Plug-in Installation Instruction Xenon 1900/1902 Scanner Table of Contents Introduction...2 Installing EZConfig-Scanning Software...3 Some features related to Xenon 1902:...5 Installing Plug-in...6 Licensing

More information

User Guide for Windows 10

User Guide for Windows 10 User Guide for Windows 10 System requirements E10684 First Edition July 2015 To facilitate a smoother transition from your previous operating system, read the system requirements below before upgrading

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Atmel AVR4950: ASF - USB Host Stack. 8-bit Atmel Microcontrollers. Application Note. Features. 1 Introduction

Atmel AVR4950: ASF - USB Host Stack. 8-bit Atmel Microcontrollers. Application Note. Features. 1 Introduction Atmel AVR4950: ASF - USB Host Stack Features USB 2.0 compliance - Chapter 9 - Control, Bulk, Isochronous and Interrupt transfer types - Low Speed (1.5Mbit/s), Full Speed (12Mbit/s), High Speed (480Mbit/s)

More information

Ash Capture Control User Guide

Ash Capture Control User Guide Ash Capture Control User Guide Revision 1.4 Table of Contents Software Installation... 3 Hardware Installation... 6 System Block Diagram... 7 Using Ash Capture Control... 8 Launching the Application...

More information

ReadyNAS OS 6 Desktop Storage Systems

ReadyNAS OS 6 Desktop Storage Systems ReadyNAS OS 6 Desktop Storage Systems Hardware Manual Models: ReadyNAS 102 ReadyNAS 104 ReadyNAS 312 ReadyNAS 314 ReadyNAS 316 ReadyNAS 516 ReadyNAS 716X EDA 500 October 2013 202-11206-04 350 East Plumeria

More information

RocketU 114x Host Controller

RocketU 114x Host Controller RocketU 114x Host Controller USB 3.0 Host Adapters User s Guide Revision: 1.01 Jul. 11, 2013 HighPoint Technologies, Inc. 1 Copyright Copyright 2013 HighPoint Technologies, Inc. This document contains

More information

Cisco IP Communicator (Softphone) Compatibility

Cisco IP Communicator (Softphone) Compatibility Cisco IP Communicator (Softphone) Compatibility Cisco IP Communicator is Windows based and works on both XP and Vista The minimum PC requirements for use with Microsoft Windows XP are: Microsoft Windows

More information

A Brief Tutorial on Power Management in Computer Systems. David Chalupsky, Emily Qi, & Ilango Ganga Intel Corporation March 13, 2007

A Brief Tutorial on Power Management in Computer Systems. David Chalupsky, Emily Qi, & Ilango Ganga Intel Corporation March 13, 2007 A Brief Tutorial on Power Management in Computer Systems David Chalupsky, Emily Qi, & Ilango Ganga Intel Corporation March 13, 2007 Objective & Agenda Objective: Establish a common foundation for EEESG

More information

================================================================== CONTENTS ==================================================================

================================================================== CONTENTS ================================================================== Disney Planes Read Me File ( Disney) Thank you for purchasing Disney Planes. This readme file contains last minute information that did not make it into the manual, more detailed information on various

More information

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team Data Migration was a one-time optional activity to migrate the underlying portfolio database in e- config and was only needed during the e-config Upgrade that was rolled out on January 21, 2013. This document

More information

Sage Grant Management System Requirements

Sage Grant Management System Requirements Sage Grant Management System Requirements You should meet or exceed the following system requirements: One Server - Database/Web Server The following system requirements are for Sage Grant Management to

More information

Imation LOCK User Manual

Imation LOCK User Manual Page: - 0 - Imation LOCK User Manual Security Application Program V2.0 - D Page: - 1 - Table of Contents A. Introduction... 2 B. General Description... 2 C. Features... 2 D. Before Using the Security Application

More information

4 Channel 6-Port SATA 6Gb/s PCIe RAID Host Card

4 Channel 6-Port SATA 6Gb/s PCIe RAID Host Card 4 Channel 6-Port SATA 6Gb/s PCIe RAID Host Card User Manual Model: UGT-ST644R All brand names and trademarks are properties of their respective owners www.vantecusa.com Contents: Chapter 1: Introduction...

More information

USB 3.0 Hub + Gigabit Ethernet. Docking Station

USB 3.0 Hub + Gigabit Ethernet. Docking Station USB 3.0 Hub + Gigabit Ethernet Docking Station User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction...

More information