Thread: DVD access
View Single Post
  #2   (View Single Post)  
Old 4th June 2009
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

I'm a bit confused, did you seriously change the group of the entire /dev directory to "video"?

OpenBSD already has a group called "operator" that users can join, this action was entirely unnecessary.

$ sudo user mod -G operator zazen

Also, you always use the raw device node unless you're mounting.. /dev/rcd0c vs /dev/cd0c.

Code:
crw-r-----  1 root  operator   15,   2 May  8 13:15 /dev/rcd0c
Ogle is rather old these days, it doesn't look maintained.. have you considered Mplayer or VLC media?

Have fun...
Reply With Quote