Bug 6287
Summary: | Incorrect PCI device ID reported for cardbus cards on HP nc4200 | ||
---|---|---|---|
Product: | Drivers | Reporter: | James Masson (james_masson) |
Component: | PCMCIA | Assignee: | Dominik Brodowski (linux) |
Status: | CLOSED WILL_NOT_FIX | ||
Severity: | normal | CC: | akpm |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.16 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
dmesg output
lspci output Kernel .config |
Description
James Masson
2006-03-26 14:35:33 UTC
Created attachment 7681 [details]
dmesg output
Created attachment 7682 [details]
lspci output
Reply-To: matthew@wil.cx On Sun, Mar 26, 2006 at 02:35:34PM -0800, bugme-daemon@bugzilla.kernel.org wrote: > Problem Description: > > An incorrect PCI device ID is reported for any Cardbus card inserted into the > cardbus slot. > > Cisco wifi card - Atheros chipset > > lspci -v reports (on HP nc4200) > > 03:00.0 Ethernet controller: Unknown device 068c:0013 (rev 01) > > for comparison purposes on a Dell Latitude D600 lspci -vn reports device ID of > 168c:0013 as designed > > similar result with a Zyxel Wifi card (prism54) > > on HP nc4200, lspci -v reports > > 03:00.0 Network controller: Unknown device 0260:3890 (rev 01) > > on Dell D600, reports 1260:3890 as designed To be honest, this looks like a hardware problem -- a line shorted to 0. Can you test with, er, an entirely different OS? Maybe one of the BSDs if you can't stomach a M$ OS. Created attachment 7683 [details]
Kernel .config
I'd be suspecting you have a busted machine - bad connector, broken pin, blown IO buffer, etc. You're right... I checked with a bootable windows CD (Bart PE), the PCI vendor/device ID was reported wrong there too. Hardware problem, please close the bug report - my apologies. James |