From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: How do you make CD/DVD work? Date: Sun, 29 Mar 2020 12:30:44 +0200 Message-ID: <20200329103044.qyb6drlo5p4hej5u@pelzflorian.localdomain> References: <171241642ce.db9a023752227.7534945126868877959@zoho.com> <20200329105810.02360782@hubert-lombard.website> <20200329095814.xhodnxgiavoli5ea@pelzflorian.localdomain> <87o8sfwjca.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40132) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIVDL-00051y-VV for help-guix@gnu.org; Sun, 29 Mar 2020 06:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIVDL-0005hK-3k for help-guix@gnu.org; Sun, 29 Mar 2020 06:30:47 -0400 Received: from pelzflorian.de ([5.45.111.108]:51842 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jIVDK-0005gL-RZ for help-guix@gnu.org; Sun, 29 Mar 2020 06:30:47 -0400 Content-Disposition: inline In-Reply-To: <87o8sfwjca.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: Guix Help On Sun, Mar 29, 2020 at 12:23:17PM +0200, Pierre Neidhardt wrote: > "pelzflorian (Florian Pelz)" writes: >=20 > > I do not need to change my GNOME desktop configuration to use my real > > DVD drive (only if I want to emulate a drive with cdemu do I need > > vhba-module). >=20 > Does cdemu work for you on Guix System? >=20 Yes, after running as root insmod /run/current-system/profile/lib/modules/*/extra/vhba.ko chown florian /dev/vhba_ctl and as user florian cdemu-daemon & cdemu load 0 path/to/image.iso =E2=80=A6 cdemu unload 0 pkill cdemu-daemon Regards, Florian