Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config
@ 2013-11-08 15:33 Steve Sakoman
  2013-11-08 17:02 ` Richard Purdie
  2013-11-08 17:54 ` Iorga, Cristian
  0 siblings, 2 replies; 4+ messages in thread
From: Steve Sakoman @ 2013-11-08 15:33 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

I've begun using Yocto 1.5 (dora) for several client projects over the
past few weeks.

I noticed that images that included connman and wpa-supplicant always
failed to enable the wifi technology properly.  The visible error
indication in the log:

src/technology.c:technology_get() No matching drivers found for wifi

After many hours of debugging I finally figured out that this was due
to a missing option in wpa-supplicant (CONFIG_CTRL_IFACE_DBUS_NEW)

Adding a bbappend for wpa-supplicant with this option enabled fixed
the issue and connman now handles wifi interfaces as expected.

Was there a particular reason CONFIG_CTRL_IFACE_DBUS_NEW wasn't enabled?

Steve


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

* Re: [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config
  2013-11-08 15:33 [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config Steve Sakoman
@ 2013-11-08 17:02 ` Richard Purdie
  2013-11-08 17:05   ` Burton, Ross
  2013-11-08 17:54 ` Iorga, Cristian
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2013-11-08 17:02 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: Patches and discussions about the oe-core layer

On Fri, 2013-11-08 at 07:33 -0800, Steve Sakoman wrote:
> I've begun using Yocto 1.5 (dora) for several client projects over the
> past few weeks.
> 
> I noticed that images that included connman and wpa-supplicant always
> failed to enable the wifi technology properly.  The visible error
> indication in the log:
> 
> src/technology.c:technology_get() No matching drivers found for wifi
> 
> After many hours of debugging I finally figured out that this was due
> to a missing option in wpa-supplicant (CONFIG_CTRL_IFACE_DBUS_NEW)
> 
> Adding a bbappend for wpa-supplicant with this option enabled fixed
> the issue and connman now handles wifi interfaces as expected.
> 
> Was there a particular reason CONFIG_CTRL_IFACE_DBUS_NEW wasn't enabled?

This sounds like a default that should be enabled. Please send a patch!

Cheers,

Richard



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

* Re: [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config
  2013-11-08 17:02 ` Richard Purdie
@ 2013-11-08 17:05   ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-11-08 17:05 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

On 8 November 2013 17:02, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Fri, 2013-11-08 at 07:33 -0800, Steve Sakoman wrote:
>> I've begun using Yocto 1.5 (dora) for several client projects over the
>> past few weeks.
>>
>> I noticed that images that included connman and wpa-supplicant always
>> failed to enable the wifi technology properly.  The visible error
>> indication in the log:
>>
>> src/technology.c:technology_get() No matching drivers found for wifi
>>
>> After many hours of debugging I finally figured out that this was due
>> to a missing option in wpa-supplicant (CONFIG_CTRL_IFACE_DBUS_NEW)
>>
>> Adding a bbappend for wpa-supplicant with this option enabled fixed
>> the issue and connman now handles wifi interfaces as expected.
>>
>> Was there a particular reason CONFIG_CTRL_IFACE_DBUS_NEW wasn't enabled?
>
> This sounds like a default that should be enabled. Please send a patch!

Sounds like our QA needs to test wifi more...

Ross


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

* Re: [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config
  2013-11-08 15:33 [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config Steve Sakoman
  2013-11-08 17:02 ` Richard Purdie
@ 2013-11-08 17:54 ` Iorga, Cristian
  1 sibling, 0 replies; 4+ messages in thread
From: Iorga, Cristian @ 2013-11-08 17:54 UTC (permalink / raw)
  To: Steve Sakoman, Patches and discussions about the oe-core layer

Hello Steve,
I don't know any reason, might be a mistake.
Please enable the option.

Regards,
Cristian

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Steve Sakoman
Sent: Friday, November 8, 2013 5:33 PM
To: Patches and discussions about the oe-core layer
Subject: [OE-core] [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config

I've begun using Yocto 1.5 (dora) for several client projects over the past few weeks.

I noticed that images that included connman and wpa-supplicant always failed to enable the wifi technology properly.  The visible error indication in the log:

src/technology.c:technology_get() No matching drivers found for wifi

After many hours of debugging I finally figured out that this was due to a missing option in wpa-supplicant (CONFIG_CTRL_IFACE_DBUS_NEW)

Adding a bbappend for wpa-supplicant with this option enabled fixed the issue and connman now handles wifi interfaces as expected.

Was there a particular reason CONFIG_CTRL_IFACE_DBUS_NEW wasn't enabled?

Steve
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2013-11-08 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 15:33 [RFC] wpa-supplicant - enable CONFIG_CTRL_IFACE_DBUS_NEW in config Steve Sakoman
2013-11-08 17:02 ` Richard Purdie
2013-11-08 17:05   ` Burton, Ross
2013-11-08 17:54 ` Iorga, Cristian

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