From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 11:51:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8CE616A4CE; Fri, 2 Jan 2004 11:51:56 -0800 (PST) Received: from cpanel10.gzo.com (69-56-171-54.theplanet.com [69.56.171.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6712F43D48; Fri, 2 Jan 2004 11:51:55 -0800 (PST) (envelope-from dany_list@natzo.com) Received: from [12.146.133.135] (helo=natzo.com) by cpanel10.gzo.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.24) id 1AcVKc-0004c6-L6; Fri, 02 Jan 2004 13:51:38 -0600 Message-ID: <3FF5CC5D.8000904@natzo.com> Date: Fri, 02 Jan 2004 14:54:05 -0500 From: Dany User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: pav@FreeBSD.org References: <1073070243.40957.77.camel@hood.oook.cz> In-Reply-To: <1073070243.40957.77.camel@hood.oook.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel10.gzo.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - natzo.com cc: Randy Bush cc: FreeBSD Current Subject: Re: vlc and dvd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 19:51:56 -0000 and make sure your user has access to /dev/dvd or /dev/cdrom - under 4.x you can just link /dev/dvd to the real /dev/acd.. and then chmod /dev/cdrom so the user can access it - under 5.x , because of devfs you won't be able to do the same so an easy way to do it is to have your user in the operator group /etc/sysctl.conf vfs.usermount=1 //dev/devfs.conf link acd0 dvd # that will create /dev/dvd /perm acd0 0660/ / /etc/group, wheel:*:0:root,USERNAME operator:*:5:root,USERNAME the your user can mount and also /dev/dvd Dany Pav Lucistnik wrote: >V pá, 02. 01. 2004 v 20:00, Randy Bush píše: > > >>i tried to start vlc with a dvd and get >> >>% vlc >>VideoLAN Client 0.6.2 Trevelyan >>[00000152] main input: playlist item `dvd:/dev/dvd@0:1' >>[00000152] main input error: no suitable access module for `/://dvd:/dev/dvd@0:1' >>[00000153] main input: playlist item `dvd:/dev/dvd@0:1' >>[00000153] main input error: no suitable access module for `/://dvd:/dev/dvd@0:1' >>[00000154] main input: playlist item `dvdsimple:/dev/dvd@1:1' >>[00000154] main input error: no suitable access module for `/://dvdsimple:/dev/dvd@1:1' >> >>oh, and gnome totem sez >> >> An error occured >> The movie '/dev/cdrom' could not be read.. >> >>clues? >> >> > >Erm, it's obvious. > >a) make symlinks /dev/dvd -> /dev/acd0, /dev/cdrom -> /dev/acd0 >b) configure vlc and totem properly > > >