steve wrote:
> cowboyz wrote:
>
>> How would I know if the kernel source is installed correctly.**Xandros
>> Netwrok says it is installed.***/usr/src/linux/config-2.4.24-x1*is*in*the
>> right place (I think)
>
> If you have NOT entered the 4-5 commands I have referred to, your kernel
> source will NOT be usable.
>
> That's how you know. 
>
> I'll see if I can find them.....I might have saved them away somewhere on
> this PC for future reference.
I have done this....
Log in as Administrator (root).
In Xandros Networks, install the kernel source package, which could be
2.4.22 or 2.4.24. In Expert View, look under New Applications > base to
find the kernel source package. For the following instructions, .24 is
used.
Click Launch > Applications > System > Console to open a console window.
Type cd /usr/src in the console window and press Enter.
Type tar jxf xandros-kernel-source-2.4.24.tar.bz2 and press Enter.
Type ln -sf xandros-kernel-source-2.4.24 linux and press Enter.
Type cd linux and press Enter.
Type make EXTRAVERSION=-x1 mrproper and press Enter.
Type cp /boot/config-2.4.24-x1 .config and press Enter.
Type make EXTRAVERSION=-x1 oldconfig and press Enter.
Type make EXTRAVERSION=-x1 dep and press Enter.
Type cd /usr/src and press Enter.
Alot of things went flying up the screen for a few minutes and I didn't see
any errors so I think it worked.