Date: Fri, 02 Jan 2004 14:54:05 -0500 From: Dany <dany_list@natzo.com> To: pav@FreeBSD.org Cc: FreeBSD Current <freebsd-current@FreeBSD.org> Subject: Re: vlc and dvd Message-ID: <3FF5CC5D.8000904@natzo.com> In-Reply-To: <1073070243.40957.77.camel@hood.oook.cz> References: <E1AcUWe-000OBT-Vu@ran.psg.com> <1073070243.40957.77.camel@hood.oook.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FF5CC5D.8000904>