Active Dock 1 1911
- Active Dock 1 1911 Holster
- Active Dock 1 1911 For Sale
- Active Dock 1 1911 Holster
- Active Dock 1 1911 Lower Receiver
For over 120 years (from 1867 until the 1990’s) Hamilton Dock was used for repairing, maintaining and fitting out ships. Photographs taken of Queens Road when Titanic was being built place the Nomadic beside Hamilton Dock and it is strongly believed that she was originally fitted out in the dock in 1911. 11-in-1 USB C Hub, Dockteck Triple Display Type-C Adapter Dock with HDMI 4K, Mini DP, VGA, 3 USB 3.0, Ethernet, SD/TF Card, 3.5mm Audio and USB C 60W PD, for MacBook/ Pro/ Air, iMac and More 3.8 out of 5 stars 19.
-->Important
1 x Charging Dock. 1 x Micro USB Cable. Product information Package Dimensions 3.6 x 2 x 2 inches Item Weight 1.58 ounces Manufacturer YUANHOT ASIN B07RQRPRJF Customer Reviews: 4.3 out of 5 stars 1,009 ratings. 4.3 out of 5 stars Best Sellers Rank. The Adapter is also fully compatible with the CalDigit TS3 Plus Thunderbolt 3 Dock in order to connect a HDMI monitor via the DisplayPort output of the dock. Connect Monitor or TV up to 4K 60Hz (3840x2160 60Hz) - Convert DisplayPort to.HDMI - Compatible with Thunderbolt 3 docks to convert DP to HDMI - DisplayPort 1.2 - HDMI 2.0 - Active Adapter.
This article contains technical instructions for IT administrators. If you are a home user, please see How to update your Surface Dock Firmware on the Microsoft Support site. The instructions at the support site are the same as the general installation steps below, but this article has additional information for monitoring, verifying, and deploying the update to multiple devices on a network.
This article explains how to use Microsoft Surface Dock Firmware Update to install and manage firmware on the original Surface Dock 1. When installed on your Surface device, it will update Surface Dock 1 devices attached to your Surface device.
Note
This article does not apply to Surface Dock 2, which receives updates automatically via Windows Update or by using Microsoft Endpoint Configuration Manager or other MSI deployment tools. To learn more, see What’s new in Surface Dock.
This tool supersedes the earlier Microsoft Surface Dock Updater tool, previously available for download as part of Surface Tools for IT. The earlier tool was named Surface_Dock_Updater_vx.xx.xxx.x.msi (where x indicates the version number) and is no longer available for download and should not be used.
Install the Surface Dock Firmware Update
This section describes how to manually install the firmware update.
Note
Microsoft periodically releases new versions of Surface Dock Firmware Update. The MSI file is not self-updating. If you have deployed the MSI to Surface devices and a new version of the firmware is released, you will need to deploy the new version.
Download and install Microsoft Surface Dock Firmware Update.
- The update requires a Surface device running Windows 10, version 1803 or later.
- Installing the MSI file might prompt you to restart Surface. However, restarting is not required to perform the update.
Disconnect your Surface device from the Surface Dock, wait ~5 seconds, and then reconnect. The Surface Dock Firmware Update will update the dock silently in background. The process can take a few minutes to complete and will continue even if interrupted.
Monitor the Surface Dock Firmware Update
This section is optional and provides an overview of how to monitor installation of the firmware update.
To monitor the update:
Open Event Viewer, browse to Windows Logs > Application, and then under Actions in the right-hand pane click Filter Current Log, enter SurfaceDockFwUpdate next to Event sources, and then click OK.
Type the following command at an elevated command prompt:
Install the update as described in the next section of this article.
Event 2007 with the following text indicates a successful update: Firmware update finished. hr=0 DriverTelementry EventCode = 2007.
If the update is not successful, then event ID 2007 will be displayed as an Error event rather than Information. Additionally, the version reported in the Windows Registry will not be current.
When the update is complete, updated DWORD values will be displayed in the Windows Registry, corresponding to the current version of the tool. See the Versions reference section in this article for details. For example:
- Component10CurrentFwVersion 0x04ac3970 (78395760)
- Component20CurrentFwVersion 0x04915a70 (76634736)
Tip
If you see 'The description for Event ID xxxx from source SurfaceDockFwUpdate cannot be found' in event text, this is expected and can be ignored.
Also see the following sections in this article:
Network deployment
You can use Windows Installer commands (Msiexec.exe) to deploy Surface Dock Firmware Update to multiple devices across your network. When using Microsoft Endpoint Configuration Manager or other deployment tool, enter the following syntax to ensure the installation is silent:
- Msiexec.exe /i <path to msi file> /quiet /norestart
For example:
Note
A log file is not created by default. In order to create a log file, you will need to append '/lv [path]'. For example: Msiexec.exe /i <path to msi file> /lv %windir%logs SurfaceDockFWI.log'
For more information, refer to Command line options documentation.
Important
If you want to keep your Surface Dock updated using any other method, refer to Update your Surface Dock for details.
Intune deployment
You can use Intune to distribute Surface Dock Firmware Update to your devices. First you will need to convert the MSI file to the .intunewin format, as described in the following documentation: Intune Standalone - Win32 app management.
Use the following command:
- msiexec /i <path to msi file> /quiet /q
How to verify completion of the firmware update
Surface dock firmware consists of two components:
- Component10: Micro controller unit (MCU) firmware
- Component20: Display port (DP) firmware.
Successful completion of Surface Dock Firmware Update results in new registry key values for these firmware components.
To verify updates:
Open Regedit and navigate to the following registry path:
- HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWUDFServicesSurfaceDockFwUpdateParameters
Look for the registry keys: Component10CurrentFwVersion and Component20CurrentFwVersion, which refer to the firmware that is currently on the device.
Verify the new registry key values match the updated registry key values listed in the Versions reference at the end of this document. If the values match, the firmware was updated successfully.
If unable to verify, review Event logging and Troubleshooting tips in the next section.
Event logging
Table 1. Log files for Surface Dock Firmware Update
Log | Location | Notes |
---|---|---|
Surface Dock Firmware Update log | Path needs to be specified (see note) | Earlier versions of this tool wrote events to Applications and Services LogsMicrosoft Surface Dock Updater. |
Windows Device Install log | %windir%infsetupapi.dev.log | For more information about using Device Install Log, refer to SetupAPI Logging documentation. |
Table 2. Event log IDs for Surface Dock Firmware Update
Events are logged in the Application Event Log. Note: Earlier versions of this tool wrote events to Applications and Services LogsMicrosoft Surface Dock Updater.
Event ID | Event type |
---|---|
2001 | Dock firmware update has started. |
2002 | Dock firmware update skipped because dock is known to be up to date. |
2003 | Dock firmware update failed to get firmware version. |
2004 | Querying the firmware version. |
2005 | Dock firmware failed to start update. |
2006 | Failed to send offer/payload pairs. |
2007 | Firmware update finished. |
2008 | BEGIN dock telemetry. |
2011 | END dock telemetry. |
Troubleshooting tips
- Completely disconnect power for Surface dock from the AC power to reset the Surface Dock.
- Disconnect all peripherals except for the Surface Dock.
- Uninstall any current Surface Dock Firmware Update and then install the latest version.
- Ensure that the Surface Dock is disconnected, and then allow enough time for the update to complete as monitored via an LED in the Ethernet port of the dock. Wait until the LED stops blinking before you unplug Surface Dock from power.
- Connect the Surface Dock to a different device to see if it is able to update the dock.
Versions reference
Note
The installation file is released with the following naming format: Surface_Dock_FwUpdate_X.XX.XXX_Win10_XXXXX_XX.XXX.XXXXX_X.MSI (ex: Surface_Dock_FwUpdate_1.42.139_Win10_17134_19.084.31680_0.msi) and installs by default to C:Program FilesSurfaceUpdate.
Version 1.53.139.0
Release Date: August 4, 2020
This version of Surface Dock Firmware Update includes bug fixes and support for:
- Updating Surface Dock 1 using Surface Pro X.
Note
If you're running Surface Pro X, download the .ARM64 build. For all other devices, use the AMD64 build.
Registry key values
The registry values that indicate the status of firmware updates are unchanged from the previous version of this tool:
- Component10CurrentFwVersion updated to 4ac3970.
- Component20CurrentFwVersion updated to 4a1d570.
Version 1.42.139
Release Date: September 18 2019
This version, contained in Surface_Dock_FwUpdate_1.42.139_Win10_17134_19.084.31680_0.MSI, updates firmware in the background.
Updated registry key values
- Component10CurrentFwVersion updated to 4ac3970.
- Component20CurrentFwVersion updated to 4a1d570.
It adds support for Surface Pro 7 and Surface Laptop 3.
Legacy versions
Version 2.23.139.0
Release Date: 10 October 2018
This version of Surface Dock Updater adds support for the following:
- Add support for Surface Pro 6
- Add support for Surface Laptop 2
Version 2.22.139.0
Release Date: 26 July 2018
This version of Surface Dock Updater adds support for the following:
- Increase update reliability
- Add support for Surface Go
Version 2.12.136.0
Release Date: 29 January 2018
This version of Surface Dock Updater adds support for the following:
- Update for Surface Dock Main Chipset Firmware
- Update for Surface Dock DisplayPort Firmware
- Improved display stability for external displays when used with Surface Book or Surface Book 2
Additionally, installation of this version of Surface Dock Updater on Surface Book devices includes the following:
- Update for Surface Book Base Firmware
- Added support for Surface Dock firmware updates with improvements targeted to Surface Book devices
Version 2.9.136.0
Release date: November 3, 2017
This version of Surface Dock Updater adds support for the following:
- Update for Surface Dock DisplayPort Firmware
- Resolves an issue with audio over passive display port adapters
Version 2.1.15.0
Release date: June 19, 2017
This version of Surface Dock Updater adds support for the following:
- Surface Laptop
- Surface Pro
Version 2.1.6.0
Release date: April 7, 2017
This version of Surface Dock Updater adds support for the following:
- Update for Surface Dock DisplayPort firmware
- Requires Windows 10
Version 2.0.22.0
Release date: October 21, 2016
This version of Surface Dock Updater adds support for the following:
- Update for Surface Dock USB firmware
- Improved reliability of Ethernet, audio, and USB ports
Version 1.0.8.0
Release date: April 26, 2016
This version of Surface Dock Updater adds support for the following:
Active Dock 1 1911 Holster
- Update for Surface Dock Main Chipset firmware
- Update for Surface Dock DisplayPort firmware
We apologize for this inconvenience. Your IP address has been automatically blocked from accessing the Project Gutenberg website, www.gutenberg.org. This is because the geoIP database shows your address is in the country of Germany.
Diagnostic information:
Blocked at germany.shtml
Your IP address: 188.40.85.20
Referrer URL (if available): (none)
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Date: Monday, 01-Mar-2021 12:13:08 GMT
Why did this block occur?
A Court in Germany ordered that access to certain items in the Project Gutenberg collection are blocked from Germany. Project Gutenberg believes the Court has no jurisdiction over the matter, but until the issue is resolved, it will comply.
For more information about the German court case, and the reason for blocking all of Germany rather than single items, visit PGLAF's information page about the German lawsuit.
For more information about the legal advice Project Gutenberg has received concerning international issues, visit PGLAF's International Copyright Guidance for Project Gutenberg
This page in German
Active Dock 1 1911 For Sale
Automated translation (via Google Translate): translate.google.com
How can I get unblocked?
All IP addresses in Germany are blocked. This block will remain in place until legal guidance changes.
If your IP address lookup is incorrect
Active Dock 1 1911 Holster
Use the Maxmind GeoIP demo to verify status of your IP address. Project Gutenberg updates its listing of IP addresses approximately monthly.
Occasionally, the website mis-applies a block from a previous visitor. Because blocks are applied momentarily, you should try again later to visit https://www.gutenberg.org if Maxmind shows your address as being outside of Germany.
If your IP address is shown by Maxmind to be outside of Germany and you were momentarily blocked, another issue is that some Web browsers erroneously cache the block. Trying a different Web browser might help. Or, clearing the history of your visits to the site.
I have other questions or need to report an error
Please email the diagnostic information above to (removing the spaces around the @) and we will try to help. The software we use sometimes flags 'false positives' -- that is, blocks that should not have occurred. Apologies if this happened, because human users outside of Germany who are making use of the eBooks or other site features should almost never be blocked.
Most recently updated: January 28, 2020.