All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Buesch <mb@bu3sch.de>
To: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	ipw2100-devel@lists.sourceforge.net,
	linux-wireless@vger.kernel.org, yi.zhu@intel.com,
	reinette.chatre@intel.com, jgarzik@pobox.com,
	linville@tuxdriver.com, davem@davemloft.net
Subject: Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling firmware restart.
Date: Sun, 21 Sep 2008 19:36:00 +0200	[thread overview]
Message-ID: <200809211936.00414.mb@bu3sch.de> (raw)
In-Reply-To: <20080921172316.GA6306@2ka.mipt.ru>

On Sunday 21 September 2008 19:23:17 Evgeniy Polyakov wrote:
> Hi.
> 
> Following bug exists in the ipw2100 driver/firmware for years and Intel
> folks never responded to zillions bugzilla entries and forum notices in
> the internet with some patch or firmware update (although did request
> dmesg and debug info, and received them).
> 
> ipw2100: Fatal interrupt. Scheduling firmware restart.
> 
> I believe it is a firmware bug because after driver is unloaded and
> loaded back again wireless adapter usually starts working (for small
> amount of time though). My conspiracy feeling can suggest, that it may
> be kind of a force to buy a new one, or trivial error in the firmware,
> when it writes to the same place in the flash and essentially given cell
> became dead or whatever else.
> 
> Intel folks, please fix this problem, I see no other way to force you to do
> this than to mark ipw2100 driver as broken, since that is what it is.

You are pretty funny, actually. :)

I think the bug should be fixed, but what makes _you_ think you can _force_
anybody to do so?

> Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
> 
> diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> index 9931b5a..c24fc6a 100644
> --- a/drivers/net/wireless/Kconfig
> +++ b/drivers/net/wireless/Kconfig
> @@ -125,7 +125,7 @@ config PCMCIA_RAYCS
>  
>  config IPW2100
>  	tristate "Intel PRO/Wireless 2100 Network Connection"
> -	depends on PCI && WLAN_80211
> +	depends on PCI && WLAN_80211 && BROKEN
>  	select WIRELESS_EXT
>  	select FW_LOADER
>  	select IEEE80211
> 



-- 
Greetings Michael.

WARNING: multiple messages have this Message-ID (diff)
From: Michael Buesch <mb-fseUSCV1ubazQB+pC5nmwQ@public.gmane.org>
To: Evgeniy Polyakov <johnpol-9fLWQ3dKdXwox3rIn2DAYQ@public.gmane.org>
Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	ipw2100-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	reinette.chatre-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	jgarzik-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org,
	linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org,
	davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org
Subject: Re: Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling firmware restart.
Date: Sun, 21 Sep 2008 19:36:00 +0200	[thread overview]
Message-ID: <200809211936.00414.mb@bu3sch.de> (raw)
In-Reply-To: <20080921172316.GA6306-9fLWQ3dKdXwox3rIn2DAYQ@public.gmane.org>

On Sunday 21 September 2008 19:23:17 Evgeniy Polyakov wrote:
> Hi.
> 
> Following bug exists in the ipw2100 driver/firmware for years and Intel
> folks never responded to zillions bugzilla entries and forum notices in
> the internet with some patch or firmware update (although did request
> dmesg and debug info, and received them).
> 
> ipw2100: Fatal interrupt. Scheduling firmware restart.
> 
> I believe it is a firmware bug because after driver is unloaded and
> loaded back again wireless adapter usually starts working (for small
> amount of time though). My conspiracy feeling can suggest, that it may
> be kind of a force to buy a new one, or trivial error in the firmware,
> when it writes to the same place in the flash and essentially given cell
> became dead or whatever else.
> 
> Intel folks, please fix this problem, I see no other way to force you to do
> this than to mark ipw2100 driver as broken, since that is what it is.

You are pretty funny, actually. :)

I think the bug should be fixed, but what makes _you_ think you can _force_
anybody to do so?

> Signed-off-by: Evgeniy Polyakov <johnpol-9fLWQ3dKdXwox3rIn2DAYQ@public.gmane.org>
> 
> diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> index 9931b5a..c24fc6a 100644
> --- a/drivers/net/wireless/Kconfig
> +++ b/drivers/net/wireless/Kconfig
> @@ -125,7 +125,7 @@ config PCMCIA_RAYCS
>  
>  config IPW2100
>  	tristate "Intel PRO/Wireless 2100 Network Connection"
> -	depends on PCI && WLAN_80211
> +	depends on PCI && WLAN_80211 && BROKEN
>  	select WIRELESS_EXT
>  	select FW_LOADER
>  	select IEEE80211
> 



