Quantcast
Channel: Intel Communities : Discussion List - All Communities
Viewing all 43302 articles
Browse latest View live

Intel edison's internal atenna gain

$
0
0

I'm doing a project that calculate the distance based on the wifi's rssi . One pieces missing in the formula i 'm currently use is the antenna gain of the Intel edison .the access point is the Intel edison .Can someone tell me how can i acquire it ?

Thanks in advance .


Install openAI GYM

$
0
0

Hi, I tried to install the openai gym library on the colfaxresearch platform

 

I ran this command:

 

!pip3.6 install --user "gym[atari]"==0.9.5

 

and obtained the following error:

ollecting gym[atari]==0.9.5

Requirement already satisfied: requests>=2.0 in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from gym[atari]==0.9.5) (2.18.4)

Requirement already satisfied: pyglet>=1.2.0 in ./.local/lib/python3.6/site-packages (from gym[atari]==0.9.5) (1.3.2)

Requirement already satisfied: numpy>=1.10.4 in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from gym[atari]==0.9.5) (1.14.0)

Requirement already satisfied: six in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from gym[atari]==0.9.5) (1.10.0)

Collecting PyOpenGL; extra == "atari" (from gym[atari]==0.9.5)

Requirement already satisfied: Pillow; extra == "atari" in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from gym[atari]==0.9.5) (4.2.1)

Collecting atari-py>=0.1.1; extra == "atari" (from gym[atari]==0.9.5)

  Using cached https://files.pythonhosted.org/packages/8b/38/3c6716ac9031a686cc3228f3855e48c08a40e4d7c490dd4c21c65b465205/atari-py-0.1.1.tar.gz

Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from requests>=2.0->gym[atari]==0.9.5) (3.0.4)

Requirement already satisfied: idna<2.7,>=2.5 in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from requests>=2.0->gym[atari]==0.9.5) (2.6)

Requirement already satisfied: urllib3<1.23,>=1.21.1 in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from requests>=2.0->gym[atari]==0.9.5) (1.22)

Requirement already satisfied: certifi>=2017.4.17 in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from requests>=2.0->gym[atari]==0.9.5) (2018.1.18)

Requirement already satisfied: future in ./.local/lib/python3.6/site-packages (from pyglet>=1.2.0->gym[atari]==0.9.5) (0.16.0)

Requirement already satisfied: olefile in /glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages (from Pillow; extra == "atari"->gym[atari]==0.9.5) (0.44)

Building wheels for collected packages: atari-py

  Running setup.py bdist_wheel for atari-py ... error

  Complete output from command /glob/intel-python/versions/2018u2/intelpython3/bin/python -u -c "import setuptools, tokenize;__file__='/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /home/u15095/tmp/pip-wheel-tm59_wm9 --python-tag cp36:

  running bdist_wheel

  running build

  make: Entering directory `/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/atari_py/ale_interface'

  mkdir -p build && cd build && cmake .. && make -j4

  /bin/sh: cmake: command not found

  make: *** [build] Error 127

  make: Leaving directory `/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/atari_py/ale_interface'

  Could not build atari-py: Command '['make', 'build', '-C', 'atari_py/ale_interface', '-j', '23']' returned non-zero exit status 2.. (HINT: are you sure cmake is installed? You might also be missing a library. Atari-py requires: zlib [installable as 'apt-get install zlib1g-dev' on Ubuntu].)

  Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/setup.py", line 36, in <module>

  tests_require=['nose2']

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/core.py", line 148, in setup

  dist.run_commands()

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/dist.py", line 955, in run_commands

  self.run_command(cmd)

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/dist.py", line 974, in run_command

  cmd_obj.run()

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages/wheel/bdist_wheel.py", line 179, in run

  self.run_command('build')

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/cmd.py", line 313, in run_command

  self.distribution.run_command(command)

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/dist.py", line 974, in run_command

  cmd_obj.run()

  File "/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/setup.py", line 16, in run

  subprocess.check_call(cmd)

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/subprocess.py", line 291, in check_call

  raise CalledProcessError(retcode, cmd)

  subprocess.CalledProcessError: Command '['make', 'build', '-C', 'atari_py/ale_interface', '-j', '23']' returned non-zero exit status 2.

 

  ----------------------------------------

  Failed building wheel for atari-py

  Running setup.py clean for atari-py

Failed to build atari-py

