User Tools

Site Tools


spanish_prism2_flashing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
spanish_prism2_flashing [2007/02/24 20:20] spanishspanish_prism2_flashing [2007/02/24 21:18] spanish
Line 10: Line 10:
  
    - Conecta tu tarjeta    - Conecta tu tarjeta
-   - Inicia WinUpdate. Si solo tienes una tarjeta prism, te la detectará. Si tienes mas de una, te permitirá selecionar cual de ellas quieres actualizar. +   - Inicia WinUpdate. Si solo tienes una tarjeta prism, te la detectará. Si tienes más de una, te permitirá selecionar cual de ellas quieres actualizar. 
-   Pick the right primary and station firmware filesIt is safest if you upgrade the companion versions of them togetherSome times it is OK   to just upgrade station firmware. According to Pavel Roskin, "Upgrading primary firmware without secondary firmware make the card non-functionalThat card acts as if it only has primary firmware"So **NEVER NEVER** flash primary firmware alone!!!! +   Selecciona los archivos correctos con el firmware primario y secundario (primary station firmware)Es más seguro si actualizas los dos al mismo tiempoAlgunas veces puede ser correcto actualizar solo el "station firmware"De acuerdo con Pavel Roskin, "Actualizar el firmware primario (primary firmware) sin incluir el firmware secundario (secondary firmware) provocará que la tarjeta deje de funcionarLa tarjeta actuará como si solo tuviese un firmware primario"Por lo tanto **NUNCA, pero que NUNCA** intentes usar un firmware primario sin incluir el secundario!!!! 
-   Click "Continue"It reports current chip informationincluding current firmware versionsand gives you chance to cancelDouble-confirm. If it says platform mismatches, most likely you picked the wrong hex files+   Haz click en "Continue"Verás la información actual del chip, incluyendo la versión actual del firmware, y te dá la oportunidad de cancelar. Vuelves confirmarSi te dice "platform mismatches"lo más habitual es que hayas escogido un archivo hex incorrecto
-   Click "Upgrade"That is it+   Haz click en "Upgrade"Y ya está
  
 ===== Linux ===== ===== Linux =====
  
-To update the firmware, you'll need prism2_srec from the hostap-utils (and hostap loadedpackageif it's not present on your systemdownload and compile hostap-utils:+Para actualizar el firmware, necesitarás el programa "prism2_srec" que se incluye en el paquete "hostap-utils(y tener cargado hostap); si no está nstalado en tu sistemadescargalo y compila las hostap-utils:
  
   wget http://hostap.epitest.fi/releases/hostap-utils-0.4.7.tar.gz   wget http://hostap.epitest.fi/releases/hostap-utils-0.4.7.tar.gz
Line 24: Line 24:
   make   make
  
