pjo123
07-16-2004, 10:38 AM
I've taken the plunge and installed Slack 10.
It seemed to go reasonably smoothly and as soon as the install finished, I updated the kernel to 2.6.7 following instructions on the web.
This all seemed to go well although I suspect I missed out some needed things when running menuconfig.
I selected various things as M yet when I boot into 2.6.7 and do /sbin/lsmod it tells me it there are no modules to be found.
I compiled the kernel as follows:
cd /usr/src/linux
mv linux linux.old
ln -s linux-2.6.7 linux
cd linux
make mrproper
make menuconfig
make bzImage
make moduules
make modules_install
mv /boot/vmlinuz /boot/vmlinuz.old
cat arch/i386/boot/bzImage > /boot/vmlinuz
mv /boot/System.map /boot/System.map.old
cp System.map /boot/System.map
I am busy searching the net and readme files as I type but wondered if any of you experts out there know what I am likely to have done wrong to have no modules please?
One thing I've noticed is that Slacks kernel compiles about 100 times quicker than Mandrakes (or could that be due to me missing out too many needed things?)
Anyway I'm having fun and have managed to get Gnome working fine.
best
Phil
It seemed to go reasonably smoothly and as soon as the install finished, I updated the kernel to 2.6.7 following instructions on the web.
This all seemed to go well although I suspect I missed out some needed things when running menuconfig.
I selected various things as M yet when I boot into 2.6.7 and do /sbin/lsmod it tells me it there are no modules to be found.
I compiled the kernel as follows:
cd /usr/src/linux
mv linux linux.old
ln -s linux-2.6.7 linux
cd linux
make mrproper
make menuconfig
make bzImage
make moduules
make modules_install
mv /boot/vmlinuz /boot/vmlinuz.old
cat arch/i386/boot/bzImage > /boot/vmlinuz
mv /boot/System.map /boot/System.map.old
cp System.map /boot/System.map
I am busy searching the net and readme files as I type but wondered if any of you experts out there know what I am likely to have done wrong to have no modules please?
One thing I've noticed is that Slacks kernel compiles about 100 times quicker than Mandrakes (or could that be due to me missing out too many needed things?)
Anyway I'm having fun and have managed to get Gnome working fine.
best
Phil