[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0912221105010.5876@stg.biology.emory.edu>
Date: Tue, 22 Dec 2009 11:07:43 -0500 (EST)
From: Cengiz Gunay <cgunay@...ry.edu>
To: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org
Subject: sata_nv times out for BD-ROM iHOS104-08
Hello,
I recently got the iHOS-104-08 Blu-ray reader from LiteOn after hearing
customer reviews and a company statement that it works in Linux, but it
just doesn't work on my hardware combination. I saw previous posts here
and elsewhere on sata_nv specific problems, so I hope you can help me, or
at least I can report this properly for future fixes.
I have an ASUS P5NSLI motherboard with a Core2Duo E6400 CPU and a Nvidia
MCP51 SATA controller (rev a1). On this, I have two other SATA disks (in
Nvidia RAID0 configuration) that I boot from both in Linux and Windows and
I have been using this computer for several years without problems. The
LiteOn BD-ROM is attached to the 3rd SATA port (RAID disabled in BIOS) and
I was able to read DVDs on Windows XP. In Linux, with the latest stable
kernel 2.6.32 (note I'm running a 32-bit linux on 64-bit machine for
historical reasons), this is what I get at boot time:
# dmesg | grep ata3
ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xe800 irq 20
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: ATAPI: ATAPI iHOS104, WL08, max UDMA/100
ata3.00: configured for UDMA/100
ata3.00: qc timeout (cmd 0xa0)
ata3.00: TEST_UNIT_READY failed (err_mask=0x5)
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: configured for UDMA/100
ata3.00: qc timeout (cmd 0xa0)
ata3.00: TEST_UNIT_READY failed (err_mask=0x5)
ata3: limiting SATA link speed to 1.5 Gbps
ata3.00: limiting speed to UDMA/100:PIO3
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: configured for UDMA/100
ata3.00: qc timeout (cmd 0xa0)
ata3.00: TEST_UNIT_READY failed (err_mask=0x5)
ata3.00: disabled
ata3: hard resetting link
ata3: nv: skipping hardreset on occupied port
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3: EH complete
In the end the device does not appear in my SCSI device list (see output
of lsscsi below) and I cannot access it. Curiously, I get 0 interrupts
from this SATA controller (see /proc/interrupts at bottom of email).
I tried playing with both sata_nv options, such as ADMA, MSI and SWNCQ. I
learned from posts here that MCP51 doesn't have support for ADMA, but
either way the messages I get did not change. I also failed to force DMA
and speed selection behavior using libata.dma and libata.force on the
kernel command-line. I wasn't able to influence sata_nv's decisions any
bit. "acpi=off noapic" and "acpi_use_time_override" also did not help. I
have a working HPET timer in the BIOS.
I was unable to get another driver like the SATA AHCI or one of the PATA
drivers to take over this device. Is that even possible?
I would appreciate any suggestions and would happily debug this a little
further. And, of course, happy holidays everybody. Details of my
configuration follow.
--
Cengiz Gunay
SYSTEM DETAILS:
---------------------------------
I have a Debian unstable/experimental system:
# uname -a
Linux salon 2.6.32 #1 SMP PREEMPT Mon Dec 21 10:40:35 EST 2009 i686
GNU/Linux
Dmesg snippet (full listing attached) showing sata_nv initialization and
irq assignment:
--
sata_nv 0000:00:0e.0: version 3.5
ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21
sata_nv 0000:00:0e.0: PCI INT A -> Link[APSI] -> GSI 21 (level, low) ->
IRQ 21
sata_nv 0000:00:0e.0: Using SWNCQ mode
sata_nv 0000:00:0e.0: setting latency timer to 64
scsi1 : sata_nv
PM: Adding info for scsi:host1
PM: Adding info for No Bus:host1
scsi2 : sata_nv
PM: Adding info for scsi:host2
PM: Adding info for No Bus:host2
ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd400 irq 21
ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd408 irq 21
ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 20
sata_nv 0000:00:0f.0: PCI INT A -> Link[APSJ] -> GSI 20 (level, low) ->
IRQ 20
sata_nv 0000:00:0f.0: Using SWNCQ mode
sata_nv 0000:00:0f.0: setting latency timer to 64
scsi3 : sata_nv
PM: Adding info for scsi:host3
PM: Adding info for No Bus:host3
scsi4 : sata_nv
PM: Adding info for scsi:host4
PM: Adding info for No Bus:host4
ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xe800 irq 20
ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xe808 irq 20
--
# lsscsi
[0:0:0:0] disk Generic USB SD Reader 1.00 /dev/sdc
[0:0:0:1] disk Generic USB CF Reader 1.01 /dev/sdd
[0:0:0:2] disk Generic USB SM Reader 1.02 /dev/sde
[0:0:0:3] disk Generic USB MS Reader 1.03 /dev/sdf
[1:0:0:0] disk ATA SAMSUNG SP2504C VT10 /dev/sda
[2:0:0:0] disk ATA ST3250620AS 3.AA /dev/sdb
[5:0:0:0] disk USB DISK 2.0 0403 /dev/sdg
I get 0 interrupts from IRQ 20 assigned to 2nd SATA channel (ata3 and
ata4).
# cat /proc/interrupts
CPU0 CPU1
0: 144 0 IO-APIC-edge timer
1: 2 0 IO-APIC-edge i8042
7: 1 0 IO-APIC-edge
9: 0 0 IO-APIC-fasteoi acpi
12: 4 0 IO-APIC-edge i8042
15: 6483 0 IO-APIC-edge ide0
16: 147431 0 IO-APIC-fasteoi ohci1394, nvidia
17: 95671 0 IO-APIC-fasteoi eth1
20: 6 0 IO-APIC-fasteoi sata_nv
21: 53915 0 IO-APIC-fasteoi sata_nv
22: 67354 0 IO-APIC-fasteoi ehci_hcd:usb2
23: 633 0 IO-APIC-fasteoi ohci_hcd:usb1, HDA Intel
NMI: 0 0 Non-maskable interrupts
LOC: 2572087 2602175 Local timer interrupts
SPU: 0 0 Spurious interrupts
PMI: 0 0 Performance monitoring interrupts
PND: 0 0 Performance pending work
RES: 32606 35770 Rescheduling interrupts
CAL: 349 609 Function call interrupts
TLB: 2548 3449 TLB shootdowns
TRM: 0 0 Thermal event interrupts
THR: 0 0 Threshold APIC interrupts
MCE: 0 0 Machine check exceptions
MCP: 8 8 Machine check polls
ERR: 1
MIS: 0
# lspci (full "lspci -vv" attached)
00:00.0 Host bridge: nVidia Corporation Device 0071 (rev a3)
00:00.1 RAM memory: nVidia Corporation Device 007f (rev a1)
00:00.2 RAM memory: nVidia Corporation Device 0075 (rev a1)
00:00.3 RAM memory: nVidia Corporation Device 006f (rev a1)
00:00.4 RAM memory: nVidia Corporation Device 00b4 (rev a1)
00:01.0 RAM memory: nVidia Corporation Device 0076 (rev a1)
00:01.1 RAM memory: nVidia Corporation Device 0078 (rev a1)
00:01.2 RAM memory: nVidia Corporation Device 0079 (rev a1)
00:01.3 RAM memory: nVidia Corporation Device 007a (rev a1)
00:01.4 RAM memory: nVidia Corporation Device 007b (rev a1)
00:01.5 RAM memory: nVidia Corporation Device 007c (rev a1)
00:01.6 RAM memory: nVidia Corporation Device 007d (rev a1)
00:02.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:04.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:05.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:06.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:07.0 PCI bridge: nVidia Corporation Device 007e (rev a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a2)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a2)
00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a2)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:0e.0 RAID bus controller: nVidia Corporation MCP51 Serial ATA
Controller (rev a1)
00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev
a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev
a2)
01:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7900
GT/GTO] (rev a1)
06:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE
1394 OHCI Link Layer Controller (rev 46)
06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169
Gigabit Ethernet (rev 10)
# lspci -vv -s 00:0f.0 (full "lspci -vv" attached)
00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev
a1) (prog-if 85 [Master SecO PriO])
Subsystem: ASUSTeK Computer Inc. A8N-VM CSM Mainboard
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 20
Region 0: I/O ports at 09e0 [size=8]
Region 1: I/O ports at 0be0 [size=4]
Region 2: I/O ports at 0960 [size=8]
Region 3: I/O ports at 0b60 [size=4]
Region 4: I/O ports at e800 [size=16]
Region 5: Memory at d5005000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+
Kernel driver in use: sata_nv
Kernel modules: sata_nv
# lspci -vv -s 00:0e.0
00:0e.0 RAID bus controller: nVidia Corporation MCP51 Serial ATA
Controller (rev a1) (prog-if 85)
Subsystem: ASUSTeK Computer Inc. A8N-VM CSM Mainboard
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 21
Region 0: I/O ports at 09f0 [size=8]
Region 1: I/O ports at 0bf0 [size=4]
Region 2: I/O ports at 0970 [size=8]
Region 3: I/O ports at 0b70 [size=4]
Region 4: I/O ports at d400 [size=16]
Region 5: Memory at d5004000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+
Kernel driver in use: sata_nv
Kernel modules: sata_nv
View attachment "dmesg-2009-12-22-sata_nv" of type "TEXT/PLAIN" (79299 bytes)
View attachment "lshw-2009-12-21" of type "TEXT/PLAIN" (28878 bytes)
View attachment "lspci-vv-2009-12-22" of type "TEXT/PLAIN" (28098 bytes)
Powered by blists - more mailing lists