Il masterizzatore acquistato (ATAPI) è funzionante al 100% (anche perchè al boot della macchina l'hardware viene rilevato senza problemi ed inoltre con la live di ubuntu il masterizzatore veniva visto senza problemi sotto /dev/hdd) e slack al boot sembra rilevarlo senza problemi, infatti il dmesg sembra parlar chiaro:
Codice: Seleziona tutto
$ dmesg | grep -i hdd
Kernel command line: root=/dev/hda1 ro vga=773
ide_setup: hdd=ide-scsi
ide_setup: hdd=scsi
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hdd: ATAPI DVD A DH20A4P, ATAPI CD/DVD-ROM driveCodice: Seleziona tutto
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14Codice: Seleziona tutto
Probing IDE interface ide1...
hdc: BENQ DVD DD DW1620, ATAPI CD/DVD-ROM drive
hdd: ATAPI DVD A DH20A4P, ATAPI CD/DVD-ROM driveCodice: Seleziona tutto
# mknod /dev/hdd b 22 64 && chown root:cdrom /dev/hddCodice: Seleziona tutto
# eject /dev/hdd
not an sg device, or old sg driver
eject: unable to eject, last error: Invalid argumentLe informazioni che passo a grub per il boot del kernel sono queste;
Codice: Seleziona tutto
# Slackware Stable 12.0
title Slackware Stable 12.0
root (hd0,0)
kernel /boot/vmlinuz root=/dev/hda1 ro vga=773
# Slackware Stable 12.0

