Elimar Riesebieter wrote:
On Sun, 29 Feb 2004 the mental interface of
David 'fenrus' Syk told:
Here I am, writing about the pcmcia again...
Is there anyone who's got it working, everything else works excellent..
and now i wish to use the pcmcia-port to read my compact-flash cards.
Some additional information;
cat /proc/iomem:
[...]
/etc/init.d/pcmcia start
Starting PCMCIA services: cardmgr[1477]: no sockets found!
done.
Is yenta_socket loaded?
Ciao
Elimar
compiled yenta_socket as module and loaded it with no success,
first i tried with my modified config.opts, then with the default one;
[dmesg]
Yenta: CardBus bridge found at 0001:01:1a.0 [0000:0000]
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta: ISA IRQ mask 0x0000, PCI irq 58
Socket status: 30000106
yenta_cardbus: probe of 0001:01:1a.0 failed with error -22
bus pci: remove driver yenta_cardbus
/* here i modprobe'd -r yenta_socket */
bus pci: add driver yenta_cardbus
Yenta: CardBus bridge found at 0001:01:1a.0 [0000:0000]
yenta 0001:01:1a.0: Preassigned resource 0 busy, reconfiguring...
yenta 0001:01:1a.0: no resource of type 1200 available, trying to continue...
yenta 0001:01:1a.0: Preassigned resource 1 busy, reconfiguring...
yenta 0001:01:1a.0: no resource of type 200 available, trying to continue...
yenta 0001:01:1a.0: Preassigned resource 2 busy, reconfiguring...
yenta 0001:01:1a.0: no resource of type 100 available, trying to continue...
yenta 0001:01:1a.0: Preassigned resource 3 busy, reconfiguring...
yenta 0001:01:1a.0: no resource of type 100 available, trying to continue...
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta: ISA IRQ mask 0x0000, PCI irq 58
Socket status: 30000106
yenta_cardbus: probe of 0001:01:1a.0 failed with error -22
any ideas? (=
/fenrus