On Saturday 27 October 2007 02:41:22 pm joe wrote: > Aaron Siegel wrote: > > Hello > > > > I have just recently upgraded to OpenSuSE 10.3 and would like to install > > the kernel source so I can start building the custom modules. I have not > > been able to find this package. I have look in the oss-src repository; > > http://download.opensuse.org/distribution/10.3/repo/src-oss/suse/src/linu > >x-kernel-nutshell-1-32.src.rpm. It appear only the header are available. > > Where is can I download the kernel source package? > > Hmm, kernel source is part of the distro, I thought it was installed by > default - at least I see kernel sources on every single suse box I've > installed. If not, it should be pretty easy to go into yast software > management and search for kernel to find the kernel source package. > > Joe
zypper search kernel-source * Reading installed packages [100%] S | Repository | Type | Name | Version | Arch --+-------------------------------------------------------------------+---------+---------------+--------------+----- v | http://download.opensuse.org/repositories/openSUSE:10.3/standard/ | package | kernel-source | 2.6.22.5-31 | i586 v | openSUSE_10.3_Updates | package | kernel-source | 2.6.22.9-0.4 | i586 What does that say? Well that the Kernel Source is part of the OSS repository. Try doing a: sudo zypper install kernel-source Here are my repos: zypper lr # | Enabled | Refresh | Type | Alias | Name ---+---------+---------+--------+---------------------------------------------------------------------------------+-------------------------------------------------- 1 | Yes | No | yast2 | http://download.opensuse.org/repositories/openSUSE:10.3/standard/ | Main Repository (OSS) 2 | Yes | Yes | rpm-md | http://download.nvidia.com/opensuse/10.3 | NVIDIA Repository 3 | Yes | Yes | rpm-md | KDE_3.5_Branch_Repository | KDE 3.5 Branch Repository 4 | Yes | Yes | rpm-md | http://download.opensuse.org/repositories/KDE:/Backports/openSUSE_10.3/ | openSUSE BuildService - KDE:Backports 5 | Yes | Yes | rpm-md | http://ftp.skynet.be/pub/packman/suse/10.3/ | Packman Repository 6 | Yes | Yes | rpm-md | openSUSE_10.3_Updates | openSUSE 10.3 Updates 7 | Yes | No | yast2 | http://download.opensuse.org/distribution/10.3/repo/non-oss/ | Main Repository (NON-OSS) 8 | Yes | Yes | rpm-md | openSUSE_BuildService_-_Xorg_7.3 | openSUSE BuildService - Xorg 7.3 9 | Yes | Yes | rpm-md | openSUSE_BuildService_-_GNOME_Stable_(for_Pidgin) | openSUSE BuildService - GNOME Stable (for Pidgin) 10 | Yes | Yes | rpm-md | http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_10.3/ | openSUSE BuildService - OpenOffice.org 11 | Yes | Yes | rpm-md | http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_10.3/ | openSUSE BuildService - Wine CVS Builds 12 | Yes | Yes | rpm-md | http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/ | openSUSE BuildService - X11:XGL 13 | Yes | Yes | rpm-md | http://download.opensuse.org/repositories/mozilla/openSUSE_10.3/ | openSUSE BuildService - Mozilla Dang that was formatted ugly. Ben -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
