public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.15 libata/sata_sil: not detecting my SATA dvd-drive.
@ 2006-01-17 20:44 Jon Arne Jørgensen
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Arne Jørgensen @ 2006-01-17 20:44 UTC (permalink / raw)
  To: linux-kernel

In kernel 2.6.13.4, I'm able to acces my dvd-drive by changing these
lines in include/linux/libata.h

 #define ATA_ENABLE_ATAPI
 #define ATA_ENABLE_PATA
 #define ATAPI_ENABLE_DMADIR

 but after upgrading to 2.6.15, and using the libata.atapi_enabled=1
boot option, i can no longer access my dvd-drive.
 Instead i get this in my dmesg:

 sata_sil 0000:03:03.0: version 0.9
 ACPI: PCI Interrupt 0000:03:03.0[A] -> GSI 19 (level, low) -> IRQ 17
 ata3: SATA max UDMA/100 cmd 0xF8802080 ctl 0xF880208A bmdma 0xF8802000 irq 17
 ata4: SATA max UDMA/100 cmd 0xF88020C0 ctl 0xF88020CA bmdma 0xF8802008 irq 17
 ata3: dev 0 cfg 49:0b00 82:0000 83:0000 84:0000 85:0000 86:0000 87:0000 88:0007
 ata3: dev 0 ATAPI, max UDMA/33
 ata3: dev 0 configured for UDMA/33
 scsi2 : sata_sil
 ata4: no device found (phy stat 00000000)
 scsi3 : sata_sil
 ata3: command 0xa0 timeout, stat 0x78 host_stat 0x1
 ATA: abnormal status 0x78 on port 0xF8802087
 ATA: abnormal status 0x78 on port 0xF8802087
 ATA: abnormal status 0x78 on port 0xF8802087
 ATA: abnormal status 0x78 on port 0xF8802087
 ata3 is slow to respond, please be patient
 ata3 failed to respond (30 secs)
 ATA: abnormal status 0xF8 on port 0xF8802087
 ata3: translated ATA stat/err 0xf8/00 to SCSI SK/ASC/ASCQ 0xb/47/00

 I tried to google around, but with no luck.
 Can anyone here tell me what might be wrong or give me some clues
about where to look for answers?

 please CC me if you reply to the maillist.
 --
 Jonarne

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.15 libata/sata_sil: not detecting my SATA dvd-drive.
@ 2006-01-18  6:50 Marcus Hartig
  2006-01-18  9:51 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Marcus Hartig @ 2006-01-18  6:50 UTC (permalink / raw)
  To: linux-kernel

 > In kernel 2.6.13.4, I'm able to acces my dvd-drive by changing these
 > lines in include/linux/libata.h

Enable SATA ATAPI in drivers/scsi/libata-core.c now. Line 81 with 
2.6.16-rc1:

int atapi_enabled = 1;

and recompile.

Marcus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.15 libata/sata_sil: not detecting my SATA dvd-drive.
  2006-01-18  6:50 2.6.15 libata/sata_sil: not detecting my SATA dvd-drive Marcus Hartig
@ 2006-01-18  9:51 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2006-01-18  9:51 UTC (permalink / raw)
  To: Marcus Hartig; +Cc: linux-kernel

On 1/18/06, Marcus Hartig <m.f.h@web.de> wrote:
>  > In kernel 2.6.13.4, I'm able to acces my dvd-drive by changing these
>  > lines in include/linux/libata.h
>
> Enable SATA ATAPI in drivers/scsi/libata-core.c now. Line 81 with
> 2.6.16-rc1:
>
> int atapi_enabled = 1;
>
> and recompile.

Jon said that he is using "libata.atapi_enabled=1"
kernel parameter so this shouldn't be needed.

Bartlomiej

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-18  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-18  6:50 2.6.15 libata/sata_sil: not detecting my SATA dvd-drive Marcus Hartig
2006-01-18  9:51 ` Bartlomiej Zolnierkiewicz
  -- strict thread matches above, loose matches on Subject: below --
2006-01-17 20:44 Jon Arne Jørgensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox