Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Wifi not working - raspberrypi3_defconfig
@ 2018-12-16 20:17 Ola Oni
  2018-12-17  7:16 ` Peter Seiderer
  0 siblings, 1 reply; 9+ messages in thread
From: Ola Oni @ 2018-12-16 20:17 UTC (permalink / raw)
  To: buildroot

Hi Martin,

I was advised to email you about my issue of not been able to get Wifi 
working on raspberry pi 3 using buildroot 2018.11

Below are the entry in my two files [/etc/network/interfaces and 
/etc/wpa_supplicant.conf]

# /etc/wpa_supplicant.conf <- filename
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=root
ctrl_interface_group=0
update_config=1

 ??? network={
 ??????????? ssid="myssid"
 ??????????? psk="mypassword"
 ??????????? proto=WPA
 ??????????? key_mgmt=WPA-PSK
 ??????????? pairwise=CCMP
 ??????????? auth_alg=OPEN
 ??? }

########################################
# /etc/network/interfaces <- filename
# interface file auto-generated by buildroot

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
 ? pre-up /etc/network/nfs_check
 ? wait-delay 15
 ? hostname $(hostname)

auto wlan0
iface wlan0 inet dhcp
 ??????? wireless-essid "myssid"
 ??????? wireless-key "mypassword"
 ??????? pre-up wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
 ??????? post-down killall -q wpa_supplicant

Attached to this is email is the output from dmesg.

Regards

onio



-------------- next part --------------
A non-text attachment was scrubbed...
Name: rpi3_defconfig_dmseg.log
Type: text/x-log
Size: 16824 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20181216/bfad87ef/attachment-0001.bin>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-12-17 23:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-16 20:17 [Buildroot] Wifi not working - raspberrypi3_defconfig Ola Oni
2018-12-17  7:16 ` Peter Seiderer
2018-12-17  7:50   ` Ola Oni
2018-12-17 10:18     ` Martin Bark
2018-12-17 10:20       ` Ola Oni
2018-12-17 10:22     ` Peter Seiderer
2018-12-17 20:31       ` Ola Oni
2018-12-17 21:25         ` Peter Seiderer
2018-12-17 23:12           ` Ola Oni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox