lkml.org 
[lkml]   [2007]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlibata and legacy ide pcmcia failure
I tried 2.6.22rc1-git5 with both the libata pcmcia and the legacy ide 
pcmcia support, both failed as can be seen below...

Linux localhost.localdomain 2.6.22-rc1-git5 #5 SMP Thu May 17 21:23:42
CEST 2007 i686 i686 i386 GNU/Linux

** libata **
May 17 21:55:06 localhost kernel: pccard: PCMCIA card inserted into slot 0
May 17 21:55:06 localhost kernel: cs: memory probe
0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
May 17 21:55:06 localhost kernel: cs: memory probe
0xc0200000-0xcfffffff: excluding 0xc0200000-0xc11fffff
0xc1a00000-0xc21fffff 0xc2a00000-0xc31fffff 0xc3a00000-0xcc1fffff
0xcca00000-0xcd1fffff 0xcda00000-0xce1fffff 0xcea00000-0xcf1fffff
0xcfa00000-0xd01fffff
May 17 21:55:06 localhost kernel: pcmcia: registering new device pcmcia0.0
May 17 21:55:07 localhost kernel: scsi2 : pata_pcmcia
May 17 21:55:07 localhost kernel: ata3: PATA max PIO0 cmd 0x00014100 ctl
0x0001410e bmdma 0x00000000 irq 0
May 17 21:55:37 localhost kernel: ata3.00: qc timeout (cmd 0x91)
May 17 21:55:37 localhost kernel: ata3.00: failed to IDENTIFY
(INIT_DEV_PARAMS failed, err_mask=0x4)
May 17 21:56:08 localhost kernel: ata3.00: qc timeout (cmd 0x91)
May 17 21:56:08 localhost kernel: ata3.00: failed to IDENTIFY
(INIT_DEV_PARAMS failed, err_mask=0x4)
May 17 21:56:08 localhost kernel: ata3.00: limiting speed to UDMA7:PIO5
May 17 21:56:18 localhost kernel: ata3: SRST failed (errno=-16)
May 17 21:56:28 localhost kernel: ata3: SRST failed (errno=-16)
May 17 21:56:58 localhost kernel: ata3.00: qc timeout (cmd 0x91)
May 17 21:56:58 localhost kernel: ata3.00: failed to IDENTIFY
(INIT_DEV_PARAMS failed, err_mask=0x4)
May 17 21:56:59 localhost udevd-event[2653]: udev_rules_apply_format:
unknown format variable '$modalias'

** legacy ide **
May 17 15:29:25 localhost kernel: pccard: PCMCIA card inserted into slot 0
May 17 15:29:25 localhost kernel: cs: memory probe
0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
May 17 15:29:25 localhost kernel: cs: memory probe
0xc0200000-0xcfffffff: excluding 0xc0200000-0xc11fffff
0xc1a00000-0xc21fffff 0xc2a00000-0xc31fffff 0xc3a00000-0xcc1fffff
0xcca00000-0xcd1fffff 0xcda00000-0xce1fffff 0xcea00000-0xcf1fffff
0xcfa00000-0xd01fffff
May 17 15:29:25 localhost kernel: pcmcia: registering new device pcmcia0.0
May 17 15:29:26 localhost kernel: hde: Memory Card Adapter, CFA DISK drive
May 17 15:29:26 localhost kernel: ide2 at 0x4100-0x4107,0x410e on irq 3
May 17 15:29:26 localhost kernel: hde: max request size: 128KiB
May 17 15:29:26 localhost kernel: hde: 253696 sectors (129 MB) w/1KiB
Cache, CHS=991/16/16
May 17 15:29:56 localhost kernel: hde:<4>hde: lost interrupt
May 17 15:30:26 localhost kernel: hde: lost interrupt
May 17 15:31:06 localhost last message repeated 2 times
May 17 15:32:36 localhost last message repeated 3 times

