Need help running JPilot

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
brad_chuck
Posts: 286
Joined: Tue 16 Aug 2005, 03:47
Location: Appalachian Mountains

Need help running JPilot

#1 Post 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

brad_chuck
Posts: 286
Joined: Tue 16 Aug 2005, 03:47
Location: Appalachian Mountains

Still need help?

#2 Post 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

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#3 Post 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.

brad_chuck
Posts: 286
Joined: Tue 16 Aug 2005, 03:47
Location: Appalachian Mountains

thanks!

#4 Post by brad_chuck »

thanks. I think this will work..

Post Reply