Orinoco Gold Classic wird nicht erkannt ?!

S

sparky

Mitglied
Servus,
ich hab seit gestern ne orinoco gold classic, und wollte die unter linux nutzen. Problem: pcmcia-cs scheint die Karte nicht zu (er)kennen. Es versucht jedesmal ein modul "memory_cs" zu laden, was natürlich nicht funktioniert. Außerdem hab ich die orinoco & hermes Treiber fest in den Kernel compiliert (2.6.8)
Ein cardctrl ident sagt mir auch dass es die Karte wohl nicht kennt.

Mein System:
Gentoo linux 2.6.8
Asus Notebook mit yenta kompatiblem PCMCIA

kann mir da (hoffentlich) jemand weiterhelfen?

Code:
root@sparky sparky # cardctl info  
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255

root@sparky sparky # cardctl status
Socket 0:
  5V 16-bit PC Card
  function 0: [ready]
Socket 1:
  no card

root@sparky sparky # cardctl ident
Socket 0:
  no product info available
Socket 1:
  no product info available

und dmesg:
Code:
cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
cs: warning: no high memory space available!
cs: memory probe 0x0d0000-0x0dffff: excluding 0xd0000-0xdffff
cs: memory probe 0x0e0000-0x0effff: excluding 0xe0000-0xeffff
cs: memory probe 0x0c0000-0x0cffff: excluding 0xc0000-0xcffff
cs: memory probe 0x0f0000-0x0fffff: excluding 0xf0000-0xfffff
cs: unable to map card memory!
cs: unable to map card memory!
cs: unable to map card memory!
....
 
Das ist nen Cardbus/PCMCIA Problem .... das hatte ich auch mal.
Liegt nicht an der Karte sondern am PCMCIA Kontroller.

Deaktiviere mal ACPI oder APM .... oder nimm nen anderen Kernel ...
 
ahja, gut dann weiss ich ja jetzt schon mehr :)
ich versuchs mal ohne acpi/apm, weil irgendwie auf nen älteren kernel hab ich am wenigsten Bock 0o

EDIT: kann das auch an meinen Kernerl-Parameter liegen?:
kernel (hd0,1)/kernel-2.6.8-gentoo-testing root=/dev/hdc5 acpi=off noapic pci=biosirq vga=0x31B
 
Zuletzt bearbeitet:
pci=biosirq <- haste mal versucht das wegzulassen ?
 
jop hab ich eben auch versucht, und auch alles mit acpi/apm abgestellt im kernel.
aber same problem :(
 
Hmmm .. mal nen anderen Kernel Probiert ?
btw - welches Notebook isses denn ?
 
ne nen andren kernel hab ich noch nicht versucht. Ich hab irgendwie schiss den kernel "downzugraden". Hat amals schon ewig gebraucht bis mal alles lief (so von wegen nvidia & xorg-freeze ..)

des ist ein Asus L5826
 
und soeben hat sich das Problem gelöst :)
das Problem war der Ricoh Cardbus, folgender Eintrag in der config.opt tus:

Code:
include memory 0xf8a00000-0xfeafffff
include port 0x0000b000-0x0000dfff
 

Ähnliche Themen

Rollei Mini Wifi Camcorder

PulseAudio sound nur bei MPD

Linux Kernel VFS Panic HP Thin Client

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Wo sind die Geräte?

Zurück
Oben