Re: Making my linux Kernel Module start during bootup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 28 Aug 2008 14:25:55 +0530
balajig81@xxxxxxxxx ("\"G\"") wrote:

> Hi
> 
> I am using Fedora 6 and would like to know how to make my kernel
> module load during bootup.

First of all, note that Fedora Core 6 is end of life and no longer
supported. You will get no security (or any other) updates for it.
You should look into upgrading to a supported release. 

Kernel modules should detect their own hardware and load automagically
on boot, but in the event they do not, you can make a small script
in /etc/sysconfig/modules/ that loads them...ie: 

--cut--
#!/bin/sh

/sbin/modprobe foobar
--cut--

> Cheers,
> Balaji

kevin

Attachment: signature.asc
Description: PGP signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux