kern/134079: [em] "em0: Invalid MAC address" in FreeBSD-Current ( 8.0)

Stacey Son sson at freebsd.org
Thu May 14 18:40:04 UTC 2009


The following reply was made to PR kern/134079; it has been noted by GNATS.

From: Stacey Son <sson at freebsd.org>
To: bug-followup at freebsd.org, g.zhengming at gmail.com
Cc:  
Subject: Re: kern/134079: [em] "em0: Invalid MAC address" in FreeBSD-Current
 ( 8.0)
Date: Thu, 14 May 2009 13:18:35 -0500

 I have the same, exact problem with FreeBSD-Current running on VMWare 
 Fusion (64-bit, 2 virtual procs, 4096MB Memory allocation, Mac Pro 
 host).  Running 7.2 on this same configuration there is no problem with 
 the e1000 (if_em) driver.  Upgrading to -current I get the following 
 error (in dmesg):
 
     em0: Invalid MAC address
     device_attach:em0 attach returned 5
 
 My work around is to edit the "vmx" config file on the host for the 
 virtual image and change:
 
     ethernet0.virtualDev="e1000"
 
 to:
 
     ethernet0.virtualDev="vlance"
 
 so the virtual machine emulates an AMD Lance instead.
 
 -stacey.


More information about the freebsd-net mailing list