Well, after you install slackware, just do the following to install the modules (this what I do):
1) Install Slackware (if haven't done so already)
2) Reboot (Ctrl-Alt-Del as it tells you to)
3) Put in the CD containing the modules package (in /extra) (or just the DVD)
4) Mount the CD/DVD
Code:
mount /dev/hdc /mnt/tmp
I'm not sure which device is the DVD-ROM drive on your computer, try running this to find out:
This will give you something like:
Code:
/dev/hdc: TYPE="iso9660"
/dev/hda1: UUID="049952c2-7f76-48bf-8a24-960b7a968f8c" TYPE="jfs"
/dev/hda2: TYPE="swap"
For me it is /dev/hdc (fs type is iso9660 ... CD/DVD-ROM media)
5) Run this
Code:
cd /mnt/tmp/extra/linux-2.6.17.13
installpkg kernel-modules-2.6.17.13-i486-1.tgz
cd
umount /dev/hdc
eject /dev/hdc
6) Reboot and it will work