Linux-Noob Forums
finding my dang kernel source - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Kernel Related (https://www.linux-noob.com/forums/forum-61.html)
+--- Thread: finding my dang kernel source (/thread-2056.html)

Pages: 1 2


finding my dang kernel source - CrunKMunkY - 2006-03-30


im probably just impatient, considering FC5 is fairly new, but does anyone know where i can get kernel-2.6.15-1.2054_FC5smp.src.rpm?? ive checked everywhere, yum doesnt even have it.

i tried yumdownloader --source kernel and i got nothin.

 

would installing a non-smp kernel source be bad?

i need kernel-2.6.15-1.2054_FC5smp.src.rpm but i have kernel-2.6.15-1.2054_FC5.src.rpm.

i need the source code to install a driver for my netgear WG311T wireless NIC.

 

i cant find a ntfs compatible version for 2.6.15-1.2054_FC5 either

 

any help would be appreciated




finding my dang kernel source - dubkat - 2006-03-30


Quote:i cant find a ntfs compatible version for 2.6.15-1.2054_FC5 either
 



Code:
yum install kmod-ntfs




 

im not completely sure about the first question, since you didnt mention the arch you are using.

you could always download source from kernel.org




finding my dang kernel source - mcduck - 2006-03-30


Arch does not matter when its about the source.

 

This is the RPM your looking for:

 

[/url][url=http://download.fedora.redhat.com/pub/fedo...054_FC5.src.rpm]http://download.fedora.redhat.com/pub/fedo...054_FC5.src.rpm




finding my dang kernel source - CrunKMunkY - 2006-03-30

yum doesnt have an ntfs kernel either, guess ill just have to wait :-(



finding my dang kernel source - mcduck - 2006-03-30


NTFS for 2054:

 

[/url][url=http://www.linux-ntfs.org/content/view/187/]http://www.linux-ntfs.org/content/view/187/




finding my dang kernel source - CrunKMunkY - 2006-03-30

hey thanks im new to all this so i dont know where to look :-)



finding my dang kernel source - mcduck - 2006-03-30


No problem :)

 

Let me know if you have any problems installing.




finding my dang kernel source - CrunKMunkY - 2006-03-30


i toyed around for a bit and i did a rpm -ivh command so i expected to find another entry in GRUB but it was the same entry. ntfs works now i just expected to find a new kernel installed. was it overwritten?

 

and about my first question earlier, i have kernel 2.6.15-1.2054_FC5smp. i need a source rpm for it but all ive found it kernel-2.6.15-1.2054_FC5.src.rpm when i need kernel-2.6.15-1.2054_FC5smp.src.rpm correct?

 

or can i just use the non-SMP version?




finding my dang kernel source - mcduck - 2006-03-30


Quote:and about my first question earlier, i have kernel 2.6.15-1.2054_FC5smp. i need a source rpm for it but all ive found it kernel-2.6.15-1.2054_FC5.src.rpm when i need kernel-2.6.15-1.2054_FC5smp.src.rpm correct?
 

Actually, when we are talking about source rpms, there are no different architectures (Since its not compiled), so kernel-2.6.15-1.2054_FC5.src.rpm is the rpm you need :)




finding my dang kernel source - znx - 2006-03-30


Quote:i toyed around for a bit and i did a rpm -ivh command so i expected to find another entry in GRUB but it was the same entry. ntfs works now i just expected to find a new kernel installed. was it overwritten?
 

No .. you installed a kernel module, that is basically an extension to the existing kernel. No need for reboots to make them work either .. nice eh ?