-- 
Greetings Michael.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-09-21 17:36 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-21 17:23 Mark IPW2100 as BROKEN: Fatal interrupt. Scheduling firmware restart Evgeniy Polyakov
2008-09-21 17:23 ` Evgeniy Polyakov
2008-09-21 17:36 ` Michael Buesch [this message]
2008-09-21 17:36   ` Michael Buesch
2008-09-21 17:38   ` Evgeniy Polyakov
2008-09-21 17:38     ` Evgeniy Polyakov
2008-09-21 18:04 ` Arjan van de Ven
2008-09-21 18:28   ` Evgeniy Polyakov
2008-09-21 18:35     ` Arjan van de Ven
2008-09-21 18:52       ` Wei Weng
2008-09-21 18:52         ` Wei Weng
2008-09-21 19:20         ` Arjan van de Ven
2008-09-21 19:00       ` Evgeniy Polyakov
2008-09-21 19:00         ` Evgeniy Polyakov
2008-09-21 19:14         ` Johannes Berg
2008-09-21 19:14           ` Johannes Berg
2008-09-21 19:38           ` Evgeniy Polyakov
2008-09-21 19:43             ` Arjan van de Ven
2008-09-21 19:43               ` Arjan van de Ven
2008-09-21 20:20               ` Evgeniy Polyakov
2008-09-21 20:27                 ` Arjan van de Ven
2008-09-21 20:27                   ` Arjan van de Ven
2008-09-21 20:57                   ` Evgeniy Polyakov
2008-09-21 20:57                     ` Evgeniy Polyakov
2008-09-21 21:02                     ` Arjan van de Ven
2008-09-21 21:02                       ` Arjan van de Ven
2008-09-21 21:05                       ` Evgeniy Polyakov
2008-09-21 21:05                         ` Evgeniy Polyakov
2008-09-21 21:14                         ` Arjan van de Ven
2008-09-21 21:14                           ` Arjan van de Ven
2008-09-21 21:43                         ` Denys Fedoryshchenko
2008-09-21 22:07                           ` Evgeniy Polyakov
2008-09-21 22:07                             ` Evgeniy Polyakov
2008-09-21 22:15                             ` Denys Fedoryshchenko
2008-09-21 22:15                               ` Denys Fedoryshchenko
2008-09-21 23:46                               ` Evgeniy Polyakov
2008-09-21 23:46                                 ` Evgeniy Polyakov
2008-09-21 23:27                         ` Marcel Holtmann
2008-09-21 23:27                           ` Marcel Holtmann
2008-09-22  0:00                           ` Evgeniy Polyakov
2008-09-22  0:00                             ` Evgeniy Polyakov
2008-09-21 22:38                     ` Alan Cox
2008-09-21 22:38                       ` Alan Cox
2008-09-21 23:44                       ` Evgeniy Polyakov
2008-09-21 23:44                         ` Evgeniy Polyakov
2008-09-21 23:48                         ` David Miller
2008-09-21 23:48                           ` David Miller
2008-09-22  0:18                           ` Evgeniy Polyakov
2008-09-22 14:22                         ` Bill Davidsen
2008-09-21 20:05             ` Cyrill Gorcunov
2008-09-21 20:05               ` Cyrill Gorcunov
2008-09-21 20:26               ` Evgeniy Polyakov
2008-09-21 20:26                 ` Evgeniy Polyakov
2008-09-21 20:35                 ` Cyrill Gorcunov
2008-09-21 20:35                   ` Cyrill Gorcunov
2008-09-21 21:06                   ` Evgeniy Polyakov
2008-09-21 21:06                     ` Evgeniy Polyakov
2008-09-21 19:57         ` Alan Cox
2008-09-21 19:57           ` Alan Cox
2008-09-21 21:10           ` Evgeniy Polyakov
2008-09-21 21:10             ` Evgeniy Polyakov
2008-09-26  5:56           ` Evgeniy Polyakov
2008-09-26  5:56             ` Evgeniy Polyakov
2008-09-21 19:35 ` Marcel Holtmann
2008-09-21 21:12   ` Evgeniy Polyakov
2008-09-21 21:12     ` Evgeniy Polyakov
2008-09-21 22:45   ` Matthew Garrett
2008-09-21 22:45     ` Matthew Garrett
2008-09-21 22:42 ` Matthew Garrett
2008-09-21 22:42   ` Matthew Garrett
2008-09-21 23:45   ` Evgeniy Polyakov
2008-09-22 16:21 ` [Ipw2100-devel] " Kenneth Crudup

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=200809211936.00414.mb@bu3sch.de \
    --to=mb@bu3sch.de \
    --cc=davem@davemloft.net \
    --cc=ipw2100-devel@lists.sourceforge.net \
    --cc=jgarzik@pobox.com \
    --cc=johnpol@2ka.mipt.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    --cc=reinette.chatre@intel.com \
    --cc=yi.zhu@intel.com \
    /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.