Quote:
|
Originally Posted by VA3OG
Well, to be honest, I never did. I manually did the modprobe after booting up. I don't know how to create and make a script run automatically. Again, maybe someone else can help us out!
|
It should be as simple as adding a line to /etc/modules with the name of the module!
So, in your case, add the line
snd-es18xx
to the end of the file /etc/modules.
You will have to have root priveleges to do that, of course.
I would also suggest
man modules
and
man modprobe.conf
for more detail then you will probably understand at first about all
this.
-Ben