Results 1 to 4 of 4
When I installed Fedora 10 off the live CD I did not get the option to install the kernel/source development package. I tried to install the correct package using yum, ...
- 05-19-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 7
kernel source development package Fedora 10
When I installed Fedora 10 off the live CD I did not get the option to install the kernel/source development package. I tried to install the correct package using yum, but I have not been able to get the source link to my kernel, so when I build my driver it fails. What package do I need to load in order to compile my driver. I have been using a build script provided by PLX, up until now it has worked so I haven't had to really dig too deep into it. The error messages I am getting imply that I only need the source link.
- 05-19-2009 #2
Hello and Welcome.
Try this with YUM
Code:yum -y install kernel-devel
Code:yum -y install kernel-headers
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 05-20-2009 #3
Welcome to LinuxForums!
You may also need to install a couple other things... I'm not sure if they would be included on the LiveCD.
If you already have them, then you're golden.Code:yum install -y make yum install -y gcc
Jay
New users, read this first.
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 05-20-2009 #4Just Joined!
- Join Date
- May 2009
- Posts
- 7
Thanks,
Yes, those did the trick I am up and running again.


Reply With Quote
