linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ide-scsi and SMP does not work together.
@ 2003-11-04 23:48 Klaus Umbach
  2003-11-05 14:42 ` Mikael Pettersson
  0 siblings, 1 reply; 3+ messages in thread
From: Klaus Umbach @ 2003-11-04 23:48 UTC (permalink / raw)
  To: linux-kernel

Hello Support Center :-)

Since I have 2 CPUs on my mainboard and compiled the SMP-support in, I
cannot use ide-scsi anymore. I guess it must have something to do with
apic, because when I use "Local APIC support on uniprocessors", I have
the same problem. With no SMP and no local APIC everything works fine.
(except the second CPU, of course). Normal ide-cdrom support works, but
recording CDs over atapi is not really what I want at the moment.

Mainboard: MSI 694D pro

00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 10)

Linux 2.4.22

Nov  5 00:09:28 DualPrinzip kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Nov  5 00:11:05 DualPrinzip kernel: hda: packet command error: status=0x51 { DriveReady SeekComplete Error }
Nov  5 00:11:05 DualPrinzip kernel: hda: packet command error: error=0x54
Nov  5 00:11:05 DualPrinzip kernel: ATAPI device hda:
Nov  5 00:11:05 DualPrinzip kernel:   Error: Illegal request -- (Sense key=0x05)
Nov  5 00:11:05 DualPrinzip kernel:   Invalid field in command packet -- (asc=0x24, ascq=0x00)
Nov  5 00:11:05 DualPrinzip kernel:   The failed "Mode Sense 10" packet command was: 
Nov  5 00:11:05 DualPrinzip kernel:   "5a 00 30 00 00 00 00 00 02 00 00 00 "
Nov  5 00:11:05 DualPrinzip kernel: hda: packet command error: status=0x51 { DriveReady SeekComplete Error }
Nov  5 00:11:05 DualPrinzip kernel: hda: packet command error: error=0x54
Nov  5 00:11:05 DualPrinzip kernel: ATAPI device hda:
Nov  5 00:11:05 DualPrinzip kernel:   Error: Illegal request -- (Sense key=0x05)
Nov  5 00:11:05 DualPrinzip kernel:   Invalid field in command packet -- (asc=0x24, ascq=0x00)
Nov  5 00:11:05 DualPrinzip kernel:   The failed "Mode Sense 10" packet command was: 
Nov  5 00:11:05 DualPrinzip kernel:   "5a 00 30 00 00 00 00 00 08 00 00 00 "

Best regards
	Klaus

--
Klaus Umbach <Klaus.Umbach@doppelhertz.homelinux.org>

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

* Re: ide-scsi and SMP does not work together.
  2003-11-04 23:48 ide-scsi and SMP does not work together Klaus Umbach
@ 2003-11-05 14:42 ` Mikael Pettersson
  2003-11-14 10:26   ` Klaus Umbach
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael Pettersson @ 2003-11-05 14:42 UTC (permalink / raw)
  To: Klaus Umbach; +Cc: linux-kernel

Klaus Umbach writes:
 > Hello Support Center :-)
 > 
 > Since I have 2 CPUs on my mainboard and compiled the SMP-support in, I
 > cannot use ide-scsi anymore. I guess it must have something to do with
 > apic, because when I use "Local APIC support on uniprocessors", I have
 > the same problem. With no SMP and no local APIC everything works fine.
 > (except the second CPU, of course). Normal ide-cdrom support works, but
 > recording CDs over atapi is not really what I want at the moment.
 > 
 > Mainboard: MSI 694D pro
 > 
 > 00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 10)

SMP by default uses the I/O-APIC, and may (depending on kernel version
and .config) also use ACPI, which in turn may trigger ACPI-controlled
PCI IRQ routing.

Try "acpi=off", "pci=noacpi" (or however that don't-use-ACPI-for-PCI
option is spelled), and "noapic" (don't use I/O-APIC).

/Mikael

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

* Re: ide-scsi and SMP does not work together.
  2003-11-05 14:42 ` Mikael Pettersson
@ 2003-11-14 10:26   ` Klaus Umbach
  0 siblings, 0 replies; 3+ messages in thread
From: Klaus Umbach @ 2003-11-14 10:26 UTC (permalink / raw)
  To: Mikael Pettersson, linux-kernel

On Mi, Nov 05, 2003 at 15:42:38 +0100, Mikael Pettersson wrote:
> Klaus Umbach writes:
>  > Hello Support Center :-)
>  > 
>  > Since I have 2 CPUs on my mainboard and compiled the SMP-support in, I
>  > cannot use ide-scsi anymore. I guess it must have something to do with
>  > apic, because when I use "Local APIC support on uniprocessors", I have
>  > the same problem. With no SMP and no local APIC everything works fine.
>  > (except the second CPU, of course). Normal ide-cdrom support works, but
>  > recording CDs over atapi is not really what I want at the moment.
>  > 
>  > Mainboard: MSI 694D pro
>  > 
>  > 00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 10)
> 
> SMP by default uses the I/O-APIC, and may (depending on kernel version
> and .config) also use ACPI, which in turn may trigger ACPI-controlled
> PCI IRQ routing.
> 
> Try "acpi=off", "pci=noacpi" (or however that don't-use-ACPI-for-PCI
> option is spelled), and "noapic" (don't use I/O-APIC).

No, that didn't work. I got the same error-messages. :-(

> 
> /Mikael
> 


Klaus

--
Klaus Umbach <Klaus.Umbach@doppelhertz.homelinux.org>

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

end of thread, other threads:[~2003-11-14 10:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-04 23:48 ide-scsi and SMP does not work together Klaus Umbach
2003-11-05 14:42 ` Mikael Pettersson
2003-11-14 10:26   ` Klaus Umbach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).