Einzelnen Beitrag anzeigen
Alt 22.05.2004, 08:53   #2
andriaf
Jr. Member
 
Registriert seit: 18.08.2003
Alter: 45
Beiträge: 21


andriaf eine Nachricht über ICQ schicken
Idee Lösung

Endlich habe ich die Lösung (selber) gefunden. Weder bei SuSE noch auf der Kernel-Maillingliste konnte ich eine vernünftige Lösung finden.

Also falls noch Jemand dasselbe bzw. ein ähnliches Problem hat:
Ich habe es gelöst, in dem ich die Speicherbreite für die Suche nach "mapped devices" eingegrenzt habe. Das geschieht in der datei /etc/pcmcia/config.opts:

# System resources available for PCMCIA cards
#
# NOTE: these settings have no effect on resources assigned to a
# CardBus bridge device itself; this file only affects resources
# assigned to cards. Also, interrupt settings here will only affect
# ISA bus interrupts assigned to 16-bit cards. PCI interrupts
# generally can't be reconfigured.
#
# With the kernel PCMCIA subsystem, these settings also have no effect
# at all on resources used for 32-bit CardBus cards. Those are set by
# the PCI hotplug subsystem.
#

# This are the official ports to use from pcmcia-cs, but ...
# include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
# ... ports 0x810-0x81f hurt on some DELL machines and ...
# ... ports 0x3b0-0x3df hurt on some FSC machines.
include port 0x100-0x3af, port 0x3e0-0x4ff, port 0x800-0x80f, port 0x820-0x8ff, port 0xc00-0xcff
include memory 0xc0000-0xfffff
#include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff

-----
Es ist wahrscheinlich unterschiedlich für jedes System, aber bei mir hat es funktioniert, in dem ich nur den Bereich
include memory 0xc0000-0xfffff
freigeschalten habe.

lg
Fidy
____________________________________
Fidiniaina ANDRIANAIVO
Zwuck IT: Opensource for everyone
andriaf ist offline   Mit Zitat antworten