Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I am running dns-323 with firmware 1.06.
I've tried adding the usb-storage.ko module according to instructions here:
http://dns323.kood.org/howto:external_drive
and here:
http://dns323.kood.org/forum/t764-usb-s … nable.html
However, when I try to run the insmod command I still get:
insmod: chdir(2.6.12.6-arm1): No such file or directory.
Are the instructions still valid for dns-323 with firmware later than 1.03?
Offline
Could someone who were successful in loading this module give me some info about their setup, so that I could try to match it?
Offline
what command are you using ....insmod and then what?
Offline
First I followed the wiki, performing the commands:
cd /mnt/HD_a2/lnx_bin
insmod usb-storage.ko
when that resulted in the error message, I tried
insmod /mnt/HD_a2/lnx_bin/usb-storage.ko
again the same error. The usb-storage.ko file is located in the lnx_bin, so I know it's there. CD'ing to that directory and using ls shows it's there.
Last edited by uppsju (2009-06-11 13:14:17)
Offline
hmm, that looks ok. The only thing I can think of is to rm usb-storage.ko and put a new copy there, doing insmod /mnt/HD_a2/lnx_bin/usb-storage.ko or insmod ./usb-storage.ko should do it. Anybody else?
Offline