citacka kariet-help
vypis lspci:
01:05.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
01:05.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ac)
pri dmesg mi detekuje vlozenie a vybratie karty...
googlil som o 106 a skusal navody co som nasiel a efekt ziadny.. mozno som niekde urobil chybu ale ako zaciatocnik netusim kde.
Pre pridávanie komentárov sa musíte prihlásiť.
[ 287.856000] pccard: PCMCIA card inserted into slot 0
[ 287.856000] pcmcia: registering new device pcmcia0.0
[ 337.028000] pccard: card ejected from slot 0
[ 414.132000] pccard: PCMCIA card inserted into slot 0
[ 414.132000] pcmcia: registering new device pcmcia0.0
[ 1015.656000] pccard: card ejected from slot 0
[ 1019.840000] pccard: PCMCIA card inserted into slot 0
[ 1019.840000] pcmcia: registering new device pcmcia0.0
[ 2064.208000] pccard: card ejected from slot 0
[ 4168.944000] pccard: PCMCIA card inserted into slot 0
[ 4168.944000] pcmcia: registering new device pcmcia0.0
sudo aptitude install subversion
svn co https://sdricohcs.svn.sourceforge.net/svnroot/sdri cohcs sdricohcs
cd sdricohcs/sdricoh_cs/
-Open the sdricoh_cs.c file
-find the reference to protocol.h
-comment out all the if kernel_version stuff around it
-make sure that sd.h is not commented out
Here is what my file looked like after editing:
/*#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
#include <linux/mmc/protocol.h>
#else*/
#include <linux/mmc/sd.h>
/*#endif*/
make
sudo make install
sudo modprobe sdricoh_cs
svn co https://sdricohcs.svn.sourceforge.net/svnroot/sdri cohcs sdricohcs
mi vypise toto:
svn: PROPFIND request failed on '/svnroot/sdri'
svn: Could not open the requested SVN filesystem
v com je problem? neviem sa pohnut dalej
otvoril som si sdricoh_cs.c
nasiel som
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
#include <linux/mmc/protocol.h>
#else
#include <linux/mmc/sd.h>
#endif
a keby ste mi mohol niekto napisat ako to mam dalej urobit... krok za krokom...lebo mojimi pokusmi uz som zatrepal dost miesta na disku..:-)
dakujem vam..
Toto mi pomohlo http://ubuntuforums.org/attachment.php?attachmentid=66496&d=1208680680
Huráááááááááááááááá....