Page 1 of 1

Need help running JPilot

Posted: Thu 06 Oct 2005, 01:45
by brad_chuck
I have JPilot running on my system but this is the problem....

It needs a module called visor.o and this is not included in a normal puppy installation. What I did to get it was merge the entire modules.2.4.29-complete.tar.gz file into my modules directory.

This is not good because the file is like 9 MB. My question is; how do I install just one module.

I tried to copy the one file (visor.o.gz) to the proper place and add it to the modules.dep file but this did not work when I tried to

Still need help?

Posted: Thu 06 Oct 2005, 02:50
by brad_chuck
I did find this but I have no idea what to do with it??

http://www.murga.org/~puppy/viewtopic.php?t=2484

Posted: Thu 06 Oct 2005, 05:10
by tempestuous
You were right to copy the visor.o file across the to /lib/modules/2.4.29/ directory, but it's difficult to manually modify modules.dep.

You can put visor.o anywhere in the modules directory, but I would put it in /lib/modules/2.4.29/usb/serial/
Now just run "depmod" and modules.dep will be updated automatically.

If you now open modules.dep in a text editor and search for "visor" you will see that 2 other modules are listed beside it - usbserial.o and usbcore.o. These are the modules that visor.o is dependent upon.
They are, indeed, present so you should now be OK.

thanks!

Posted: Thu 06 Oct 2005, 09:36
by brad_chuck
thanks. I think this will work..