Kernel Update Warnings

I just updated to 3.4.3-1-1 from 3.1.10-1.13 using the kernel repo on YaST. I got three warnings. I also had to delete hdjmod-kmp-desktop and virtual desktop which were conflicts while installing 3.4.

WARNING: no dependency for kernel module “thermal” not found
WARNING: no dependency for kernel module “processor” not found
WARNING: no dependency for kernel module “fan” not found

Is it safe for me to reboot?

Forgot to add I’m using a Lenovo U460 with openSUSE 12.1

Have a look in /var/log/zypp/history

Go to the end of the log and look for the entry like this:

2012-06-23 04:45:16 kernel-desktop-3.4.3-30.1.x86_64.rpm installed ok

Additional rpm output:

Kernel image: /boot/vmlinuz-3.4.3-30-desktop

Initrd image: /boot/initrd-3.4.3-30-desktop

KMS drivers: i915

Root device: /dev/disk/by-id/ata-FUJITSU_MJA2250BH_G2_K95CT9A2D4UF-part7 (/dev/sda7) (mounted on / as ext4)

Resume device: /dev/disk/by-id/ata-FUJITSU_MJA2250BH_G2_K95CT9A2D4UF-part2 (/dev/sda2)

**Kernel Modules: thermal_sys thermal processor fan video button i2c-algo-bit drm drm_kms_helper i915 **

Features: acpi kms block usb resume.userspace resume.kernel

Bootsplash: openSUSE (1366x768), openSUSE (800x600)

Do you see thermal

Thermal is present in the log for today.


# 2012-06-25 22:43:48 kernel-desktop-3.4.3-1.1.x86_64.rpm installed ok
# Additional rpm output:
# Free diskspace below /boot: 25816600 blocks
# 
# Kernel image:   /boot/vmlinuz-3.4.3-1-desktop
# Initrd image:   /boot/initrd-3.4.3-1-desktop
# KMS drivers:     i915
# Root device:    /dev/disk/by-id/ata-WDC_WD5000BEVT-24A0RT0_WD-WXP1A50U1717-part6 (/dev/sda6) (mounted on / as ext4)
# Resume device:    /dev/disk/by-id/ata-WDC_WD5000BEVT-24A0RT0_WD-WXP1A50U1717-part5 (/dev/sda5)
# Kernel Modules:    thermal_sys thermal processor fan video button i2c-algo-bit drm drm_kms_helper i915 
# Features:       acpi kms block usb btrfs resume.userspace resume.kernel
# Bootsplash:    openSUSE (1024x768), openSUSE (1366x768)


Go ahead, reboot

Hang on
I thought you upgraded to 3.4.3-1-1
That output you show is not for that kernel

But you should be fine
You can easily roll back,

uname -r


3.4.3-1-desktop

I posted the wrong log at first and did an edit sorry.

Just rebooted and all seems to be working. Were those warnings just an error on YaST part?

On 26/06/12 05:56, Static2k wrote:
> Were those warnings just an
> error on YaST part?

I guess - yes

On 06/26/2012 12:27 AM, caf4926 wrote:
> On 26/06/12 05:56, Static2k wrote:
>> Were those warnings just an
>> error on YaST part?
>
>
> I guess - yes

Those warnings come from the ‘make install’ step of the kernel, specifically
when the initial ram disk is built. The prescription for initrd calls for
certain modules to be present, but the one listed are not available for that
kernel. They might be built in and thus are not available as modules, or they
might not be in the configuration. As long as none of them are in the second
category and refer to disk drivers or other critical functions such as file
systems, then it is safe to reboot. Missing modules “thermal”, “processor”, and
“fan” might cause the CPU to overheat, but they will certainly not prevent booting.