On Monday 25 February 2008 18:56:28 Florian Fainelli wrote: > Le lundi 25 fvrier 2008, Chr a crit: > > Please, could you make a "dump" of the eeprom? Because these "code" > > values are invalid... > > How can I easily dump the eeprom ? Thanks. I though you wrote a patch for this? Anyway, If you have a x86/(x86_64) then put something like this: into p54_parse_eeprom: printk(KERN_INFO "--- [cut here] ---"); for (i = 0; i < len; i++) { if (!(i % 16)) printk("\n" KERN_INFO); printk("0x%.2x, ",*(unsigned char*)((unsigned char*)eeprom +i)); } printk("\n"); i = 0; recompile, load and see in dmesg... Thanks, Chr. - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html