From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 18:35:54 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88EBF106566C; Tue, 9 Jun 2009 18:35:54 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-pz0-f195.google.com (mail-pz0-f195.google.com [209.85.222.195]) by mx1.freebsd.org (Postfix) with ESMTP id 54B8E8FC17; Tue, 9 Jun 2009 18:35:54 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by pzk33 with SMTP id 33so191835pzk.3 for ; Tue, 09 Jun 2009 11:35:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=mVHdKstJKtwblw2IYKlZyUHxSGDoziM8p9ogeOAb7YI=; b=BdA4lA/TirzdFDQiZEY8HQBlTa9jVpx4G7OyEXCXlrJWqmE4xAfHbKROAXyQhmVgKK 8OoViVJ90JP/xlIFQ1Xfb0lNbpGNQmxi0w1PgzPL9jP1Gt7wkc8vv6aw3/yA4qUpQ5no bEgvYi6FJxNgaS4pXBz9Gi479O71JTm7Z7s1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=s+x9H8hkd/rbeZNZsZXvb1D17skqCpo+yCg7aqDa9DKphSzN/mdW7O8drTL698hAty khD397bvZBBtGXc7DKcZRkBZG5cQXv6hBvPBSaN+JAnqiIqs6n9761Agp1ZmBHw5JCYW ESskRiehl8gnUaf1/sRvTu69ErEEQYXMiQVDc= MIME-Version: 1.0 Received: by 10.142.211.7 with SMTP id j7mr140917wfg.165.1244570686816; Tue, 09 Jun 2009 11:04:46 -0700 (PDT) In-Reply-To: <20090606162235.GA49444@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> Date: Tue, 9 Jun 2009 11:04:46 -0700 Message-ID: <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> From: Jack Vogel To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 18:35:54 -0000 There is a change coming that will resolve this, stay tuned. Jack On Sat, Jun 6, 2009 at 9:22 AM, Juergen Lock wrote: > Hi! > > I just made a new vbox/qemu -current guest to look at flash10 vs f10 > (I made a raw image using qemu-img and gave that to vbox as per this > description, > http://www.virtualbox.org/manual/UserManual.html#rawdisk > so that I can also mount it from the host using mdconfig and boot it > in qemu too), and noticed em(4) in both vbox and qemu now report > `Invalid MAC address' and consequently don't attach: > > vbox: > em0: port 0xd010-0xd017 mem > 0xf0000 > 000-0xf001ffff irq 19 at device 3.0 on pci0 > em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf0000000 > em0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xd010 > em0: Invalid MAC address > device_attach: em0 attach returned 5 > > qemu: > em0: port 0xc040-0xc07f mem > 0xf2020 > 000-0xf203ffff irq 11 at device 3.0 on pci0 > em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf2020000 > em0: Reserved 0x40 bytes for rid 0x14 type 4 at 0xc040 > em0: Invalid MAC address > device_attach: em0 attach returned 5 > > I had to switch to PCnet-PCI II in vbox and model=pcnet in qemu, both > driven by le(4) in the guest. Btw, PCnet-FAST III in vbox also doesn't > work (driven by pcn(4)), it fails to dhcp, but that breakage also exists > in 7.2 so its much older. > > head snapshot where em(4) works: 8.0-HEAD-20090403-JPSNAP > head snapshot where em(4) is broken: 8.0-HEAD-20090605-JPSNAP > > Anyway, on to www/linux-f8-flashplugin10 with OVERRIDE_LINUX_BASE_PORT > and OVERRIDE_LINUX_NONBASE_PORTS both f10: I got that going after > removing libidn from the port's USE_LINUX_APPS (its part of linux_base-f10) > and installing two new dependencies of f10's libcurl: > libldap-2.4.so.2 in openldap-2.4.12-1.fc10.i386.rpm > and > libsasl2.so.2 in cyrus-sasl-lib-2.1.22-19.fc10.i386.rpm > (so we'll need two new ports for these), and then finally to get > libflashsupport working too (i.e., audio) I had to > ln -s libssl.so.7 /compat/linux/lib/libssl.so.6 > - so we probably need a new linux-f10-flashsupport too if we want to > avoid that symlink. > > Oh and btw I got a weird audio issue in vbox also: most of the times > audio plays too fast and sounds ugly (using snd_ich; this stays until > guest reboot), but I also had the guest boot a few times with proper > audio... > > Cheers, > Juergen > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >