Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2004 11:48:59 -0800
From:      "Kevin Oberman" <oberman@es.net>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: vlc and dvd 
Message-ID:  <20040102194859.291735D04@ptavv.es.net>
In-Reply-To: Message from Randy Bush <randy@psg.com>  of "Fri, 02 Jan 2004 11:00:00 PST." <E1AcUWe-000OBT-Vu@ran.psg.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Randy Bush <randy@psg.com>
> Date: Fri, 2 Jan 2004 11:00:00 -0800
> Sender: owner-freebsd-current@freebsd.org
> 
> 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?

Come on, Randy. Give us a hint. Do you have /dev/dvd? /dev/cdrom? How
are they protected?

I use the following /etc/devfs file:
link  cd0   cdrom
link  cd0   dvd
perm  cd0   0666
perm  acd0  0666
perm  pass0 0666
(plus a bunch of other stuff that is unrelated to CDs.)

This assumes atapicam. If you don't use it, skip the "perm cd0" line and
change the links from "cd0" to "acd0".
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634



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