linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chr <chunkeey@web.de>
To: Florian Fainelli <florian.fainelli@telecomint.eu>
Cc: linux-wireless@vger.kernel.org
Subject: Re: p54usb with Inventel UR054g dongle
Date: Mon, 25 Feb 2008 19:52:58 +0100	[thread overview]
Message-ID: <200802251952.58799.chunkeey@web.de> (raw)
In-Reply-To: <200802251856.28661.florian.fainelli@telecomint.eu>

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.

      reply	other threads:[~2008-02-25 18:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25 16:31 p54usb with Inventel UR054g dongle Florian Fainelli
2008-02-25 17:41 ` Chr
2008-02-25 17:56   ` Florian Fainelli
2008-02-25 18:52     ` Chr [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200802251952.58799.chunkeey@web.de \
    --to=chunkeey@web.de \
    --cc=florian.fainelli@telecomint.eu \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).