Norbert Kamenicky wrote:

>Hi,
>
>I have i865PE based mobo + SATA HDD on /dev/sda (primary/master).
>I had to setup BIOS to SATA+PATA (combined) mode, for my burner,
>which is secondary/master.
>
>BIOS sees both drives and even (older) Knoppix 3.7 is booting no problem
>(ide-scsi module is used for CDRW handling on /dev/scd0).
>
>I like to use CDRW in ATAPI mode, but kernel 2.6.11
>(I tried vanilla-sources-2.6.11.7 and also gentoo-sources-2.6.11-r6)
>do not recognize my burner, "dmesg |grep hd"  shows only SATA HDD.
>
>I tried to add hdx=cdrom (x={a,b,c,d}) to boot prompt, but it doesn't
>help at all.
>
>I also replaced the burner with another model without success.
>If I replace it with PATA HDD, kernel recognizes it, but the HDD is
>accessible via /dev/sdb (probably here the problem is - this is really
>a bit strange for me).
>
>There are my relevant kernel options:
>
>CONFIG_IDE=y
>CONFIG_BLK_DEV_IDE=y
>CONFIG_BLK_DEV_IDEDISK=y
>CONFIG_IDEDISK_MULTI_MODE=y
>CONFIG_BLK_DEV_IDECD=y  (ata cdrom)
>CONFIG_BLK_DEV_IDEPCI=y
>4CONFIG_BLK_DEV_IDEDMA_PCI=y
>CONFIG_IDEDMA_PCI_AUTO=y
>CONFIG_BLK_DEV_IDEDMA=y
>CONFIG_IDEDMA_AUTO=y
>
>CONFIG_SCSI=y
>CONFIG_SCSI_PROC_FS=y
>CONFIG_SCSI_MULTI_LUN=y
>CONFIG_SCSI_CONSTANTS=y
>CONFIG_SCSI_LOGGING=y
>CONFIG_SCSI_SATA=y
>CONFIG_SCSI_ATA_PIIX=y (i865 SATA)
>CONFIG_SCSI_QLA2XXX=y (added by ghost)
>
>CONFIG_BLK_DEV_SR=m (scsi cdrom)
>
>
>Does anybody know, where the problem is ?
>Any suggestions appreciated.
>(.config of working SATA+PATA kernel would help me too.)
>
>TIA noro
>
>  
>

I could be wrong (don't have SATA yet), but I think maybe you also need
one or both of:

CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_PIIX=y

-Richard

-- 
[email protected] mailing list

Reply via email to