i wanted to boot the jaunty livecd but the kernel freezes. I found out that it came from my sound card "ess maestro" and that the bug can be worked arround by blacklisting radio_maestro. ( https://bugs.launchpad.net/ubuntu/+s...ux/+bug/357724 )

i have tried the first method. I only changed one bit:

Quote Originally Posted by eldragon View Post
ive got one of the laptops affected by the following bug: http://bugzilla.kernel.org/show_bug.cgi?id=9905

now we edit the blacklist file with
Code:
$ sudo gedit ~/Desktop/squashfs-root/etc/modprobe.d/blacklist
to

Code:
$ sudo gedit ~/Desktop/squashfs-root/etc/modprobe.d/blacklist.conf
because otherwise it creates an non existing file blacklist. I haven't tried it like that but using blacklist.conf works.

Quote Originally Posted by steffi View Post
i just tried this but I get an error when using file-roller that the image type isn't supported.
I also experienced that problem. It was easily fixed because eventhou i putted the iso on the desktop, the link to the desktop was not ~/desktop/xxx.iso but ~/bureaublad/xxx.iso due to a translated ubuntu.

i have also tried the second method. That didn't work for me.
The first time i have tried that i specified my ~/tmp to another partition. That gave me errors about UID changes that couldn't be performed. So the ~/tmp has to be on the same partition.

the second time i putted the ~/tmp on the same partition but now i got that the modifications could not be made to the blacklist.local I haven't tried it again but i suspect that it is because blacklist.local doesn't exist for the jaunty iso. I don't know if it existed on intrepid.
I will try it again with
Code:
echo "blacklist radio_maestro" >> squashfs-root/etc/modprobe.d/blacklist.conf
when the iso of the new crunchbang linux arrives and let you know.