- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I'm using Yocto image and reflashed from scratch (this is a totally new install). Using the arduino expansion board, a 12v 1A power supply and have serial connected and working. To try to get ethernet working, I attempted https://www.intel.co.uk/content/www/uk/en/support/articles/000006166/boards-and-kits/intel-edison-bo... Setting up an Ethernet Connection for the Intel® Edison Kit for...
This did not work at ALL on a new board. I have verified wpa_supplicant is working fine and connman was also started without any issues. The adapter works fine on every other computer I have tried it on, including microcontrollers (verified working on Beagle, Pi 2, Pi 3, Arduino). The adapter definitely shows up recognized by `dmesg | tail` and the interface shows up in ifconfig (usb0). The main issue is getting connman to enable ethernet.
connmanctl> enable ethernetError ethernet: Method "SetProperty" with signature "sv" on interface "net.connman.Technology" doesn't existAs I said before I ran the commands right away on a freshly flashed board. `enable wifi` works but ethernet fails.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Woodworks,
Thank you for your interest in Intel products.
Did you enable the dbus interface in wpa_supplicant?
Regards,
Alexandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Alexandra,
I've run `systemctl start dbus` and `systemctl enable wpa_supplicant` and `systemctl start wpa_supplicant`. Not sure what you mean by enabling the dbus interface in wpa_supplicant--I can try using DBUS to create an access point but the objective is to connect to Ethernet.
Here is the output of `systemctl status dbus`:
root@edison:/var/lib/connman# systemctl status dbus
● dbus.service - D-Bus System Message Bus
Loaded: loaded (/lib/systemd/system/dbus.service; static)
Active: active (running) since Mon 2016-06-06 21:29:38 UTC; 1 day 16h ago
Docs: man:dbus-daemon(1)
Main PID: 254 (dbus-daemon)
CGroup: /system.slice/dbus.service
└─254 /usr/bin/dbus-daemon --system --address=systemd: --nofork --...
`systemctl status wpa_supplicant`
root@edison:/var/lib/connman# systemctl status wpa_supplicant
● wpa_supplicant.service - WPA supplicant service
Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; enabled)
Active: active (running) since Mon 2016-06-06 21:30:37 UTC; 1 day 16h ago
Main PID: 540 (wpa_supplicant)
CGroup: /system.slice/wpa_supplicant.service
└─540 /usr/sbin/wpa_supplicant -u -c/etc/wpa_supplicant/wpa_suppli...
`systemctl status connman`
root@edison:/var/lib/connman# systemctl status connman
● connman.service - Connection service
Loaded: loaded (/lib/systemd/system/connman.service; enabled)
Active: active (running) since Mon 2016-06-06 21:30:37 UTC; 1 day 16h ago
Main PID: 535 (connmand)
CGroup: /system.slice/connman.service
└─535 /usr/sbin/connmand -n --nodevice=usb0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, Priansh
We are still working to solve this issue.
Also, I would suggest you to try out a different Ethernet to USB adapter with the board.
Regards,
Alexandra

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page