On Fri, 2008-08-29 at 11:13 +0200, Pierre Ossman wrote:
> > "Brandeburg, Jesse" <[EMAIL PROTECTED]> wrote:
> > 
> > > You have contacted your laptop vendor and told them about this right?
> > > 
> > 
> > I've tried, but they're currently giving me the whole "have you checked
> > the cable" runaround. I'll see if I can get anyone on the phone today...
> > 
> 
> No luck for a new EEPROM image. All they could do is replace the entire
> motherboard, which means they want to have access to the machine for two
> weeks. Not really a workable solution as I need it on a daily basis...

yeah, I certainly understand that.

> I'll try to get my paws on that other R61 and copy its EEPROM. Is there
> anything other than the EEPROM that are specific to each machine? The
> machines are identical hardware-wise. I need to know what to change in
> his image before I burn it into my device.

The only change should be the MAC address, I would only mess with the
first few bytes.

I'm concerned that you're actually having some other driver problem that
isn't getting reported, like a wierd semaphore issue or something. can
you build the e1000e-0.4.1.7.tar.gz driver from sourceforge and try it?
While you're doing that, please build (and install if you so choose)
with this


--- e1000_osdep.h~      2008-08-20 15:03:54.000000000 -0700
+++ e1000_osdep.h       2008-08-29 09:02:05.000000000 -0700
@@ -63,8 +63,8 @@
 #define ETH_ADDR_LEN           ETH_ALEN
 

-#define DEBUGOUT(S)
-#define DEBUGOUT1(S, A...)
+#define DEBUGOUT(S) printk(KERN_DEBUG S)
+#define DEBUGOUT1(S, A...) printk(KERN_DEBUG S, A)
 
 #define DEBUGFUNC(F) DEBUGOUT(F "\n")
 #define DEBUGOUT2 DEBUGOUT1

when you rebuild and load the driver it will log a ton of stuff, please
send it in a reply.

The thing that most disturbed me is that you said your BIOS could still
read the MAC address (if it wasn't pulling it from somewhere else).
This indicates that it is likely your eeprom is still there and intact.

Jesse


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel

Reply via email to