Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Problems with 'iw'
@ 2013-09-16 12:07 Jonas Ludvigsson
  2013-09-16 18:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jonas Ludvigsson @ 2013-09-16 12:07 UTC (permalink / raw)
  To: buildroot

Hi,

I'm trying to enable the wlan module on a TI AM335x EVM Board and have successfully been able to add drivers and firmware for wl1271.
But when I'm trying start a scan using 'iw' I get 'Segmentation fault'. In fact all 'iw' always returns segmentation fault.

I added support for 'iw' in Buildroot (2013.08) which is configured to use its internal toolchain (uClibc 0.9.33.x),
kernel version (3.2.42) and Busybox (1.21.x).

What could be the problem?

Regards,
Jonas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130916/044fa1fd/attachment.html>

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

* [Buildroot] Problems with 'iw'
  2013-09-16 12:07 [Buildroot] Problems with 'iw' Jonas Ludvigsson
@ 2013-09-16 18:10 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-09-16 18:10 UTC (permalink / raw)
  To: buildroot

Dear Jonas Ludvigsson,

On Mon, 16 Sep 2013 12:07:35 +0000, Jonas Ludvigsson wrote:

> I'm trying to enable the wlan module on a TI AM335x EVM Board and have successfully been able to add drivers and firmware for wl1271.
> But when I'm trying start a scan using 'iw' I get 'Segmentation fault'. In fact all 'iw' always returns segmentation fault.
> 
> I added support for 'iw' in Buildroot (2013.08) which is configured to use its internal toolchain (uClibc 0.9.33.x),
> kernel version (3.2.42) and Busybox (1.21.x).
> 
> What could be the problem?

Hum, many things. Your best starting point is probably to do:

# ulimit -c unlimited
# iw

and then take the generated 'core' file, bring it into your cross gdb
on your development machine, and look at the backtrace to see where the
crash is happening.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2013-09-16 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 12:07 [Buildroot] Problems with 'iw' Jonas Ludvigsson
2013-09-16 18:10 ` Thomas Petazzoni

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