Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0C1677818B3 for <~alpine/users@lists.alpinelinux.org>; Thu, 16 Jan 2020 14:45:55 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 07ECB2DE3B3B; Thu, 16 Jan 2020 14:45:54 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 260182DE409E; Thu, 16 Jan 2020 14:45:51 +0000 (UTC) Date: Thu, 16 Jan 2020 15:45:46 +0100 From: Natanael Copa To: Marc =?ISO-8859-1?B?R/ZsZG5lcg==?= Cc: Paul Zillmann , sir@cmpwn.com, ~alpine/users@lists.alpinelinux.org Subject: Re: xen: wifi drivers in linux-virt Message-ID: <20200116154546.335d4a2b@ncopa-desktop.copa.dup.pw> In-Reply-To: <25d43fbe-1c11-d3b5-49ff-4f91b9a596c3@posteo.de> References: <1a132060-e2eb-e742-4314-81f5635b2768@posteo.de> <66e85fee-fab5-057e-dfc2-fbe1e67462ab@h6g.de> <25d43fbe-1c11-d3b5-49ff-4f91b9a596c3@posteo.de> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, 15 Jan 2020 22:40:01 +0100 Marc G=F6ldner wrote: > Hello Paul, >=20 > I've tried installing the lts kernel. When I boot the domU from this > kernel I get a kernel panic. Do I have to add additional configuration > parameters? >=20 > In the grub "menu.lst" I just copied the entry of the virtual kernel and > adopted it for the lts. Can you file a bug of that? With detailed steps how to reproduce. Also mention that it works with linux-virt. https://gitlab.alpinelinux.org/alpine/aports/issues It is possible you need to include an initramfs if you don't already do that. Might be the xen console driver or similar is missing. Thanks!