OK, this is the report of the Intel® System Support Utility, thank you.
Re: OpenGL and OpenCL version on CherryTrail
MEManuf Test Fail
ME Test:
Command:"MEManufWin64 -s0 -verbose"
Error 173: Communication with WLAN device failed
Error 117:MEManuf Operation Failed
The wireless is install correctly,driver OK,
I can PASS by changing the wireless network card,is it related to the network card support Vpor?
The wireless card used is intel Centrino@ Advanced-N 6235
Re: how to use DDCCI to control display? who can i contact with?
Hi Leonardo C.
Thank for your response。
My Development environment is “Microsoft Visual Studio 2008“ C++ project。
the Funtion IGFX_GET_SET_BUS_INFO_GUID, I can use SetDeviceData&GetDeviceData in the control of Intel IIC success
but IGFX_MCCS_GUID_1_0 is fail
My Demo code Attach again:
IGFX_MCCS_DATA BusInfo;
HRESULT hr;
hr = CoCreateInstance(CLSID_CUIExternal, NULL, CLSCTX_LOCAL_SERVER, IID_ICUIExternal8, (void**)&pIntel_CUI_App);
hr = pIntel_CUI_App->EnumAttachableDevices(::SysAllocString(L""), i, &dwDeviceUID, &dwDeviceType, &dwStatus);
ZeroMemory(&BusInfo, sizeof(BusInfo));
BusInfo.Cmd = MCCS_OPEN;
BusInfo.dwDevice = dwDeviceUID;
//BusInfo.uiSize = 1;
DWORD dwError;
hr = pIntel_CUI_App->GetDeviceData(IGFX_MCCS_GUID_1_0,sizeof(IGFX_MCCS_DATA),(BYTE*)&BusInfo,&dwError);
Attached file is the debug info
Regards,
sam.zheng
Issues with the SFP+ ports on a D-1537 SOC (Supermicro X10SDV-7TP4F) with linux
I'm going into a XS512EM and I've tried the AXM761 compatible DACs from 10Gtek, as well as a Cable Matters DAC with general support. I'm on Fedora 28 with ixgbe 5.1.0-k and what happens is once connected the DAC is attached it very quickly cycles through link down and link up. I'm kindof suspecting it's still a cabling issue since SFP+ implementations are generally bad (in comparison to 10GBase-T) but i'm not sure. I've also tried a recent Ubuntu and it had the same issues.
From journalctl -xe
May 08 18:55:02 myhost kernel: ixgbe 0000:04:00.1 eno8: detected SFP+: 4
May 08 18:55:02 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:02 myhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eno8: link becomes ready
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6709] device (eno8): carrier: link connected
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6733] device (eno8): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6757] policy: auto-activating connection 'eno8'
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6780] device (eno8): Activation: starting connection 'eno8' (adddd43a-d127-3c9e-8408-e2eeade7a7db)
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6787] device (eno8): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6797] device (eno8): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6806] device (eno8): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6811] dhcp4 (eno8): activation: beginning transaction (timeout in 45 seconds)
May 08 18:55:02 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:02 myhost NetworkManager[1049]: <info> [1525820102.6848] dhcp4 (eno8): dhclient started with pid 2167
May 08 18:55:02 myhost dhclient[2167]: DHCPDISCOVER on eno8 to 255.255.255.255 port 67 interval 6 (xid=0x3e168505)
May 08 18:55:05 myhost NetworkManager[1049]: <info> [1525820105.2694] device (eno8): carrier: link connected
May 08 18:55:05 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:05 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:06 myhost NetworkManager[1049]: <info> [1525820106.6215] device (eno8): carrier: link connected
May 08 18:55:06 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:06 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:08 myhost dhclient[2167]: DHCPDISCOVER on eno8 to 255.255.255.255 port 67 interval 6 (xid=0x3e168505)
May 08 18:55:09 myhost NetworkManager[1049]: <info> [1525820109.8454] device (eno8): carrier: link connected
May 08 18:55:09 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:09 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:10 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:10 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:12 myhost NetworkManager[1049]: <info> [1525820112.1334] device (eno8): carrier: link connected
May 08 18:55:12 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:12 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:14 myhost dhclient[2167]: DHCPDISCOVER on eno8 to 255.255.255.255 port 67 interval 11 (xid=0x3e168505)
May 08 18:55:14 myhost NetworkManager[1049]: <info> [1525820114.4214] device (eno8): carrier: link connected
May 08 18:55:14 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:14 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:16 myhost NetworkManager[1049]: <info> [1525820116.0876] device (eno8): carrier: link connected
May 08 18:55:16 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:16 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:18 myhost NetworkManager[1049]: <info> [1525820118.7916] device (eno8): carrier: link connected
May 08 18:55:18 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:18 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:20 myhost NetworkManager[1049]: <info> [1525820120.4555] device (eno8): carrier: link connected
May 08 18:55:20 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:20 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:20 myhost NetworkManager[1049]: <info> [1525820120.8715] device (eno8): carrier: link connected
May 08 18:55:20 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:20 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:22 myhost NetworkManager[1049]: <info> [1525820122.2234] device (eno8): carrier: link connected
May 08 18:55:22 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:22 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
May 08 18:55:23 myhost NetworkManager[1049]: <info> [1525820123.5754] device (eno8): carrier: link connected
May 08 18:55:23 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Up 10 Gbps, Flow Control: RX/TX
May 08 18:55:23 myhost kernel: ixgbe 0000:04:00.1 eno8: NIC Link is Down
Dmesg is much the same as above.
Also:
lspci | grep Eth
04:00.0 Ethernet controller: Intel Corporation Ethernet Connection X552 10 GbE SFP+
04:00.1 Ethernet controller: Intel Corporation Ethernet Connection X552 10 GbE SFP+
Re: Hades Canyon NUC NUC8i7HVK
Hello, Clausdk. Thank you very much for sharing your issue with the Intel Communities Team. I will be more than glad to assist you.
Allow me to verify that information. I will be back to you soon.
Antony S.
Re: How to capture an image for Intel Compute Stick STK1AW32SC
Hello Louis2,
I am following up with your case and see that we have not heard back from you.
If you need more assistance do not hesitate to reply.
Regards,
David V
Re: Intel HD 4000 drivers April Update (1803) Windows 10
Hello Mleczkowy333,
Thank you for your response,
There is no confirmation yet of the development of a driver for this unit, I cannot guarantee that there will be a release for a third generation processor. I would strongly recommend to check on the website.
Regards,
David V
Re: Samsung 960 EVO NVMe M.2 SSD PCI-e and S2600CW2
Hello Salvazo,
Do you have any updates, questions or comments in regards to this issue?
Please do not hesitate to contact us back.
If you consider the issue to be completed please let us know so we can proceed to mark this thread as resolved.
Regards
Jose A.
Re: Official license information
Hello tadamo,
Thank you for joining the Intel Community Support.
Although I am not able to provide you with an email address, please allow me to do further research to find out whether this specific information is available officially.
I will get back to you soon.
Wanner G.
Re: skype for business video
Hello jbeske,
I am writing to follow up on your inquiry.
Please let me know if you need any further help.
Wanner G.
Re: NUC7i5BNH display (HDMI/thunderbolt)
Hello duaduaki,
Were you able to follow the troubleshooting steps provided by MrMitch and N. Scott Pearson?
Please let us know if you need any further help.
Wanner G.
Re: CEC Problem: Turn on NUC when TV is turned on does not work.
Hello CarlosNUC,
I understand that you are having problems with the CEC.
I have sent you a private message.
Regards,
David V
Re: Unknown Error Occurred While Running This Application
I can't get into safe mode. I wish I could.
Thanks
Compute Stick STK2MV64CC (CS525) working with Sandisk 400GB Ultra MicroSD
Just wanted you all to know that I have a new Intel Compute Stick STK2MV64CC (CS525) m5-6Y57 CPU that I loaded Windows 10 Professional from USB media on, and I purchased a Sandisk 400GB Ultra MicroSD Card that seems to be working fine with it. I know there are specs out there that say there is a 128GB SD card limit, but mine seems to be working fine. For even more storage, I added a 256 GB Sandisk Ultra Fit USB 3.1 Flash Drive that seems to be working fine as well. With this kind of processing power and fast, tiny, nice capacity storage, who needs a big, chunky-monkey PC with large, clunky hard drives anymore? I would still recommend an i7 processor for gamers, but since I’m not a big gamer, (although I am in I.T.), it’s enough power for me. My 2TB Kingston DataTraveler Ultimate GT USB Flash Drive and Pioneer BDR-XU03 USB 3.0 BD/DVD/CD burner work fine in the USB ports on the power supply. With Windows 10 Professional, Microsoft Office Professional Plus 2016, Microsoft Visio Professional 2016, Microsoft Project Professional 2016, and a few other small, choice programs, I’ve only taken up 23.3GB of the on-board 64GB (56.3GB formatted) capacity. And that’s all I plan on loading on onboard storage (C:), is the O.S. and Programs. Everything else can go on the removable storage devices listed above. I already had a GeChic On-Lap 1503i TouchScreen Monitor that I was using as a 2nd Monitor for my Corporate Laptop. It just amazes me that it’s the ONLY Portable 2nd Monitor for a Laptop that uses a HDMI Interface instead of USB. Therefore it’s also the only 2nd Laptop Monitor that doesn’t need a special driver, and doesn’t take up extra CPU cycles. Anyway, GeChic has an Optional Rear Dock that is especially designed for a Compute Stick, and it works great. Oh, and I read on here where someone recommended you format your USB flash drives and/or SD Cards with NTFS for performance. With all due respect, that is incorrect. exFAT has lower overhead, and is therefore slightly faster than NTFS. exFAT was not only created to break the old size limit of FAT32, but designed for performance with external devices in mind. The main reason you may want to switch to NTFS is that it’s more reliable. Well, I didn’t mean to whip a novel on ya‘, but just thought I’d let peeps know what is working for me. I attached a pic with the removable devices pulled out slightly for a visual. Thanks.
[Laptop] Discrete GPU vs Optimus Technology
Hi Guys,
Provided that a 2 laptops have the same specs, the only difference is below:
Laptop 1: Discrete GPU GTX1060 6gb
Laptop 2: Intel HD XXXX and GTX1060 6gb (optimus technology)
I have read that in Optimus technology when discrete GPU is being use it pass-thru the Intel HD GPU.
I was wondering if laptops with only discrete GPU will perform better than the laptop with OPTIMUS Technology?
Thanks and Cheers.
Re: Isssue with iai2c.sys causing BSOD
Hello
I understand that you are currently getting BSOD periodically which you think it may be an old driver.
Regarding this I would like to ask you for some questions and information:
1 - What makes you believe the problem is an old driver?
2 - Can you please provide me with screenshots/pictures of the BSOD?
3 - Have you tried re-installing the Operating System?
4 - Have you checked with the manufacturer to get the latest drivers? Since your computer is actually OEM (Original Equipment Manufacturer), the drivers are provided by the OEM (In this case Lenovo*).
I will await for your response.
Regards,
David V
Re: CEC Problem: Turn on NUC when TV is turned on does not work.
Hello
Thank you for your response,
I am currently reviewing the details you have provided and I will be trying to replicate the problem and/or find a solution as soon as possible. Please allow me some time and I will be getting back to you as soon as possible.
Regards,
David V
Re: What is the Voltage of the i7 8700k iGPU or the voltage of the UHD 630 iGPU
The reason I need the voltage is because the UHD 630 is crashing and to make my system more stable I need to up the voltage. I have figured that out by long time of tinkering with the BIOS and other voltage numbers that I have researched before tried. Though I have not tinkered with the iGPU yet.
Re: NUC 7i7BNH + 32 Ram + 32 Intel Optane Cache + Samsung 850 EVO SSD + windows 10 pro = Freezes, but mouse moves and monitor reconnect unfreezes.
Hello
Thank you for your response,
I can see that you changed the power settings of the GPU; however, I would like to know if you changed the settings from the power plan of the system.
In order to do this, you must access the settings > system > power & sleep > additional power settings. Over there, make sure to change the power plan to "High Performance", reboot the system and let me know if the issue persists.
Regards,
David V
Re: Intel SSD 600p incompatibility with Windows 10 version 1803.
wow, it is like as if you are telling my situation. Except the UEFI part i am having totally same problem and i also lost my old windows installation while i was diagnosing the problem, i tried clean installing windows but still had the issue. I forgot to make a back-up of Microsoft office and lost my 1 year subscription of Office 365 that came with my laptop. Somehow i got Windows 10 version 1709 iso original file on internet, made a bootable USB of it, installed it and successful rolled back to version 1709. You should also try this until they provide a patch for this.