Hi,
hope anybody can help on this!
I have an Audiovox RTM8000 and have found the correct patched serial_cs.o but it does not insmod autimatically on a SL5500G with Sharp ROM 3.10.
What I have done:
1) checked that cardctl ident identifies the card with function 2 (serial)
2) verified that /etc/pcmcia/config contains an entry for function 2 to bind "serial_cs"
3) checked that serial_cs.o is installed at /lib/modules/2.4.18-rmk7-pxa3-embedix/pcmcia/ and owned by root
4) executed depmod
But it does not load automatically. If I do a manual insmod, everything is fine and inserting the card works (without bad Vcc error). By the way, the serial_cs module is then tagged as unused:
# lsmod
Module Size Used by
serial_cs 4608 0 (unused)
sa1100_bi 23088 0 (unused)
net_fd 16688 1
usbdcore 22592 0 [sa1100_bi net_fd]
usbdmonitor 5488 0
sharp_mmcsd_m 27408 2
devinfo 2912 0 (unused)
# cardctl resume
# cardctl config
Socket 0:
Vcc 3.3V Vpp1 0.0V Vpp2 0.0V
interface type is "memory and I/O"
irq 35 [exclusive] [level]
Speaker output is enabled
function 0:
config base 0x00f8
option 0x41 status 0x08 pin 0x00 copy 0x00
io 0xc56703f8-0xc5670407 [8bit]
Socket 1:
not configured
So the issue is that there seems to be a built-in (kernel??) serial_cs and the new one is not automatically loaded by /sbin/cardmgr
Any help would be appreciated!
-- hns