Date: Sat, 13 Mar 1999 16:15:58 -0600 From: "Thomas T. Veldhouse" <veldy@visi.com> To: "Wai Chan" <wai@aloha.net>, <freebsd-questions@freebsd.org> Subject: RE: HP-7200 CDRW on FreeBSD 3.0 Message-ID: <000401be6d9f$12175820$0100a8c0@barley.veldy.org> In-Reply-To: <36EAE128.20E2C444@aloha.net>
next in thread | previous in thread | raw e-mail | index | archive | help
You need to choose the acd0 device INSTEAD of the wcd0 device in the kernel config. Recompile the kernel. Required ports: sysutils/mkisofs - this will create the cdimage. See the manpage. misc/team - this is used to buffer the data stream - handled in the scripts below In /dev link the cd device to the rworm0 device. If you are using a newer 3.1-STABLE then you should have a /dev/racd0c device or some such. Otherwise, use the /dev/rwcd0c device like so: ln -s /dev/racd0c /dev/rworm0 Use the scripts in /usr/share/examples/worm to burn you cd. I usually use mkisofs myself instead of using the script and then I use the burncd script to actually burn the CD. If you want to erase a previously recorded CD-RW, then you can: wormcontrol blank Much of this is described in detail at http://www.freebsd.org. So I would like to you to redirect any future questions to the website if possible. Tom Veldhouse veldy@visi.com > -----Original Message----- > From: wai@platinum.tiger.lan [mailto:wai@platinum.tiger.lan]On Behalf Of > Wai Chan > Sent: Saturday, March 13, 1999 4:05 PM > To: freebsd-questions@freebsd.org; veldy@visi.com > Subject: HP-7200 CDRW on FreeBSD 3.0 > > > I would apprecite it if you could show me how do you compile the kernel > for HP 7200, and the software/ports to mastering CDRW. Thank you. > > best wishes, > Wai > wai@aloha.net > > > > I am using the HP SureStore 7200i (ATAPI/IDE). Works > wonderfully with acd > > > > and worm. > > > > Tom Veldhouse > > veldy@visi.com > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of David Vrtin > > Sent: Thursday, December 31, 1998 12:26 PM > > To: freebsd-questions@FreeBSD.ORG > > Subject: CD-RW: recomendations, which cd writer to buy? > > > > > > Hi > > > > > > Is anybody currently using a CD-RW under non-SCSI FreeBSD 3.0 ? Are IDE > > CD-writers supported as writers at this time? Which brand/model works > > best? Does it work well? Does anybody have any good/bad > experiences with a > > particular manufacturer or model? Is this worth getting for backups? > > > > Thanks, > > > > David > > > > -- > > David Vrtin (system manager) # tel: +386 62 220-7129 > > University of Maribor, Faculty of EE and CS # fax: +386 62 211-178 > > Smetanova 17, SI-2000 Maribor, Slovenia # www.uni-mb.si/~david/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000401be6d9f$12175820$0100a8c0>