Date: Tue, 1 May 2007 20:41:40 -0700 (PDT) From: KAYVEN RIESE <kayve@sfsu.edu> Cc: freeBSD bugs mailing list <freebsd-stable@freebsd.org> Subject: install SCSI over ATAPI for DVD Message-ID: <Pine.SOC.4.64.0705012038110.1354@libra.sfsu.edu> In-Reply-To: <20070502040125.M860@thinkpad.dieringer.dyndns.org> References: <20070501204548.L860@thinkpad.dieringer.dyndns.org> <005901c78c30$63944a10$4b2e3e0a@claylaptop> <20070501230300.S860@thinkpad.dieringer.dyndns.org> <20070502040125.M860@thinkpad.dieringer.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
i was told by a guy on experts-exchange 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 Create a file with following content in /usr/src/sys/i386/conf: include GENERIC ident KAYVEY nocpu I486_CPU nocpu I586_CPU options SMP device atapicam nodevice acd -- Then run config NEW_FILE Go into kernel build directory run make cleandepend ; make depend ; make && make install The new kernel will let you use cd0 device. acd0 is gone for good - update /etc/fstab accordingly. he didn't explain what the kernel directory is. i am trying to make my dvd player werk. i am looking here http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html and am compfuzed.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOC.4.64.0705012038110.1354>