Loading the driver is either the task of the hotplug subsystem, but if that fails to recognize your card, you can add a "modprobe" command in the file /etc/rc.d/rc.netdevice yourself. That file "rc.netdevice" may not yet exist by the way. If the Slackware installer had recognized your card, or i fyou would have known at that time what module you needed, it would have setup that file for you automatically. This is the way to do it by hand:
Code:
vi /etc/rc.d/rc.netdevice
Add this single line to it:
Code:
/sbin/modprobe sk98lin
And after saving the file, make it executable:
Code:
chmod +x /etc/rc.d/rc.netdevice
Now, try to reboot and see what happens.
Eric