Page 1 of 1

FTDI USB reader

Posted: Mon Oct 12, 2015 6:08 pm
by ZeTek
How to run the FTDI USB reader. Command in putty modprobe ftdi_sio returns modprobe: chdir(2.6.35.13): No such file or directory. Where to copy file ftdi_sio.ko to work.
Edited by Moderator: Topic splitted. Better than posting in random thread.

Re: FTDI USB reader

Posted: Mon Oct 12, 2015 6:26 pm
by juusso
Maybe try insmod?

Re: FTDI USB reader

Posted: Mon Oct 12, 2015 6:42 pm
by ZeTek
insmod ftdi_sio.ko
insmod: can't insert 'ftdi_sio.ko': invalid module format

Re: FTDI USB reader

Posted: Mon Oct 12, 2015 8:00 pm
by juusso
Means wrong module :)

Re: FTDI USB reader

Posted: Mon Oct 12, 2015 8:02 pm
by sectroyer
ZeTek wrote:insmod ftdi_sio.ko
insmod: can't insert 'ftdi_sio.ko': invalid module format
and this command should be (ALWAYS) IMMEDIATELY followed by.... ??? ->

Code: Select all

dmesg | tail
;)

Re: FTDI USB reader

Posted: Mon Oct 12, 2015 9:32 pm
by ZeTek
Image

Re: FTDI USB reader

Posted: Mon Oct 12, 2015 9:38 pm
by sectroyer
I think you hare a problem with understanding "followed by" :) It basically means you should run the command AFTER insmod NOT before :P

Re: FTDI USB reader

Posted: Mon Oct 12, 2015 10:00 pm
by ZeTek
Bus 003 Device 007: ID 0403:6001 how write in oscam reader

Re: FTDI USB reader

Posted: Tue Oct 13, 2015 7:47 am
by ZeTek
root@tv:/mnt # lsmod
nfs 120484 0 - Live 0xbf392000
lockd 48936 1 nfs, Live 0xbf381000
sunrpc 139160 3 nfs,lockd, Live 0xbf35a000
fuse 46364 0 - Live 0xbf349000
pty 4572 3 [permanent], Live 0xbf335000
devpts 3440 1 pty, Live 0xbf32f000
mount 3948 0 - Live 0xbf329000
bthid 2520 0 - Live 0xbf323000
hid_microsoft 2032 0 - Live 0xbf31d000
mousedev 7248 0 - Live 0xbf316000
evdev 5576 0 - Live 0xbf30f000
usbhid 12872 0 - Live 0xbf306000
hid 31240 3 bthid,hid_microsoft,usbhid, Live 0xbf2f9000
rtnet5572sta 31400 0 - Live 0xbf2ec000
rt5572sta 1295528 1 rtnet5572sta, Live 0xbf1ad000 (P)
rtutil5572sta 30436 2 rtnet5572sta,rt5572sta, Live 0xbf1a3000
btusb 31128 1 - Live 0xbf196000
usb_storage 30272 1 - Live 0xbf189000
ehci_hcd 47852 0 - Live 0xbf178000
usbcore 108904 8 usbhid,rtnet5572sta,rtutil5572sta,btusb,usb_storage,ehci_hcd, L ive 0xbf158000
tntfs 363728 2 - Live 0xbf0fa000 (P)
mdrv_emac 12684 0 - Live 0xbf0f1000 (P)
samsung_mstar 494248 0 - Live 0xbf066000
samsung_mali 83468 13 samsung_mstar, Live 0xbf04c000
rfs_fat 202648 7 - Live 0xbf015000 (P)
rfs_glue 61548 1 rfs_fat, Live 0xbf000000 (P)

Image

Re: FTDI USB reader

Posted: Tue Oct 13, 2015 7:56 am
by bugficks
Image