Hallo allerseits,
ich möchte Euch meine Lösung für das PCMCIA-Problem auf SuSE 8.0 und Inspiron 8200 zur Verfügung stellen:
1) PCMCIA auf EXTERNAL setzen
2) Update durchführen, habe hierzu das Yast2-Online-Update verwendet
3) Folgende Konfiguration habe ich eingestellt und die läuft mit Netzwerkkarte und Modem; anderes habe ich noch nicht getestet:
Datei /etc/sysconfig/pcmcia:
#
# There are two PCMCIA Systems available: The external from D.Hinds,
# which has proven to work flawlessly, and a newer one included in
# the kernel source tree, which may be neccessary with some (new)
# hardware. You can choose here which one you like to use. Set the
# variable to "external" or "kernel".
# If there is only one of these systems installed this varable will
# be ignored.
#
#PCMCIA_SYSTEM="kernel"
PCMCIA_SYSTEM="external"
#
# This variable lets you manually controls which socket driver will
# be used for the choosen pcmcia system. Valid Values are "i82365"
# or "tcic" for dhinds pcmcia or "yenta_socket", "i82365" or "tcic"
# for kernel pcmcia.
# If it is left empty, the start script will determine it or use a
# reasonable default, so you don't have to set it in most cases.
#
PCMCIA_PCIC=""
#
# PCMCIA_PCIC_OPTS - socket driver timing parameters here. These
# parameters are described in "man i82365" (or "man tcic").
# e.g.: PCMCIA_PCIC_OPTS="par1=val1 par2=val21,val22 par3=val3"
# For more information, look for "PCIC_OPTS" in the PCMCIA-HOWTO.
# You can find it under /usr/doc/packages/pcmcia.
# These options will be ignored if you use kernel PCMCIA. (Exactly when
# yenta_socket has been choosen)
#
# If PCMCIA locks your System, try the following option with a list
# of free interrupts (and which won't be used later) and/or disable
# the use of pci interrupts.
# e.g. PCMCIA_PCIC_OPTS="irq_list=3,4,5,7,9,10,11 pci_int=0"
#
#PCMCIA_PCIC_OPTS=""
PCMCIA_PCIC_OPTS="3,5,7,9,10"
#
# PCMCIA_CORE_OPTS - Put pcmcia_core options here. These options
# are described in "man pcmcia_core"
# For more information, look for "CORE_OPTS" in the PCMCIA-HOWTO.
# You can find it under /usr/doc/packages/pcmcia.
# These options are used both for external and kernel PCMCIA.
#
PCMCIA_CORE_OPTS=""
{ENDE PCMCIA}
Datei /etc/pcmcia/config.opts
#
# Local PCMCIA Configuration File
#
#----------------------------------------------------------------------
# System resources available for PCMCIA devices
# ports 0x810-0x815 hurt on some DELL machines
# include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
#include port 0x100-0x4ff, port 0x800-0x80f, port 0x816-0x8ff, port 0xc00-0xcff
include port 0x100-0x4ff, port 0xc00-0xcff
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
# First built-in parallel port
exclude irq 7
exclude irq 11
exclude irq 12
exclude irq 14
#----------------------------------------------------------------------
# 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"
{Ende config.opts}
Viel Spaß damit.
Gruß, Ingo