On 25.11.2011 21:49, Jonathan Nieder wrote:
hubba@online.de wrote:When entering "swapon -a" the message "swapon: /etc/fstab : No such file or directory" was shown, so I used "swapon /dev/sda5" instead.Thanks.Unfortunately I was not able to identify the culprit , after loading all modules step by step the hibernation check stilled worked fine. The only error message that came up was on loading module "snd" : "FATAL: error running install command for snd" with return code 1 .Hmm. Can you reproduce the trouble with "break=mountroot" instead of "break=modules"?
Hi,yesterday I missed to check the return code of modprobe, so I didn't notice that nearly all of the modules were not (!) loaded because they are located on the hard disk and the disk was not mounted. Today I tried the "break=modules" again with mounting the disk (mkdir mnt ; mount -t ext4 /dev/sda8 /mnt) and loading the modules with "modprobe -d /mnt <module>". This way the module causing the problem could be definitely identified as the "radeon" module. Loading all other modules except radeon works fine, loading radeon causes a system hangup on suspend to disk.
Loading the "radeon" module also gives the following error messages: [ 270.715016] radeon_cp: Failed to load firmware "radeon/R300_cp.bin" [ 270.715045] [drm: r100_cp.init] *ERROR* Failed to load firmware! [ 270.715061] radeon 0000:01:05:0: failed initializing CP (-2) . [ 270.715072] radeon 0000:01:05:0:Disabling GPU acceleration Running out of time now, think I'll search the web for this error on monday. Please let me know how to continue. Thank you and have a nice weekend Rolf