[SOLVED] Got MIDI working but how do I finalise what I did.

Posts: 171
I just got my mepis 6.5 install playing .mid files on my Yamaha MIDI keyboard by way of a MIDI interface I have connected to my sound cards joystick port.
I did it by opening a konsole as root and typing "modprobe snd-seq-midi"
Then going into KDE settings/sound & mulimedia/sound system and selecting my midi device from the pull down list.
The trouble is I have to do this everytime I restart mepis.
how do i get mepis to perminanly apply the settings that using the "modprobe snd-seq-midi" command made?
OK solved it.
Posts: 171
Just had to edit etc/modules & add the line "snd-seq-midi" making sure to leave a blank line at at the end of the file.