Re: Connecting Edison to WIFI
Sure: ctrl_interface=/var/run/wpa_supplicantctrl_interface_group=0update_config=1 network={ ssid="MY WIFI NETWORK" key_mgmt=NONE wep_key0="33643039323434356239" scan_ssid=1 auth_alg=OPEN}
View ArticleRe: Connecting Edison to WIFI
ok, so far the error is in /etc/wpa_supplicant/wpa_supplicant.conf filecan you copy that herecat /etc/wpa_supplicant/wpa_supplicant.conf
View ArticleRe: Serial1 not available on Galileo 1 in my sketch
Hi jay07920, Are you using the latest firmware image for the Galileo? If I recall correctly, the first versions didn't hook up all the serial ports correctly to the serial objects in the Arduino IDE....
View ArticleRe: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
Kurt I tried this without any positive results. I'm going to try with external PU's I just realized that I have POSCOPE in one of my storage boxes. I'll check to see if it still works.Gary, I'm trying...
View ArticleRe: Connecting Edison to WIFI
wep_key0=33643039323434356239no quotes around it (changes the meaning from string "key0" to hex key0) then try running the commands againwpa_supplicant -B -Dnl80211 -iwlan0...
View ArticleI can not change the screen resolution to 1024x768 I have intel hd graphics!...
I can not change the screen resolution to 1024x768 I have intel hd graphics! There any way to change it is a notebook?
View ArticleRe: Connecting Edison to WIFI
I should've known better about the string vs hex. Now I get this after running wpa_supplicant -B -Dnl80211 -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf: Successfully initialized wpa_supplicantLine...
View ArticleRe: Connecting Edison to WIFI
one sec while I try looking something upAriGoldin /etc/wpa_supplicant/wpa_supplicant.conf try adding the linegroup=WEP40and try wpa_supplicant -B -Dnl80211 -iwlan0...
View ArticleRe: Connecting Edison to WIFI
This is my current conf file: ctrl_interface=/var/run/wpa_supplicantctrl_interface_group=0update_config=1 network={ ssid="MY WIFI NETWORK" key_mgmt=NONE group=WEP40 wep_key0=33643039323434356239...
View ArticleRe: Connecting Edison to WIFI
ok discovered a glitch .. 20 hex chars is not a WEP key but rather a WPA keylooking up a suitable wpa_suuplicant configuration
View ArticleRe: Sporadic but recurring connection dropouts, Intel 7260 AC Desktop
I've seen some improvements after adding "ScanWhenAssociated". It seems like the big dropouts like seen on the picture below mostly occur when I'm streaming to twitch (upload) and when using VPN...
View ArticleRe: a problem abuot eclipse debug
Hi mhahn, Thank you very much ! I add the file ,then it is ok ! Regards, wumf
View ArticleReduce Edison Power Consumption
Hi, I am currently running the Edison as an access point. It is currently drawing about 200ma I would like to know ways to reduce the current draw with and without the access point enabled.I was...
View ArticleRe: How to enable the Yocto-provided package management capability
Does your Yocto build work? Then you could just Grab The OK package and opkg install it
View ArticleRe: about atomisp
Hi:Thank you very much, and i get your means.I have got a copy of atomisp driver from Timesys, which named kernel-3.8.0-1.src.rpm. The driver be written by intel. But the driver can not be correctly...
View ArticleRe: Problem setting GPIO
deium: to upgrade upm as well:opkg upgrade upm Or you just run "opkg upgrade" without parameters to update all
View ArticleDual Band Wireless 7260AC or 7260AN - What are the differences?
I'm buying a new laptop and I have the option of getting the 7260AC card or the 7260AN card. My primary network is 802.11N, but I want to be ready for AC since I might upgrade it. Is the AC one...
View ArticleRe: Dual Band Wireless 7260AC or 7260AN - What are the differences?
AC is backwards compatible with A/B/G/N so no worries. Get the 7260AC and enjoy 866.7 Mbps connection on a line of sight with 802.11ac AP scenario.
View ArticleRe: Dual Band Wireless 7260AC or 7260AN - What are the differences?
The what's the AN version? Does the "A" in that also mean AC? Or does it just mean A through N and A through C? Most cards are just called "N." They're the same price, which is confusing.
View ArticleRe: Connecting Edison to WIFI
That's a reason I prefer connman. No need to edit any conf file (unless 802.1x) no need to use rfkill, udhcp nor wpa_cli but everything within one tool. connmanctlconnman> helpconnman>...
View Article