>Для того чтобы иметь возможность писать диски из под иксов с помощью
>k3b и подобных программ, решил всё-таки настроить эмуляцию scsi привода.
>
>Для это собрал новое ядро с параметрами
>
> device atapicam
> device scbus
> device da
^^^^^^^^^^^- что за хрень?
> device cd
> device ata
> device atapicd
man atapicam
>и перезагрузился...
>только вот что-то эмулироваться не хочет. Вот отрезок из вывода dmesg
>
> ad0: DMA limited to UDMA33, non-ATA66 cable or device
> ad0: 39205MB <Maxtor 6E040L0> [79656/16/63] at ata0-master UDMA33
> ad3: 8056MB <ST38421A> [16368/16/63] at ata1-slave UDMA33
> acd0: CD-RW <R/RW 12x8x32> at ata0-slave PIO4
> cd0 at ata0 bus 0 target 1 lun 0
> cd0: <IDE-CD R/RW 12x8x32 2.3> Removable CD-ROM SCSI-0 device
> cd0: 16.000MB/s transfers
> cd0: Attempt to query device size failed: NOT READY, Medium not
>present
>
> Может кто подсказать где собака зарыта?
>
>Заранее благодарен.
>
>b.r., Evgeny
>
>
acd0: CDROM <ASUS CD-S400/A> at ata0-slave PIO4
pass0 at ata0 bus 0 target 1 lun 0
pass0: <ASUS CD-S400/A 1.1C> Removable CD-ROM SCSI-0 device
pass0: 16.000MB/s transfers
4.x ядро:
...
...
...
#--lavr for ATA interface
# ATA and ATAPI devices for `device pci`
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
device atapist # ATAPI tape drives
#--lavr for scsi-emulation for ATAPI
device atapicam # emulate ATAPI devices as SCSI ditto via CAM
# needs CAM to be present (scbus & pass)
#--lavr some devices for atapicam, it's not really SCSI-Devices
# SCSI peripherals
device scbus # SCSI bus (required)
device cd # CD
device pass # Passthrough device (direct SCSI access)