On Sun, Apr 26, 2015 at 1:32 PM, Jaime Fernández-Caro Belmonte
<jaime...@gmail.com> wrote:
> Hello, I have upgraded my Debian distribution to latest one:
> https://rcn-ee.com/rootfs/bb.org/testing/2015-04-19/console/BBB-eMMC-flasher-debian-jessie-console-armhf-2015-04-19-2gb.img.xz
>
> I am facing issues with WiFi. This is what I did:
>
> sudo apt-get install wireless-tools wpasupplicant
>
> sudo wpa_passphrase my_ssid my_password
>
>
> sudo nano /etc/network/interfaces
>
> auto wlan0
>
> iface wlan0 inet dhcp
>
>    wpa-ssid my_ssid
>
>    wpa-psk my_generated_psk_password
>
>
> sudo ifup wlan0
>
> This is what I got:
>
> wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
> run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
> Failed to bring up wlan0.
>
> Any ideas (before this release everything worked like a charm)?
> Thanks!

Does it help when you remove connman?

sudo apt-get remove connman

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to