The time now is Tue 18 Jun 2013, 03:23
All times are UTC - 4 |
| Author |
Message |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Mon 29 Aug 2005, 23:56 Post subject:
Making Mercury dotpup. Where do I install a kernel module? |
|
I am preparing a DotPup to install Mercury, a MSN mesenger with videoconference capabilities.
To allow the videoconference I am also preparint a DotPup to install the spca5xx kernel drivers.
I have it all working in my computer loading the spca5xx drivers at boot. I added the following lines to the rc.local
| Code: |
if [ ! -f /lib/modules/`uname -r`/kernel/drivers/usb/spca5xx.o ] ; then
mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb
cp /root/spca5xx.o /lib/modules/`uname -r`/kernel/drivers/usb/spca5xx.o
fi
depmod
modprobe videodev
modprobe spca5xx
|
I am doing the mkdir and cp because with a liveCD the /lib/modules/... is lost after each reboot, so for now I just left the spca5xx.o in /root.
Is there another standard location in Puppy where depmod should be looking at?
Is there a way to make modules.dep permanent?
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Tue 30 Aug 2005, 00:04 Post subject:
|
|
redo the image.gz if you want it so, then remaster the cd
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Tue 30 Aug 2005, 00:08 Post subject:
|
|
hehe, I meant "without remastering the CD"
I am trying to make a DotPup that anyone can install.
Thanks for the prompt response anyway.
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Tue 30 Aug 2005, 01:52 Post subject:
|
|
Yeah well what ya doing is really the only solution...unless barry was to include a link in /lib to someother location, maybe /root/modules, tho we'd still have the depmod problem...unless the dep files were links to /root/modules
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0369s ][ Queries: 12 (0.0048s) ][ GZIP on ] |