Date: Wed, 9 Nov 2005 21:47:12 +0100 (CET) Subject: Re: Intersil prism on Ambit 802.11b MiniPCI Card Model# T60H656 From: enriqueg@altern.org To: preining@logic.at, "Jun Sun" Cc: enriqueg@altern.org Hello again Thanks to Robert for his reply, which is already published http://linux.junsun.net/intersil-prism/stories/20051109_Norbert_Preining_ambit_n +icid_8022.txt I tried in my acer travelmate 254lmi_dt and the firmware upgrade worked Components after download: NICID: 0x8022 v1.0.0 PRIID: 0x0015 v1.1.1 STAID: 0x001f v1.8.4 I have hostap driver already running, and I think I have a minor contribution to share: In the output of prism2_srec -v, in "check mode", I found the "official" confirmation that sf010804.hex is valid for NICID 0x8022, and some interesting information about news NICID values, some of them not in the table, like 0x8021, 0x8023 Extract from output of prism2_srec -v wlan0 sf010804.hex ---------- srec summary for sf010804.hex Component: 0x001f 1.8.4 (station firmware) Supported platforms: 0x800a 1.0.0, 0x800b 1.0.0, 0x800c 1.0.0, 0x800d 1.0.0, 0x8012 1.0.0 0x8013 1.0.0, 0x8014 1.0.0, 0x8016 1.0.0, 0x8017 1.0.0, 0x8018 1.0.0 0x801a 1.0.0, 0x801b 1.0.0, 0x801c 1.0.0, 0x8021 1.0.0, 0x8022 1.0.0 0x8023 1.0.0 ---------- Looking in the sources of hostap-utils-0.3.7/util.c, there is a description for this two values, and another one 0x8024 not in the ID table { 0x8021, "PRISM III Mini-PCI (AMD parallel flash)" }, { 0x8022, "PRISM III Mini-PCI (SST parallel flash)" }, { 0x8023, "PRISM III Mini-PCI (AT45DB011 compatible large serial " "flash)" }, { 0x8024, "PRISM III Mini-PCI (AT24C08 compatible small serial flash)" }, Thanks to both Enrique