[ltp] irq problem with pcmcia
Raphael Langerhorst
linux-thinkpad@linux-thinkpad.org
Sun, 10 Aug 2003 12:14:41 +0200
--Boundary-00=_RshN/smYUkH3J7b
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hello!
First: greetings to the whole list!
second: I have a Thinkpad 760EL and desperately try to get pcmcia working. I
have two network cards inserted - both get correctly identified but both get
the irq 0 assigned ("no interrupt known for Pin A....") which is obviously a
bad thing.
modules in use:
pcmcia_core
yenta_socket
ds
tulip (for the Netgear FA311 card)
kernel: 2.4.21
OS: Rock Linux 2.0.0 beta6
see attachment for configurations and log files.
If you have any idea what I could do so pcmcia gets assigned correct irqs,
please let me know (yes, I saw that remark on the homepage conserning memory
settings, didn't work here - or, was not the problem).
THANKS!!
Raphael
--Boundary-00=_RshN/smYUkH3J7b
Content-Type: text/x-csrc;
charset="us-ascii";
name="config.opts"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="config.opts"
#
# Local PCMCIA Configuration File
#
#----------------------------------------------------------------------
# System resources available for PCMCIA devices
include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
include memory 0xc0000-0xfffff
#include memory 0xa0000000-0xa0ffffff
include memory 0x60000000-0x60ffffff
# High port numbers do not always work...
# include port 0x1000-0x17ff
# Extra port range for IBM Token Ring
include port 0xa00-0xaff
# Resources we should not use, even if they appear to be available
#exclude irq 5
# First built-in serial port
#exclude irq 4
# Second built-in serial port
#exclude irq 3
# First built-in parallel port
#exclude irq 7
#----------------------------------------------------------------------
# Examples of options for loadable modules
# To fix sluggish network with IBM ethernet adapter...
#module "pcnet_cs" opts "mem_speed=600"
# Options for IBM Token Ring adapters
#module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
# Options for Raylink/WebGear driver: uncomment only one line...
# Generic ad-hoc network
module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
# Infrastructure network for older cards
#module "ray_cs" opts "net_type=1 essid=ESSID1"
# Infrastructure network for WebGear
#module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"
# Options for WaveLAN/IEEE driver (AccessPoint mode)...
#module "wvlan_cs" opts "station_name=MY_PC"
# Options for WaveLAN/IEEE driver (ad-hoc mode)...
#module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
# Options for Xircom Netwave driver...
#module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
# Options for tulip driver (Netgear FA511)
#module "tulip_cb" opts "irq_list=8,10,11,12"
# Options for 3c575_cb (3COM 3CCFE575C)
#module "3c575_cb" opts "irq_list=8,10,11,12"
--Boundary-00=_RshN/smYUkH3J7b
Content-Type: text/plain;
charset="us-ascii";
name="lsmod.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="lsmod.txt"
Module Size Used by Not tainted
3c574_cs 9476 0 (unused)
tulip 39808 0 (unused)
ds 6344 2 [3c574_cs]
yenta_socket 9344 2
pcmcia_core 39808 0 [3c574_cs ds yenta_socket]
--Boundary-00=_RshN/smYUkH3J7b
Content-Type: text/plain;
charset="us-ascii";
name="pcmcia_log.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="pcmcia_log.txt"
Aug 10 12:02:40 localhost kernel: TCP: Hash tables configured (established 8192 bind 8192)
Aug 10 12:02:40 localhost kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Aug 10 12:02:40 localhost kernel: VFS: Mounted root (ext2 filesystem) readonly.
Aug 10 12:02:40 localhost kernel: Mounted devfs on /dev
Aug 10 12:02:40 localhost kernel: Freeing unused kernel memory: 156k freed
Aug 10 12:02:40 localhost kernel: Adding Swap: 78616k swap-space (priority -1)
Aug 10 12:02:48 localhost login(pam_unix)[220]: session opened for user root by (uid=0)
Aug 10 12:02:48 localhost login[220]: ROOT LOGIN on `vc/1'
Aug 10 12:02:58 localhost login(pam_unix)[221]: session opened for user root by (uid=0)
Aug 10 12:02:58 localhost login[221]: ROOT LOGIN on `vc/2'
Aug 10 12:03:28 localhost kernel: Linux Kernel Card Services 3.1.22
Aug 10 12:03:28 localhost kernel: options: [pci] [cardbus] [pm]
Aug 10 12:03:29 localhost kernel: Intel PCIC probe: not found.
Aug 10 12:03:29 localhost kernel: PCI: No IRQ known for interrupt pin A of device 00:02.0.
Aug 10 12:03:29 localhost kernel: PCI: No IRQ known for interrupt pin B of device 00:02.1.
Aug 10 12:03:29 localhost kernel: Yenta IRQ list 06b8, PCI irq0
Aug 10 12:03:29 localhost kernel: Socket status: 30000020
Aug 10 12:03:29 localhost kernel: Yenta IRQ list 06b8, PCI irq0
Aug 10 12:03:29 localhost kernel: Socket status: 30000020
Aug 10 12:03:30 localhost kernel: cs: cb_alloc(bus 1): vendor 0x1317, device 0x1985
Aug 10 12:03:30 localhost kernel: PCI: Enabling device 01:00.0 (0000 -> 0003)
Aug 10 12:03:30 localhost kernel: PCI: No IRQ known for interrupt pin A of device 01:00.0.
Aug 10 12:03:31 localhost kernel: cs: cb_alloc(bus 4): vendor 0x10b7, device 0x5257
Aug 10 12:03:31 localhost kernel: PCI: Enabling device 04:00.0 (0000 -> 0003)
Aug 10 12:03:31 localhost kernel: PCI: No IRQ known for interrupt pin A of device 04:00.0.
Aug 10 12:03:31 localhost kernel: PCI: No IRQ known for interrupt pin A of device 04:00.0.
Aug 10 12:03:31 localhost kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
Aug 10 12:03:31 localhost kernel: See Documentation/networking/vortex.txt
Aug 10 12:03:31 localhost kernel: 04:00.0: 3Com PCI 3CCFE575CT Tornado CardBus at 0x4800. Vers LK1.1.16
Aug 10 12:03:31 localhost kernel: 00:01:02:d2:4b:f0, IRQ 0
Aug 10 12:03:31 localhost kernel: *** Warning: IRQ 0 is unlikely to work! ***
Aug 10 12:03:31 localhost kernel: product code 5a58 rev 10.0 date 11-13-00
Aug 10 12:03:31 localhost kernel: 04:00.0: CardBus functions mapped 11000080->c588e080
Aug 10 12:03:31 localhost kernel: 8K byte-wide RAM 5:3 Rx:Tx split, MII interface.
Aug 10 12:03:31 localhost kernel: MII transceiver found at address 0, status 7809.
Aug 10 12:03:31 localhost kernel: Enabling bus-master transmits and whole-frame receives.
Aug 10 12:03:31 localhost kernel: 04:00.0: scatter/gather enabled. h/w checksums enabled
Aug 10 12:03:31 localhost cardmgr[257]: watching 2 sockets
Aug 10 12:03:31 localhost kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Aug 10 12:03:31 localhost kernel: cs: IO port probe 0x0800-0x08ff: clean.
Aug 10 12:03:31 localhost kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x1a0-0x1af 0x220-0x22f 0x268-0x26f 0x330-0x337 0x388-0x38f 0x3b8-0x3df 0x4d0-0x4d7
Aug 10 12:03:31 localhost kernel: cs: IO port probe 0x0a00-0x0aff: excluding 0xa68-0xa6f
Aug 10 12:03:31 localhost cardmgr[257]: starting, version is 3.2.4
Aug 10 12:03:31 localhost cardmgr[257]: socket 0: CardBus hotplug device
Aug 10 12:03:31 localhost cardmgr[257]: socket 1: CardBus hotplug device
Aug 10 12:03:45 localhost kernel: Linux Tulip driver version 0.9.15-pre12 (Aug 9, 2002)
Aug 10 12:03:45 localhost kernel: PCI: No IRQ known for interrupt pin A of device 01:00.0.
Aug 10 12:03:45 localhost kernel: eth1: ADMtek Comet rev 17 at 0x4000, 00:09:5B:1E:04:0D, IRQ 0.
--Boundary-00=_RshN/smYUkH3J7b--