tensorflow 1.3.1 requires tensorflow-tensorboard<0.2.0,>=0.1.0, which is not installed.

tensorflow 1.3.1 has requirement protobuf>=3.3.0, but you'll have protobuf 3.2.0 which is incompatible.

Installing collected packages: PyOpenGL, atari-py, gym

  Running setup.py install for atari-py ... error

  Complete output from command /glob/intel-python/versions/2018u2/intelpython3/bin/python -u -c "import setuptools, tokenize;__file__='/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /home/u15095/tmp/pip-record-mlzs2ii8/install-record.txt --single-version-externally-managed --compile --user --prefix=:

  running install

  running build

  make: Entering directory `/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/atari_py/ale_interface'

  mkdir -p build && cd build && cmake .. && make -j4

  /bin/sh: cmake: command not found

  make: *** [build] Error 127

  make: Leaving directory `/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/atari_py/ale_interface'

  Could not build atari-py: Command '['make', 'build', '-C', 'atari_py/ale_interface', '-j', '23']' returned non-zero exit status 2.. (HINT: are you sure cmake is installed? You might also be missing a library. Atari-py requires: zlib [installable as 'apt-get install zlib1g-dev' on Ubuntu].)

  Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/setup.py", line 36, in <module>

  tests_require=['nose2']

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/core.py", line 148, in setup

  dist.run_commands()

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/dist.py", line 955, in run_commands

  self.run_command(cmd)

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/dist.py", line 974, in run_command

  cmd_obj.run()

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run

  return orig.install.run(self)

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/command/install.py", line 545, in run

  self.run_command('build')

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/cmd.py", line 313, in run_command

  self.distribution.run_command(command)

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/distutils/dist.py", line 974, in run_command

  cmd_obj.run()

  File "/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/setup.py", line 16, in run

  subprocess.check_call(cmd)

  File "/glob/intel-python/versions/2018u2/intelpython3/lib/python3.6/subprocess.py", line 291, in check_call

  raise CalledProcessError(retcode, cmd)

  subprocess.CalledProcessError: Command '['make', 'build', '-C', 'atari_py/ale_interface', '-j', '23']' returned non-zero exit status 2.

  

  ----------------------------------------

Command "/glob/intel-python/versions/2018u2/intelpython3/bin/python -u -c "import setuptools, tokenize;__file__='/home/u15095/tmp/pip-install-hwi7eo5v/atari-py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /home/u15095/tmp/pip-record-mlzs2ii8/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /home/u15095/tmp/pip-install-hwi7eo5v/atari-py/

"The Intel Management Engine is unable to utilize the PECI over DMI facility"

$
0
0

So, I have been circling the drain with Dell for several weeks now, as my servers are randomly rebooting. I have narrowed it down to my servers with the Broadwell proc.  Also this was happening prior to the current to 2.7 bios, I was on 2.4.3 then updated to Dell bios 2.6.

 

Was the reboot issue known, prior to the security issue?  Is anyone else seeing this?  Any insight would be highly appreciated.

Running more than 100 jobs in parallel

$
0
0

Hey,

 

I submitted more than 120 jobs on Intel AI DevCloud at once. I saw that only 6 were running in parallel at each time point.

Moreover, after 42 jobs were complicated all other jobs were in Q mode and none transition to R mode.

 

My questions:

1. Why am I limited to running at most 6 jobs in parallel?

2. Why are the rest of the jobs waiting and not running if I have no job running?

 

Thanks,

Yaron

NUC7i5DNKE cannot boot from EVO 960

$
0
0

I am using a Intel NUC7i5DNKE and the installed M.2 Samsung 960 EVO is not available as a bootable device in Uefi-Bios.

RSTe failure to install: 0x00004E24 This platform is not supported

$
0
0

My RAID(s) appear correctly in the Option ROM bootup, and behave correctly in Windows. I am having trouble installing the RSTe GUI.

 

Asus Prime X299-A motherboard BIOS version 1401

BIOS settings: RST is On. Intel RST Premium(RAID)

 

PCIe SSD for the boot drive  (not part of the RAID)

4x4TB WD Red drives configured for RAID:

 

3 RAID Volumes:

ID 0  RAID 1 - uses disks on Ports 0 and 1

ID 1  RAID 0 - uses part of disks on Ports 3 and 5

ID 2  RAID 1 - uses part of disks on Ports 3 and 5

 

RST Option ROM 15.7.0.3054

