[linux] acer travelmate 613txc pcmcia probleem

Pagina: 1
Acties:

  • bite
  • Registratie: Juni 2002
  • Niet online
Ik probeer een sitecom wl-100b wlan kaart aan de praat te krijgen onder linux maar het wil niet lukken :( (met windows werkt het wel)
De distro's die ik geprobeerd heb zijn: Suse 8.0, Debian 3 en Mandrake 9.1.

Volgens mij is het een probleem met slot 0 want een realtek netwerkkaart wordt ook niet herkend, maar de smartcard reader in slot 1 wordt herkend als een ' o2micro SmartcardBus Reader'.
Als er een kaart in slot 0 zit komt cardmrg met de melding "cs: no valid ROM immages found!"
lspci werkt dan ook niet meer:
code:
1
2
pclib: Cannot open /proc/bus/pci/01/00.7
lspci: Unable to read 64 bytes of configuration space


Weet iemand hoe ik dit kan oplossen?

  • bite
  • Registratie: Juni 2002
  • Niet online
*kick
Ik heb nog geen oplossing gevonden....(heb nu mandrake 9.1 weer geinstalleerd)
Staat er misschien iets niet goed in /etc/pcmcia/config.opts?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# System resources available for PCMCIA devices

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
# PS/2 Mouse controller port, comment this out if you don't have a PS/2
# based mouse
exclude irq 12

Dit geeft dmesg na het starten van /etc/init.d/pcmcia met een kaart in slot 0:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Linux Kernel Card Services Kernel Version
  options:  [pci] [cardbus] [pm]
PCI: Found IRQ 11 for device 01:0f.0
PCI: Sharing IRQ 11 with 00:02.0
PCI: Sharing IRQ 11 with 01:0f.1
PCI: Found IRQ 11 for device 01:0f.1
PCI: Sharing IRQ 11 with 00:02.0
PCI: Sharing IRQ 11 with 01:0f.0
Yenta IRQ list 02b8, PCI irq11
Socket status: 30000826
Yenta IRQ list 02b8, PCI irq11
Socket status: 30000410
cs: cb_alloc(bus 1): vendor 0xffff, device 0xffff
PCI: device 01:00.0 has unknown header type 7f, ignoring.
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x258-0x25f 0x360-0x367 0x378-0x37f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
cs: memory probe 0xa0000000-0xa0ffffff: clean.
Intel ICH soundcard not found or device busy
uhci.c: USB Universal Host Controller Interface driver v1.1
uhci.c: USB Universal Host Controller Interface driver v1.1
i810 TCO timer, v0.05: timer margin: 30 sec (0x1060) (nowayout=0)
i810_rng: RNG not detected

en zonder kaart:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Linux Kernel Card Services Kernel Version
  options:  [pci] [cardbus] [pm]
PCI: Found IRQ 11 for device 01:0f.0
PCI: Sharing IRQ 11 with 00:02.0
PCI: Sharing IRQ 11 with 01:0f.1
PCI: Found IRQ 11 for device 01:0f.1
PCI: Sharing IRQ 11 with 00:02.0
PCI: Sharing IRQ 11 with 01:0f.0
Yenta IRQ list 02b8, PCI irq11
Socket status: 30000826
Yenta IRQ list 02b8, PCI irq11
Socket status: 30000418
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x258-0x25f 0x360-0x367 0x378-0x37f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
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 0x0c0000-0x0cffff: excluding 0xc0000-0xcffff
cs: unable to map card memory!
cs: unable to map card memory!
cs: unable to map card memory!
cs: unable to map card memory!
cs: unable to map card memory!
cs: unable to map card memory!