Page 1 of 1

acidrip

PostPosted: Jan 29th, '13, 16:28
by submit1951
Good Morning to all. Simple question Acidrip cannot find dvd. settings lsdvd set to lsdvd.Video source set to /dev/dvd this is a samsung laptop

Re: acidrip

PostPosted: Jan 29th, '13, 16:34
by submit1951
no luck sr0 already exists

Re: acidrip

PostPosted: Jan 29th, '13, 16:35
by alf
maybe
Code: Select all
ln -s /devdvd /dev/sr0
(as root)
will solve the problem.

Re: acidrip

PostPosted: Jan 29th, '13, 17:33
by submit1951
i just noticed that i cannot play dvd in vlc. I must have a setting wrong for finding dvd player . All programs have settings that are /dev/dvd tom

Re: acidrip

PostPosted: Jan 29th, '13, 18:31
by alf
sorry fo the typo
should've been this
Code: Select all
ln -s /dev/dvd /dev/sr0

Re: acidrip

PostPosted: Jan 29th, '13, 18:39
by alf
argh, wrong again.
Code: Select all
ln -s /dev/sr0 /dev/dvd