-Some Prism2 cards have been restricted to certain set of channels because of country regulationYou can activate all 14 channels (it may be illegalwith the following commands:+Algunas tarjetas Prism2 están restringidas para operar en unos canales determinados debido las regulaciones de cada paisPuedes activar todos los 14 canales (ten en cuenta que puede ser ilegal en tu paiscon los siguientes comandos:
  
   ./prism2_srec wlan0 -D > pda; cp pda pda.bak   ./prism2_srec wlan0 -D > pda; cp pda pda.bak
  
-Edit **pda** and put 3FFF at offset 0104 (line 24). Finallydownload the firmware and flash your card.\\+Edita el archivo **pda** y pon 3FFF en el "offset 0104(linea 24). Finalmentedescarga el firmware y flashea tu tarjeta.\\
  
  
-If the NIC id is between 0x8002 and 0x8008: +Si el "NIC id" está entre 0x8002 0x8008: 
  
   wget http://linux.junsun.net/intersil-prism/firmware/1.5.6/sf010506.hex     wget http://linux.junsun.net/intersil-prism/firmware/1.5.6/sf010506.hex  
   ./prism2_srec -v -f wlan0 s1010506.hex -P pda   ./prism2_srec -v -f wlan0 s1010506.hex -P pda
  
-otherwise+en otro caso
  
   wget http://linux.junsun.net/intersil-prism/firmware/1.7.4/pk010101.hex   wget http://linux.junsun.net/intersil-prism/firmware/1.7.4/pk010101.hex
Line 42: Line 42:
   ./prism2_srec -v -f wlan0 pk010101.hex sf010704.hex -P pda   ./prism2_srec -v -f wlan0 pk010101.hex sf010704.hex -P pda
  
-====  Recommended firmware ====+====  Firmware recomendado ====
  
-You can check your firmware's primary and station version with this command:+Puedes comprobar tus firmwares primario y secundario con este comando:
  
   # dmesg | grep wifi   # dmesg | grep wifi
Line 53: Line 53:
   wifi0: registered netdevice wlan0   wifi0: registered netdevice wlan0
  
-or+o
  
   # hostap_diag wlan0    # hostap_diag wlan0 
Line 60: Line 60:
   STAID: id=0x001f v1.7.4 (station firmware)   STAID: id=0x001f v1.7.4 (station firmware)
  
-With [[http://www.netgate.com/support/prism_firmware/WinUpdate-0-7-0.exe|WinUpdate]], I think you can check it via menu Tools then Query firmware version or somewhere else.\\+Con [[http://www.netgate.com/support/prism_firmware/WinUpdate-0-7-0.exe|WinUpdate]], puedes comprobarlo con la opción que hay en el menu.\\
  
-If the NIC id above is between 0x8002 and 0x8008, you have an old Prism2 and MUST use STA firmware version 1.5.6 (s1010506.hex). Otherwiseyou should use PRI 1.1.1 / STA 1.7.4 which is the most stable firmware version for newer Prism2 cardsDo NOT use firmware 1.7.1 or 1.8.x, people have reported having trouble with them+Si el "NIC id" está entre 0x8002 0x8008, tienes una tarjeta Prism2 antigua y DEBES usar el STA firmware version 1.5.6 (s1010506.hex). En otro casodebes usar PRI 1.1.1 / STA 1.7.4 que es la versión del firmware más estable para las tarjetas Prism2 nuevasNO USES firmware 1.7.1 1.8.x, ya que mucha gente ha tenido problemos con ellos
  
-====  Firmware files ====+====  Archivos de firmware ====
  
-Firmware files are S-record files with .hex (or .HEX) suffix. S-record is a format to denote binary filesincluding their memory locationsin ASCII formatThe base name of the file follows a certain conventionYou can find more details in this [[http://linux.junsun.net/intersil-prism/IDtable.html|document]]. +Los archivos de firmware son archivos "S-record" con la extensión .hex (.HEX). S-record es un formato de los archivos binariosincluyendo la localización en memoriaen formato ASCII. El nombre del archivo sigue ciertas reglasPuedes encontrar más detalles en este post: [[http://linux.junsun.net/intersil-prism/IDtable.html|document]]. 
  
-A image file looks like the following:\\ \\+El nombre de un archivo de firmware será algo similar a esto:\\ \\
  
 **<type><platform><Version_Major/Minor><Version_Variant>.HEX**  **<type><platform><Version_Major/Minor><Version_Variant>.HEX** 
  
-    *  type can be I (Initial), P (Primary), S (Secondary), or T (Tertiary). Additionallyit can be A (RAM-download primaryor R (RAM-downloadable secondary). Only use files started with 'p' or 's'Otherwise you may toast your cards+    *  type puede ser I (Inicial), P (Primario), S (Secundario), T (Terciario). Adicionalmentepuede ser A (RAM-download primarioR (RAM-downloadable secundario). Usa únicamente archivos que comiencen con 'p' 's'De otra forma puedes "quemar" tu tarjeta wireless
-    * platform is a 1-character platform ID, which has to do with your NICID. Refer to the release ID table. +    * platform es un caracter identificador o ID, que tiene que coincidir con tu NICID. Mira la tabla de versiones ID (release ID table)
-    * Version_Major/Minor consists of a 2-character major version and 2-character minor version. +    * Version_Major/Minor consiste en dos caracteres para la "major version" y dos caracteres para la "minor version"
-    * Version_Variant is a 2-character version variant. +    * Version_Variant son dos caracteres para la "version variant"
  
-For example+Por ejemplo
  
   pk010004.hex    pk010004.hex 
-   Primary firmware v1.0.4 for NICID 800C, 8013, 8017, 801B. +   Firmware primario v1.0.4 para NICID 800C, 8013, 8017, 801B. 
   sf010409.hex    sf010409.hex 
-   Station firmware v1.4.9 for NICID 800B, 800C, 800D, 8012, 8013, 8014, 8016, 8017,  8018, 801A, 801B, 801C. +   Station firmware v1.4.9 para NICID 800B, 800C, 800D, 8012, 8013, 8014, 8016, 8017,  8018, 801A, 801B, 801C. 
   s1010409.hex    s1010409.hex 
-    Station firmware v1.4.9 for NICID 8003, 8008.+    Station firmware v1.4.9 para NICID 8003, 8008.
  
-This document may also help: [[http://linux.junsun.net/intersil-prism/|linux.junsun.net/intersil-prism]]+Este documento puede serte de ayuda tambien: [[http://linux.junsun.net/intersil-prism/|linux.junsun.net/intersil-prism]]