crash with orinoco_cs (detail)
Tedd Anderson
teddy at angin.com
Sat Sep 1 04:18:22 EST 2001
> > On Fri, Aug 31, 2001 at 03:35:13PM +0700, Firman Pribadi wrote:
> > > n i have to test to modify the hermes.conf , rc.pcmcia, config.opts,
> > > wireless.opts , changed the irq but still happened
> > >
> > > tryin changed the card ugh... still can't work
> > > fyi in 2.2.x kernel with wavelan2_cs n wvlan_cs, the cards work great
> > >
> > > ---* start *---
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: starting, version is 3.1.22
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: config error, file './hermes.conf' line 34: unknown device: wvlan_cs
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: watching 2 sockets
> > > Aug 31 14:48:36 hemaviton kernel: cs: IO port probe 0x0c00-0x0cff: clean.
> > > Aug 31 14:48:36 hemaviton kernel: cs: IO port probe 0x0800-0x08ff: clean.
> > > Aug 31 14:48:36 hemaviton kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x170-0x177 0x370-0x37f 0x4d0-0x4d7
> > > Aug 31 14:48:36 hemaviton kernel: cs: IO port probe 0x0a00-0x0aff: clean.
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: could not adjust resource: IO ports 0xc00-0xcff: Device or resource busy
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: could not adjust resource: IO ports 0x800-0x8ff: Device or resource busy
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: could not adjust resource: IO ports 0x100-0x4ff: Device or resource busy
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: could not adjust resource: memory 0xc0000-0xfffff: Input/output error
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: could not adjust resource: memory 0x60000000-0x60ffffff: Input/output error
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: could not adjust resource: memory 0xa0000000-0xa0ffffff: Input/output error
> > > Aug 31 14:48:36 hemaviton cardmgr[1167]: could not adjust resource: IO ports 0xa00-0xaff: Device or resource busy
> >
Maybe, the problem isn't a card, but the system resource available for PCMCIA devices. If your wavelan2_cs and wvlan work great, it's not always work if you change with orinoco_cs. You can read The PCMCIA Howto from David Hinds, how to configure your PCMCIA resource memory in /etc/pcmcia/config.opts.
Or you can try my config.opts
#----------------------------------------------------------------------
# System resources available for PCMCIA devices
include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff, port 0x240-0x400
include memory 0xc0000-0xfffff
include memory 0xa0000000-0xa0ffffff, 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
# First built-in serial port
exclude irq 4
# Second built-in serial port
#exclude irq 3
exclude irq 7-in parallel port
#----------------------------------------------------------------------
Tedd
More information about the wireless
mailing list