From owner-freebsd-arm@FreeBSD.ORG Sun Jan 6 20:42:01 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A9B2B544 for ; Sun, 6 Jan 2013 20:42:01 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 5E246177D for ; Sun, 6 Jan 2013 20:42:01 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Trx2W-00068R-GA for freebsd-arm@freebsd.org; Sun, 06 Jan 2013 21:41:53 +0100 Received: from h253044.upc-h.chello.nl ([62.194.253.44] helo=pinky) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Trx2W-0007It-KP for freebsd-arm@freebsd.org; Sun, 06 Jan 2013 21:41:52 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: networking with qemu-arm References: <20130106145550.4656bbe5@ivory.wynn.com> Date: Sun, 06 Jan 2013 21:41:51 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <20130106145550.4656bbe5@ivory.wynn.com> User-Agent: Opera Mail/12.12 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.8 X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.1 X-Scan-Signature: b011d5308189b8f364b008c39e0eea9f X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 20:42:01 -0000 On Sun, 06 Jan 2013 20:55:50 +0100, Brett Wynkoop wrote: > Greeting- > > Thanks to gonzo- I am able to boot my BeagleBone image in qemu-arm, but > it never goes multiuser. It hangs just before the login prompt after > displaying the date. > > I also find that there is no network interface even though I start with > the -net user flag. Does anyone have the magic needed to get qemu-arm > to provide a network interface. It would be very handy to be able to > play with things in a VM as well as on the beaglebone. > > Thanks! > > -Brett > The login prompt is displayed by the program 'getty'. The file /etc/ttys contains information about where it does this, e.g. on serial ports (ttyu*) or virtual terminals (ttyv*). Your qemu probably has some virtual serial port you can connect to from the host OS. Or you should enable getty on the console or virtual terminal. NB: my amd64 machine has another default /etc/ttys than my arm machine. Ronald.