Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] (no subject)

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: <grail69 AT amnet.net.au>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] (no subject)
  • Date: Fri, 10 Aug 2007 11:39:05 +0800

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




Archive powered by MHonArc 2.6.24.

Top of Page