Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2004 14:58:28 -0500
From:      Dany <dany_list@natzo.com>
To:        Dany <dany_list@natzo.com>
Cc:        pav@FreeBSD.org
Subject:   Re: vlc and dvd
Message-ID:  <3FF5CD64.1050808@natzo.com>
In-Reply-To: <3FF5CC5D.8000904@natzo.com>
References:  <E1AcUWe-000OBT-Vu@ran.psg.com> <1073070243.40957.77.camel@hood.oook.cz> <3FF5CC5D.8000904@natzo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FF5CD64.1050808>