[SM-Discuss] (no subject)

grail69 at amnet.net.au grail69 at amnet.net.au
Thu Aug 9 23:39:05 EDT 2007


Hello All

I have recently been rebuilding my system and came across some issues I thought
you should know of.

I am using the latest Test & Z-rejected grimoires.

Compiling util-linux results in compile errors. This is due to the PRE_BUILD
file not being set to executable and therefore no patches being applied.

Compiling Linux 2.2.22.1 results in my system starting with a Kernel Panic. I am running
on a Dell Inspiron 6400 and after some surfing found that there is an issue for some
machines with SATA drives. Solution is to set the relevant ide drive to noprobe in loader.
I am using Grub and I have added   ide0=noprobe

Lastly, Linux 2.6.22+ have removed CONFIG_NET_RADIO and replaced it with 
CONFIG_WLAN_80211. As I am using ipw3945, I have edited the PRE_BUILD
file to have an AND(&&) in the first query. Now looks like:

if [[ $(get_kernel_config  CONFIG_NET_RADIO != y &&
      $(get_kernel_config  CONFIG_WLAN_80211 != y ]]

Not sure if this is best solution but it worked for me.

Cheers
Craig


More information about the SM-Discuss mailing list