Infrared not recognized

Anonymous
2019-05-22T19:34:31+00:00

Upgraded to Windows 10 ver 1903 and the infrared device is not working. Got this:

Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19)

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2019-06-19T21:33:58+00:00

Dalvic do you still have the problem?

Try to remove and re-add the Infrared.  It is probably more reliable to use the PowerShell Commands (If you are not comfortable you can try the interface which may not work.

Power Shell to Add / remove IrDA infrared components

Run PowerShell as administrator

Query state of the IrDA components:

get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Unistall

Remove-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Add

add-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Query state of the IrDA components:

get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

An example of the results (Thanks to FritzMerkel) of the scripts when fixing IrDA issue.

PS C:\WINDOWS\system32> get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Name         : Network.Irda~~~~0.0.1.0

State        : NotPresent

DisplayName  : IrDA infrared

Description  : Support for IrDA devices. Requires special IrDA hardware.

DownloadSize : 604101

InstallSize  : 1236233

PS C:\WINDOWS\system32>

Then the others: 

PS C:\WINDOWS\system32> Remove-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Path          :Online        : TrueRestartNeeded : False

PS C:\WINDOWS\system32> add-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0">>

Path          :Online        : TrueRestartNeeded : False

PS C:\WINDOWS\system32> get-WindowsCapability -online -Name "Network.Irda~~~~0.0.1.0"

Name         : Network.Irda~~~~0.0.1.0State        : InstalledDisplayName  : IrDA infraredDescription  : Support for IrDA devices. Requires special IrDA hardware.DownloadSize : 604101InstallSize  : 1236233

Alternative: on windows interface:

To remove:

Go to Settings -> Apps and Features -> Optional Features

Select IrDA Infrared and click uninstall.

To Install

Go to Settings -> Apps and Features -> Optional Features

Add a feature (top of list)

Select IrDA Infrared from the list.

It installs and should be visible in the Optional Features list.

Go back to Control Panel\All Control Panel Items and hopefully you will now see Infra Red icon and features.

If this does not work do use the PowerShell commands

Was this answer helpful?

60+ people found this answer helpful.
0 comments No comments

77 additional answers

Sort by: Oldest
  1. Anonymous
    2019-09-22T12:15:46+00:00

    Thanks smile.  I agree that the stack looks OK.  The install / unistall looks clean.  I actually steeped through the registry and compared with the working system and noted the keys and values matched.  As part of this I also uninstalled the device from device manager, and rebooted so many times I lost count.  I also reset windows without deleting files as a sledge hammer, then reinstalled IRDa and the device still added as STIrx22.  This does not bind as if the OS does not recognize it as an IRDa device.  As I do not know how Windows translates the STIrx22 to the IRDa device in device manager, I am stuck.  Short of clearing the entire system and reinstalling a clean Windows, I cannot see much else to do.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-09-22T12:35:01+00:00

    OK please check that you have removed the drivers and not just un-installed the device.

    When you remove the device select the "Delete the driver software for this device" check box.   This will remove the currently installed drivers.

    I would start the machine without the device connected and then plug it in once running.

    As an aside:  If the machine was running an OS before windows 10, or if at any time you might have installed drived from the installation CD, I would also check control panel just to make sure.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-09-22T23:13:18+00:00

    Thanks again smile. 

    I can advise that there is no device driver in the failing system.  I connected the dongle and the system advises "Setting up STIr42xx", then "STIr42xx is ready".  After this, Device Manager shows STIr42xx under "Other Devices" (with an !).  Properties shows it has no device driver and an "install error" (key) =

    "There are no compatible drivers for this device.

    E0000228".

    As there are no specific STIr42xx device drivers available (net or CD or ...) so I have assumed that the IRDa installation process installed (or linked) to one (direct or symbolic) that is part of the OS.  In Windows\System32\drivers there is no driver for STIr42xx and there is no reference at all to it in the file system under programs.

    In device manager in my working system, it shows 2 device drivers as Microsoft supplied in Windows\system 32\drivers as irenum.sys and stusb2ir.sys, and these exist in that system. In the failing system in windows\system32\drivers, irenum.sys exists while stusb2ir.sys is missing.

    As the file is a .sys file, it cannot be copied using a stick and needs to be installed from something.  Hence my though that it was part of he IRDa package or part of the initial OS install.

    Do you know the source of these drivers, esp stusb2ir.sys?

    Thanks for persevering with me on this as your feedback is helping me focus my analysis.

    Peter

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-09-23T06:44:35+00:00

    Having a quick look the stusb2ir is provided with the drivers for the SigmaTel STIr42xx IR USB device.   This would normally be provided by

    Windows 10 Automatically from Internet.   Windows 7 installation Disk (8 could be either.)

    There is a difference between the computer having a partial installation and no installation.  A partial will not trigger a reinstallation of these components.  You cannot just copy the files across as the installation procedure also adds some registry keys for the device to work correctly.

    Can you try to:

    1: If it has no drivers when plugged in then it might rigger a full installation.  Remove the device and reboot the computer.  At this point plug back in.

    2: If you have a device with an exclamation mark, try on the device in Device manager select update drivers and see if it goes and finds one.  Use search automatically first; then windows updates.   And finally a disk if you have one.

    3: Last chance is Windows 10 will often reuse the windows 8.1 (or 8 or 7 drivers) so if you have a provided CD for one of those, it is always worth a try, but this really is last resort as it is always better to use the windows 10 built in drivers.

    Was this answer helpful?

    0 comments No comments