[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#297481: marked as done (hotplug: Fails to load firmware for ipw2200 after upgrade)



Your message dated Mon, 14 Mar 2005 10:02:04 -0500
with message-id <E1DAr52-000562-00@newraff.debian.org>
and subject line Bug#297481: fixed in hotplug 0.0.20040329-18
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Feb 2005 22:56:13 +0000
>From simon@guests.plus.com Mon Feb 28 14:56:13 2005
Return-path: <simon@guests.plus.com>
Received: from ptb-relay03.plus.net [212.159.14.214] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1D5toD-0007Du-00; Mon, 28 Feb 2005 14:56:13 -0800
Received: from [81.174.188.143] (helo=localhost)
	 by ptb-relay03.plus.net with esmtp (Exim) id 1D5tni-000Mtz-4m
	for submit@bugs.debian.org; Mon, 28 Feb 2005 22:55:42 +0000
Received: from localhost.guests.plus.com (localhost [127.0.0.1])
	by localhost (Postfix) with ESMTP id 90C3480FD
	for <submit@bugs.debian.org>; Mon, 28 Feb 2005 22:56:01 +0000 (GMT)
Date: Mon, 28 Feb 2005 22:56:01 +0000
Message-ID: <86bra49tvi.wl@localhost.guests.plus.com>
From: Simon Guest <simon@guests.plus.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: hotplug: Fails to load firmware for ipw2200 after upgrade
X-Debbugs-CC: Simon Guest <simon@guests.plus.com>
User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: hotplug
Version: 0.0.20040329-17
Severity: normal

I've been using ipw2200 successfully with the previous hotplug
version, 0.0.20040329-16.  Following a dist-upgrade, my hotplug was
upgraded to 0.0.20040329-17, and after the next reboot, my ipw2200
wireless driver could no longer get its firmware loaded (via
hotplug).  Reverting to hotplug version 0.0.20040329-16 (and making no
other changes to my configuration) caused the problem to go away.

Lines logged in /var/log/kern.log as follows (for the broken case):

Feb 28 22:31:38 localhost kernel: ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
Feb 28 22:31:38 localhost kernel: ipw2200: Copyright(c) 2003-2004 Intel Corporation
Feb 28 22:31:38 localhost kernel: ACPI: PCI interrupt 0000:02:06.0[A] -> GSI 10 (level, low) -> IRQ 10
Feb 28 22:31:38 localhost kernel: ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Feb 28 22:31:48 localhost kernel: ipw2200: ipw-2.2-boot.fw load failed: Reason -2
Feb 28 22:31:48 localhost kernel: ipw2200: Unable to load firmware: 0xFFFFFFFE
Feb 28 22:31:48 localhost kernel: ipw2200: failed to register network device
Feb 28 22:31:48 localhost kernel: ipw2200: probe of 0000:02:06.0 failed with error -5

Of course, it may be that the bug is in ipw2200 or somewhere else.
I've built ipw2200 from the debian package ipw2200-source, version
1.0.0-1, running on standard Debian kernel image 2.6.8-1-686.

For reference, when it works (using the previous hotplug), I get this
logged:

Feb 28 22:36:23 localhost kernel: ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
Feb 28 22:36:23 localhost kernel: ipw2200: Copyright(c) 2003-2004 Intel Corporation
Feb 28 22:36:23 localhost kernel: ACPI: PCI interrupt 0000:02:06.0[A] -> GSI 10 (level, low) -> IRQ 10
Feb 28 22:36:23 localhost kernel: ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

Also, I certainly have the right firmware files is the right place:

$ pwd
/usr/lib/hotplug/firmware
$ ls
ipw-2.2-boot.fw  ipw-2.2-bss_ucode.fw  ipw-2.2-ibss_ucode.fw
ipw-2.2-bss.fw   ipw-2.2-ibss.fw

Ah, is it possible that having these as symlinks could cause a problem
for hotplug?  As you can see below, I have them all symlink'd into /usr/local.
(The links are not dangling - see wc output.)

$ ls -l
total 0
lrwxrwxrwx  1 root root 47 2005-02-06 19:28 ipw-2.2-boot.fw -> /usr/local/lib/hotplug/firmware/ipw-2.2-boot.fw
lrwxrwxrwx  1 root root 46 2005-02-06 19:28 ipw-2.2-bss.fw -> /usr/local/lib/hotplug/firmware/ipw-2.2-bss.fw
lrwxrwxrwx  1 root root 52 2005-02-06 19:28 ipw-2.2-bss_ucode.fw -> /usr/local/lib/hotplug/firmware/ipw-2.2-bss_ucode.fw
lrwxrwxrwx  1 root root 47 2005-02-06 19:28 ipw-2.2-ibss.fw -> /usr/local/lib/hotplug/firmware/ipw-2.2-ibss.fw
lrwxrwxrwx  1 root root 53 2005-02-06 19:28 ipw-2.2-ibss_ucode.fw -> /usr/local/lib/hotplug/firmware/ipw-2.2-ibss_ucode.fw
$ wc -c *
  6472 ipw-2.2-boot.fw
166960 ipw-2.2-bss.fw
 16334 ipw-2.2-bss_ucode.fw
161568 ipw-2.2-ibss.fw
 16312 ipw-2.2-ibss_ucode.fw
367646 total

Any ideas?

cheers,
Simon


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages hotplug depends on:
ii  debconf                      1.4.46      Debian configuration management sy
ii  grep                         2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  module-init-tools            3.2-pre1-2  tools for managing Linux kernel mo
ii  modutils                     2.4.26-1.2  Linux module utilities
ii  procps                       1:3.2.5-1   /proc file system utilities

-- debconf information:
  hotplug/ignore_pci_class_display: true
  hotplug/net_agent_policy: hotplug
* hotplug/usb_keyboard:
  hotplug/static_module_list:
  hotplug/x11_usbmice_hack: false

---------------------------------------
Received: (at 297481-close) by bugs.debian.org; 14 Mar 2005 15:08:07 +0000
>From katie@ftp-master.debian.org Mon Mar 14 07:08:06 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DArAs-0000nn-00; Mon, 14 Mar 2005 07:08:06 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DAr52-000562-00; Mon, 14 Mar 2005 10:02:04 -0500
From: Fumitoshi UKAI <ukai@debian.or.jp>
To: 297481-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#297481: fixed in hotplug 0.0.20040329-18
Message-Id: <E1DAr52-000562-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 14 Mar 2005 10:02:04 -0500
Delivered-To: 297481-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: hotplug
Source-Version: 0.0.20040329-18

We believe that the bug you reported is fixed in the latest version of
hotplug, which is due to be installed in the Debian FTP archive:

hotplug_0.0.20040329-18.diff.gz
  to pool/main/h/hotplug/hotplug_0.0.20040329-18.diff.gz
hotplug_0.0.20040329-18.dsc
  to pool/main/h/hotplug/hotplug_0.0.20040329-18.dsc
hotplug_0.0.20040329-18_all.deb
  to pool/main/h/hotplug/hotplug_0.0.20040329-18_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 297481@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fumitoshi UKAI <ukai@debian.or.jp> (supplier of updated hotplug package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 14 Mar 2005 23:33:28 +0900
Source: hotplug
Binary: hotplug
Architecture: source all
Version: 0.0.20040329-18
Distribution: unstable
Urgency: high
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
Changed-By: Fumitoshi UKAI <ukai@debian.or.jp>
Description: 
 hotplug    - Linux Hotplug Scripts
Closes: 297481 299154
Changes: 
 hotplug (0.0.20040329-18) unstable; urgency=high
 .
   * workaound fix to load firmware problem for sarge release.
     closes: Bug#297481, Bug#299154
     /sbin/hotplug may have potential problem in hotplug event multiplexing,
     but /sbin/udevsend has grave problem in firmware loading in old kernel,
     so I add workaround fix to this.
     Recommends upgrade kernel 2.6.10 or later.
   * fix purge problem in hotplug.postrm.
Files: 
 a20b5a26734aed204d9465546f80fcaf 673 admin standard hotplug_0.0.20040329-18.dsc
 26563987878f58c78c0bac582f52c460 48763 admin standard hotplug_0.0.20040329-18.diff.gz
 e0849499b8b8e77e1fa53f8ab36abe0d 66202 admin standard hotplug_0.0.20040329-18_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCNaZE9D5yZjzIjAkRAoJUAKCdlnn/vECOOjlHRzPqQ6lA9jnTOACfaEfA
mz4WcpPH9kRY3beSPXOGsEY=
=0uf/
-----END PGP SIGNATURE-----



Reply to: