This is a quick-and-dirty hack to get the Alsa modules to load the cs4236 drivers (since the developers decided to leave-out alsaconf....) This same technique should work with other Alsa drivers...just substitute the proper driver in place of "snd-cs4236"
1. Open a console and change to root
sudo sh (enter your password - prompt should change from "$" to "#")
2. change to /etc/init.d
cd /etc/init.d
3. edit the file "bootmisc.sh"
nano bootmisc.sh
4. add a new line at the bottom that reads
/sbin/modprobe snd-cs4236
5. save the file
ctrl-x, y, <Enter>
When you reboot, the sound will be initialized properly. To get sound without rebooting first, (still at the console as root) enter :
modprobe cs-4236
/etc/init.d/alsa restart
You may need to restart the desktop to get all the sound server and mixer to respond properly.
DIsclaimer: There's a probably a better/safer way to fix this properly, but I was interested in getting it done quickly, and this is what works for me. YMMV.
Bookmarks