linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sata_inic162x issue - PCMCIA card
@ 2007-07-14 13:41 jm_928
  2007-07-14 18:55 ` Jeff Garzik
  2007-07-14 23:25 ` Mark Lord
  0 siblings, 2 replies; 3+ messages in thread
From: jm_928 @ 2007-07-14 13:41 UTC (permalink / raw)
  To: linux-ide


Hi,

I have an esata PCMCIA card based on the Initio 1620 chipset. When inserting
this into my Dell D600 laptop (running Ubuntu 7.04 with the 2.6.20-16
kernel) I get the following error messages:

[   27.660000] sata_inic162x 0000:03:00.0: version 0.1
[   27.660000] PCI: Enabling device 0000:03:00.0 (0000 -> 0003)
[   27.660000] ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNKD] -> GSI 11
(level, low) -> IRQ 11
[   27.660000] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[   27.660000] sata_inic162x: probe of 0000:03:00.0 failed with error -22

Does anyone have any hints on what this message (particularly error -22)
means?

Thanks.
JM
-- 
View this message in context: http://www.nabble.com/sata_inic162x-issue---PCMCIA-card-tf4079060.html#a11593734
Sent from the linux-ide mailing list archive at Nabble.com.


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

* Re: sata_inic162x issue - PCMCIA card
  2007-07-14 13:41 sata_inic162x issue - PCMCIA card jm_928
@ 2007-07-14 18:55 ` Jeff Garzik
  2007-07-14 23:25 ` Mark Lord
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-07-14 18:55 UTC (permalink / raw)
  To: jm_928; +Cc: linux-ide

jm_928 wrote:
> Hi,
> 
> I have an esata PCMCIA card based on the Initio 1620 chipset. When inserting
> this into my Dell D600 laptop (running Ubuntu 7.04 with the 2.6.20-16
> kernel) I get the following error messages:
> 
> [   27.660000] sata_inic162x 0000:03:00.0: version 0.1
> [   27.660000] PCI: Enabling device 0000:03:00.0 (0000 -> 0003)
> [   27.660000] ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNKD] -> GSI 11
> (level, low) -> IRQ 11
> [   27.660000] ACPI: PCI interrupt for device 0000:03:00.0 disabled
> [   27.660000] sata_inic162x: probe of 0000:03:00.0 failed with error -22
> 
> Does anyone have any hints on what this message (particularly error -22)
> means?

-EINVAL

Maybe it's an interrupt problem, like the previous message indicates.

	Jeff




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

* Re: sata_inic162x issue - PCMCIA card
  2007-07-14 13:41 sata_inic162x issue - PCMCIA card jm_928
  2007-07-14 18:55 ` Jeff Garzik
@ 2007-07-14 23:25 ` Mark Lord
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Lord @ 2007-07-14 23:25 UTC (permalink / raw)
  To: jm_928; +Cc: linux-ide

jm_928 wrote:
> Hi,
> 
> I have an esata PCMCIA card based on the Initio 1620 chipset. When inserting
> this into my Dell D600 laptop (running Ubuntu 7.04 with the 2.6.20-16
> kernel) I get the following error messages:
> 
> [   27.660000] sata_inic162x 0000:03:00.0: version 0.1
> [   27.660000] PCI: Enabling device 0000:03:00.0 (0000 -> 0003)
> [   27.660000] ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNKD] -> GSI 11
> (level, low) -> IRQ 11
> [   27.660000] ACPI: PCI interrupt for device 0000:03:00.0 disabled
> [   27.660000] sata_inic162x: probe of 0000:03:00.0 failed with error -22
> 
> Does anyone have any hints on what this message (particularly error -22)
> means?

-22 means "-EINVAL".  So to debug this, start searching the relevant kernel
source code (try the Ubuntu sata_inic162x driver source for starters) for
that value (EINVAL).

-ml

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

end of thread, other threads:[~2007-07-14 23:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-14 13:41 sata_inic162x issue - PCMCIA card jm_928
2007-07-14 18:55 ` Jeff Garzik
2007-07-14 23:25 ` Mark Lord

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).