It’s in Index of /repositories/Kernel:/stable/standard so you can try it now, check you have enabled multiversions first though. Then you can use the “versions” tab" after search for “kernel-desktop” in Software Manager.
# grep multiversion /etc/zypp/zypp.conf
## provides:multiversion(kernel) - all packages providing 'multiversion(kernel)'
# multiversion = provides:multiversion(kernel)
multiversion = provides:multiversion(kernel)
# zypper ar -fn "openSUSE Kernel Team Stable repo" http://download.opensuse.org/repositories/Kernel:/stable/standard/ kernel:stable
My guess is it’ll be distributed in Tumbleweed soon, if 3.0 openSUSE kernel isn’t shippeable shortly. Been threads about that in Pre-Release/Testing, take a look if you want details. I actually just recently disabled kernel:stable in my Tumblweed as it seemed redundant!
# zypper lr
# | Alias | Name | Enabled | Refresh
---+----------------------------------+----------------------------------+---------+--------
1 | Tumbleweed | Tumbleweed | Yes | Yes
2 | Updates-for-openSUSE-11.4-11.4-0 | Updates for openSUSE 11.4 11.4-0 | Yes | Yes
3 | dvd | libdvdcss2 - openguide dvd | Yes | No
4 | kernel:head | Kernel Head (standard) | Yes | Yes
5 | kernel:stable | openSUSE Kernel Team Stable repo | Yes | Yes
6 | openSUSE-11.4-11.4-0 | openSUSE-11.4-11.4-0 | No | No
7 | openSUSE-11.4_11.4-0 | openSUSE-11.4-DVD | Yes | No
8 | packman-essentials | Packman Essentials, UK Warwick | Yes | Yes
9 | packman-games | Packman Games, UK Warwick | Yes | Yes
10 | packman-multimedia | Packman Multimedia, UK Warwick | Yes | Yes
11 | repo-debug | openSUSE-11.4-Debug | No | Yes
12 | repo-debug-update | openSUSE-11.4-Update-Debug | No | Yes
13 | repo-non-oss | openSUSE-11.4-Non-Oss | Yes | Yes
14 | repo-oss | openSUSE-11.4-Oss | Yes | Yes
15 | repo-source | openSUSE-11.4-Source | No | Yes
# rpm -qa |grep kernel-desktop
kernel-desktop-3.0.rc7-1.1.x86_64
kernel-desktop-2.6.39.3-1.1.x86_64
kernel-desktop-2.6.39.2-36.1.x86_64
All kernels are “buggy” though even when it seems like they aren’t! >:)
Yeah, installed 3.0 rc-7 and made a full run with “synkron” to sync notebook to Windows-server, which succeeded. No error messages in /var/log/messages. If I encounter such an obstacle again, maybe when a larger amount of data has to be synced, I’ll try to send a bugreport.
As it turns out 3.0 release is delayed, so if there’s a fix in 3.0 not in 2.6.39.3 which ought to be in 2.6.39.4 it might be worth bug report so the stable@kernel.org list gets informed. Nothing like a specific example of breakage ie say 2.6.39 has regression syncing notebook to Windows server with “synktron” which 3.0rc7 seems to fix. The kernel team likes to push patches upstream, rather than carry them in the openSUSE kernel.
You should be treated as a Bug Finder Hero
So you likely have 2 bug finds now, the syncing one with 2.6.39 and now laptop-mode-tools disliking kernel version numbers that are not 2.4 or 2.6. As you posted seperate thread for that, I answered there in Pre-Release already.