You are not logged in.

#1 2014-12-13 08:55:50

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

radeon.ko.gz: Invalid argument during upgrading lnux

Latest full update failed

( 9/29) upgrading ffmpeg                           [######################] 100%
(10/29) upgrading gpgme                            [######################] 100%
(11/29) upgrading linux-firmware                   [######################] 100%
(12/29) upgrading linux                            [######################] 100%
>>> Updating module dependencies. Please wait ...
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argument

what is puzzling is that there are no radeon graphics in this machine


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#2 2014-12-13 12:46:43

Spider.007
Member
Registered: 2004-06-20
Posts: 1,176

Re: radeon.ko.gz: Invalid argument during upgrading lnux

That isn't puzzling; the package contains modules for thousands of devices you don't have in your machine. Anyway; this seems like you have some corruption; did you have a look at your dmesg and possibly ran smartctl? Also, what does `pacman -Qkk linux` output?

Offline

#3 2014-12-13 12:53:59

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,177

Re: radeon.ko.gz: Invalid argument during upgrading lnux

what is puzzling is that there are no radeon graphics in this machine

Archlinux stock kernel has lots of hardware modules included, so it will work on most systems.

please post the entire pacman output of the update (look in /var/log/pacman.log ) .

Does # depmod -a 3.17.6-1-ARCH  also give errors ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#4 2014-12-16 19:19:46

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: radeon.ko.gz: Invalid argument during upgrading lnux

Thanks for all that respond.

I did a new system update a few days later and it went through without an error. But there still seems to be something wrong:

]# depmod -a  3.17.6-1-ARCH
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argument

and

# pacman -Qkk linux
warning: linux: /etc/mkinitcpio.d/linux.preset (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Size mismatch)
linux: 4187 total files, 10 altered files

Last edited by theking2 (2014-12-16 19:21:21)


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#5 2014-12-18 09:14:13

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,177

Re: radeon.ko.gz: Invalid argument during upgrading lnux

pacman -Qkk linux
warning: linux: /etc/mkinitcpio.d/linux.preset (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Modification time mismatch)
linux: 4187 total files, 10 altered files

I never had errors with upgrading and depmod gives no errors also, but there appears to be something going on.

my fstab has this for root, /dev/sda2 / ext4 relatime 0 1 .
What filesystem are you using ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#6 2014-12-18 19:01:35

Spider.007
Member
Registered: 2004-06-20
Posts: 1,176

Re: radeon.ko.gz: Invalid argument during upgrading lnux

Lone_Wolf wrote:
[...]
linux: 4187 total files, 10 altered files

I never had errors with upgrading and depmod gives no errors also, but there appears to be something going on.

my fstab has this for root, /dev/sda2 / ext4 relatime 0 1 .
What filesystem are you using ?

This is normal; *.bin and *dep* is modified locally, but the actual modules are obviously fine; which means something else is the problem

Offline

#7 2014-12-19 12:28:42

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,177

Re: radeon.ko.gz: Invalid argument during upgrading lnux

thanks, spider.007 .

theking2 : try # depmod -av 3.17.6-1-ARCH | grep radeon

on my system that gives this output :

/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "ttm_bo_mmap": /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/ttm/ttm.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "drm_framebuffer_cleanup": /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/drm.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "drm_dp_clock_recovery_ok": /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/drm_kms_helper.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "i2c_new_device": /lib/modules/3.17.6-1-ARCH/kernel/drivers/i2c/i2c-core.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "i2c_bit_add_bus": /lib/modules/3.17.6-1-ARCH/kernel/drivers/i2c/algos/i2c-algo-bit.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "hwmon_device_unregister": /lib/modules/3.17.6-1-ARCH/kernel/drivers/hwmon/hwmon.ko.gz

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#8 2015-01-03 12:59:27

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: radeon.ko.gz: Invalid argument during upgrading lnux

# depmod -av 3.17.6-1-ARCH | grep radeon
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argument

archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#9 2015-01-04 17:10:20

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,177

Re: radeon.ko.gz: Invalid argument during upgrading lnux

try

depmod -nv /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz

Maybe that will give more info about what happens

edit :

if that also fails, compute the md5sum .

$ md5sum /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz
10ecad1029416e2fd3579e978b82d9ed  /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz

Last edited by Lone_Wolf (2015-01-04 17:13:54)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB