From: "Ludovic Courtès" <ludo@gnu.org>
To: guix-devel <guix-devel@gnu.org>
Subject: ARM VM with networking support?
Date: Sun, 03 Nov 2019 15:43:22 +0100 [thread overview]
Message-ID: <87r22p3trp.fsf@gnu.org> (raw)
Hello Guix!
‘guix system disk-image -s armhf-linux …’ currently fails with something like:
--8<---------------cut here---------------start------------->8---
[ 509.985810] FS-Cache: Loaded
[ 518.725029] 9pnet: Installing 9P2000 support
[ 522.164822] 9p: Installing v9fs 9p2000 file system support
[ 522.605051] FS-Cache: Netfs '9p' registered for caching
configuring QEMU networking...
In gnu/build/linux-boot.scm:
502:17 2 (_)
335:18 1 (configure-qemu-networking _)
In unknown file:
0 (network-interface-flags #<input-output: socket 10>)
In procedure network-interface-flags: No such device
--8<---------------cut here---------------end--------------->8---
(gnu linux vm) has this:
;; NIC is not supported on ARM "virt" machine, so use a user mode
;; network stack instead.
,@(if target-arm32?
'("-device" "virtio-net-pci,netdev=mynet"
"-netdev" "user,id=mynet")
'("-net" "nic,model=virtio"))
However this trick doesn’t give us a network interface controller, AFAICS.
I tried various QEMU options (including “-net nic,model=virtio”, which
QEMU doesn’t reject), I tried loading good’ol “e1000.ko” in the guest,
things like that, but I failed to get networking in the ARM VM.
Ideas?
Thanks,
Ludo’.
next reply other threads:[~2019-11-03 14:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-03 14:43 Ludovic Courtès [this message]
2019-11-03 17:09 ` ARM VM with networking support? Mathieu Othacehe
2019-11-09 17:24 ` Ludovic Courtès
2019-11-11 7:23 ` Danny Milosavljevic
2019-11-17 17:06 ` Ludovic Courtès
2019-11-11 17:34 ` Mathieu Othacehe
2019-11-17 17:11 ` Ludovic Courtès
2019-11-23 19:01 ` Mathieu Othacehe
2019-11-25 14:04 ` Marius Bakke
2019-11-25 14:39 ` Mathieu Othacehe
2019-11-26 10:26 ` Ludovic Courtès
2019-12-01 16:30 ` Mathieu Othacehe
2019-12-09 17:35 ` Ludovic Courtès
2019-12-30 21:16 ` Building a bootable disk image for A20-OLinuXino Ludovic Courtès
2019-12-31 9:26 ` Mathieu Othacehe
2019-12-31 11:23 ` Mathieu Othacehe
2020-01-12 11:55 ` Ludovic Courtès
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=87r22p3trp.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.