This article describes an issue that occurs when you use a FireWire port-based device in Windows 8.1 or Windows 8. Additional steps of configuration is required to enable this update after the installation.
Symptoms
Assume that you have a computer that equips with an IEEE 1394 FireWire controller card. After you upgrade the computer from Windows 7 to Windows 8.1 or Windows 8, devices that connect to the computer by using a FireWire port do not work.
Cause
The Chipset driver is Intel 10.1.1.7 from. When I try to update it from the properties window, it will go to 10.1.1.13 from, but still reports with the same name. Also only that 'device' updates. Is there a way of updating the whole Chipset inf devices instead of doing it one by one? A parallel port is a type of interface found on computers (personal and otherwise) for connecting various peripherals. It is also known as a printer port or Centronics port. The IEEE 1284 standard defines the bi-directional version of the port. Go to Device Manager (right click on My Computer, choose Manage and then find Device Manager in the left panel) 2. Right click on the hardware device you wish to update and choose Update Driver. Pericom Generic Serial Port Device chipset drivers. Install drivers automatically. DriverPack software is absolutely free of charge. Available drivers (2) all systems. When I check the Device Manager USB Controllers I see 1 Unknown Device which has “Unknown Device Port#0001.Hub#0002” on its property tab. I tried Disabling, Reinstall, Update Driver to the Internet, download HP DV2000 & DV2500 Drivers and still I got this Unknown Device Problem. Please, can anyone assist me on this? Appreciated and Thanks.
This issue occurs because the legacy 1394 bus drivers (1394bus.sys and Ochi1394.sys) are removed in Windows 8.1 or Windows 8.
Resolution
Update information
How to obtain this update
Microsoft Download Center
The following files are available for download from the Microsoft Download Center:
Operating system | Update |
---|---|
All supported x86-based versions of Windows 8.1 or of Windows 8 | |
All supported x64-based versions of Windows 8.1 or of Windows 8 |
Select Wireless Port Devices Driver Windows 10
For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591 How to obtain Microsoft support files from online services Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
Additional steps of configuration requirement
After you install the 1394 OHCI Legacy Driver.msi file, follow these steps:
Right-click the Legacy1394.inf file under one of the following paths based on the computer's architecture:
C:Program Files1394 OHCI Compliant Host Controller (Legacy)x86_driver
C:Program Files1394 OHCI Compliant Host Controller (Legacy)x64_driver
Click Install.
Open Device Manager in Control Panel.
Expand IEEE 1394 Bus host controllers, and then locate the host controller.
Right-click the host controller, and then click Update Driver Software.
The screen shot of the host controller and the Update Driver Software is listed in the following example:Click Browse my computer for driver software.
Click Let me pick from a list of device drivers on my computer.
Click Generic1394 OHCI compliant host controller (Legacy), and then click the Next button.
Click the Close button.
Prerequisites
There are no prerequisites for installing this update.
Registry information
To apply this update, you do not have to make any changes to the registry.
Restart requirement
You have to restart the computer after you apply this update.
Update replacement information
This update does not replace a previously released update.
File information
The global version of this hotfix installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.
Windows 8.1 and Windows 8 file information notesThe MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are not listed
For all supported x86-based versions of Windows 8.1 or of Windows 8
File name | File version | File size | Date | Time | Platform |
---|---|---|---|---|---|
1394_ohci_legacydriver.msi | Not Applicable | 208,896 | 15-Aug-2014 | 20:48 | Not Applicable |
For all supported x86-based versions of Windows 8.1 or of Windows 8
File name | File version | File size | Date | Time | Platform |
---|---|---|---|---|---|
1394_ohci_legacydriver.msi | Not Applicable | 208,896 | 15-Aug-2014 | 20:48 | Not Applicable |
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the 'Applies to' section.
More Information
Steps of uninstalling the 1394 OHCI Legacy Driver.msi file
Open Control Panel in the Category view.
Click Uninstall a program in Control Panel.
Right-click 1394 OHCI Compliant Host Controller (Legacy), and then click Uninstall.
The screen shot of uninstalling the 1394 OHCI Compliant Host Controller (Legacy) is listed in the following example:
Select Wireless Port Devices Driver Windows 7
Additional package information
This driver is only intended to work with legacy 1394 host controllers. Therefore, you may experience lower transfer data rates than the 1394b driver.
The driver is intended to resolve compatibility issues for 1394 peripherals on 1394b systems. If you are not experiencing these issues, you should continue to use inbox drivers that are provided in Windows 8.1 or Windows 8.
You have to reinstall this stand-alone driver package if you upgrade to a newer operating system version in the future.
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates
-->The Serial function driver always configures a legacy serial port as a COM port.
Serial detects the presence of legacy ports by reading corresponding COM port subkeys under the ..ServicesSerialParameters key. To install a legacy COM port, you must set a legacy COM port subkey for the device under this key. The COM port subkey contains the registry settings for a legacy COM port.
When Serial is loaded it determines which legacy ports were not previously detected by checking the LegacyDiscovered entry value for a legacy port. If this entry value does not exist or is zero, Serial performs the following tasks:
Calls IoReportDetectedDevice to report the device to the Plug and Play manager.
Sets the LegacyDiscovered entry value for the port to 0x00000001, which indicates that the port has been reported.
Copies some of the entry values under the COM port subkey to the Plug and Play device key for the physical device object (PDO) that is returned by IoReportDetectedDevice.
Serial sets the PortName entry value under the Plug and Play device key to the value of the DosDevices entry value under the legacy COM port subkey. For all other entry values that Serial copies, it retains the same entry value name. For more information about which entry values that Serial copies, see the Serial sample code provided in the Microsoft Windows Driver Kit (WDK).
The IoReportDetectedDevice call marks the port as a root-enumerated device. On subsequent system boots, the Plug and Play manager automatically configures the device based on the information in its INF file.
Selectwireless Port Devices Driver
The Plug and Play manager creates the following compatible IDs for a legacy COM port: DETECTEDInternalSerial and DETECTEDSerial.