From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#35584: CD/DVD does not work Date: Sun, 5 May 2019 20:11:13 +0200 Message-ID: <20190505181113.nv2ttnslnmeovp55@pelzflorian.localdomain> References: <16a88e95ddd.d045a49d38463.783261989832782808@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNLcK-00082l-9p for bug-guix@gnu.org; Sun, 05 May 2019 14:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNLcJ-0001d9-97 for bug-guix@gnu.org; Sun, 05 May 2019 14:12:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNLcI-0001cB-QI for bug-guix@gnu.org; Sun, 05 May 2019 14:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNLcI-0007DM-By for bug-guix@gnu.org; Sun, 05 May 2019 14:12:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <16a88e95ddd.d045a49d38463.783261989832782808@zoho.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: sirgazil Cc: 35584@debbugs.gnu.org On Sun, May 05, 2019 at 11:52:36AM -0500, sirgazil wrote: > Hi, > > I installed the GNU system in a real machine using the Guix 1.0 ISO installer (https://ftp.gnu.org/gnu/guix/guix-system-install-1.0.0.x86_64-linux.iso.xz). > > When I insert a CD or a DVD the drive light flashes for a moment, then turns off, but it seems the discs are never mounted. GNOME displays no messages, GNOME Files does not list the drive, I don't see anything related to DVD after running "findmnt", and running "lsblk" says: > > ``` > $ lsblk > NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT > sda 8:0 0 931,5G 0 disk > ├─sda1 8:1 0 750M 0 part /boot/efi > ├─sda2 8:2 0 3,7G 0 part [SWAP] > └─sda3 8:3 0 927,1G 0 part / > sr0 11:0 1 1024M 0 rom > ``` I can confirm. So sr0 is visible. The same happens for me on an internal and an external USB DVD drive when I insert a video DVD, but I can play it with VLC and once I open the drive /dev/sr0 in VLC it gets auto-mounted in Nautilus. Note that I have gvfs in my packages field, if that makes a difference. On Arch the DVD gets mounted by Nautilus immediately on insert. I have no idea why that happens though. Regards, Florian