Click to See Complete Forum and Search --> : audio drivers


trashthing
01-29-2003, 12:57 AM
hi. i'm new to Slackware. i'm trying to install my intel audio drivers. Slack doesn't find my sound card but, when i put in the command "modprobe i810_audio" the sound works. i put in "lsmod" and everything is there. after i reboot, the sound doesn't and i have to put in the modprobe again. how can i make the drivers stay every time i reboot?

mdwatts
01-29-2003, 07:27 AM
Unless Slack has config tools you can use to specify what modules are loaded on startup, you can also add

/sbin/modprobe i810_audio

to /etc/rc.d/rc.local or whatever startup script Slack uses that users can add commands to.