Note, the RAID arrays were previously created on a different PC, an X99, and then ported over to this X299 system - the RAID functions correctly and all drives behave correctly. The issue is I can't install any RSTe GUI tools to monitor / manage / setup cache options etc.

 

Windows 10 Pro x64, Version 1803, latest build: 17134.137

 

I have tried installing the RSTe from both the Asus download site, and also the downloadcenter.intel.com site.

Download VROC and RSTe Driver for Windows*

With the Intel download I ran the RSTe_AHCI_VROC_NVMe_Win_5.3.0.1413_2017.10.30\GUI\RSTe_5.3.0.1413_Install\SetupRSTe.exe

 

I get the same error code with both installers:

 

0x00004E24 This Platform is not supported

 

Log files attached from:

C:\Users\rpwooste\AppData\Local\Temp\Intel\Logs

 

It looks like this person had the same problem, but I don't see a conclusion to the discussion.

 

Install Intel RSTe Drivers on ASUS X299-Deluxe, 0x00004E24 This platform is not supported

 

Roland

Computer crashed while disabling Optane

$
0
0

Yesterday, I upgraded my PSU. After first restart, I realized I had forgotten to plug in my secondary HDD which is controlled by my optane 32 gb. I shut down and plugged it all in, restarted and checked everything. It all seemed to be working fine till I tried booting up a video game. After waiting 20 minutes for it to boot, I cancelled the operation and started the process to disable optane. During the 1st step in the process, the electricity in the building flickered and shut off my computer. Upon restart, it seemed like the process just picked back up where it left off. After 4 hours on step 1, it moved to step 2. At this point I went to bed assuming it would finish by morning. When I came back to it, it was just spinning on step 3 and has been since (approx 6 hrs). Is this a normal amount of time?

Data Migration Software not recognizing Intel SSD5 hdd

$
0
0

I have installed Intel SSD 5 hdd on Windows 10 build 1803 workstation.
Prod code: SSDSC2KW512GBX1
SN: BTLA7445077L512DGN

OS recognizes drive. I have initialized drive as NTFS and gave it a drive letter.
I have installed Data Migration Software v3.
Keep getting message that DMS v3 only works with Intel drive.

Instructions say I should run the idms_1041_workaround.exe (located in the downloaded .zip folder).
This software is not in the download folder.
Where do I get the workaround or how should I proceed.


Motherboard PRIME B360-PLUS;ASUS PCI device and SM bus controller

$
0
0

Hello,

 

I have the problem that my PCI device and SM bus controller are not recognized under device management. I have had contact with ASUS but these refer to Intel. This is because they are the drivers of Intel. I have already installed all newest drivers several times. I also reinstalled windows.

 

What can I do?

Intel boxnuc715bnh Issues getting Display port or HDMI over lightning/USB-C

$
0
0

Hi All,

First time posting, long time system builder but I honestly can't explain these issues. I just set up this nuc with Windows 10 home, an M2 SSD and all works well with my primary monitor coming over HDMI - on attempting to set up a second monitor over the lightning port I can't get it to work: Attempts/results below. Pls advise. Thanks.

 

#1: USB-C to HDMI adapter. Tried to get a cheap belkin-like USB-C to HDMI adapter, plugged one end into the lightning port on my NUC, the other into my monitor - I have <10s of video flash up on the screen then it cuts off. Attempted this on both monitors, same result. Suspect it may be a faulty adapter but not sure.

 

#2 - Displayport over USB-C. I read in the manual that the lightning port also natively supports displayport, so I purchased a USB-C -> DP cable, which caused all sorts of weird things to occur. After ordering a cable and plugging it in I had 30ish seconds of video, before the screen cut out. This wasn't just a 'turn it off and on again' style error either- after I removed the cable, it wouldn't even let my monitor power on again! After unplugging the monitor from power for 30s, I was able to power the monitor again after plugging it back into power.

 

Isolation tested this with both of my monitors, exact same results with both methods each time. Is there a driver upgrade or BIOS change necessary to make this work? These two monitors are workhorses and have never failed me until today when I attempted #2. Honestly stumped. Any ideas? Thanks.

BIOS configuration not compatible with Optane memory

$
0
0

Been wracking my brain trying to get Optane running. Any help with some overlooked settings would be nice. Thank you.

Windows cannot find UpgradeISA_IOC.exe when trying to upgrade Intel Online Connect

$
0
0

When I try to upgrade Intel Online Connect I am receiving an error stating: "Windows cannot find 'C:\PorgramData\Package Cache\{6caedb1f-0fcd-454a-99a5-c4b883a611f4}\UpgradeISA_IOC.exe'.  Make sure you typed the name correctly, and then try again."

 

IntelError.PNG

 

Please help.

intel b360主板支持cnvio网卡的型号

$
0
0

想使用一下支持cnvio的网卡

但是 卖家大多说不支持

目前想买的9560 9260

是否支持cnvio

what is different between active-stereo and steroscopic in depth tech

Intel Wireless AC9260 drops connection

$
0
0

Hi

 

My computer consists of the AMD Ryzen 2700X CPU with the Gigabyte X470 Aorus Gaming 5 WiFi motherboard. The motherboard comes with the Intel Wireless AC9260 WiFi chip.

 

I have problems maintaining a WiFi connection. The longest WiFi connection I maintained was one hour.

 

When I looked up the Windows Event Viewer, I found that WiFi chip has logged many errors.

 

The logs share the same message: "Intel(R) Wireless-AC 9260 : Has determined that the network adapter is not functioning properly."

 

Please advise.


Water rendering is broken in Prince of Persia: Sands of Time

$
0
0

The suggested solution is to turn anti aliasing off but that doesn't seem to work anymore. Turning water effects off in game works around the glitching but then I lose water effects.

 

Intel Iris Pro Graphics 580 with 24.20.100.6094 drivers. On Windows 10 Build 17134.

 

I added Report in reply with SSU, DXDIAG, and driver ID screenshot

Where can I get the S5000PSL BIOS EPS?

$
0
0

Intel is no longer supporting!

 

I am trying to debug PCI Correctable IPMI SEL Events.

 

Thanks

Charles

Cannot build v1.6.2 with yocto

$
0
0

I have tried to build both the v1.6.2 build and the latest development build of the Intel Aero Yocto image and in both cases I get the following warnings and error:

For the v1.6.2 build I tried setting up the repo using the command:

     repo init -u https://github.com/intel-aero/intel-aero-manifest.git -m v1.6.2.xml -b master

which gives the error above, as well as:

     repo init -u https://github.com/intel-aero/intel-aero-manifest.git -m v1.6.2.xml -b refs/tags/v1.6.2

which doesn't even find the v1.6.2.xml manifest.

 

For the development build, I tried:

     repo init -u https://github.com/intel-aero/intel-aero-manifest.git -m default.xml -b master

which gives the same error as v1.6.2 (master) above.

 

What is the proper repo initialization to build the v1.6.2 version of the Intel Aero image? Or will I need to work through those errors and resolve them myself? Given a v1.6.2 image has been released I thought it should be possible to build it from the repository. We apply patches to our Intel Aero image, so we cannot use the released image directly. However, the above errors are not due to our patches, which are in a separate layer, but appear to be related to changes in the RealSense support (which I am very interested in).

 

I also notice that the librealsense v1 API may be dropped. How will this affect support for the R200 camera, which still ships on the Intel Aero? I don't want to lose that support but would like to gain the librealsense v2 support at the same time.

 

Thank you for your assistance.

Pci intel centrino n6300 wifi card NOT WORKING

$
0
0

Hi,

i've recently bought a pci wifi card based on the intel centrino n6300, labeled as Hommie (i think a chinese brand)

i've put it on my new build but the card is not seeit by the sistem in any way

 

i've install the newest driver from intel for win 10 64, also i've tried with suggested driver by hommie, wich was a slightly older version.

 

the pci card is like isn't on the sistem at all. but the green led on it is on.

 

Any suggestion? Probably a damaged one?

 

the motherboard is a mortar b350m with an amd ryzen 5 1600

 

thanx

No screen in BIOS

$
0
0

Hi,

 

I've followed all the instructions to update yocto, fpga, bios etc to the latest versions.

 

I'd like to install Ubuntu 16.04 so I've made a bootable USB. The issues start when I try and connect HDMI screen to the aero.

 

When i connect it running yocto, it works fine and i get the command prompt. When I reboot and press ESC to enter bios (to boot from USB) I get a blank black screen forever... how do you boot from USB to install Ubuntu?

 

BIOS 1.0.16

OS 1.6.2

FPGA 0xC2

 

Thanks

Dion

Viewing all 43302 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>