Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267424AbUJBRP5 (ORCPT ); Sat, 2 Oct 2004 13:15:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267423AbUJBROJ (ORCPT ); Sat, 2 Oct 2004 13:14:09 -0400 Received: from out010pub.verizon.net ([206.46.170.133]:9441 "EHLO out010.verizon.net") by vger.kernel.org with ESMTP id S267445AbUJBRJZ (ORCPT ); Sat, 2 Oct 2004 13:09:25 -0400 Message-ID: <415EE0C4.90406@verizon.net> Date: Sat, 02 Oct 2004 13:09:24 -0400 From: Jim Nelson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linux Kernel Mailing List Subject: Thinkpad 760ED PnP issues. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [209.158.211.53] at Sat, 2 Oct 2004 12:09:24 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 9885 Lines: 226 Having problems with my Thinkpad 760ED - I cannot get IRQ's for Cardbus cards. I have verified that the slots are okay - my APA-1460A SCSI adapter (16-bit) works perfectly. I've already mucked about with the BIOS IRQ configurations - IRQ 9 for Card slot 1, IRQ 10 for Card slot 2, IRQ 11 for PCI IRQ steering. The Ali USB 2.0/1.1 controller is on the card I have installed - but my Netgear FA511 that shipped with the tulip driver and an IBM IEEE1394 card with an OHCI-compliant chipset do the same thing - the drivers start to register, but fail since they cannot get an IRQ. There are some other issues with this thing (vesafb fails, primarily), but this is the corker. I'm new to kernel hacking - what is necessary to get the card slots working properly? dump_pirq output: No PCI interrupt routing table was found. Interrupt router at 00:01.0: Intel 82371FB PIIX PCI-to-ISA bridge PIRQ1 (link 0x60): irq 11 PIRQ2 (link 0x61): irq 11 PIRQ3 (link 0x62): unrouted PIRQ4 (link 0x63): unrouted Serial IRQ: [disabled] [quiet] [frame=17] [pulse=4] Level mask: 0x0800 [11] lspci -vvv output: 00:00.0 Host bridge: Intel Corp. 430MX - 82437MX Mob. System Ctrlr (MTSC) & 82438MX Data Path (MTDP) (rev 02) Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- Reset- 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 00:02.1 CardBus bridge: Texas Instruments PCI1130 (rev 04) 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 00:03.0 VGA compatible controller: Trident Microsystems TGUI 9660/938x/968x (rev d3) (prog-if 00 [VGA]) Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- [disabled] [size=64K] 00:05.0 Multimedia video controller: IBM MPEG PCI Bridge Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- 0002) PCI: No IRQ known for interrupt pin A of device 0000:01:00.3. Please try using pci=biosirq. ehci_hcd 0000:01:00.3: Found HC with no IRQ. Check BIOS/PCI 0000:01:00.3 setup! ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) ohci_hcd: block sizes: ed 64 td 64 PCI: Enabling device 0000:01:00.0 (0000 -> 0002) PCI: No IRQ known for interrupt pin A of device 0000:01:00.0. Please try using pci=biosirq. ohci_hcd 0000:01:00.0: Found HC with no IRQ. Check BIOS/PCI 0000:01:00.0 setup! cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0820-0x08ff: clean. cs: IO port probe 0x0800-0x080f: clean. cs: IO port probe 0x03e0-0x04ff: excluding 0x4d0-0x4d7 cs: IO port probe 0x0100-0x03af: clean. cs: IO port probe 0x0a00-0x0aff: excluding 0xa68-0xa6f USB Universal Host Controller Interface driver v2.2 - 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/