From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262709AbUDDTvA (ORCPT ); Sun, 4 Apr 2004 15:51:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262721AbUDDTu7 (ORCPT ); Sun, 4 Apr 2004 15:50:59 -0400 Received: from linux-bt.org ([217.160.111.169]:48811 "EHLO mail.holtmann.net") by vger.kernel.org with ESMTP id S262709AbUDDTu5 (ORCPT ); Sun, 4 Apr 2004 15:50:57 -0400 Subject: No interrupts for PCMCIA cards From: Marcel Holtmann To: Linux Kernel Mailing List Content-Type: text/plain Message-Id: <1081108265.5533.17.camel@pegasus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 04 Apr 2004 21:51:05 +0200 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi guys, while trying to fix a problem with a Bluetooth PCMCIA card I faced the problem that my Cardbus controller don't give out any interrupts. I tried it with 2.6.5 and this is my PCMCIA bridge: 0000:02:0e.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Reset+ 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 And this is how /proc/interrupts look like: CPU0 0: 7241752 IO-APIC-edge timer 1: 10923 IO-APIC-edge i8042 2: 0 XT-PIC cascade 8: 4 IO-APIC-edge rtc 12: 94 IO-APIC-edge i8042 14: 134100 IO-APIC-edge ide0 15: 1 IO-APIC-edge ide1 18: 0 IO-APIC-level yenta 19: 120010 IO-APIC-level uhci_hcd 20: 0 IO-APIC-level ohci_hcd 21: 231886 IO-APIC-level ohci1394, ohci_hcd, eth0 22: 297 IO-APIC-level acpi, ehci_hcd 23: 57 IO-APIC-level aic7xxx, uhci_hcd NMI: 0 LOC: 7241898 ERR: 0 MIS: 0 The count for interrupt 18 is still zero every time, but on my Sony C1VE laptop the PCMCIA cards get their interrupts. Regards Marcel