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

Bug#299154: marked as done (firmware load failed if /sbin/udevsend is used)



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; 12 Mar 2005 04:59:33 +0000
>From ukai@debian.or.jp Fri Mar 11 20:59:32 2005
Return-path: <ukai@debian.or.jp>
Received: from etrange.ukai.jp [218.223.29.42] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1D9yiq-0000IZ-00; Fri, 11 Mar 2005 20:59:32 -0800
Received: from localhost.localdomain (etrange [127.0.0.1])
	by etrange.ukai.jp (Postfix) with ESMTP id 875983407C
	for <submit@bugs.debian.org>; Sat, 12 Mar 2005 13:59:30 +0900 (JST)
Received: from localhost.localdomain.ukai.org (localhost.localdomain [127.0.0.1])
	by localhost.localdomain (Postfix) with ESMTP id 539DDF0262
	for <submit@bugs.debian.org>; Sat, 12 Mar 2005 13:59:29 +0900 (JST)
Date: Sat, 12 Mar 2005 13:59:28 +0900
Message-ID: <874qfhwjbj.wl@ukai.org>
From: Fumitoshi UKAI <ukai@debian.or.jp>
To: submit@bugs.debian.org
Subject: firmware load failed if /sbin/udevsend is used
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)
Organization: Debian JP Project
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: hotplug
Version: 0.0.20040329-17

If hotplug is used with udev, that is /proc/sys/kernel/hotplug is 
"/sbin/udevsend", ipw2200 firmware downloading failed.

ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 0.12
ipw2200: Copyright(c) 2003-2004 Intel Corporation
ACPI: PCI interrupt 0000:02:04.0[A] -> GSI 7 (level, low) -> IRQ 7
ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
ipw2200: ipw2200_boot.fw load failed
ipw2200: Unable to load firmware: 0xFFFFFFFE
ipw2200: failed to register network device
ipw2200: probe of 0000:02:04.0 failed with error -5

In this case, it seems we see only "timeout" file in /sys/class/firmware 
while running firmware agent.

If I set "/sbin/hotplug" to /proc/sys/kernel/hotplug, it works.

 # cat /proc/sys/kernel/hotplug
 /sbin/udevsend
 # echo /sbin/hotplug > /proc/sys/kernel/hotplug
 # /etc/init.d/hotplug stop
 Stopping hotplug subsystem:
   pci
   pci      [success]
   usb
   usb      [success]
   isapnp
   isapnp   [success]
   ide
   ide      [success]
   net
   net      [success]
   input
   input    [success]
 done.
 # rmmod ipw2200
 # rmmod firmware_class
 # rmmod ieee80211
 # rmmod ieee80211_crypt
 # /etc/init.d/hotplug start
 Starting hotplug subsystem:
   pci
     intel-agp: already loaded
     pciehp: already loaded
     shpchp: already loaded
     ignoring pci display device on 00:02.0
     ignoring pci display device on 00:02.1
     uhci-hcd: loaded successfully
     ehci-hcd: loaded successfully
     hw_random: already loaded
     pciehp: already loaded
     shpchp: already loaded
     i810_audio: blacklisted
     snd-intel8x0: already loaded
     8139cp: already loaded
     8139too: already loaded
     ipw2200: loaded successfully
     yenta_socket: already loaded
   pci      [success]
   usb
   usb      [success]
   isapnp
   isapnp   [success]
   ide
   ide      [success]
   net
   net      [success]
   input
     evdev: already loaded
     evdev: already loaded
   input    [success]
done.

Regards,
Fumitoshi UKAI

---------------------------------------
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: