Results 1 to 2 of 2
How will I install a .src.rpm file ?
How will I load a module of sc92031NIC driver in my 2.6.18 kernel ?...
- 12-06-2010 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 63
[SOLVED] .src.rpm
How will I install a .src.rpm file ?
How will I load a module of sc92031NIC driver in my 2.6.18 kernel ?Last edited by divyashree; 12-06-2010 at 12:13 PM.
- 12-06-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Once you install the source, you need to build the module. You will need the kernel-devel package for your system first. Once you have built the module, it creates a file with a .ko extension. That you need to load into the system with either insmod or modprob programs. That you'll have to do as root. Are you running RHEL, or CentOS? They both have Wikis and FAQ's on their sites how to do this - build a kernel module and install the module into the system.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


