Re: HD4000 driver problem about multiple display handling
Dear Sylvia, the monitor is Asus VE228. The Tv is Sharp LC-52DH65E. Both have HDMI inputs. Motherboard is Asus P8Z77-V Premium which was one of the world's most expensive board. One of the cables is a...
View ArticleOpenSUSE 13.2 Galileo Image
For anybody interested, i have created a working Images for Galileo based on openSUSE 13.2. Some keypoints:- Several auto-extend Images preconfigured (4GB, 8GB, 16GB, 32GB)- Completely (auto) build on...
View ArticleRe: Cannot Install Intel HD Graphics on Windows Technical Preview
Could you please go into further detail on how to do this? I have no idea where this "the reference to Threshold in the configuration file that prevented installation with Windows Technical Preview" is.
View ArticleRe: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
Thank you for the explanation. I'm using the Edison Arduino board do you think the board take this into account? I was able to get your GY-80 code github working on both my UNO and Teensy 3.1. But not...
View ArticleRe: X540 performance
H Cycloptic,Just want to clarify your setup. are you connecting one x540 to another x540 directly via cable without passing thru a switch? With this kind of setup, the performance yields are usually...
View ArticleRe: Galileo Gen 2 i2c problem
Hello Peter, Thank you for your nice reply. I have solved the issue. The problem was the different GND levels between the sensor and the Galileo. It is now working fine by powering the sensor board...
View ArticleRe: Edison Arduino i2c
I can read the temp sensor's i2c address on my Arduino UNO using Nick Gammon's i2c Scanner sketch. It says it's hex 48 (decimal 72). But when I try to run the i2c Scanner sketch on my Edison-Arduino it...
View ArticleRe: How to program UART serial from Linux on Galileo Gen 2?
Hello, Peter, It works! I'm glad you solved my problem. Your help is much appreciated. Regards,Tevin
View ArticleRe: UVC Driver Support
fyi..the link https://communities.intel.com/docs/DOC-23007 Not FoundThe item does not exist. It may have been deleted.
View ArticleRe: How to get current time
Terrence_, the format you are looking for is a string being return by a function in the format YYYYMMDD:HHMMSS ?Are you programming in C/C++ via the Eclipse IDE provided by the iotdk ?
View ArticleRe: Intel Galileo - Can't upload sketch while boot from Big Linux Image
Hi MyNameIsNathan;This is Galileo Gen1This is Galileo Gen2Check that you are using the correct one in the IDE. If you were using the correct one, verify that you have all the files that you need in the...
View ArticleStrange Behaviour of Suspend-to-Ram (ACPI S3) on S1200V3RPL Server Board
Hi there, I have a system with a S1200V3RPL Server Board in an Intel P4000S chassis, using the latest available FW version S1200RP.86B.02.01.0004. There are also two raid controllers...
View ArticleRe: What is the 4790K Stock Cache Multiplier (when Turbo Boosting)?
So I was bored and tried 44x as the cache multiplier. 4.4GHz cache crashes instantly when a heavy load is applied with stock voltage (Prime95 in this case). Therefore I'm going to assume 40x is the...
View ArticleRe: Native Edison kernel compile successful, kernel hangs without error
Hmm.... I responded a while back: not sure what black hole that response went to.Yes, I intentionally left out the Xenomai patches in order to see if I could even install a natively compiled Edison...
View ArticleRe: Galileo Debian v1.2 image
Hi Everyone, I'm new to this device and I have loaded the 1.2 version of the SD card image onto a Gen 2 board. Does anybody have some pointers on how to get iptables going? I tried building it, but was...
View ArticleRe: Galileo Debian v1.2 image
I have a Gen 1 Rev C board running 0.7.5 of the firmware, and a Gen 2 running the 1.0 version of the firmware. I had a Gen 1 running v1.0 for a little while, but was only borrowing it and had to return...
View ArticleRe: How to get current time
those errors aren't coming from your code directly. It sounds intermittent, I don't have an answer yet.Still thinking on it. Can you post the entire code of your source file?
View ArticleglReadPixels not working when reading from a FrameBuffer
I have an Intel HD 4600 Notebook with the latest Drivers (10.18.10.3960 29/9/2014) running on Windows 8.1 64bit. I am writing an OpenGL application which needs to read pixels from a Framebuffer. The...
View ArticleRe: How to get current time
deium thank you for your reply. I am using Arduino's c/c++ and the Edison board.>>strfttime(buffer, 22, "%Y.%m.%d %H:%M:%S ", ptr_time);unfortunately strfttime is not available in Arduino c. This...
View ArticleRe: How to get current time
Oh, I see another answer from you that I missed. Ignore my last post and let me try your solution Thank you very much for your help.Terrence
View Article