John Clarke <[EMAIL PROTECTED]> writes: > apt-get-install linux-686-smp gave me a kernel which says it's > v2.6.10-5. > > apt-get-install linux-tree gave me source which says it's v2.6.10-34.1. > > I've searched but can't find source for 2.6.10-5, or binaries for > 2.6.10-34.1. Do either of these exist, and if so, how do I get them?
try apt-cache show linux-image-2.6.10-5-686-smp|grep Version it says Version: 2.6.10-34.1, which I guess isn't a coincidence. Also, apt-cache showsrc linux-image-2.6.10-5-686-smp says Package: linux-source-2.6.10 -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
