How to load modules

What works, and doesn't, for you. Be specific, and please include Puppy version.
Post Reply
Message
Author
giiba
Posts: 35
Joined: Mon 11 Sep 2006, 23:02

How to load modules

#1 Post by giiba »

What is the best way to load modules during boot? Currently I am using the /etc/rc.local file to do the following:

rmmod ipw2200
modprobe ipw2100
modprobe battery
modprobe ac
modprobe processor
modprobe fan
modprobe thermal
hdparm.......


is there a better way to load these modules?



note: the first two lines are necessary as puppy incorectly identifies my hardware... possible bug?

Post Reply