linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.10-rc1-mm2] Firmware loader gone bogus?
@ 2004-10-31 19:51 Christian Axelsson
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Axelsson @ 2004-10-31 19:51 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

Ive upgraded from 2.6.9-rc4-mm1 to 2.6.10-rc1-mm2 and now the firmware 
loader seems broken. I have an internal wlan-adapter that runs the 
ipw2200-driver and I get errors when trying to load the firmware.
Then I tried my prism54-based card and got the following errors in dmesg:

Loaded prism54 driver, version 1.2
PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:03:00.0[A] -> GSI 6 (level, low) -> IRQ 6
eth1: resetting device...
eth1: uploading firmware...
prism54: request_firmware() failed for 'isl3890'
eth1: could not upload firmware ('isl3890')
eth1: islpci_reset: failure

The firmware files are in place and both these cards with drivers have 
worked fine before. Config attached

-- 
Regards,
Christian

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 7631 bytes --]

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

* Re: [2.6.10-rc1-mm2] Firmware loader gone bogus?
  2004-11-01  0:34 ` Oliver Neukum
  2004-11-01  0:49   ` Marcel Holtmann
@ 2004-11-01  1:50   ` Shawn Starr
  1 sibling, 0 replies; 5+ messages in thread
From: Shawn Starr @ 2004-11-01  1:50 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: linux-kernel, ipw2100-devel, smiler


0.0.20040329-1 Linux Hotplug Scripts

hotplug_20040329 from Debian unstable/testing.

Using 2.6.9-rc4-xx I had no problems with loading the firmware. As in my 
previous emails on the subject, I posted some debug that from the firmware 
module and kobject_hotplug, and from there I couldn't see why it was failing.

I know lots of changes have been made to hotplug in the kernel recently.

Shawn.

On October 31, 2004 19:34, Oliver Neukum wrote:
> Am Sonntag, 31. Oktober 2004 22:27 schrieb Shawn Starr:
> > Yeah I noticed my ipw2200 firmware broke in 2.6.10-rc1-bk5
> >
> > Does 2.6.10-rc1 non-bk snapshots work for you?
>
> Which script do you use to load the firmware?
>
>  Regards
>   Oliver

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

* Re: [2.6.10-rc1-mm2] Firmware loader gone bogus?
  2004-11-01  0:34 ` Oliver Neukum
@ 2004-11-01  0:49   ` Marcel Holtmann
  2004-11-01  1:50   ` Shawn Starr
  1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2004-11-01  0:49 UTC (permalink / raw)
  To: Oliver Neukum
  Cc: Shawn Starr, Linux Kernel Mailing List, ipw2100-devel, smiler

Hi Oliver,

> > Yeah I noticed my ipw2200 firmware broke in 2.6.10-rc1-bk5
> > 
> > Does 2.6.10-rc1 non-bk snapshots work for you? 
> 
> Which script do you use to load the firmware?

it is not a script problem. Look at the LKML from Saturday.

Regards

Marcel



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

* Re: [2.6.10-rc1-mm2] Firmware loader gone bogus?
  2004-10-31 21:27 Shawn Starr
@ 2004-11-01  0:34 ` Oliver Neukum
  2004-11-01  0:49   ` Marcel Holtmann
  2004-11-01  1:50   ` Shawn Starr
  0 siblings, 2 replies; 5+ messages in thread
From: Oliver Neukum @ 2004-11-01  0:34 UTC (permalink / raw)
  To: Shawn Starr; +Cc: linux-kernel, ipw2100-devel, smiler

Am Sonntag, 31. Oktober 2004 22:27 schrieb Shawn Starr:
> Yeah I noticed my ipw2200 firmware broke in 2.6.10-rc1-bk5
> 
> Does 2.6.10-rc1 non-bk snapshots work for you? 

Which script do you use to load the firmware?

	Regards
		Oliver

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

* Re: [2.6.10-rc1-mm2] Firmware loader gone bogus?
@ 2004-10-31 21:27 Shawn Starr
  2004-11-01  0:34 ` Oliver Neukum
  0 siblings, 1 reply; 5+ messages in thread
From: Shawn Starr @ 2004-10-31 21:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: ipw2100-devel, smiler

Yeah I noticed my ipw2200 firmware broke in 2.6.10-rc1-bk5

Does 2.6.10-rc1 non-bk snapshots work for you? 

Shawn.

> List:       linux-kernel
> Subject:    [2.6.10-rc1-mm2] Firmware loader gone bogus?
> From:       Christian Axelsson <smiler () lanil ! mine ! nu>
> Date:       2004-10-31 19:51:28
> Message-ID: <41854240.3050909 () lanil ! mine ! nu>
> [Download message RAW]
> 
> Ive upgraded from 2.6.9-rc4-mm1 to 2.6.10-rc1-mm2 and now the firmware 
> loader seems broken. I have an internal wlan-adapter that runs the 
> ipw2200-driver and I get errors when trying to load the firmware.
> Then I tried my prism54-based card and got the following errors in dmesg:
> 
> Loaded prism54 driver, version 1.2
> PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
> ACPI: PCI interrupt 0000:03:00.0[A] -> GSI 6 (level, low) -> IRQ 6
> eth1: resetting device...
> eth1: uploading firmware...
> prism54: request_firmware() failed for 'isl3890'
> eth1: could not upload firmware ('isl3890')
> eth1: islpci_reset: failure
> 
> The firmware files are in place and both these cards with drivers have 
> worked fine before. Config attached
> 
> -- 
> Regards,
> Christian

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

end of thread, other threads:[~2004-11-01  0:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-31 19:51 [2.6.10-rc1-mm2] Firmware loader gone bogus? Christian Axelsson
2004-10-31 21:27 Shawn Starr
2004-11-01  0:34 ` Oliver Neukum
2004-11-01  0:49   ` Marcel Holtmann
2004-11-01  1:50   ` Shawn Starr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).