From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lord Subject: Re: sata_inic162x issue - PCMCIA card Date: Sat, 14 Jul 2007 19:25:00 -0400 Message-ID: <46995B4C.8020704@rtr.ca> References: <11593734.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from rtr.ca ([64.26.128.89]:2671 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754438AbXGNXZD (ORCPT ); Sat, 14 Jul 2007 19:25:03 -0400 In-Reply-To: <11593734.post@talk.nabble.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: jm_928 Cc: linux-ide@vger.kernel.org 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