Hmm, I added install commands in modprobe.conf but it doesn't do the trick. The driver is still not visible after reboot...
Main Topics
Browse All TopicsExperts,
I'm on Fedora 8 and have installed a driver manually using insmod. Every time I reboot I 'lose' the driver meaning it's not listed in lsmod and the device only works after reinstalling the driver.
How do I permanently install the driver?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Try it like this... create a file
/etc/sysconfig/modules/som
'somename' can be anything (I suggest the same name as the driver), but the .modules is important.
In the file put
modprobe /path/to/mydrivermodule
where mydrivermodule is the driver you've been insmod'ing.
make somename.modules executable with
chmod +x /etc/sysconfig/modules/som
That should make it load at every start. There might be a couple other .modules files already in that folder. At least there are on my fc11 boxes.
Business Accounts
Answer for Membership
by: arulkumarabiPosted on 2009-10-19 at 22:47:52ID: 25611289
configure driver in "/etc/modprobe.conf"