Hello,
I am trying to upgrade Arch Linux to incorporate the file-system merges which have recently taken place.
But I need to prevent the upgrade of the snd-bcm2835.ko.gz sound-driver module because the changes made at the end of April to add MMAP have broken it for text-to-speech. A fact that seems to be being ignored.
I thought adding this line to the file in /etc/pacman.conf might work:
NoUpgrade = /usr/lib/modules/3.6.11-9-ARCH+/kernel/sound/arm/snd-bcm2835.ko.gz
But of course the kernel version suffix has changed and the new path refelcts this and the new and broken sound driver is downloaded and used.
So...how can I prevent a particular kernel module from being changed between kernel versions?
Mike