Hi,
I have the following problem. Whenever I connect the LG 34UM95 or LG34UC97C via USB3.0 cable to my ASUS P8Z68V-Pro motherboard, I get a bluescreen as soon as HWInfo32 is loaded viat autostart on boot. The USB 3.0 Controller on that mainboard is the 3rd party ASM1042 by Asmedia.
I tried different driver version for that controller 1.16.26.1, 1.16.28.1, 1.16.29.1
And also tried flashing a newer firmware onto the usb controller. But it didn't help.
So I guess I have done all possible reagrding the USB controller.
When googling I found other people with usb problems as well. I use Windows 7 x64, the other guys use win7 or win 8 or win10. Windows version obviously doesn't matter.
So there are only 2 things left.
1. The monitor itself
2. Software
1: I had 2 LG34um95, both had this issue. Then I changed to a LG 34UC97C (which doesn't have the Thunderbolt ports compared to the 34UM95, so there is one failure possibility less, since the Thunderbolt use another ASM driver)
So all 3 monitors show the same behaviour.
And therefore I conclude it has to do with software.
Which brings me to the 2nd point.
2: Software
Either I unplug the USB from the Monitor and can boot to windows. Or I disable the usb3.0 controller driver in safe mode and the boot with the usb cable connected.
Both works.
But booting with activated usb3.0 ports and monitor gives a bluescreen.
I then analyzed those several bluescreen errors with windbg
And the faulting module is the asmtxhci.sys (the usb 3.0 driver).
But the Process name, that accessed it, is reported as HWinfo32.exe
And that is the reason why I try to get help here, after asking in 2 different hardware forums without luck.
That is the blue screen analysis.
I hope there is an option to uncheck that fixes the incompatibility. Or you can fix it in HWinfo.
I unchecked the option "access embedded controllers" already but it didn't help.
I have the following problem. Whenever I connect the LG 34UM95 or LG34UC97C via USB3.0 cable to my ASUS P8Z68V-Pro motherboard, I get a bluescreen as soon as HWInfo32 is loaded viat autostart on boot. The USB 3.0 Controller on that mainboard is the 3rd party ASM1042 by Asmedia.
I tried different driver version for that controller 1.16.26.1, 1.16.28.1, 1.16.29.1
And also tried flashing a newer firmware onto the usb controller. But it didn't help.
So I guess I have done all possible reagrding the USB controller.
When googling I found other people with usb problems as well. I use Windows 7 x64, the other guys use win7 or win 8 or win10. Windows version obviously doesn't matter.
So there are only 2 things left.
1. The monitor itself
2. Software
1: I had 2 LG34um95, both had this issue. Then I changed to a LG 34UC97C (which doesn't have the Thunderbolt ports compared to the 34UM95, so there is one failure possibility less, since the Thunderbolt use another ASM driver)
So all 3 monitors show the same behaviour.
And therefore I conclude it has to do with software.
Which brings me to the 2nd point.
2: Software
Either I unplug the USB from the Monitor and can boot to windows. Or I disable the usb3.0 controller driver in safe mode and the boot with the usb cable connected.
Both works.
But booting with activated usb3.0 ports and monitor gives a bluescreen.
I then analyzed those several bluescreen errors with windbg
And the faulting module is the asmtxhci.sys (the usb 3.0 driver).
But the Process name, that accessed it, is reported as HWinfo32.exe
And that is the reason why I try to get help here, after asking in 2 different hardware forums without luck.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 3B, {c0000005, fffff88003b31064, fffff8800cb70d60, 0}
Probably caused by : asmtxhci.sys ( asmtxhci+1e064 )
Followup: MachineOwner
---------
3: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff88003b31064, Address of the instruction which caused the bugcheck
Arg3: fffff8800cb70d60, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in 0x%08lx verweist auf Speicher 0x%08lx. Der Vorgang %s konnte nicht im Speicher durchgef hrt werden.
FAULTING_IP:
asmtxhci+1e064
fffff880`03b31064 488bb168010000 mov rsi,qword ptr [rcx+168h]
CONTEXT: fffff8800cb70d60 -- (.cxr 0xfffff8800cb70d60)
rax=fffffa800f7d98a0 rbx=fffffa800f4fa250 rcx=0000000000000001
rdx=0000000000000001 rsi=0000000000000001 rdi=fffffa80116f6240
rip=fffff88003b31064 rsp=fffff8800cb71740 rbp=000000000000016d
r8=0000000000000000 r9=0000000000000000 r10=0000000000000001
r11=fffffa800ca29520 r12=0000000000000006 r13=0000000000000000
r14=fffff88005fd95e8 r15=fffffa800dde2de0
iopl=0 nv up ei pl nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010202
asmtxhci+0x1e064:
fffff880`03b31064 488bb168010000 mov rsi,qword ptr [rcx+168h] ds:002b:00000000`00000169=????????????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x3B
PROCESS_NAME: HWiNFO32.EXE
CURRENT_IRQL: 1
LAST_CONTROL_TRANSFER: from 0000000000000000 to fffff88003b31064
STACK_TEXT:
fffff880`0cb71740 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : asmtxhci+0x1e064
FOLLOWUP_IP:
asmtxhci+1e064
fffff880`03b31064 488bb168010000 mov rsi,qword ptr [rcx+168h]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: asmtxhci+1e064
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: asmtxhci
IMAGE_NAME: asmtxhci.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 55f14f85
STACK_COMMAND: .cxr 0xfffff8800cb70d60 ; kb
FAILURE_BUCKET_ID: X64_0x3B_asmtxhci+1e064
BUCKET_ID: X64_0x3B_asmtxhci+1e064
Followup: MachineOwner
---------
That is the blue screen analysis.
I hope there is an option to uncheck that fixes the incompatibility. Or you can fix it in HWinfo.
I unchecked the option "access embedded controllers" already but it didn't help.