From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] Console warning using the package aircrack-ng
Date: Wed, 20 May 2020 19:09:57 +0200 [thread overview]
Message-ID: <20200520190957.115bcdfb@gmx.net> (raw)
In-Reply-To: <CALtfCQYSupq9++U=Ua74Y3aT5Z7pxzHcEmERW-D-je3ZPGZG3w@mail.gmail.com>
Hello Oscar,
On Wed, 20 May 2020 18:18:43 +0200, Oscar Gomez Fuente <oscargomezf@gmail.com> wrote:
> Hi everyone,
>
>
> I am using a raspberry pi 3B with an usb WiFi dongle with the chipset rtl8192c.
>
> I have buildroot 2020.02 with the package aircrack-ng (ver1.6). I am
> using the USB dongle in monitor mode. When I execute this command:
>
> # /usr/sbin/airodump-ng wlan0mon --output-format csv --write /tmp/wifi_results
>
> I've got this warning:
>
> Warning: Detected you are using a non-UNICODE terminal character encoding.
>
> And it seems to be that airodump-ng doesn't work properly.
>
> Does anyone know how to fix this warning?
Run your command with:
LANG=en_US.utf8 /usr/sbin/airodump-ng wlan0mon ...
in case en_US.utf8 is enabled in your buildroot config, otherwise rebuild with:
BR2_GENERATE_LOCALE="en_US"
Regards,
Peter
>
>
> Oscar Gomez Fuente
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
next prev parent reply other threads:[~2020-05-20 17:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-20 16:18 [Buildroot] Console warning using the package aircrack-ng Oscar Gomez Fuente
2020-05-20 17:09 ` Peter Seiderer [this message]
2020-05-21 6:27 ` Oscar Gomez Fuente
2020-05-21 7:53 ` Peter Seiderer
2020-05-21 8:50 ` Oscar Gomez Fuente
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=20200520190957.115bcdfb@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.