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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to