From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] Wifi not working - raspberrypi3_defconfig
Date: Mon, 17 Dec 2018 08:16:50 +0100 [thread overview]
Message-ID: <20181217081650.3b16024c@gmx.net> (raw)
In-Reply-To: <e0a0f4c9-5769-702c-9945-fbcbf7643793@gmail.com>
Hello Ola,
On Sun, 16 Dec 2018 20:17:30 +0000, Ola Oni <oniola@gmail.com> wrote:
> 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.
Not much info, Wifi will definitely not work with raspberrypi3_defconfig
out of the box (e.g. package BR2_PACKAGE_WPA_SUPPLICANT not enabled)...
Regards,
Peter
>
> Regards
>
> onio
>
>
>
next prev parent reply other threads:[~2018-12-17 7:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-16 20:17 [Buildroot] Wifi not working - raspberrypi3_defconfig Ola Oni
2018-12-17 7:16 ` Peter Seiderer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181217081650.3b16024c@gmx.net \
--to=ps.report@gmx.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox