Results 11 to 17 of 17
If you're just looking for Slackware proficiency and you are coming from gentoo, you shouldn't find it terribly hard. Slackware is built on the philosophy: "keep it simple, stupid." So ...
- 12-21-2005 #11Just Joined!
- Join Date
- Jan 2003
- Posts
- 26
If you're just looking for Slackware proficiency and you are coming from gentoo, you shouldn't find it terribly hard. Slackware is built on the philosophy: "keep it simple, stupid." So much of your tools are command-line scripts instead of the elaborate graphical ones you will see in other distros.
Runlevels are more BSD-style (as opposed to System V or Gentoo style) so you'll have to look at /etc/rc.d/ and poke around in there.
As for kernel configuration, that's pretty much the same regardless of your distro
- 12-21-2005 #12Just Joined!
- Join Date
- Sep 2005
- Location
- Nowhere and Everywhere
- Posts
- 98
I'm a little confused here, when I did my installation I opted for the "test26" kernel image on disc 1, and when I login the system name says:
Welcome to Linux 2.6.13 (tty1)
Login:
However, when I tried to configure my kernel, I went through the motions:
# cd /usr/src/linux
# make menuconfig
This brings me to kernel-2.4.31, kernel-2.6 is nowhere to be found, what gives???
- 12-21-2005 #13
Originally Posted by southpaw
What does uname -r say?Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 12-21-2005 #14Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
you have the wrong kernel source package installed
removepkg /var/log/packages/kernel*src*
and installpkg the src package on the second cd
but really, you dont need to compile your own kernel, use the package
and if you do compile your own kernel get one from kernel.org
- 12-22-2005 #15Just Joined!
- Join Date
- Sep 2005
- Location
- Nowhere and Everywhere
- Posts
- 98
Hay adrenaline,
when I type in "uname -r", it says:
2.6.13
????
- 12-22-2005 #16Just Joined!
- Join Date
- Jan 2003
- Posts
- 26
Kern is correct, you've just got the wrong kernel source installed. Use the package on the CD, or get it from kernel.org
- 12-22-2005 #17Just Joined!
- Join Date
- Jun 2005
- Posts
- 72
test26.s kernel
U have succeeded in installing 2.6.13 kernel but rest of install installed kernel 2.4.3x 's modules,source etc--unless u did expert install. One way to fix this is as root insert cd2 then 1)mount /mnt/cdrom 2)cd /mnt/cdrom 3) ls 4) cd 2.6.13 5) upgradepkg *.tgz 6) cd / 7) umount /mnt/cdrom .
This upgrade will give correct modules and other files for ur kernel.
Further tweaking will be needed. Have fun slacking.


Reply With Quote