Bug 1237 - T23 boot hang with intel(R) PRO/100 PCMCIA net card plugged in.
Summary: T23 boot hang with intel(R) PRO/100 PCMCIA net card plugged in.
Status: REJECTED INVALID
Alias: None
Product: Drivers
Classification: Unclassified
Component: PCMCIA (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Russell King
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-15 02:50 UTC by Luming Yu
Modified: 2004-08-08 14:58 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.0-test5
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
Patch for fixing this hang. (576 bytes, patch)
2003-09-15 02:54 UTC, Luming Yu
Details | Diff
Hard code direct.c to make PCMCIA works well on T23. ( It's not a fix) (828 bytes, patch)
2003-11-19 19:17 UTC, Luming Yu
Details | Diff

Description Luming Yu 2003-09-15 02:50:27 UTC
Hardware Environment:

IBM Thinkpad T23

Software Environment:
2.6.0-test5 

Problem Description:

T23 boot hang with intel(R) PRO/100 PCMCIA net card plugged in.

Steps to reproduce:

T23 always hang whenever ACPI is enabled or not.
Comment 1 Luming Yu 2003-09-15 02:54:45 UTC
Created attachment 891 [details]
Patch for fixing this hang.

This bug seems to have nothing to do with ACPI. But there are some PCMCIA
issues on Thinkpad and other laptop. I tried to reproduce them. but So far I
only found this issue on T23.
Comment 2 Luming Yu 2003-09-23 04:17:58 UTC
  But this PCMCIA net card can only work on the second slot. If plug it into the
first slot. The symptom is mysterious! Sometimes it cannot obtian an IP address
from DHCP server. Sometimes it will work for only a few minutes. I observed
error message from PIN, which complained the lack of message buffer after
sending out less than 30 icmp messages successfully, and the number of interrupt
for net card wouldn't increase.(I got this point from /proc/interrupts).
  The problem will happen even if acpi is disabled. (2.4 seems to work.)
  After some investigation, It works. Until now, PIN has sent out more than 4027
icmp messages successfully.
  /proc/interrupts:
  0:    4105552          XT-PIC  timer
  1:       8148          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  8:          1          XT-PIC  rtc
  9:         17          XT-PIC  acpi
 11:      11453          XT-PIC  yenta, yenta, eth1
 12:      45043          XT-PIC  i8042
 14:       9238          XT-PIC  ide0
NMI:          0
ERR:          0

  The problem is that some config registers in pci config space of 0:2 are wrong.
  I found them, and corrected the wrong value. But I don't know the exact
meaning of each config register of them. I just guess. :(
  Now, I think it is much more easy to find out which part of code was
responsible for these wrong value. But this issue is irrelative to ACPI.  
Comment 3 Luming Yu 2003-09-23 04:25:31 UTC
I think I was using command ping for testing. (It's not PIN(pin)) 
Comment 4 Luming Yu 2003-11-19 19:17:59 UTC
Created attachment 1486 [details]
Hard code direct.c to make PCMCIA works well on T23. ( It's not a fix)
Comment 5 Len Brown 2004-05-17 21:08:24 UTC
Is this still an issue? 
I don't suppose it works properly if yenta is compiled statically? 
 
In any case, it still fails if acpi=off, so I'm booting this out of the ACPI category. 
Comment 6 Russell King 2004-05-30 14:36:34 UTC
Please consider using a later kernel, preferably something recent.
2.6.0-testX kernels are known to be buggy.
Comment 7 Russell King 2004-06-26 08:46:54 UTC
There is no information forthcoming from the original bug submitter for
almost a month.  I'm therefore inclined to reject this bug unless the
original submitter responds within the next 4 days.
Comment 8 Russell King 2004-08-08 14:58:02 UTC
The original reporter is not responding; therefore as promised I am rejecting this
bug.  I believe it is already fixed in later kernels, but without confirmation
there's no way of knowing.

Note You need to log in before you can comment on or make changes to this bug.