All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.27-rc ... iwl3945 regression?
@ 2008-08-14  0:35 David Brownell
  2008-08-28 14:41 ` Haavard Skinnemoen
  0 siblings, 1 reply; 6+ messages in thread
From: David Brownell @ 2008-08-14  0:35 UTC (permalink / raw)
  To: netdev

I haven't looked into this yet, maybe it's just a kernel config change
of some kind ...


Userspace is Ubuntu 8.04 with NetworkManager and nm-applet; nothing
changed there recently.

2.6.26 works as expected ... unless I have the RF switch at "off",
when I left-click the applet, I get a list of cells available.  And
it will spontaneously join the right one.  It Just Works (yay!).

But with 2.6.27-rc, that's not true.  Left-click shows me two "Wired"
networks, "Intel Corporation PRO/Wireless 3945ABG Network Connection"
replacing the list of cells I would expect.  Status of RF switch
at boot doesn't matter.

However, "iwlist scan" shows a dozen cells or so ... so the issue
would seem to be that somehow wlan0 or wmaster0 started to look like
wireful links, instead of wireless ones.  (Seen early in RC0, and
just now verified as being in RC3.)


Does this sound familiar to anyone?  Got a fix that's better than
sticking to a 2.6.26 kernel?  :)

- Dave

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

* 2.6.27-rc ... iwl3945 regression?
@ 2008-08-14  9:08 David Brownell
  2008-08-14  9:58 ` Bernhard Michael [bam8]
  0 siblings, 1 reply; 6+ messages in thread
From: David Brownell @ 2008-08-14  9:08 UTC (permalink / raw)
  To: linux-wireless

I haven't looked into this yet, maybe it's just a kernel config change
of some kind ...


Userspace is Ubuntu 8.04 with NetworkManager and nm-applet; nothing
changed there recently.

2.6.26 works as expected ... unless I have the RF switch at "off",
when I left-click the applet, I get a list of cells available.  And
it will spontaneously join the right one.  It Just Works (yay!).

But with 2.6.27-rc, that's not true.  Left-click shows me two "Wired"
networks, "Intel Corporation PRO/Wireless 3945ABG Network Connection"
replacing the list of cells I would expect.  Status of RF switch
at boot doesn't matter.

However, "iwlist scan" shows a dozen cells or so ... so the issue
would seem to be that somehow wlan0 or wmaster0 started to look like
wireful links, instead of wireless ones.  (Seen early in RC0, and
just now verified as being in RC3.)


Does this sound familiar to anyone?  Got a fix that's better than
sticking to a 2.6.26 kernel?  :)

- Dave

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

* Re: 2.6.27-rc ... iwl3945 regression?
  2008-08-14  9:08 2.6.27-rc ... iwl3945 regression? David Brownell
@ 2008-08-14  9:58 ` Bernhard Michael [bam8]
  0 siblings, 0 replies; 6+ messages in thread
From: Bernhard Michael [bam8] @ 2008-08-14  9:58 UTC (permalink / raw)
  To: linux-wireless

> But with 2.6.27-rc, that's not true.  Left-click shows me two "Wired"
> networks, "Intel Corporation PRO/Wireless 3945ABG Network Connection"
> replacing the list of cells I would expect.  Status of RF switch
> at boot doesn't matter.

You have to select "Wireless extensions sysfs files" 
(WIRELESS_EXT_SYSFS) in the kernel config.

AFIK the Network Manager (in Ubuntu 8.04) uses this entry to determine
whether an interface is wireless or not.

Michael


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

* Re: 2.6.27-rc ... iwl3945 regression?
  2008-08-14  0:35 David Brownell
@ 2008-08-28 14:41 ` Haavard Skinnemoen
  2008-08-28 16:48   ` David Brownell
  0 siblings, 1 reply; 6+ messages in thread
From: Haavard Skinnemoen @ 2008-08-28 14:41 UTC (permalink / raw)
  To: David Brownell; +Cc: netdev

David Brownell <david-b@pacbell.net> wrote:
> Does this sound familiar to anyone?  Got a fix that's better than
> sticking to a 2.6.26 kernel?  :)

FWIW, I'm seeing the same thing with -rc4 and the b43 driver, so it's
probably not a regression in iwl3945. I guess it could be something in
mac80211?

I'm currently working around it by manually running iwconfig while
nm-applet is bringing the interface up. A bit annoying, but it
works...and it indicates that the driver works fine, but NetworkManager
doesn't know that it's supposed to do any wireless configuration before
bringing the interface up.

Haavard

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

* Re: 2.6.27-rc ... iwl3945 regression?
  2008-08-28 14:41 ` Haavard Skinnemoen
@ 2008-08-28 16:48   ` David Brownell
  2008-08-28 22:03     ` Haavard Skinnemoen
  0 siblings, 1 reply; 6+ messages in thread
From: David Brownell @ 2008-08-28 16:48 UTC (permalink / raw)
  To: Haavard Skinnemoen; +Cc: netdev

On Thursday 28 August 2008, Haavard Skinnemoen wrote:
> David Brownell <david-b@pacbell.net> wrote:
> > Does this sound familiar to anyone?  Got a fix that's better than
> > sticking to a 2.6.26 kernel?  :)
> 
> FWIW, I'm seeing the same thing with -rc4 and the b43 driver, so it's
> probably not a regression in iwl3945. I guess it could be something in
> mac80211?

It was separately suggested that I ignore the advice about no
software needing it, and enable CONFIG_WIRELESS_EXT_SYSFS ...
that did the trick for me.

That Kconfig helptext needs updating so it's not completely wrong.

- Dave


> I'm currently working around it by manually running iwconfig while
> nm-applet is bringing the interface up. A bit annoying, but it
> works...and it indicates that the driver works fine, but NetworkManager
> doesn't know that it's supposed to do any wireless configuration before
> bringing the interface up.
> 
> Haavard
> 



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

* Re: 2.6.27-rc ... iwl3945 regression?
  2008-08-28 16:48   ` David Brownell
@ 2008-08-28 22:03     ` Haavard Skinnemoen
  0 siblings, 0 replies; 6+ messages in thread
From: Haavard Skinnemoen @ 2008-08-28 22:03 UTC (permalink / raw)
  To: David Brownell; +Cc: netdev

On Thu, 28 Aug 2008 09:48:07 -0700
David Brownell <david-b@pacbell.net> wrote:

> > FWIW, I'm seeing the same thing with -rc4 and the b43 driver, so
> > it's probably not a regression in iwl3945. I guess it could be
> > something in mac80211?  
> 
> It was separately suggested that I ignore the advice about no
> software needing it, and enable CONFIG_WIRELESS_EXT_SYSFS ...
> that did the trick for me.

That did the trick for me too...great!

> That Kconfig helptext needs updating so it's not completely wrong.

Yeah, NetworkManager definitely counts as "any".

Haavard

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

end of thread, other threads:[~2008-08-28 22:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-14  9:08 2.6.27-rc ... iwl3945 regression? David Brownell
2008-08-14  9:58 ` Bernhard Michael [bam8]
  -- strict thread matches above, loose matches on Subject: below --
2008-08-14  0:35 David Brownell
2008-08-28 14:41 ` Haavard Skinnemoen
2008-08-28 16:48   ` David Brownell
2008-08-28 22:03     ` Haavard Skinnemoen

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.