public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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; 6+ 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] 6+ messages in thread

* Re: [2.6.10-rc1-mm2] Firmware loader gone bogus?
  2004-10-31 21:27 [2.6.10-rc1-mm2] Firmware loader gone bogus? 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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
  2004-11-01  2:34     ` [Ipw2100-devel] " Shawn Starr
  1 sibling, 1 reply; 6+ 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] 6+ messages in thread

* Re: [Ipw2100-devel] Re: [2.6.10-rc1-mm2] Firmware loader gone bogus?
  2004-11-01  1:50   ` Shawn Starr
@ 2004-11-01  2:34     ` Shawn Starr
  2004-11-01 16:40       ` Christian Axelsson
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Starr @ 2004-11-01  2:34 UTC (permalink / raw)
  To: ipw2100-devel; +Cc: Oliver Neukum, linux-kernel, smiler

See: http://marc.theaimsgroup.com/?l=linux-kernel&m=109919609211671&w=2

This will appear in the next -bk automated snapshot soon.

That should fix everyone's firmware load failures.

Shawn.

On October 31, 2004 20:50, Shawn Starr wrote:
> 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
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> ipw2100-devel mailing list
> ipw2100-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipw2100-devel

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

* Re: [Ipw2100-devel] Re: [2.6.10-rc1-mm2] Firmware loader gone bogus?
  2004-11-01  2:34     ` [Ipw2100-devel] " Shawn Starr
@ 2004-11-01 16:40       ` Christian Axelsson
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Axelsson @ 2004-11-01 16:40 UTC (permalink / raw)
  To: Shawn Starr; +Cc: ipw2100-devel, Oliver Neukum, linux-kernel

Yep, this fixes it

Shawn Starr wrote:
> See: http://marc.theaimsgroup.com/?l=linux-kernel&m=109919609211671&w=2
> 
> This will appear in the next -bk automated snapshot soon.
> 
> That should fix everyone's firmware load failures.
> 
> Shawn.
> 
> On October 31, 2004 20:50, Shawn Starr wrote:
> 
>>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
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by:
>>Sybase ASE Linux Express Edition - download now for FREE
>>LinuxWorld Reader's Choice Award Winner for best database on Linux.
>>http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
>>_______________________________________________
>>ipw2100-devel mailing list
>>ipw2100-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/ipw2100-devel
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


-- 
Regards,
Christian

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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox