On 11:01 Thu 29 Jan , Sensei wrote:
> Collins Richey wrote:
> >>I have gentoo-dev-sources 2.6.1. Both cdrecord and cdrdao work fine
> >>without scsi emulation.
> >Cool. [...]
>
> So, no IDE burning is enabled yet... I'll switch to ide-scsi again...
No, IDE burning works. This is how I do it:
Kernel sources : sys-kernel/gentoo-dev-sources-2.6.1 (2.6.1-gentoo)
Menuconfig settings:
Note: SCSI support is off, no SCSI emulation.
<*> ATA/ATAPI/MFM/RLL support
<*> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
<*> Include IDE/ATA-2 DISK support
[*] Use multi-mode by default
<*> Include IDE/ATAPI CDROM support
[*] IDE Taskfile IO (EXPERIMENTAL)
[*] PCI IDE chipset support
[*] Sharing PCI IDE interrupts support
[*] Generic PCI IDE Chipset Support
[*] Generic PCI bus-master DMA support
[*] Use PCI DMA by default when available
grub.conf:
title antgen /boot->hdb6 /->hdb7 2.6.1 1024x768
root (hd1,5)
kernel /bzImage root=/dev/hdb7 video=vesa:ywrap,mtrr vga=0x317 hdc=ide-cd
initrd=/boot/initrd-1024x768
Tools that I use:
app-cdr/cdrdao-1.1.7-r3 and:
app-cdr/cdrtools-2.01_alpha25
Note: You have to precede your emerge command for these packages
with: ACCEPT_KEYWORDS="~x86" . These packages are still in testing
but work well.
cdrdao commands:
cdrdao copy --device /dev/hdc
cdrecord commands:
# Locate ATAPI device number
cdrecord -scanbus dev=ATAPI
# Create an iso from a cd
dd if=/dev/hdc of=~billbalt/sysresccd.iso
# Burn an iso
cdrecord -v speed=40 dev=ATAPI:0,0,0 -dao\
/home/billbalt/sysresccd.iso driveropts=burnfree
Note that cdrecord still uses the the old scsi emulation notation
for the device. cdrdao uses the /dev/hdc type of notation.
Try it. You'll like it.
--
Bill Roberts
--
[EMAIL PROTECTED] mailing list