Robert de Rooy wrote:
> I installed the LiveCD to a spare HDD, and updated to the latest
> kernel available.
> The errors stayed the same, but they took much longer (it seems the
> timeouts changed).
>
> Linux localhost.localdomain 2.6.21-1.3149.fc7 #1 SMP Fri May 11
> 12:12:11 EDT 2007 i686 i686 i386 GNU/Linux
>
> May 16 23:10:42 localhost kernel: pccard: PCMCIA card inserted into
> slot 0
> May 16 23:10:42 localhost kernel: cs: memory probe
> 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
> May 16 23:10:42 localhost kernel: cs: memory probe
> 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc11fffff
> 0xc1a00000-0xc21fffff 0xc2a00000-0xc31fffff 0xc3a00000-0xcc1fffff
> 0xcca00000-0xcd1fffff 0xcda00000-0xce1fffff 0xcea00000-0xcf1fffff
> 0xcfa00000-0xd01fffff
> May 16 23:10:42 localhost kernel: pcmcia: registering new device
> pcmcia0.0
> May 16 23:10:42 localhost kernel: ata3: PATA max PIO0 cmd 0x00014100
> ctl 0x0001410e bmdma 0x00000000 irq 3
> May 16 23:10:42 localhost kernel: scsi2 : pata_pcmcia
> May 16 23:11:43 localhost kernel: ata3.00: qc timeout (cmd 0x91)
> May 16 23:11:43 localhost kernel: ata3.00: failed to IDENTIFY
> (INIT_DEV_PARAMS failed, err_mask=0x4)
> May 16 23:12:44 localhost kernel: ata3.00: qc timeout (cmd 0x91)
> May 16 23:12:44 localhost kernel: ata3.00: failed to IDENTIFY
> (INIT_DEV_PARAMS failed, err_mask=0x4)
> May 16 23:12:44 localhost kernel: ata3.00: limiting speed to UDMA7:PIO5
> May 16 23:13:14 localhost kernel: ATA: abnormal status 0x82 on port
> 0x00014107
> May 16 23:13:14 localhost kernel: ATA: abnormal status 0x82 on port
> 0x00014107
> May 16 23:13:44 localhost kernel: ata3.00: qc timeout (cmd 0x91)
> May 16 23:13:44 localhost kernel: ata3.00: failed to IDENTIFY
> (INIT_DEV_PARAMS failed, err_mask=0x4)
>
> Robert de Rooy wrote:
>> Hi,
>>
>> I tried Fedora 7t4 LiveCD on my ThinkPad T41 with a PCMCIA "Dazzle
>> 4in1 Card Adapter", this adapter supports Sony Memorystick, MMC, SD
>> and SmartMedia cards. The card had a 128MB Lexmark MemoryStick
>> installed.
>>
>> Under windows the adapter works fine, but under Linux I got a bunch
>> of errors in syslog as shown below...
>> I do not know if it works with the Linux legacy PCMCIA IDE driver.
>>
>> If I need to retrieve additional information or test something,
>> please let me know.
>>
>> Linux localhost.localdomain 2.6.20-1.3104.fc7 #1 SMP Sat Apr 21
>> 22:20:43 EDT 2007 i686 i686 i386 GNU/Linux
>>
>> Socket 0:
>> product info: " ", "Memory Card Adapter", "", ""
>> manfid: 0x0045, 0x0401
>> function: 4 (fixed disk)
>>
>> May 14 21:46:24 localhost kernel: pccard: PCMCIA card inserted into
>> slot 0
>> May 14 21:46:24 localhost kernel: cs: memory probe
>> 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
>> May 14 21:46:24 localhost kernel: cs: memory probe
>> 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc11fffff
>> 0xc1a00000-0xc21fffff 0xc2a00000-0xc31fffff 0xc3a00000-0xcc1fffff
>> 0xcca00000-0xcd1fffff 0xcda00000-0xce1fffff 0xcea00000-0xcf1fffff
>> 0xcfa00000-0xd01fffff
>> May 14 21:46:24 localhost kernel: pcmcia: registering new device
>> pcmcia0.0
>> May 14 21:46:25 localhost kernel: ata3: PATA max PIO0 cmd 0x00014100
>> ctl 0x0001410e bmdma 0x00000000 irq 3
>> May 14 21:46:25 localhost kernel: scsi3 : pata_pcmcia
>> May 14 21:46:25 localhost kernel: ATA: abnormal status 0x80 on port
>> 0x00014107
>> May 14 21:46:25 localhost kernel: ATA: abnormal status 0x80 on port
>> 0x00014107
>> May 14 21:46:55 localhost kernel: ata3.00: qc timeout (cmd 0x91)
>> May 14 21:46:55 localhost kernel: ata3.00: failed to IDENTIFY
>> (INIT_DEV_PARAMS failed, err_mask=0x4)
>> May 14 21:46:56 localhost kernel: ATA: abnormal status 0x80 on port
>> 0x00014107
>> May 14 21:46:56 localhost kernel: ATA: abnormal status 0x80 on port
>> 0x00014107
>> May 14 21:47:26 localhost kernel: ata3.00: qc timeout (cmd 0x91)
>> May 14 21:47:26 localhost kernel: ata3.00: failed to IDENTIFY
>> (INIT_DEV_PARAMS failed, err_mask=0x4)
>> May 14 21:47:26 localhost kernel: ata3.00: limiting speed to UDMA7:PIO5
>> May 14 21:47:26 localhost kernel: ATA: abnormal status 0x80 on port
>> 0x00014107
>> May 14 21:47:26 localhost kernel: ATA: abnormal status 0x80 on port
>> 0x00014107
>> May 14 21:47:56 localhost kernel: ata3.00: qc timeout (cmd 0x91)
>> May 14 21:47:56 localhost kernel: ata3.00: failed to IDENTIFY
>> (INIT_DEV_PARAMS failed, err_mask=0x4)
>> May 14 21:47:57 localhost kernel: ATA: abnormal status 0x80 on port
>> 0x00014107
>> May 14 21:47:57 localhost udevd-event[3946]: udev_rules_apply_format:
>> unknown format variable '$modalias'
>>
>>
>>
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-05-17 22:17    [W:0.155 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site