From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 11:56:11 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 CFF0C16A4CE; Fri, 2 Jan 2004 11:56:11 -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 EE1B443D5D; Fri, 2 Jan 2004 11:56:07 -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 1AcVOs-000519-6T; Fri, 02 Jan 2004 13:56:02 -0600 Message-ID: <3FF5CD64.1050808@natzo.com> Date: Fri, 02 Jan 2004 14:58:28 -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: Dany References: <1073070243.40957.77.camel@hood.oook.cz> <3FF5CC5D.8000904@natzo.com> In-Reply-To: <3FF5CC5D.8000904@natzo.com> 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 cc: pav@FreeBSD.org 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:56:11 -0000 I don't know what happened to my original message (I must be drunk). Please use this corrected version Dany wrote: > 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 /etc/devfs.conf link acd0 dvd # will create /dev/dvd perm acd0 0660 > link acd0 dvd # that will create /dev/dvd > /perm acd0 0660/ > / > > /etc/group, > wheel:*:0:root,USERNAME > operator:*:5:root,USERNAME > /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 >> >> >> > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"