CI as card reader via PCMCIA card reader

misiozol

Vu+ Newbie
Is it possible to write software (firmware) so it will support this idea ? PCMCIA->CF , so it will be possible to use it as flash drive ?
 

alez

Vip
The CI slot and the PCMCIA slot have the same pinout but different function, the CI slot is directly connected to DVB decoder, is not possible to use CI slot with a PCMCIA CF adapter
 

angelofsky1980

BlackHole Driver Specialist
Is it possible to write software (firmware) so it will support this idea ? PCMCIA->CF , so it will be possible to use it as flash drive ?

You can try to insert your PCMCIA adapter and do a dmesg command and post the output text, but it's very difficult, as alez wrote, to make it works.
 

misiozol

Vu+ Newbie
So there is no hope the idea is dead ? or maybe there is still light in the tunnel in some distant future ? , there is no as well command cardctl which would show devices under PCMCIA but there is no such command ,like there would be no drivers is it ?
 

angelofsky1980

BlackHole Driver Specialist
So there is no hope the idea is dead ? or maybe there is still light in the tunnel in some distant future ? , there is no as well command cardctl which would show devices under PCMCIA but there is no such command ,like there would be no drivers is it ?

I think that is no possbility to use PCMCIA standard devices into CI slots because these slots are connected directly to CPU and are been detected as Common Interfaces slots and not standard PCMCIA ports.
 

misiozol

Vu+ Newbie
So it's hardware problem that is not allowing use CI as PCMCIA reader? or is there a chance to write driver so cpu will se this as normal PCMCIA slot ?
 

aotta

Vu+ Newbie
I didn't understand if the CI is connected directly to CPU or to DVB decoder....
confused.gif

If the CPU can talk to CI, why the system won't be able to see the slots as \dev\cmx*?
And is possible an hardware mod to the wiring of the slot?
 

angelofsky1980

BlackHole Driver Specialist
I didn't understand if the CI is connected directly to CPU or to DVB decoder....:confused:
If the CPU can talk to CI, why the system won't be able to see the slots as \dev\cmx*?
And is possible an hardware mod to the wiring of the slot?

The CPU implementation and the mainboard design can be different from one model to another.
I've seen the datasheet of Vu+Duo CPU and i see the direct connection of CI slots with the CPU.
This situation is common of most Broadcom CPUs.

The question about /dev entries for CI slots is simple: drivers don't create these entries :)
 
Top