[arch-general] Kernel 2.6.32 and Radeon KMS

Tobias Powalowski t.powa at gmx.de
Fri Dec 11 04:03:53 EST 2009


Am Montag 07 Dezember 2009 schrieb Tom:
> So, any news on this?
> I 'fixed' it by removing radeon from initramfs, but as has been pointed
> out, thats not really a solution!?
> 
HI guys,
This kms firmware issue revealed a bug in initcpio and firmware handling.

Would you mind to test a fix for the firmware loading?
2 files attached:
This will load udevd before executing MODULES=
- Replace /lib/initcpio/init and /lib/initcpio/hooks/udev
- Remove the yourself created radeon hook from /etc/mkinitcpio.conf hooks
   array
- Add radeon again to modules array in /etc/mkinitcpio.conf
- Recreate a test initrd with mkinitcpio -g test.img 
  and launch this initrd from your bootloader.
- Don't forget to reinstall original initcpio files after that!
  pacman -S initcpio

Thanks for your help.
greetings
tpowa
-- 
Tobias Powalowski
Archlinux Developer & Package Maintainer (tpowa)
http://www.archlinux.org
tpowa at archlinux.org
-------------- next part --------------
# vim: set ft=sh:
run_hook ()
{
    /sbin/udevadm trigger
    /sbin/udevadm settle
    msg "done."
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mailman.archlinux.org/pipermail/arch-general/attachments/20091211/fe7a672e/attachment-0001.bin>


More information about the arch-general mailing list