Hello Everybody,
Another problem. I have found a way to get my sound card working. It seems that I just need to load the module "esssolo1.o". (# modprobe esssolo1). The problem is that I have to be the root user to do this and I don't like to do it manually. I guess there is a better way to do this. I would like to have it loaded automatically when I boot my PC. Should I write a small script like: #!bin/sh modprode esssolo1 and put it in /etc/rc2.d/ or do I have to do something else? Greetings, Stefan Goeman