install SCSI over ATAPI for DVD

Daniel O'Connor doconnor at gsoft.com.au
Wed May 2 05:28:39 UTC 2007


On Wednesday 02 May 2007 13:11, KAYVEN RIESE wrote:
> gheist:
> You have to install SCSI over ATAPI driver. GENERIC kernel does not
> have one. Only burncd in base system can use acd driver for burning
> CD/DVD, others do use SCSI cd driver

kldload atapicam will do this
putting
atapicam_load="YES"
in /boot/loader.conf will do it every reboot.
> include GENERIC
>
> ident           KAYVEY
> nocpu I486_CPU
> nocpu I586_CPU
>
> options SMP
> device atapicam
> nodevice acd

This is silly, leave acd there, and you don't need SMP unless you have 
an SMP system (ie it is unrelated to this problem)

> The new kernel will let you use cd0 device.
> acd0 is gone for good - update /etc/fstab accordingly.

I think it's OK to stick with acd0.

The only time you *need* ATAPICAM is to burn CD/DVDs with something like 
growisofs or cdrecord, or you want to use cdda2wav.

> i am trying to make my dvd player werk.

How are you trying to play DVDs?
You should start by stating the problem you're trying to solve, not have 
it as a rider at the end of your email.

If you are using xine then you can make a dvd symlink in /dev and do 
xine dvd:/

If you edit /etc/devfs.conf and make sure it has these 2 lines..
# Commonly used by many ports
link    acd0    cdrom
link    acd0    dvd

then run
/etc/rc.d/devfs restart

it should do it for you.

Then DVD playing apps should find your drive OK. If not please give 
actual error messages and fully describe what you're trying.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070502/d788bd99/attachment.pgp


More information about the freebsd-stable mailing list